@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.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_container {
  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_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #0a97b0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.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;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #04233b;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  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: #0a97b0;
}

.header_section .header_top .contact_nav a:hover i {
  color: #04233b;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

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

.navbar-brand span {
  font-weight: bold;
  font-size: 20px;
  color: #534e4e;
  font-family: "Anton SC", sans-serif;
  font-weight: 800;
  font-style:oblique
}

.custom_nav-container {
  padding: 0;
}

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

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0a97b0;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.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: #000000;
  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: #000000;
  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;
}
/*end header section*/
/* slider section */
.slider_section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  animation: blurBackground 5s infinite alternate; /* Apply background blur animation */
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px); /* Initial blur */
  transition: filter 1s ease; /* Smooth transition for blur effect */
}

.slider_section .content-container {
  text-align: center;
  padding: 20px;
  color: #ffffff;
  z-index: 1; /* Ensure content stays on top of the background */
  position: relative; /* Keep content above the blurred background */
}

/* Detail box */
.slider_section .detail-box {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0; /* Start with hidden */
  transform: translateY(30px); /* Start below the initial position */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transition */
}

/* When in view, activate animation */
.slider_section .detail-box.in-view {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Slide up */
}

.slider_section .detail-box h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.slider_section .detail-box h2 {
  font-size: 18px;
  color: navajowhite;
  margin-bottom: 25px;
}

.slider_section .btn-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  opacity: 0; 
  transform: translateY(30px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* When in view, activate animation */
.slider_section .btn-box.in-view {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Slide up */
}

.slider_section .btn-box a {
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.slider_section .btn1 {
  background-color: #0a97b0;
  color: #ffffff;
  border: none;
}

.slider_section .btn1:hover {
  background-color: #065968;
}

.slider_section .btn2 {
  background-color: #000000;
  color: #ffffff;
  border: none;
}

.slider_section .btn2:hover {
  background-color: #333333;
}

/* Keyframe animations */

/* Fade-in animation for the content */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Slide-up animation for heading */
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Blur animation for the background */
@keyframes blurBackground {
  0% {
    filter: blur(8px); /* Starting blur */
  }
  50% {
    filter: blur(20px); /* Maximum blur */
  }
  100% {
    filter: blur(8px); /* Ending blur */
  }
}

/* Service Section */
.service_section {
  margin-bottom: 50px; 
  background-color: #fff;
}
.service_section .heading_container {
  margin-bottom: 20px;
}

.service_section .heading_container h2 {
  font-size: 36px;
  font-weight: bold;
  color: #04233b;
  margin-bottom: 20px; 
}

.service_section .heading_container span {
  color: #007bff;
}

/* Left-Aligned Paragraph */
.service_section .heading_container p {
  max-width: 600px;
  margin: 20px 0; /* Space before and after the paragraph */
  font-size: 16px;
  color: #555;
  text-align: left; /* Aligns paragraph to the left */
}
/* Service Card Styling */
.service_card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left; /* Align text to the left */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* Ensure all cards are the same height */
}

.service_card:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.service_card .icon_box {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #007bff;
  color: #fff;
  font-size: 36px;
  transition: background 0.3s ease;
}

.service_card:hover .icon_box {
  background: #0056b3;
}

.service_card h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #04233b;
}

.service_card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Twinkling Effect */
.twinkle {
  animation: twinkle 3s infinite ease-in-out;
}

@keyframes twinkle {
  0%, 100% {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .service_card {
    margin-bottom: 80px;
  }
}
/* Animation for Heading Container */
.heading_container {
  opacity: 0;
  transform: translateY(-30px); /* Start slightly above */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.heading_container.in-view {
  opacity: 1;
  transform: translateY(0); /* Slide into place */
}

/* Animation for Cards */
.service_card {
  opacity: 0;
  transform: translateY(30px); /* Start slightly below */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.service_card.in-view {
  opacity: 1;
  transform: translateY(0); /* Slide into place */
}

/* Initially hidden state for the about section */
.about_section {
  position: relative;
  opacity: 0; /* Initially hidden */
  transform: translateY(40px); /* Initially moved down */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transition */
}

/* When the about section comes into view */
.about_section.in-view {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Slide up */
}

/* Styling for the row inside the about section */
.about_section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Slightly moved down */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transition */
}

/* When the row inside the about section comes into view */
.about_section .row.in-view {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Slide up */
}

/* Image Box Styling */
.about_section .img-box {
  position: relative;
  opacity: 0; /* Initially hidden */
  transform: translateY(30px); /* Initially moved down */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transition */
}

/* When the img-box comes into view */
.about_section .img-box.in-view {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Slide up */
}

/* Image inside the img-box */
.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

/* Left and right bars on the img-box */
.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #04233b;

}

.about_section .img-box::before {
  left: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  transform: translate(50%, -50%);
}

/* Styling for the detail box in the about section */
.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Initially moved down */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transition */
}

/* When the paragraph comes into view */
.about_section .detail-box p.in-view {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Slide up */
}

/* Styling for the button in the about section */
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0a97b0;
  color: #f3f3f3;
  border-radius: 0px;
  transition: all .3s ease;
  border: none;
  margin-top: 15px;
}

/* Hover effect for the button */
.about_section .detail-box a:hover {
  background-color: #065968;
}
/* Product Section Styles */
.product_section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.product_section .heading_container h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.product_section .heading_container h2 span {
  color: #0a97b0; /* Accent color */
}

.product_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.product_box {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.product_icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 120px;  /* Ensure icons are the same size */
  margin: 0 auto;
  display: block;
}

.product_info {
  padding: 20px;
  text-align: center;
}

.product_info .product_name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #23242a;
  margin-bottom: 10px;
}

.product_info .product_description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
}

.product_info .product_price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0a97b0; /* Accent color */
}

/* Certificate Section */
.certificate_section {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}

.certificate_section .heading_container {
  margin-bottom: 20px;  /
}

.certificate_section .heading_container h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0c0c0c;
  padding: 20px 40px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Heading Animation */
@keyframes headingAnim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.certificate_section .heading_container h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  opacity: 0.3;
  transform: translateY(-50%);
}

/* Container for Certificates */
.certificate_section .certificate_container {
  display: flex;
  justify-content: center;
  gap: 10px;  
  flex-wrap: wrap;
  margin-top: 10px;  
}

.certificate_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.certificate_section .owl-carousel .owl-nav .owl-prev,
.certificate_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0a97b0;
  border-radius: 50%;
}

.certificate_section .owl-carousel .owl-nav .owl-prev:hover,
.certificate_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #161825;
}

.certificate_section .owl-carousel .owl-nav .owl-prev {
  left: -60px;
  background-image: url(../images/prev.png);
}

.certificate_section .owl-carousel .owl-nav .owl-next {
  right: -60px;
  background-image: url(../images/next.png);
}

/* Box for each Certificate */
.certificate_section .box {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
  width: 300px; 
  margin-bottom: 20px;  
  max-width: 100%;
}

.certificate_section .box .certificate_id {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.certificate_section .box .certificate_id .img-box {
  position: relative;
  width: 100%;  /* Full width */
  height: 200px;  /* Adjusted height for consistent image size */
  margin-bottom: 15px;
}

.certificate_section .box .certificate_id .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px;  /* Optional, for rounded corners */
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .certificate_section .certificate_container {
    flex-direction: column;
    align-items: center;
  }

  .certificate_section .box {
    width: 80%;
  }

  .certificate_section .box .certificate_id .img-box {
    width: 80%;
    height: auto;
  }
}

.contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::placeholder {
  color: #04233b;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #0a97b0;
  color: #f8f8f8;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #065968;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #04233b;
  color: #ffffff;
  padding: 40px 0 15px 0;
}
.info_section .row {
  display: flex; 
  flex-wrap: wrap; 
  }
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
  flex: 0 0 auto;
  width: 25%;
}

.info_section .info_contact .contact_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;
}

.info_section .info_contact .contact_link_box a {
  margin: 6px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 1px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #0a97b0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social 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: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #0a97b0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #0a97b0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #065968;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #04233b;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
