body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* or dark background: #0a0a0a */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease;
}

.loader-logo img {
  width: 120px;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

.content2 {
  background-image: url(../images/bg01.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-top: 230px; */
  padding-bottom: 80px;
}
.custom-bg {
  background-color: #ffffff !important;
  width: 100%;
  height: 500px; /* Adjust height as needed */
}

.layout_padding {
  padding: 100px 10px;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}
 .heading_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_box h2 {
  position: relative;
  font-weight: bold;
  margin-top: 40px;
}


.heading_box.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
} 

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-line h1 br {
  display: none; /* Remove unnecessary line breaks for better mobile responsiveness */
}
.carousel-item video {
  width: 100%;          /* full width */
  height: 500px;        /* control visible height */
  object-fit: cover;    /* video fills container */
  object-position: center 20%; /* crop top, show middle/lower */
}

.carousel-caption h1 {
  font-size: 2.5rem; /* Adjusted for large screens */
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  line-height: 1.2;
}

.btn-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px; /* Space between buttons */
}

.btn-box a {
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 0px;
  /* border-color: #003471; */
  border-color: #0b0162;;
  font-size: 1rem;
  /* font-weight: bold; */
  transition: all 0.3s ease;
  background-color: #000074;
}
.btn-box a:hover{
background-color: transparent;
}

.header_section .header_top {
  padding: 7px 0;
  background-color: #ffffff;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .phonenum_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .phonenum_navbar a  {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .socialmedia_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .socialmedia_box a i {
  margin-right: 5px;
  /* background-color:#003471; */
  background-color: #0b0162;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

 .header_section .header_top .socialmedia_box a:hover i {
  background-color: #f8f6f1;
  color: #0b0162;
  /* background-color: #ffbd59; */
}
/* navbar */
.header_section .header_bottom {
  /* background-color: rgba(129, 129, 137, 0.7); */
  /* background-color: #003471; */
  background-color: #0b0162;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand span {
  color: #faf6f6;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #4C84D1;
}
.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}
/* Entire slider section styles */
.slider_section {
  position: relative;
  overflow: hidden;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 142px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* Slider image - control the height */
.slider_section img {
  width: 100%;
  height: 500px; /* Adjust the height as needed */
  object-fit: cover; /* Ensure the image covers the container without distortion */
  display: block;
}

/* Tagline positioning - align to the top and center horizontally */
.slider_section .tag-line {
  position: absolute;
  top: 20%; /* Adjust this value to control the vertical position */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center horizontally */
  text-align: center;
  color: #ffffff; /* White text for visibility */
  z-index: 10; /* Keep above the image */
}
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .awsm-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .awsm-icon img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .expertise-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .expertise-box a {
  display: inline-block;
  padding: 10px 45px;
  color: #0b0162;
  background-color: transparent;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #0b0162;
  margin-top: 25px;
}

.about_section .expertise-box a:hover {
  background-color: #0b0162;
  color:#f8f6f1 ;
}
.cta_section {
     background-color: #0b0162;
      color: #ffffff;
}
.cta_section .btn {
    background-color: #ffffff;
    color: #0b0162;
    border: 1px solid #ffffff;
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 35px;
    font-size: 1.1rem;
    transition: all .3s;
    margin-top: 25px;
}
.cta_section .btn:hover {
    background-color: #0b0162;
    color: #fff;
}
.cta_section h2{
  margin-bottom:30px ;
}
.expertise-carousel {
  padding: 50px 10px;
}
.heading_box.heading_center {
  text-align: center;
  margin-bottom: 40px; /* Add this to push the slides down */
}

.swiper {
  padding: 20px 0;
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: visible;
}

.swiper-slide {
  height: 100%;
  max-width: 280px; /* adjust as needed */
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  color: white;
  font-family: 'Segoe UI', sans-serif; 
  box-shadow:
    0 10px 15px rgba(0, 0, 0, 0.6),
    0 4px 6px rgba(0, 0, 0, 0.3);
  background: #1c2536;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}
.swiper-slide:hover {
  transform: scale(1.05);
  box-shadow:
    0 20px 30px rgba(0, 0, 0, 0.8),
    0 10px 15px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.swiper-slide:hover .slide-img {
  filter: brightness(0.65) blur(1.3px);
   transform: scale(1.1);
}
.swiper-slide:hover .slide-overlay {
  opacity: 1;
}
.slide-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
  filter: brightness(0.85);
}
.slide-overlay h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
    margin-bottom: 8px;
  letter-spacing: 0.6px;
}
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 20px; */
   background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
  color: white;
  padding: 25px 30px;
  transition: opacity 0.4s ease-in-out;
  flex-direction: column;
  user-select: none;
}

.slide-overlay small {
  font-weight: 500;
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.4;
}
.slide-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); 
  background: rgba(0, 0, 0, 0.4); 
  padding: 8px 16px;
  border-radius: 8px;
}
/* Arrow styles */
/* Hide default prev arrow */
.swiper-button-prev {
  display: none !important;
}

/* Style single next arrow */
.swiper-button-next.single-arrow {
  border-radius: 50%;
  color: white;
  top: auto; /* reset top */
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #3a8dde, #6c63ff);
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  box-shadow:
    0 5px 15px rgba(58, 141, 222, 0.5),
  0 3px 6px rgba(108, 99, 255, 0.35);

}

.swiper-button-next.single-arrow:hover {
 background: linear-gradient(135deg, #3c6ff7, #3a32d1);

box-shadow:
  0 8px 20px rgba(60, 111, 247, 0.9),
  0 4px 8px rgba(58, 50, 209, 0.7);
}

/* Adjust arrow icon size */
.swiper-button-next.single-arrow::after {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.expertise-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  height: 300px;
}
.expertise-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
  display: block;
}
.card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
  transition: 0.4s;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 64, 114, 0.95);
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
}
.expertise-card:hover .card-overlay {
  opacity: 1;
}
.expertise-card:hover img {
  transform: scale(1.05);
  filter: brightness(50%);
}
.expertise-card:hover .card-title {
  opacity: 0;
}

.expertise_section {
  position: relative;
}
.expertise_section h2{
  color:white;
}

.expertise_section .ex-box {
  margin-top: 30px;
  background-color: #f8f6f1;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 28px 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expertise_section .ex-box .awsm-icon {
  width: 200px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expertise_section .ex-box .expertise-box {
  margin-top: 15px;
  
}
.expertise_section .ex-box .expertise-box p {
  margin: 10px;
  font-size: 14px;
}

.expertise_section .ex-box:hover {
  /* background-color: #003471; */
  background-color: #0b0162;
  color: #ffffff;
}
.awsm-icon i{ 
  font-size: 50px; 
  /* color: #003471; */
  color: #0b0162;
  background-color: white;
  padding: 10px; 
  border-radius: 50%;
}
.services_section {
  /* background-color: #003471; */
  background-color: transparent;
  padding: 50px 50px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 35px;
}
.services_section h2 {
  color: #fcfcfc;
}
.service_box {
  background: #f8f6f1;
  padding: 31px;
  margin: 18px 16px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.service_icon {
  font-size: 36px;
  /* color: #003471; */
  color: #0b0162;
  margin-bottom: 15px;
}

.service_box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  /* color: #003471; */
  color: #0b0162;
}

.service_box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  margin-top: 30px;
}

.service_link {
  /* color: #003471; */
  color: #0b0162;
  text-decoration: none;
  font-weight: bold;
}

.service_link:hover {
  text-decoration: underline;
}
/* General Section Styling */
#our-process {
  text-align: center;
  padding: 60px 40px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Heading Style */
#our-process h2 {
  font-size: 32px;
  margin-bottom: 70px;
  color: #0b0162;
  font-family: 'Lato', sans-serif;
}

/* Flexbox Container for Steps */
.process-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Individual Step Box */
.process-step {
  flex: 1;
  max-width: 250px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Circle Container for Text */
.process-step .circle {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

/* Hover Effects for Circles */
.process-step:hover .circle {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background: #0b0162; /* Background color change on hover */
  color: white; /* Text color change on hover */
}

/* Icon Outside the Circle */
.process-step i {
  font-size: 50px;
  color: #0b0162;;
  margin-bottom: 15px;
  transition: transform 0.3s;
}

.process-step:hover i {
  transform: rotate(15deg); /* Small rotation on hover for a playful effect */
}

/* Titles and Text Inside Circle */
.process-step h3 {
  font-size: 20px;
  color: #0b0162;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.process-step p {
  font-size: 14px;
  color: #555;
  font-family: 'Lato', sans-serif;
  padding: 0 10px;
}

/* Hover Effects for Icons */
.process-step:hover i {
  color: #f8f6f1; /* Icon color change on hover */
  background-color: #0b0162;
  padding: 20px;
  border-radius: 50px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  
}
/* Contact Form Styling */
.expertise_section .form-control {
  border-radius: 6px;
  padding: 22px 25px;
  border: 1px solid #ced4da;
  font-size: 14px;
  margin-top: 10px;
}
.section-heading-contact h2 {
  font-size: 32px;
  color: #0b0162;
  font-weight: 700;
}

.heading_box h3 {
  font-size: 18px;
  font-weight: 400;
  color: #6c757d; /* muted text */
}

.expertise_section .btn-industrial {
  background-color: #000074;
  color: #fff;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.expertise_section .btn-industrial:hover {
  background-color: white;
  color: #000074;
  border: 2px solid white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Success message styling */
#successMsg {
  font-size: 14px;
  text-align: center;
}

/* Map Embed Styling */
.ratio-4x3 iframe {
  border-radius: 12px;
  border: none;
}

/* Address text */
.text-center p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .expertise_section .col-lg-6 {
    margin-bottom: 30px;
  }
  .ratio-4x3 {
    height: 350px; /* smaller height on tablets/mobiles */
  }
}

@media (max-width: 575px) {
  .heading_box h2 {
    font-size: 26px;
  }
  .heading_box h3 {
    font-size: 16px;
  }
  .ratio-4x3 {
    height: 250px;
  }
}


.footer {
  position: relative;
  background-color: #0b0162;
  color: #ffffff;
}

.footer h5 {
  text-transform: uppercase;
  text-decoration:underline;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.footer .info_logo .navbar-brand {
  font-size: 28px;
}

.footer .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0b0162;
  width: 30px;
  height: 30px;
  /* social media icons bg footer */
  /* background-color: #000074; */
  background-color: #f8f6f1;
  border-radius: 100%;
  margin-right: 5px;
}
.footer .social_box a:hover {
  color: #f8f6f1;
  background-color:#0b0162;
  border: 1px solid #f8f6f1;
}

.footer p {
  margin-bottom: 0;
  color: #fcfcfc;
}

.footer a {
  text-transform: none;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  list-style-type: none;
  margin: 3px 0;
}

.footer ul li a {
  color: #fcfcfc;
}
.footer .info_link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .info_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .info_contact {
  margin: 15px 0;
}

.footer .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  color: #f8f6f1;
}

/* Basic styling for the links */
.link-box {
  display: flex;
  align-items: center; /* Vertically align the icon and text */
  margin-bottom: 20px;
  color: #f8f6f1; /* White text color */
  text-decoration: none;
}

.link-box i {
  font-size: 18px;
  margin-right: 10px; /* Space between icon and text */
  transition: color 0.3s ease;
}

.link-box span {
  font-size: 14px;
  color: #f8f6f1; /* White color for the text */
  margin: 0px 0px 0px 0px;
}

/* On hover, change the color to a shade of blue */
.link-box:hover {
  color: #0b0162; /* Blue text color */
}

.link-box:hover i {
  color: #4C84D1; /* Blue icon color on hover */
}

/* Hover effect: Slight scaling effect */
.link-box:hover {
  transform: scale(1.05); /* Slight scale on hover for effect */
}
.footer .copyright {
  color: #ccc;
  font-size: 12px;
  margin-top: 20px;
}

/* footer section end*/

/* Responsive Design */
@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 1.5rem; /* Smaller font size for phones */
    line-height: 1.3;
    padding: 0 15px; /* Optional: Adds padding for better spacing */
  }


  .btn-box a {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  .about_section .expertise-box {
    margin-bottom: 20px; /* Adds spacing between elements */
  }

  .about_section .awsm-icon img {
    width: 100%; /* Ensures the image is responsive */
    display: block; /* Prevents image overflow issues */
    margin-bottom: 15px; /* Adds space below the image */
  }

  .about_section .expertise-box a {
    display: inline-block; /* Ensures the button does not overlap */
    margin-top: 10px; /* Adds space above the button */
  }
  .service_box {
    background: #fff;
    padding: 27px;
    width: 100%;
    height: auto;
    margin: 18px 16px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
}

@media (max-width: 480px) {
  .carousel-caption h1 {
    font-size: 0.7rem; /* Smaller font size for phones */
    line-height: 1.3;
    padding: 0 15px; /* Optional: Adds padding for better spacing */
  }


  .btn-box {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  .custom_nav-container .navbar-nav {
    align-items: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 15px;
  }
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    height: auto;
  }

  .header_section .header_top {
    display: none;
  }

  .header_section .header_bottom {
    background-color: #003471;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }

  .header_section .header_top .phonenum_navbar a span {
    display: none;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .slider_section .detail-box {
    text-align: center;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
  }

  .about_section .img-box {
    margin-top: 45px;
  }

  .project_section .box .detail-box {
    opacity: 1;
    visibility: visible;
  }
  .footer .row > div {
    margin-bottom: 20px; /* Adds space between each column */
  }

  .footer .row {
    display: flex;
    flex-direction: column; /* Stacks columns vertically */
  }

  .footer_box {
    padding: 20px; /* Adds padding to make the footer look better on mobile */
  }

}

@media (max-width: 576px) {
  .header_section .header_top .social_box {
    display: none;
  }

  .header_section .header_top .phonenum_navbar a {
    margin: 0;
    margin-left: 15px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}