@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
}
@keyframes moveDownUp {
  0%, 100% {
    transform: translateY(30);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.floating-dot {
  margin-left: -1%;
  animation: moveUpDown 2s ease-in-out infinite;
}

.floating-fish {
  animation: moveUpDown 4s ease-in-out infinite;
}

.floating-fish-second {
  margin-left: 1%;
  animation: moveUpDown 2s ease-in-out infinite;
}

.floating-fish-third {
  margin-left: -1%;
  animation: moveDownUp 2s ease-in-out infinite;
}

.floating-img {
  width: 20px;
}

.floating-fish-img {
  width: 50px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .navbar {
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
header .navbar .navbar-brand {
  color: #2A2A2A;
  margin: 0;
}
header .navbar .navbar-brand span span {
  color: #2A2A2A;
}
header .navbar .navbar-toggler {
  color: #2A2A2A;
}
header .navbar .offcanvas {
  width: 100%;
}
header .navbar .offcanvas .offcanvas-header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title {
  color: #FFF;
  font-size: 15px;
}
header .navbar .offcanvas .offcanvas-header .mobile-image {
  max-width: 100px;
}
header .navbar .offcanvas .offcanvas-header .btn-close {
  border-radius: 50px;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav {
  line-height: 30px;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #2A2A2A;
  text-transform: uppercase;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  display: block;
  border-bottom: 2px solid #2176D0;
  color: #2176D0;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item:hover .nav-link {
  color: #2A2A2A;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.active::after {
  content: "";
  display: block;
  border-bottom: 2px solid #0F4A8C;
  color: #2A2A2A;
}

#hero {
  position: relative;
  top: 0;
  width: 100%;
  height: 400px;
}
#hero .hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#hero h1 {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
}
#hero p {
  font-weight: 500;
}
#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#contactUs .send-button {
  background-color: #0F4A8C;
  color: #FFF;
}
#contactUs .contact-details-margin {
  margin-left: 1rem;
}
#contactUs .contact-details-margin a {
  text-decoration: none;
  color: #2A2A2A;
}

#aboutUs #aboutHero {
  position: relative;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboutUs #aboutHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#aboutUs #aboutHero h2,
#aboutUs #aboutHero h5 {
  font-weight: 500;
}
#aboutUs .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#aboutUs .image-wrapper .gallery-image {
  transition: transform 0.3s ease-in-out;
}
#aboutUs .image-wrapper .gallery-image:hover {
  transform: scale(1.1);
}

footer {
  background-color: #0F4A8C;
  color: #FFF;
}
footer .address-section {
  padding: 50px 0 0 0;
}
footer .address-section h6 {
  font-style: normal;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #FFF;
}
footer .address-section p {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: rgb(255, 255, 255);
}
footer .address-section ul {
  margin: 0;
}
footer .address-section ul li {
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  font-size: 15px;
}
footer .address-section ul li a {
  color: #FFF;
  text-decoration: none;
}
footer .address-section #footer-social-list li a {
  display: flex;
  width: 37px;
  height: 37px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgb(255, 255, 255);
  background: #0F4A8C;
  color: rgb(255, 255, 255);
}
footer .address-section #footer-social-list li i {
  color: #ffffff;
}
footer .address-section #footer-contact-list li a {
  color: #E1E1E1;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
footer .address-section .contact-address {
  display: flex;
  align-items: center;
}
footer .address-section .contact-address div {
  color: #ffffff;
}
footer .address-section .contact-address div a {
  display: inline;
  word-break: break-word;
}
footer .address-section .contact-icon {
  width: 20px;
  height: 20px;
  padding: 8px;
  background-color: #FFF;
  border-radius: 50px;
  margin-right: 10px;
  box-sizing: content-box;
  vertical-align: middle;
}
footer .address-spacing {
  line-height: 25px;
}
footer .all-rights p {
  color: rgb(225, 225, 225);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
footer .all-rights p a {
  color: #FFF;
  text-decoration: none;
}
footer hr {
  margin: 1rem 0 0 0 !important;
  opacity: 1;
}

#homePage .sub-heading {
  font-family: "Caveat" !important;
  font-weight: 400 !important;
  font-size: 28px !important;
  color: #6EB4DE !important;
}
#homePage .heading {
  font-weight: 400 !important;
  font-size: 24px !important;
}
#homePage #homeHero {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
}
#homePage #homeHero #heroCarousel .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#homePage #homeHero #heroCarousel .carousel-item img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
#homePage #homeHero #heroCarousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFF;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
#homePage #homeHero #heroCarousel .carousel-indicators button:hover {
  opacity: 0.7;
}
#homePage #homeHero #heroCarousel .carousel-indicators button.active {
  background-color: #6EB4DE;
  opacity: 1;
}
#homePage #homeHero .homehero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: inherit;
  color: #fff;
  z-index: 2;
}
#homePage #homeHero .homehero-content h1 {
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
}
#homePage #homeHero .homehero-content h4 {
  color: #FFF;
  font-weight: 500;
}
#homePage #homeHero .homehero-content a {
  display: inline-block;
  padding: 14px 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.272px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1.475px solid #FFF;
}
#homePage #homeHero .homehero-content a:hover {
  background-color: #6EB4DE;
  color: #FFF;
  border: 1.475px solid #6EB4DE;
}
#homePage #qualityCards .image-wrapper {
  width: 270px;
  height: 318px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#homePage #qualityCards .image-wrapper .gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
#homePage #qualityCards .image-wrapper:hover .gallery-image {
  transform: scale(1.1);
}
#homePage #qualityCards .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#homePage #qualityCards .image-wrapper .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  padding: 10px;
}
#homePage #qualityCards h3 {
  font-size: 28px;
  font-weight: 500;
}
#homePage #qualityCards span {
  font-size: 18px;
}
#homePage #products .image-wrapper {
  width: 350px;
  height: 350px;
  position: relative;
  overflow: hidden;
}
#homePage #products .image-wrapper .gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
#homePage #products .image-wrapper:hover .gallery-image {
  transform: scale(1.1);
}
#homePage #products .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#homePage #products .image-wrapper .overlay-text {
  color: white;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  z-index: 2;
}
#homePage #products .container {
  position: relative;
  text-align: center;
}
#homePage #products .container .rotating-image {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  animation: rotate 10s linear infinite;
}
#homePage #welcome .image-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#homePage #welcome .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
#homePage #welcome .image-container:hover .card-img-top {
  transform: scale(1.1);
}
#homePage #welcome .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(110, 180, 222, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
#homePage #welcome .overlay-text {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 0 3rem 0 3rem;
}
#homePage #welcome .overlay-text .headding {
  font-size: 24px;
  font-weight: 500;
}
#homePage #welcome .overlay-text .content {
  font-size: 18px;
  font-weight: 500;
}
#homePage #services h5 {
  text-transform: uppercase;
}
#homePage #services p {
  font-family: "Montserrat";
  color: rgba(42, 42, 42, 0.6);
  font-size: 16px;
}
#homePage #services .service-card {
  background-color: #F4F4F4;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-height: 177px;
}
#homePage #services .service-card:hover {
  background-color: #2176D0;
  color: #FFF;
}
#homePage #services .service-card:hover .card-title,
#homePage #services .service-card:hover .card-text {
  color: #FFF;
}
#homePage #services .service-card:hover img {
  filter: brightness(0) invert(1);
}
#homePage #stats {
  padding: 1rem;
  position: relative;
  top: 0;
  width: 100%;
  height: 700px;
}
#homePage #stats .hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#homePage #stats h5 {
  color: #FFF;
  text-transform: uppercase;
}
#homePage #stats h3 {
  font-weight: 600;
  font-size: 64px;
  z-index: 1;
}
#homePage #stats h4 {
  z-index: 1;
}
#homePage #stats::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#homePage #stats .index-hero-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10rem;
}
#homePage #testimonial {
  min-height: 380px;
}
#homePage #testimonial .carousel-indicators {
  position: static;
  margin-top: 1rem;
}
#homePage #testimonial .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 5px;
}
#homePage #testimonial .carousel-indicators .active {
  background-color: #5a9bd5;
}/*# sourceMappingURL=style.css.map */