@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Sinhala:wght@100..900&family=Noto+Sans+Tamil:wght@100..900&family=Oswald:wght@200..700&family=Montserrat:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

html {
  scroll-behavior: smooth;
}

:root {
  --shiny-cta-bg: #000000;
  --shiny-cta-bg-subtle: #1a1818;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: blue;
  --shiny-cta-highlight-subtle: #8484ff;
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@property --gradient-angle-offset {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@property --gradient-percent {
    syntax: "<percentage>";
    initial-value: 5%;
    inherits: false;
}

@property --gradient-shine {
    syntax: "<color>";
    initial-value: white;
    inherits: false;
}

.shiny-cta {
    --animation: gradient-angle linear infinite;
    --duration: 9s;
    --shadow-size: 2px;
    isolation: isolate;
    font-weight: 350;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline-offset: 4px;
    padding: 1.25rem 2.5rem;
    font-family: inherit;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: var(--shiny-cta-fg);
    background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box, conic-gradient( from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, var(--shiny-cta-highlight) var(--gradient-percent), var(--gradient-shine) calc(var(--gradient-percent) * 2), var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box;
    box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
    &::before,
    &::after,
    span::before {
        content: "";
        pointer-events: none;
        position: absolute;
        inset-inline-start: 50%;
        inset-block-start: 50%;
        translate: -50% -50%;
        z-index: -1;
    }
    &:active {
        translate: 0 1px;
    }
}

.shiny-cta::before {
    --size: calc(100% - var(--shadow-size) * 3);
    --position: 2px;
    --space: calc(var(--position) * 2);
    width: var(--size);
    height: var(--size);
    background: radial-gradient( circle at var(--position) var(--position), white calc(var(--position) / 4), transparent 0) padding-box;
    background-size: var(--space) var(--space);
    background-repeat: space;
    mask-image: conic-gradient( from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
    border-radius: inherit;
    opacity: 0.4;
    z-index: -1;
}

.shiny-cta::after {
    --animation: shimmer linear infinite;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient( -50deg, transparent, var(--shiny-cta-highlight), transparent);
    mask-image: radial-gradient(circle at bottom, transparent 40%, black);
    opacity: 0.6;
}

.shiny-cta span {
    z-index: 1;
    &::before {
        --size: calc(100% + 1rem);
        width: var(--size);
        height: var(--size);
        box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
        opacity: 0;
    }
}

.shiny-cta {
    --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
    transition: var(--transition);
    transition-property: --gradient-angle-offset, --gradient-percent, --gradient-shine;
    &,
    &::before,
    &::after {
        animation: var(--animation) var(--duration), var(--animation) calc(var(--duration) / 0.4) reverse paused;
        animation-composition: add;
    }
    span::before {
        transition: opacity var(--transition);
        animation: calc(var(--duration) * 1.5) breathe linear infinite;
    }
}

.shiny-cta:is(:hover,
:focus-visible) {
    --gradient-percent: 20%;
    --gradient-angle-offset: 95deg;
    --gradient-shine: var(--shiny-cta-highlight-subtle);
    &,
    &::before,
    &::after {
        animation-play-state: running;
    }
    span::before {
        opacity: 1;
    }
}

@keyframes gradient-angle {
    to {
        --gradient-angle: 360deg;
    }
}

@keyframes shimmer {
    to {
        rotate: 360deg;
    }
}

@keyframes breathe {
    from,
    to {
        scale: 1;
    }
    50% {
        scale: 1.2;
    }
}

:root {
    --primary: #0a1d3c;
    --secondary: #ECA703;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Oswald', sans-serif !important;
}

p {
    font-family: 'Teko', 'Noto Sans Sinhala', Arial, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

.nav-link {
    color: var(--primary) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: var(--primary) !important;
}

.top-bar {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 4px 10px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    font-size: 18px;
    color: #071739;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.social-icon:hover {
    color: #007bff;
}

.contact-number {
    font-size: 16px;
    color: #333;
}

.commander2025 {
  background: #fff;
  color: black;
  padding: 40px 0; /* 10px top padding */
  min-height: 35vh;
  display: flex;
  background: url('../img/cofn_bg.webp') no-repeat center center;
  background-size: cover;
  position: relative;
  align-items: flex-start !important; /* Changed from center to flex-start */
  border-top: 20px #071739 solid;
  border-bottom: 20px #071739 solid;
}

.commander2025::before {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #071739, #071739);
  clip-path: polygon(0px 0px, 0% 142%, 17% -7%);
  z-index: 1;
}


.cofn2025 {
  position: relative;
  width: 56%;
  border-radius: 20px;
  background-color: #071739;
  color: #fff;
  margin-right: auto; 
  display: flex;
  align-items: stretch;
  z-index: 2;
margin-left: 1%;
}

.cofn2025left {
  display: flex;
  justify-content: flex-end; /* Changed from flex-start to flex-end */
  align-items: center; /* Keeps vertical centering */
  background-color: #19110e;
  padding-right: calc(var(--bs-gutter-x) * 0);
  border-radius: 20px;
}

.commander-photo {
  height: 350px; /* Maintain your fixed height */
  width: 100%;
  object-fit: cover;
  margin-right: auto; /* Pushes everything right, aligning image left */
  display: block; /* Ensures margin-auto works properly */
}

.comm-description {

  height: 100%;
  display: flex;
  flex-direction: column;
  
  align-items: center; /* Horizontal center */
  text-align: center; /* For text elements */
}


.comm-description .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.2rem;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 0.25rem;
    color: white;
    background-color: transparent;
    border: 1px solid rgba(255, 215, 0, 0.1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 250;
    vertical-align: middle;
    user-select: none;
    letter-spacing: 1px;
    text-align: center;
    min-width: 180px;
    overflow: hidden;
    z-index: 0;
}

.comm-description .btn i {
    margin-left: 10px;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.comm-description .btn:hover i {
    transform: translateX(5px);
}

.comm-description .btn a:hover {
    color: #071739;
    text-decoration: none;
}

.comm-description a.btn:hover {
  background-color: #C9AF25 !important;
  color: #071739 !important;
  border-color: white !important;
  box-shadow: 0 0 5px #C9AF25, 0 0 10px #C9AF25;
  font-weight: 350;
}

.comm-description .btn:hover i {
    color: #071739;;
}

.comm-description .btn:focus,
.comm-description .btn:active {
    outline: none;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.comm-description .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient( to right, transparent 0%, #FFD700 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 6.6s linear infinite alternate;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

@keyframes scan-light {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}


.comm-description h3 {
  font-size: 2rem;
  color: #ECA703;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 5px 22px;
  font-weight: 600;
  text-shadow: 1px 1px 5px black;
}

.comm-description h2 {
  font-size: 2rem; /* Responsive font */
}

.comm-description img {
    width: 20%;
    max-width: 50px;
}

/* Mobile specific styles */
.mobile-commander-photo {
  position: relative; /* Needed for absolute positioning of child */
  width: 100%;
 
  overflow: hidden; /* Hide any overflowing parts of the image */
  background: #19110e;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  border-radius: 20px 20px 0 0;
}

.mobile-commander-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This does the magic */
  object-position: center; /* Focus on center of image */
  min-width: 100%; /* Ensure full width coverage */
  min-height: 100%; /* Ensure full height coverage */
}


@media (max-width: 1920px) {
  .cofn2025 {
    width: 60%; /* Slightly wider on tablets */
  }
  .comm-description h3 {
  font-size: 1.9rem;
  }
  .comm-description h2 {
  font-size: 1.9rem;
}
.comm-description {
  padding:10px;
}
.comm-description .btn {
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
}
}


@media (max-width: 1600px) {
  .cofn2025 {
    width: 70%;
  }
  .comm-description h3 {
  font-size: 1.4rem;
  }
  .comm-description h2 {
  font-size: 1.4rem;
}
.comm-description {
  padding:10px 0;
}
.comm-description .btn {
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
}
.comm-description img {
    width: 20%;
    max-width: 40px;
	margin-top: 10px;
}
}




@media (max-width: 1024px) {
  .cofn2025 {
    width: 98%; /* Slightly wider on tablets */
  }
  .comm-description h3 {
  font-size: 1.2rem;
  }
  .comm-description h2 {
  font-size: 1.2rem;
}
.comm-description {
  padding:10px 0;
}
.comm-description .btn {
  padding: 0.5rem 0.8rem;
  font-size: 1.5rem;
}
.comm-description img {
    width: 20%;
    max-width: 40px;
	margin-top: 10px;
}
}

@media (max-width: 992px) {

  .comm-description {
    width: 100% !important;
    background-color: #071739;
    border-radius: 0 0 20px 20px;
	padding:0 10px 20px 10px;
  }

}

@media (max-width: 768px) {
  .cofn2025 {
    width: 90%;
    margin: 10px auto 0 auto; /* 10px top margin */
    border-radius: 20px;
    align-items: flex-start !important; /* Force top alignment */
    min-height: auto; /* Remove fixed height */
	background-color: #19110e;
  }
  .commander2025 {
    min-height: 90vh;
    align-items: flex-start; /* Align container to top */
    padding-top: 0; /* Remove padding to use margin instead */
  border-top: 0;
  border-bottom: 0;
  }
.comm-description img {
    width: 20%;
    min-width: 75px;
    margin-bottom: 10px;
  }

   .comm-description h3 {
    font-size: 1.5rem;
  }
    .comm-description h2 {
    font-size: 1.5rem;
  }

 .commander2025::before {
    content: none !important;
    display: none !important;
  }

}




.section-1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 510px;
    background-color: #071739;
}

.section-1 .cofn {
    background-image: url('../img/cofn_bg.webp');
    background-size: cover;
    background-position: center;
    width: 102%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #071739, #071739);
    clip-path: polygon(0 0, 0% 100%, 20% 0%);
    z-index: 1;
}

.commander {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

.comm-img img {
    background-color: #CDD5DB;
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    margin-left: 40px;
}



/*  .comm-description {
    text-align: center;
    border-radius: 40px;
    padding: 20px;
    background-color: rgba(7, 23, 57, 0.9);
    border: 2px solid #a08126;
    color: #CDD5DB;
    width: 695px !important;
    margin-left: -35px;
    min-width: 300px;
}
*/


.comm-img {
    position: relative;
    z-index: 2;
}


.comm-description h5 {
    margin-bottom: 5px;
}

.btn {
    margin-top: 10px;
}

.section-1-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cofn h3 {
    font-size: 2.5rem;
    color: #ECA703;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 5px 22px;
    font-weight: 600 !important;
    text-shadow: 1px 1px 5px black;
}





.operation2025 {
    position: relative;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7), black 100%), url('../img/operation2025_bg.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.fleet2025 {
    position: relative;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7), black 100%), url('../img/fleet-bgstrip.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.fallencom {
    position: relative;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7), black 100%), url('../img/fallen_bg.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.fallencom h1,
.fleet2025 h1,
.operation2025 h1 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    z-index: 1;
    font-family: 'Oswald', serif;
}

.fallencom h3,
.fleet2025 h3,
.operation2025 h3 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fallencom-btn,
.fleet2025-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.2rem;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    color: #030343 !important;
    background-color: #fff;
    border-radius: 0.25rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    min-width: 180px;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.fallencom-btn::before,
.fleet2025-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient( to right, transparent 0%, #030343 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 6.6s linear infinite alternate;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.fallencom-btn:hover,
.fleet2025-btn:hover {
    box-shadow: 0 0 10px #030343, 0 0 20px #030343;
    transform: translateY(-2px);
    color: #fff !important;
    background-color: #030343;
    border-color: #fff;
}

@keyframes scan-light {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.fallencom-image,
.fleet2025-image,
.fallencom-content,
.fleet2025-content,
.operation2025-image,
.operation2025-content {
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: transform, opacity;
}

.fallencom-image {
    transform: translateX(-100px);
}

.operation2025-image {
    transform: translateX(-100px);
}

.fleet2025-content {
    transform: translateX(-100px);
}

.fallencom-content {
    transform: translateX(-100px);
}

.fleet2025-image {
    transform: translateX(-100px);
}

.operation2025-content {
    transform: translateX(-100px);
}

.fallencom-image.show,
.fallencom-content.show,
.fleet2025-image.show,
.fleet2025-content.show,
.operation2025-content.show,
.operation2025-image.show {
    opacity: 1;
    transform: translateX(0);
}

.fallencom-image img,
.fleet2025-image img,
.operation2025-image img {
    width: 100%;
    max-width: 700px;
    height: 456px;
    object-fit: contain;
}

.raindrop {
    position: absolute;
    top: -10px;
    width: 2px;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes fall {
    0% {
        top: -10px;
    }
    100% {
        top: 100%;
    }
}

.typing-text {
    display: inline-block;
    font-size: 2rem;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
}

@media (max-width: 768px) {
    .fallencom h1,
    .fleet2025 h1 {
        font-size: 2.5rem !important;
    }
    .fallencom-btn,
    .fleet2025-btn {
        font-size: 1.2rem;
    }
.typing-text {   
    font-size: 1rem;
}
}

.fleet2025-content,
.operation2025-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.fallencom-content {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

@media (max-width: 768px) {
    .fallencom-content,
    .fleet2025-content,
    .operation2025-content {
        align-items: center;
        text-align: center;
    }
}

.joinsln {
    position: relative;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7), black 100%), url('../img/joinsln.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

}

.joinsln .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.joinsln-btn {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    background-color: #071739;
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.25rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    min-width: 180px;
    overflow: hidden;
    z-index: 0;
    /* Lower than text */
    margin-right: 20px;
    margin-bottom: 10px;
}

.joinsln-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(to right, transparent 0%, #FFD700 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 4s linear infinite alternate;
    z-index: -1;
    /* Masking */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes scan-light {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.joinsln-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.joinsln-btn:hover {
    background: #ffffff !important;
    color: #030343 !important;
    border-color: #003366;
    z-index: 1;
    /* Ensure it's above ::before */
}

.joinsln-btn:hover i {
    transform: translateX(5px);
}

.joinsln .section-subtitle {
    font-size: 2rem !important;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow: -2px 1px 1px rgb(0, 0, 0);*/
}

.joinsln .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url('https://www.pngall.com/wp-content/uploads/2016/07/Waves-Free-Download-PNG.png') repeat-x;
    background-size: cover;
    animation: wave 4s linear infinite;
}

@keyframes wave {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 200px;
    }
}

@media (max-width: 768px) {
    .joinsln .content {
        width: 80%;
        padding: 20px;
        height: 60%;
    }
    .joinsln .section-title {
        font-size: 2rem;
    }
    .joinsln .section-subtitle {
        font-size: 1rem;
    }
}

.joinsln .extra-buttons {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.joinsln .secondary-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.2rem;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    color: #030343 !important;
    background-color: #fff;
    border-radius: 0.25rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    min-width: 180px;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.joinsln .secondary-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient( to right, transparent 0%, #030343 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 6.6s linear infinite alternate;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.joinsln .secondary-btn:hover {
    box-shadow: 0 0 10px #030343, 0 0 20px #030343;
    transform: translateY(-2px);
    color: #fff !important;
    background-color: #030343;
    border-color: #030343;
}

@keyframes scan-light {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.joinsln .content {
    position: relative;
    text-align: center;
    color: white;
    z-index: 1;
    margin-left: 30%;
    margin-top: -15%;
}

.joinsln .content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif !important;
    color: #fff;
    /*text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.9);*/
    text-transform: uppercase;
}

.joinsln .join-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.2rem;
    color: white;
    background: var(--secondary);
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    transition: 0.3s;
    border-radius: 5px;
}

.joinsln .join-btn:hover {
    background: white;
    color: var(--primary);
}

.operation2025 .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
}

.cta-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.primary-btn,
.secondary-btn {
    padding: 12px 24px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.primary-btn {
    background: #0044cc;
    color: white;
    border: none;
}

.primary-btn:hover {
    background: white;
    color: #0044cc;
}

.secondary-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}








.specialunitsln {
    background: #fff;
    width: 100%;
    color: black;
    padding: 5% 0;
    
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url('../img/navybg.webp') no-repeat center center;
    background-size: cover;
}

.specialunitsln .unit-card {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-bottom: 20px;
}

.specialunitsln .unit-logo {
    width: 85%;
    height: auto;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.specialunitsln .unit-title {
    font-size: 4rem !important;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    opacity: 1;
    transition: color 0.3s ease, -webkit-text-stroke 0.3s ease;
}

/* Fixed hover effect for title */
.specialunitsln .unit-card:hover .unit-title {
    color: #fff !important;
    -webkit-text-stroke: 0;
}

.specialunitsln .unit-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 15px;
    width: 100%;
    color: white;
    padding: 15px 10px;
    text-align: center;
}

.specialunitsln .specialunitsln-btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    color: var(--primary) !important;
    background-color: #fff;
    border-radius: 0.25rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    min-width: 120px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #fff;
}

.specialunitsln .specialunitsln-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(to right, transparent 0%, var(--primary) 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 6.6s linear infinite alternate;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

/* Hover States */
.specialunitsln .unit-card {
    transition: all 0.3s ease;
}

.specialunitsln .unit-card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.specialunitsln .unit-card:hover .specialunitsln-btn,
.specialunitsln .unit-card:hover .unit-logo {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.specialunitsln .specialunitsln-btn:hover {
    box-shadow: 
        0 0 10px var(--primary), 
        0 0 20px var(--primary);
    transform: translateX(-50%) translateY(-2px);
    color: #fff !important;
    background-color: var(--primary);
    border-color: #fff;
}

.specialunitsln .specialunitsln-btn:hover i {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

/* Animation */
@keyframes scan-light {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}
.specialunitsln .unit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradient visible by default */
  background: linear-gradient(to top, 
              rgba(0, 0, 0, 0.9) 0%, 
              rgba(0, 0, 0, 0.5) 50%, 
              transparent 100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.specialunitsln .unit-card:hover::before {
  /* Replace gradient with solid primary color */
  background: var(--primary); 
}

/* Responsive Breakpoints */
@media (min-width: 480px) {
    .specialunitsln .unit-title {
        font-size: 3rem;
    }
    .specialunitsln .unit-card {
        height: 500px;
    }
    .specialunitsln .specialunitsln-btn {
        font-size: 1.1rem;
        min-width: 130px;
    }
	
	.specialunitsln .specialunitsln-btn {
        bottom: 30%;
    }
}

@media (min-width: 576px) {
    .specialunitsln .unit-title {
        font-size: 3rem;
    }
    .specialunitsln .unit-card {
        height: 500px;
    }
    .specialunitsln .unit-logo {
        width: 80%;
    }
	.specialunitsln .specialunitsln-btn {
        bottom: 30%;
    }
}

@media (min-width: 768px) {
.specialunitsln {
 height: auto;
}
    .specialunitsln .unit-title {
        font-size: 4rem !important;
        -webkit-text-stroke: 1.5px white;
    }
    .specialunitsln .unit-card {
        height: 550px;
    }
    .specialunitsln .specialunitsln-btn {
        font-size: 1.2rem;
        min-width: 150px;
        bottom: 25%;
    }
    .specialunitsln .unit-logo {
        width: 75%;
        top: 15px;
    }
}

@media (min-width: 992px) {
    .specialunitsln .unit-title {
        font-size: 2.5rem !important;
    }
    .specialunitsln .unit-card {
        height: 500px;
    }
    .specialunitsln .specialunitsln-btn {
        padding: 0.7rem 1.1rem;
		bottom: 30%;
    }
}

@media (min-width: 1200px) {
.specialunitsln {
 height: auto;
}
.specialunitsln {
 height: auto;
}
    .specialunitsln .unit-title {
        font-size: 4rem;
    }
    .specialunitsln .unit-card {
        height: 550px;
    }
    .specialunitsln .specialunitsln-btn {
        font-size: 1.3rem;
        min-width: 160px;
        bottom: 30%;
    }
}

@media (min-width: 1367px) {
    .specialunitsln .unit-title {
        font-size: 4.5rem;
        -webkit-text-stroke: 2px white;
    }
    .specialunitsln .unit-card {
        height: 600px;
    }
    .specialunitsln .unit-logo {
        width: 70%;
        top: 20px;
    }
}

@media (min-width: 1600px) {
    .specialunitsln .unit-title {
        font-size: 4rem !important;
    }
    .specialunitsln .unit-card {
        height: 720px;
    }
    .specialunitsln .specialunitsln-btn {
        font-size: 1.4rem;
        min-width: 180px;
        bottom: 30%;
    }
}

@media (min-width: 1921px) {
    .specialunitsln .unit-title {
        font-size: 6rem;
    }
    .specialunitsln .unit-card {
        height: 940px;
    }
    .specialunitsln .unit-logo {
        width: 60%;
        top: 40px;
    }
    .specialunitsln .specialunitsln-btn {
        font-size: 1.5rem;
        padding: 0.8rem 1.2rem;
		 bottom: 30%;
    }
}









.whatweoffer {
    background: #fff;
    width: 100%;
    color: black;
    padding: 30px 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url('../img/navybg.webp') no-repeat center center;
    background-size: cover;
}

.whatweoffer .section-title {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #071739;
    font-weight: 800;
    z-index: 1;
    font-family: 'Oswald', serif !important;
    padding: 3%;
}

.btn-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-custom {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    font-family: 'Oswald', serif !important;
    font-weight: 300;
    border: 2px solid #071739;
    background: white;
    color: #071739;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    margin: 0 0 45px 0;
}

.btn-custom:hover,
.btn-custom.active {
    background-color: #071739;
    color: #ECA703;
    border: 2px solid #ECA703;
}

.whatweoffer .content {
    display: none;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease-in-out;
}

.whatweoffer .active-content {
    display: block;
}

.cardwwo {
    width: 100%;
    min-width: 300px;
    min-height: 550px;
    height: auto;
    background: #ebebeb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-out;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
}

.cardwwo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
    position: inherit;
}

.cardwwo:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}

.cardwwo:hover .overlay {
    transform: scale(4) translateZ(0);
}

.cardwwo-button {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
  color: #071739 !important;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 300;
  min-width: 180px;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
  transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

/* Icon inside button */
.cardwwo-button i {
  margin-left: 10px;
  font-size: 1.5rem !important;
  transition: color 0.3s ease-in-out;
}

/* Animated border effect */
.cardwwo-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to right, transparent 0%, #030343 50%, transparent 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: scan-light 6.6s linear infinite alternate;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

/* Hover effect */
.cardwwo-button:hover {
  box-shadow: 0 0 10px #030343, 0 0 20px #030343;
  transform: translate(-50%, -52%); /* slight lift while keeping center */
  color: #fff !important;
  background-color: #030343;
  border-color: 1px #fff solid;
}










  /*new*/
 .content-card {
  height:500px;
  border-radius: 5px;
  /*box-shadow: 0 0 4px #006086;*/
  overflow: hidden;
}

/* Mobile-specific override */
@media (max-width: 576px) {
  .content-card {
    height: 580px;
  }
}
.card-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: transform 0.6s ease; /* <-- add transform transition */
}

.content-card:hover .card-image {
  transform: scale(1.05); /* Slight zoom-in */
  /* transform: scale(1.03); */
  /* transition: transform 0.8s ease-in-out; */
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0b0b0beb 15%, transparent 30%);
  z-index: 1;
}

.dim-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-text {
  position: absolute;
   top: 85%;
   left:auto;
  text-align: center;
  width: 100%;
  z-index: 1;
   
}

.card-text h3 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.6rem;
  font-weight: 350 !important;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
}


/* Hover Effects */
.content-card:hover .gradient-overlay {
  opacity: 0;
}

.content-card:hover .dim-overlay {
  opacity: 1;
}

.content-card:hover .card-text {
  top: 50%;
  /* left: 50%; */
  margin:0% 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  text-align: center;
}

.card-text a {
  display: none;
  white-space: nowrap; /* Prevent wrapping */
  min-width: max-content; /* Ensure it only takes the width it needs */
}

.content-card:hover .card-text a {
  display: inline-block; /* Or `block` depending on layout */
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.btn-outline-white {
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #000000; /* Or navy if you want consistency */
}










@keyframes scan-light {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.cardwwo .content {
    flex-grow: 1;
}

.cardwwo h3 {
    font-size: 1.6rem;
    font-weight: 350 !important;
    color: #071739;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    z-index: 1;
}

.cardwwo:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.cardwwo:hover .circle:after {
    background: var(--bg-color-light);
}

.cardwwo:hover p {
    color: var(--text-color-hover);
}

.cardwwo:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}

.cardwwo p {
    font-size: 17px;
    color: #4C5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.serviceCard {
    position: relative;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.serviceCaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
}

.serviceCaption-title {
    font-size: 24px;
    font-weight: bold;
}

.service-hover-title-en {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .whatweoffer {
        flex-direction: column;
    }
    .btn-container {
        flex-direction: row;
        justify-content: center;
    }
    .btn-custom {
        font-size: 16px;
        padding: 2px;
    }
    .serviceCaption-title {
        font-size: 20px;
    }
}

.media {
    background: #fff;
    width: 100%;
    color: black;
    padding: 0 0 30px 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url('../img/navybg.webp') no-repeat center center;
    background-size: cover;
}


@media (max-width: 768px) {
  .media {
    display: none !important;
  }
  .media_mobile {
    display: block !important;
  }
}

/* Show .media section on devices with min-width of 769px (desktop/tablet) */
@media (min-width: 769px) {
  .media {
    display: block !important;
  }
  .media_mobile {
    display: none !important;
  }
}


.tender2025 {
    background: #fff;
    width: 100%;
    color: black;
    padding: 0 0 30px 0;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url('../img/tender.webp') no-repeat center center;
    background-size: cover;
    margin-bottom: 1%;
}

.tender-content {
    position: relative;
    font-family: 'Oswald', sans-serif;
    padding: 4% 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* Align items to the left */
    text-align: left;
    /* Align text to the left */
}

/* Center content on screens 768px and below (mobile) */

@media (max-width: 768px) {
    .tender-content {
        align-items: center;
        text-align: center;
    }
}

.tender2025 h1 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    z-index: 1;
    font-family: 'Oswald', serif !important;
}

.tender2025 h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 2;
    color: #fff;
    font-weight: 250 !important;
    font-family: 'Oswald', serif !important;
}

.tender-btn {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.25rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    min-width: 180px;
    overflow: hidden;
    z-index: 0;
    /* Lower than text */
}

.tender-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(to right, transparent 0%, #FFD700 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 4s linear infinite alternate;
    z-index: -1;
    /* Masking */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes scan-light {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.tender-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.tender-btn:hover {
    background: #ffffff !important;
    color: #071739 !important;
    border-color: #003366;
    z-index: 1;
    /* Ensure it's above ::before */
}

.tender-btn:hover i {
    transform: translateX(5px);
}

.scrolltodiv {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    cursor: pointer;
    display: none;
    /* 🔴 Hidden by default */
}

.arrow {
    font-size: 2.5rem;
    color: #fff;
}

.arrow-animate {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

@media (max-width: 768px) {
    .media {
        min-height: 75vh;
        overflow: auto;
    }
}

.media .section-title {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #071739;
    font-weight: 800;
    z-index: 1;
    font-family: 'Oswald', serif !important;
    padding: 5%;
}

.media .content {
    display: none;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease-in-out;
}

.media .active-content {
    display: block;
}

.event2025 {
    background: #fff;
    width: 100%;
    color: black;
    padding: 30px 0;
    /* height: 100vh;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-size: auto;
    background-size: cover;
}



.event2025 .section-title {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #071739;
    font-weight: 800;
    z-index: 1;
    font-family: 'Oswald', serif !important;
    padding: 2%;
}

.event-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.event-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .event-caption {
        display: none;
    }
}

.profile-card-9 .background-block img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.card-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    color: white;
    z-index: 10;
}

.profile-card-9 {
    font-family: "Raleway", sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    min-height: 600px;
    border: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255);
}

.profile-card-9 .background-block img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.profile-card-9 .background-block {
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.profile-card-9 .background-block .background {
    width: 100%;
    vertical-align: top;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
}

.profile-card-9 .card-content {
    width: 100%;
    padding: 5px 5px;
    color: #232323;
    float: left;
    background: #efefef;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 99;
}

.profile-card-9 .card-content::before {
    content: '';
    background: #e5e5e5;
    width: 120%;
    height: 200px;
    left: -38px;
    bottom: -38px;
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg);
    border-top: 2px #1163cc solid;
    border-bottom: 2px #1163cc solid;
}

.profile-card-9 .profile {
    background-color: var(--secondary);
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 3px solid var(--primary);
    z-index: 101;
}

.profile-card-9 i {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-9 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-9 .icon-block a {
    text-decoration: none;
}

.profile-card-9 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.device-div {
    text-align: center;
    width: 100%;
    height: 100vh;
    display: none;
}

@media (max-width: 767px) {
    .mobile-div {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tablet-div {
        display: block;
    }
    .serviceCard {
        height: auto !important;
    }
}

@media (min-width: 1024px) {
    .desktop-div {
        display: block;
    }
}

.sub {
    position: relative;
}

.specials {
    height: 100%;
    font-size: 20px;
    text-align: justify;
}

.box {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

.box:last-child {
    bottom: 0;
}

.box:last-child.cur {
    top: auto;
}

.cur {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}

.cur .center {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(0);
}

#dots {
    display: none;
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 11;
    padding: 10px;
}

#dots span {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--primary);
    margin: 15px auto;
    border-radius: 50%;
}

#dots span.active {
    background: var(--secondary);
}

#changeSubButton {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1000;
    color: blue;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2-placeholder {
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.65;
    font-size: 16px;
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    margin-bottom: 1em;
    
}

p.justify-text {
    text-align: justify !important;
}

.sidebar {
    position: fixed;
    width: 250px;
    height: 100%;
    right: -250px;
    background: var(--primary);
    ;
    transition: left 0.4s ease;
    z-index: 2000;
}

.modal-backdrop {
    z-index: 1 !important;
}

#logo {
    border-radius: 0px 0px 0px 0px;
    height: 50px;
    width: auto;
    margin: 5px 0 0 0;
}

.logo {
    font-size: 25px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.sidebar a {
    color: #fff;
    text-decoration: none;
}

.sidebar a:hover {
    color: var(--secondary);
}

.menu-content ul {
    padding-left: 0 !important;
}

.menu-item {
    height: 100%;
    width: 100%;
    list-style: none;
    transition: all 0.4s ease;
}

.submenu-active .menu-item {
    transform: translateX(-56%);
}

.menu-title {
    color: var(--secondary);
    font-size: 18px;
    padding: 16px;
    font-weight: 700;
}

.menu-content {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

.item a,
.submenu-item {
    padding: 9px 15px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    border-bottom: 2px solid #ffffff1f;
}

.item i {
    font-size: 12px;
}

.item h4 {
    font-size: 18px;
}

.item a:hover,
.submenu .menu-title:hover,
.submenu-item:hover {
    background: #0000006b;
}

.submenu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.submenu {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: calc(-100% - 26px);
    background: var(--primary);
    display: none;
}

.show-submenu~.submenu {
    display: block;
    overflow-y: scroll;
}

.submenu .menu-title {
    border-radius: 12px;
    cursor: pointer;
}

.submenu .menu-title i {
    margin-right: 10px;
    color: var(--secondary);
    font-size: 18px;
}

.navbar,
.main {
    width: 100%;
    transition: ease 0.51s;
    z-index: 1000;
}

.sidebar.open {
    right: 0px;
    transition: ease 0.51s;
}

.sidebar {
    transition-timing-function: linear;
    transition: ease 0.51s;
}

#sidebar-close {
    font-size: 18px;
    color: #0b2d48;
    float: right;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    background: #fff;
    width: 2rem;
    height: 2rem;
    margin: 10px;
}

#sidebar-close:hover {
    border: 2px solid var(--secondary);
    color: #fff;
    background: #0b2d48;
    transition: all .25s;
}

.nav-toggle-close {
    height: 60px;
}

.page-nav .navbar {
    background: var(--primary);
}

.navbar {
    position: fixed !important;
    color: #fff;
    font-size: 25px;
    background: #fbfbfb00;
    cursor: pointer;
    justify-content: center !important;
    background-color: #0a1d3c54;
    border-bottom: #ffffff6e 1px solid;
}

.babel {}

.babel ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 0;
    padding-left: 1rem;
}

.babel li {
    list-style-type: none;
    display: inline;
    color: #fff;
}

.babel img {
    width: 50px;
}

.hidden {
    top: -100px;
}

.navbar i {
    float: inline-end;
}

.past-news {
    background-color: var(--primary);
    height: 75px;
}

.nav-social {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.nav-social i {
    font-size: 28px;
    color: #fff;
    padding: 10px;
}

.nav-social i:hover {
    color: var(--secondary);
}

.search {
    width: 100%;
    padding: 10px;
}

.search .search-input {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
    border: none;
}

.search .active {
    width: 100%;
    padding: 1px;
    text-align: center;
}

.nav-social .search-input.active {
    width: 200px;
    border: 1px solid var(--primary);
    height: 40px;
}

.nav-social .search-input::placeholder {
    color: #000;
    opacity: 1;
    padding: 2px;
    font-size: 18px;
}

.nav-img {
    position: relative;
}

.nav-img a {
    text-align: center !important;
}

.nav-toggle {
    width: 5vw;
}

.slider-logo-left {
    position: absolute;
    z-index: 2;
    top: 110px;
    left: 0;
    max-width: 100%;
    padding: 10px;
    display: flex;
}

.slider-logo-left img {
    width: 100%;
}

.slider-logo-right {
    position: absolute;
    z-index: 2;
    top: 110px;
    left: 80%;
    max-width: 100%;
    padding: 10px;
    display: flex;
}

.main {
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: #fff;
}

}

.sub {
    position: relative;
}

.box {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

.box:last-child {
    bottom: 0;
}

.box:last-child.cur {
    top: auto;
}

.cur {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.center {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}

.cur .center {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(0);
}

#dots {
    display: none;
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 11;
}

#dots span {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--primary);
    margin: 15px auto;
    border-radius: 50%;
}

.scroll-container {
    overflow: auto;
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.scroll-area {
    scroll-snap-align: start;
}

.scroll-container,
.scroll-area {
    margin: 0 auto;
}

.scroll-area {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.scroll-area:nth-of-type(1) {
    background: #49b293;
}

.scroll-area:nth-of-type(2) {
    background-image: url("../images/cofn.webp");
}

.scroll-area:nth-of-type(3) {
    background-image: url("../images/fallen.webp");
}

.scroll-area:nth-of-type(4) {
    background: #8360A6;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

*/.scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-content>.tab-pane {
    min-height: 600px;
}

.video {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/fleet-bg.webp);
    background-size: cover;
}

.video video {
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100vh;
}

.cofn {
    position: absolute;
    padding: 10px;
}

.cofn h1 {
    font-size: 2.7vw;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: #ECA703;
    font-weight: 800 !important;
    text-shadow: 1px 1px 10px #000;
}

.cofn .cofn-logo {
    width: 10%;
}

.cofn .cofn-link img {
    transition: opacity 0.3s ease-in-out;
}

.cofn .cofn-link img:hover {
    filter: grayscale(100%);
}

.fallen {
    position: absolute;
    width: 70%;
    right: 0vh;
    padding: 10px;
}

.fallen-img {
    position: absolute;
    left: 0;
    top: 400px;
    text-align: left;
    z-index: -1;
}

.main-section {
    height: 400px;
}

.seaops {
    position: relative;
    right: 0;
    padding: 10px;
    padding-top: 100px !important;
}

.seaops .seaops-link img {
    transition: opacity 0.3s ease-in-out;
}

.seaops .seaops-link img:hover {
    filter: grayscale(100%);
}

.fallen h1 {
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: #0b2d48;
    font-weight: 800 !important;
}

.fallen p {
    font-size: 2rem;
    color: #f9f8f8;
    line-height: 1.2;
    padding-bottom: 25px;
    font-weight: 600 !important;
}

.fallen .fallen-link img {
    transition: opacity 0.3s ease-in-out;
}

.fallen .fallen-link img:hover {
    filter: grayscale(100%);
}

section .animate {
    transition: 1s;
}

.sec-2 .animate {
    transform: translateX(-100%);
}

.sec-2.show-animate .animate {
    transform: translateX(0);
}

.sec-2.hide-animate .animate {
    transform: translateX(-100%);
}

.sec-1 {
    background: url('../images/cofn.webp') !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}

.sec-1-1 {
    background: url('../images/cofnnew.webp') !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}

.sec-2 {
    background: url('../images/fallen01.webp') !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}

.sec-2-1 {
    background: url('../images/fallenbg01.webp') !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}

.sec-3 {
    background: url('../images/seaops03boat.webp') !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}

.sec-3-1 {
    background: url('../images/seaops01-min.webp') !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}

.sec-3-2 {
    background: url('../images/hydro03.jpg') !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}

.fallen-img-an {
    opacity: 0;
    transform: translateX(1000px);
    animation: fadeInRight 1s ease-out forwards;
    z-index: -1;
}

.seaops-img {
    opacity: 0;
    transform: translateX(1000px);
    animation: fadeInRight 1s ease-out forwards;
    z-index: -1;
}

.seaops h1 {
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: #fff;
    font-weight: 800 !important;
}

.hydro h1 {
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: #fff;
    font-weight: 800 !important;
}

.seaops p {
    color: #fff;
    line-height: 1.5;
    padding-bottom: 25px;
    font-weight: 500 !important;
}

.seaops .btn,
.cofn .btn,
.fallen .btn,
    {
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff0;
    color: #fff;
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2vw;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 0px;
}

.news-sec .text-right {
    display: flex;
    justify-content: flex-end;
}

.news-sec .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.2rem;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    color: #030343 !important;
    background-color: #fff;
    border: 1px #0303430d solid;
    border-radius: 0.25rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    min-width: 180px;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.news-sec .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient( to right, transparent 0%, #030343 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 6.6s linear infinite alternate;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.news-sec .btn:hover {
    box-shadow: 0 0 10px #030343, 0 0 20px #030343;
    transform: translateY(-2px);
    color: #fff !important;
    background-color: #030343;
    border-color: #030343;
}
.news-sec .btn:hover i {
    transform: translateX(5px);
}

@keyframes scan-light {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.news-link {
    position: relative;
    z-index: 10;
}

.news-link img {
    transition: opacity 0.3s ease-in-out;
}

.news-link img:hover {
    filter: grayscale(100%);
}

.seaops .btn:hover {
    color: #f5aa03;
    background: var(--primary);
}

.section-title {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.section-title.text-center::before {
    left: 25%;
}

.sec-4 {
    background-repeat: no-repeat !important;
    height: unset !important;
    background-size: cover !important;
}

#breadcrumb {
    display: flex;
    padding: 0;
    margin: 0;
}

.breadcrumbs {
    background-color: #0000001a;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 2px 0;
    list-style: none;
}

.breadcrumb ul li {
    display: inline;
    font-size: 14px;
    font-weight: 501;
}

.breadcrumb li::after {
    content: "\00BB";
    padding: 0px 5px;
}

.breadcrumb ul li a {
    color: #000 !important;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sec-5 {
    background-color: #fff;
    position: relative;
    height: 100vh;
}

.sec-5 .waves {
    position: absolute;
    width: 100%;
    height: 100vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 317px;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.owl-nav {
    text-align: center;
    position: absolute;
    top: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: #acacacc2 !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    top: 80%;
    transform: translateY(15%);
    position: relative;
    right: 10px;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    position: relative;
    top: -28px;
    left: 0px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav .owl-next {
    font-size: 4rem !important;
    font: bold !important;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.4, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 400s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 60s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 80s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 100s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 30vh;
    }
    h1 {
        font-size: 2.5rem !important;
    }
}

.tender {
    background-color: var(--primary);
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tender .btn {
    display: inline-block;
    border: 2px solid #f5aa03;
    padding: 8px 13px;
    background-color: var(--primary);
    color: #fff;
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.tender .btn:hover {
    color: #f5aa03;
    background: var(--primary);
}

.add-box {
    border: 2px solid #fff;
    margin: 10px;
}

.sec-6 {
    position: relative;
    background: url('../img/whatweoffer.png') no-repeat center center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.sec-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.sec-5 .units {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 5% 0;
    background-color: #fff;
    height: 100%;
}

.units .carousel-indicators [data-bs-target] {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
}

.units .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0% !important;
    margin-bottom: 1rem;
    margin-left: 0% !important;
    list-style: none;
    top: 1;
}

.units .carousel-indicators [data-bs-target]:hover {
    border: 2px solid var(--secondary);
    background-color: #fff !important;
}

.units .carousel-indicators>div {
    padding: 2% 3% !important;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #091e3c !important;
    border-radius: 50%;
}

.units h1 {
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: var(--primary);
    font-weight: 800 !important;
}

.units p {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 25px;
    font-weight: 600 !important;
}

.body-img {
    height: 300px;
    width: 300px;
    margin-top: -100px;
    opacity: 0.2;
}



/*  
.unit-card {
    background-color: var(--primary) !important;
    color: #444;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;
    cursor: pointer;
    box-shadow: rgb(255 255 255 / 95%) 0px 1px 3px 1px;
}

.unit-card:hover {
    --_i: 100%;
}

.unit-card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.unit-title {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unit-title h3 {
    font-size: 2rem;
    color: #f5aa03;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.unit-card img {
  max-width: 100%;
  backface-visibility: hidden;
  width: 70%;
  opacity: 0;
  position: absolute;
  top: 1%;
  left: 16%;
}

.unit-card:hover img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.unit-card .unit-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1em;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 350px;
}

.unit-card h3 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.unit-card h3 span {
    display: block;
    font-weight: 700;
}

.unit-card a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.unit-card:hover>img,
.unit-card.hover>img {
    opacity: 0.5;
    transform: scale(1.1);
}

.unit-card:hover:after,
.unit-card.hover:after {
    bottom: 95%;
}

.unit-card:hover .unit-body,
.unit-card.hover .unit-body {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.unit {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
    min-height: 50vh;
}

.unit .unit-title-rotate {
    position: relative;
    transform: rotate(270deg);
    font-size: 4rem;
    font-weight: 800;
    color: var(--primary);
}

.unit .unit-img {
    width: 30vw;
}

.unit .unit-img img {
    border-radius: 50%
}

.unit .unit-body {
    display: flex;
    flex-direction: column;
}

.unit .unit-summery {
    font-size: 1.3vw;
    font-weight: 600;
    width: 30vw;
}


*/


.sec-7 {
    background: url(../images/product_1-bg.webp) center center no-repeat, linear-gradient( var(--primary), var(--primary));
    background-repeat: no-repeat !important;
    width: 100%;
    background-size: cover !important;
}

.services .btn {
    display: inline-block;
    border: 2px solid #f5aa03;
    padding: 8px 13px;
    background-color: var(--primary);
    color: #fff;
    font-family: 'Oswald', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.services .btn:hover {
    color: #f5aa03;
    background: var(--primary);
}

.services h1 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: #fff;
    font-weight: 800 !important;
    z-index: 1;
    padding-bottom: 8%;
    font-family: 'Oswald', serif !important;
    margin-top: -50px !important;
}

@media (max-width: 768px) {
    .services h1 {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .serviceCaption {
        height: 100%;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.services p {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 25px;
    font-weight: 600 !important;
}

.serviceCard {
    position: relative;
    width: 100%;
    height: 530px !important;
    background-color: var(--primary);
    color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.9) 5px 5px 5px 5px;
}

.serviceCard:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.0);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 70%, rgba(255, 255, 255, 0.14) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.0) 77%, rgba(255, 255, 255, 0.06) 79%, rgba(255, 255, 255, 0.3) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.serviceCard:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.serviceCard:active:after {
    opacity: 0;
}

.serviceCard :hover {
    bottom: 0;
}

.serviceCaption-content img {
    border-style: non;
    border-radius: 50%;
    background-color: #ECA703;
    width: 60px;
}

.serviceCaption-content img:hover {
    background-color: #fff;
}

.services-title-si {
    font-size: 18px !important;
}

.services-title-ta {
    font-size: 18px !important;
}

.body-img img {
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
    height: 100%;
    width: 100%;
}

.overlay {
    background: rgb(40, 26, 54);
    background: -moz-linear-gradient(0deg, rgba(4, 10, 42) 0%, rgba(89, 59, 116, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(4, 10, 42) 0%, rgba(89, 59, 116, 0) 100%);
    background: linear-gradient(0deg, rgba(4, 10, 42) 0%, rgba(89, 59, 116, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36", endColorstr="#593b74", GradientType=1);
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.serviceCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0px 15px;
    height: 40%;
    background-color: #0a1d3c94;
    transform: none;
    transition: none;
}

.service-Slide-up .serviceCaption {
    transform: none;
    transition: none;
}

.serviceCard {
    position: relative;
    overflow: hidden;
}

.serviceCaption {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 15px;
    transform: translateY(80%);
    transition: transform 0.4s ease-in-out;
    height: auto;
    background: rgba(10, 29, 60, 0.8);
}

@media (hover: hover) {
    .serviceCard:hover .serviceCaption {
        transform: translateY(0%);
        background: rgba(10, 29, 60, 0.8);
    }
}

@media (max-width: 768px) {
    .serviceCaption {
        transform: translateY(80%);
        height: 100%;
        background: rgba(10, 29, 60, 0.8);
        top: 68%;
        position: inherit;
    }
    .serviceCard.active .serviceCaption {
        transform: translateY(0%);
    }
}

@media (max-width: 768px) {
    .serviceCard {
        height: auto !important;
        min-height: 300px;
    }
}

.serviceCaption i {
    font-size: 24px;
}

.serviceCaption-title {
    margin-top: 0px;
    font-family: 'Oswald', serif !important;
    font-Size: 1.5rem;
    font-weight: 400 !important;
    padding: 10px 0;
}

.serviceCaption-content {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.serviceCaption-link {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

.online-btn {
    padding-left: 17px;
}

.tender-btn-ta {
    padding-right: 20px;
}

.tender-btn-si {
    padding-right: 25px;
}

.footer-top {
    background: #091e3c;
    padding: 50px 0 50px;
}

.footer-section {
    background-color: var(--primary);
}

.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "Oswald", serif;
    color: #fff;
}

.footer-top .useful-link li {
    list-style: none;
    margin-bottom: 18px;
}

.footer-top .useful-link li a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Roboto", serif;
    font-weight: 400;
}

.footer-top .useful-link li a:hover {
    color: #ffc107;
}

.footer-top p {
    font-size: 13px;
    line-height: 2;
}

.footer .footer-link {
    padding: 20px 0px;
}

.footer .footer-link ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.footer .footer-link ul li {
    list-style: none;
    margin: 0px 40px;
}

.footer .footer-link li a {
    text-decoration: none;
    color: #071739;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", serif;
}

.footer .footer-link li a:hover {
    color: #ECA703;
}

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

.footer-copyright {
    margin-bottom: 0;
    color: #071739 !important;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}

.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
    font-family: "Roboto", serif;
}

ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}

.address1 li a {
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", serif;
}

ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}

footer ul.footer-social-icon {
    float: left;
}

footer .footer-social-icon li i:hover {
    background: #091e3c;
    border-color: #091e3c;
}

.footer-social-bar {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}

.footer-descrtiption {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: #f2efef70 1px solid;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}

.footer-bottom {
    background: #CDD5DB;
    padding: 10px 0px;
    width: 100%;
}

.footer-bottom ul li {
    display: inline;
    font-size: 18px;
}

.footer-bottom ul li a {
    color: #fff;
}

.footer-bottom ul li a {
    color: #091e3c;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}

.copyright {
    font-size: 12px;
    text-align: center;
}

.text-warning:hover {
    color: #ECA703 !important;
}

.text-white:not(:hover) {
    color: #fff !important;
}

.footer a {
    color: #fff !important;
}

.footer a:hover {
    color: #ECA703 !important;
}

.human-resources {
    --bg-color: #DCE9FF;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.card-fb {
    height: 350px;
    background: #f0f0;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
}

.form-control {
    margin: 10px 0px 0px 0px;
}

.form-select {
    margin: 10px 0px 0px 0px;
}

.card {
    width: 220px;
    height: 321px;
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
    transform: scale(4) translateZ(0);
}

.card:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.card:hover .circle:after {
    background: var(--bg-color-light);
}

.card:hover p {
    color: var(--text-color-hover);
}

.card:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}

.card p {
    font-size: 17px;
    color: #4C5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.card:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.card:hover .circle:after {
    background: var(--bg-color-light);
}

.card:hover p {
    color: var(--text-color-hover);
}

.card:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}

.card p {
    font-size: 17px;
    color: #4C5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circle:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.circle svg {
    z-index: 10000;
    transform: translateZ(0);
}

.overlay {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.organization {
    width: 100%;
    background: var(--primary);
    margin-bottom: 20px;
    border-radius: 10px;
    border: thick double var(--secondary);
    box-shadow: rgba(0, 0, 0, 0.9) 0px 14px 28px, rgba(0, 0, 0, 0.7) 0px 10px 10px;
}

#organization .organization {
    height: 600px;
}

.organization img {
    width: 100%;
    height: auto;
    transition: transform 1s;
}

.organization img:hover {
    filter: grayscale(0);
    border: 3px solid var(--secondary);
}

.organization:hover img {
    transform: scale(1.1);
    border: 3px solid var(--secondary);
}

.organization .card-body {}

.insignia {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    border: double var(--secondary);
    box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 8px, rgba(0, 0, 0, 0.7) 0px 10px 10px;
    color: black;
    cursor: pointer;
    background-color: floralwhite;
}

.insignia img {
    width: auto;
    height: auto;
    transition: transform 1s;
}

.insignia img:hover {
    filter: grayscale(0);
}

.insignia :hover img {
    transform: scale(1.1);
}

.news-sec {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding-right: 18px;
    color: #001936;
    font-size: 16px;
    font-weight: 900;
    text-align: start;
    height: auto;
    min-height: 700px;
    padding-top: 2%;
}

.news-sec .img-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 2% 0;
}

.news-sec .news-card {
    background-color: #fff;
    z-index: 1;
    min-height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
    margin: 0 5px;
}

.news-sec .news-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.5);
}

.news-sec .area {
    background: #fff;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -2;
}

.news-sec .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #e1e1e1;
}

.news-sec .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #0a1d3c2e;
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.news-sec .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.news-sec .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.news-sec .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.news-sec .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.news-sec .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.news-sec .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.news-sec .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.news-sec .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.news-sec .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.news-sec .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.news-title {
    padding: 2px 0;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 26px;
}

#news h1 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: #071739;
    font-weight: 800 !important;
    z-index: 1;
    padding-bottom: 12%;
    font-family: 'Oswald', serif !important;
    align-content: start;
    text-align: center !important;
}

.news-cont {
    overflow: hidden;
}

.news-cont img {
    width: 100%;
    transition: transform 0.3s;
    transform: scale(1);
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    aspect-ratio: auto 550 / 360;
    border: 0;
}

.news-cont:hover img {
    transform: scale(1.1);
}

.news-cont-title {
    color: #042455;
    font-weight: 350 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    unicode-bidi: isolate;
    text-align: left;
    min-height: 110px;
    padding: 15px 10px;
}

.news-cont-title a {
    color: #042455;
    text-decoration: none;
}

.news-cont-title a:hover {
    color: #337ab7;
}


.news-button {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    background-color: #071739;
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.25rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    min-width: 180px;
    overflow: hidden;
    z-index: 0;
    /* Lower than text */
}

.news-button a {
    color: #fff;
    text-decoration: none;
}

.news-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(to right, transparent 0%, #FFD700 50%, transparent 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: scan-light 4s linear infinite alternate;
    z-index: -1;
    /* Masking */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes scan-light {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.news-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.news-button:hover {
    background: #ffffff !important;
    color: #071739 !important;
    border-color: #003366;
    z-index: 1;
    /* Ensure it's above ::before */
}

.news-button a:hover {
    color: #071739;
    text-decoration: none;
}

.news-button:hover i {
    transform: translateX(5px);
}

.news-date {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    color: white;
    background-color: #071739;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -3px;
}

.news-date {
    text-align: right;
    display: block;
    width: 100%;
}

.news-text-summary {
    font-weight: 400;
    color: #1C3B64;
    margin-top: 10px;
    text-align: justify;
    height: auto;
    padding: 10px 10px;
}

.news-title {
    padding-left: 18px;
    background-color: #FFF;
    font-family: "Nunito Sans", sans-serif;
    padding-right: 18px;
    color: #001936;
    font-size: 24px;
    font-weight: 900;
}

.news-title h3 {
    padding-left: 18px;
    background-color: #FFF;
    font-family: "Nunito Sans", sans-serif;
    padding-right: 18px;
    color: #001936;
    font-size: 24px;
    font-weight: 900;
}

.containervision .card {
    max-width: 300px;
    height: 415px !important;
    margin: 30px 10px;
    padding: 20px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.containervision .card:hover {
    height: 650px !important;
}

.containervision .card .imgContainer {
    position: relative !important;
    width: 250px !important;
    height: 450px !important;
    top: -50px !important;
    left: 10px !important;
    z-index: 5 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
}

.containervision .card .imgContainer img {
    max-width: 100%;
    border-radius: 4px;
}

.containervision .card .content {
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}

.containervision .card:hover .content {
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;
}

@media (max-width: 330px) {
    .container .card .imgContainer {
        left: -2px;
    }
}

.ourTeam h2 {
    color: #212529;
    margin: 0 0 30px 0
}

.ourTeam .i {
    margin-top: 30px
}

.ourTeam .i .c {
    background: #fff;
    -webkit-box-shadow: 0 4px 0 #2b86ac;
    -moz-box-shadow: 0 4px 0 #2b86ac;
    box-shadow: 0 4px 0 #05294f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    min-height: 420px;
    margin-bottom: 15px;
}

.ourTeam .i .c .wrap {
    position: relative
}

.ourTeam .i .c .wrap img {
    width: 80%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.ourTeam .i .c .wrap .info {
    padding: 30px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.ourTeam .i .c .wrap .info .name {
    margin: 0;
    font-size: 24px !important;
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0
}

.ourTeam .i .c .wrap .info .position {
    margin: 0;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #555659
}

.ourTeam .i .c .more {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 370px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.ourTeam .i .c:hover .info {
    display: none;
}

.ourTeam .i .c .more p {
    margin: 0 0px 0px 0px;
    line-height: 28px !important;
    color: #0b1d3b;
}

}

.ourTeam .i .c .more .socials {
    margin: 0 0 20px 0
}

.ourTeam .i .c .more .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px !important;
    font-size: 2.2rem !important;
    color: #fff;
    margin: 0 0 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1)
}

.ourTeam .i .c .more .socials a:first-child {
    margin: 0
}

.ourTeam .i .c .more .socials a.facebook {
    background: #3262b9
}

.ourTeam .i .c .more .socials a.facebook:hover {
    background: #2d57a5
}

.ourTeam .i .c .more .socials a.twitter {
    background: #3dd7e5
}

.ourTeam .i .c .more .socials a.twitter:hover {
    background: #27d2e2
}

.ourTeam .i .c .more .socials a.google-plus {
    background: #e23535
}

.ourTeam .i .c .more .socials a.google-plus:hover {
    background: #de2020
}

.ourTeam .i .c .more .socials a.linkedin {
    background: #069
}

.ourTeam .i .c .more .socials a.linkedin:hover {
    background: #005580
}

.ourTeam .i .c:hover img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

.ourTeam .i .c:hover .info {
    top: 0
}

.ourTeam .i .c:hover .more {
    bottom: 0
}

.ourTeam .i .h2:hover .name {
    visibility: hidden;
}

.vmh {
    min-height: 500px;
}

.au_card {
    color: #011835;
    text-align: center;
    background: var(--primary);
    margin: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    min-height: 60px;
    &:hover {
        transform: translate(5px, -5px);
        &:before {
            transform: translate(-5px, 5px);
        }
        &:after {
            transform: translate(-10px, 10px);
        }
    }
}

.about_card {
    color: #011835;
    text-align: center;
    background: var(--primary);
    margin: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    min-height: 60px;
    &:hover {
        transform: translate(5px, -5px);
        &:before {
            transform: translate(-5px, 5px);
        }
        &:after {
            transform: translate(-10px, 10px);
        }
    }
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--primary);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.title {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
}

.title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--secondary);
}

.title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(50% - 13px);
    background: var(--secondary);
    border: 10px solid var(--primary);
    border-radius: 28px;
}

.profile-card-3 {
    font-family: "Raleway", sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 405px;
    border: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255);
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.profile-card-3 .background-block .background {
    width: 100%;
    vertical-align: top;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
}

.profile-card-3 .card-content {
    width: 100%;
    padding: 5px 5px;
    color: #232323;
    float: left;
    background: #efefef;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 99;
}

.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-3 .profile {
    background-color: var(--secondary);
    border-radius: 50%;
    position: absolute;
    bottom: 55%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 3px solid var(--primary);
    z-index: 101;
}

.profile-card-3 i {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-3 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-3 .icon-block a {
    text-decoration: none;
}

.profile-card-3 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.profile-card-3-sbs {
    font-family: "Raleway", sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 500px;
    border: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255);
}

.profile-card-3-sbs .background-block {
    float: left;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.profile-card-3-sbs .background-block .background {
    width: 100%;
    vertical-align: top;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
}

.profile-card-3-sbs .card-content {
    width: 100%;
    padding: 5px 5px;
    color: #232323;
    float: left;
    background: #efefef;
    height: 60%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 99;
}

.profile-card-3-sbs .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 70%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-3-sbs .profile {
    background-color: #011835;
    border-radius: 50%;
    position: absolute;
    bottom: 60%;
    left: 65%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 255, 255);
    z-index: 101;
}

.profile-card-3-sbs i {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-3-sbs .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-3-sbs .icon-block a {
    text-decoration: none;
}

.profile-card-3-sbs i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

#update-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    color: black;
    text-align: center;
    padding-top: 20%;
    font-family: Arial, sans-serif;
    z-index: 9999;
    background-image: url("../images/fleet.webp");
    background-size: cover;
}

.fade-message {
    background-color: #00000061;
    height: 100%;
    top: 0px;
    position: absolute;
    padding: 10% 0px;
    width: 100%;
}

#update-message h1 {
    text-transform: uppercase;
    color: #fff;
}

#update-message p,
#update-message ul li {
    color: #fff;
    font-weight: 600;
    list-style-type: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    background-color: #0a1d3c00;
    border-radius: 0;
    border: none;
    font-size: 30px;
}

#btn-back-to-top i {
    background-color: rgb(0, 132, 255);
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#accessibility-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    z-index: 1000;
    display: flex;
}

#accessibility-top i {
    font-size: 25px;
}

#accessibility-target {
    width: 300px;
    display: none;
}

.accessibilitydic {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#accessibility-top .btn {
    background-color: rgb(0, 132, 255);
}

#accessibility-top .btn-primary:focus {
    box-shadow: none;
}

#section-top {
    position: fixed;
    right: 20px;
    z-index: 1000;
    background-color: var(--primary);
    border-color: var(--primary);
    top: 30%;
    height: 250px;
}

.sec-btn {
    width=100%;
}

.sec-btn i {
    width: 50px;
    color: white;
    font-size: 18px;
    text-align: center;
    height: 30px;
    padding: 5px;
}

.sec-btn i:hover {
    background-color: #e1ab08;
}

#sidebar-open:hover {
    color: var(--secondary);
}

.neelaharitha .nav-pills .nav-link {
    font-size: 20px;
}

.neelaharitha .card-dg a {
    font-size: 20px;
    line-height: 5px;
}

.neelaharitha .card h1 {
    color: var(--primary);
}

.scrolltodiv {
    position: fixed;
    bottom: 10px;
    z-index: 1000;
    width: 55px;
    padding: 5px;
}

.scrolltodiv i {
    color: #fff;
}

.arrow-animate:hover {
    color: #e1ab08;
}

.arrow-animate {
    color: #fff;
    animation: move 2.1s infinite ease-in-out;
}

@keyframes move {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 20px;
        color: var(--secondary);
    }
    100% {
        margin-bottom: 0;
    }
}

.sln_contact {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.8);
    margin: 10px 0;
}

.sln_contact .card-header {
    background-color: var(--primary) !important;
}

.sln_contact .card-title {
    color: var(--secondary) !important;
}

.alert {
    margin-bottom: 0px !important;
}

.cookie-popup {
    position: fixed !important;
    bottom: 0;
    left: 0;
    background-color: #011124;
    text-align: center;
    z-index: 1001;
    width: 100%;
}

.cookie-popup p {
    color: #fff;
}

.copyright {
    margin-top: 1%;
    margin-bottom: 2%;
}

.footer-social {
    text-align: center;
    padding: 30px 0px;
}

.neelaharitha {
    height: 100%;
    min-height: 1200px;
}

.seaopspage {
    height: 100%;
    min-height: 1200px;
}

.seaopspage section {
    height: 100% !important;
}

.unit-hover-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 16px;
    color: var(--primary);
}

.unit-rabs:hover .unit-hover-title,
.unit-sbs:hover .unit-hover-title,
.unit-marine:hover .unit-hover-title,
.unit-diver:hover .unit-hover-title {
    opacity: 1;
}

.service-hover-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

.service-boat:hover .service-hover-title,
.service-malima:hover .service-hover-title,
.service-whale:hover .service-hover-title,
.service-museum:hover .service-hover-title,
.service-gallery:hover .service-hover-title,
.service-magazines:hover .service-hover-title,
.service-documentaries:hover .service-hover-title,
.service-tv:hover .service-hover-title,
.service-haritha:hover .service-hover-title,
.service-thalassemia:hover .service-hover-title,
.service-roplant:hover .service-hover-title {
    opacity: 1;
}

.service-hover-title-en {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 1rem;
    font-weight: 250;
    font-family: 'Oswald', serif !important;
    color: #fff;
    width: 100%;
}

.service-boat:hover .service-hover-title-en,
.service-malima:hover .service-hover-title-en,
.service-whale:hover .service-hover-title-en,
.service-museum:hover .service-hover-title-en,
.service-gallery:hover .service-hover-title-en,
.service-magazines:hover .service-hover-title-en,
.service-documentaries:hover .service-hover-title-en,
.service-tv:hover .service-hover-title-en,
.service-haritha:hover .service-hover-title-en,
.service-thalassemia:hover .service-hover-title-en,
.service-roplant:hover .service-hover-title-en {
    opacity: 1;
}

.modal {
    margin-top: 100px;
}

body.invert-colors {
    filter: invert(1) hue-rotate(180deg);
}

body.dark-contrast {
    background-color: #333;
    color: #fff;
}

body.light-contrast {
    background-color: #fff;
    color: #000;
}

body.text-normal {
    font-size: 1rem;
}

body.text-large {
    font-size: 1.25rem;
}

body.text-larger {
    font-size: 1.5rem;
}

body.text-largest {
    font-size: 1.75rem;
}

body.spacing-light {
    line-height: 1.5;
}

body.spacing-moderate {
    letter-spacing: 0.1em;
    line-height: 1.75;
}

body.spacing-heavy {
    letter-spacing: 0.15em;
    line-height: 2;
}

.simplesearch-search-form label {
    display: none;
}

.simplesearch-search-form #search {
    height: 40px;
    width: 80%;
}

.simplesearch-search-form fieldset {
    display: flex;
}

.simplesearch-search-form input[type="submit"] {
    background-color: var(--secondary);
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 0px;
    font-size: 16px;
}

.simplesearch-search-form input[type="submit"]::before {
    font-family: 'FontAwesome';
    content: '\f002';
    margin-right: 5px;
}

.mobile-tablet-only {
    display: none;
}

.desktop-only {
    display: none;
}

@media (max-width: 819px) {
    .mobile-tablet-only {
        display: block;
    }
    .news-sec .img-sec {
        height: 100vh;
        
    }
    .cofn-img-mobile {
        display: block;
        margin: 40px 0;
    }
    .cofn-img-mobile img {
        width: 50%;
        border-radius: 50%;
    }
    .units .carousel-indicators [data-bs-target] {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (min-width: 820px) {
    .desktop-only {
        display: block;
    }
    .cofn-img-mobile {
        display: none;
    }
}

.tender-card {
    background-image: linear-gradient(45deg, rgb(10, 29, 60), rgba(0, 0, 0, 0)), url("../images/tender.jpg");
    background-size: cover;
    border: 2px solid #fff;
    margin: 10px;
    height: 312px;
}

.tender-card:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-radial-gradient(top center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.joinus-card {
    background-image: linear-gradient(45deg, rgb(10, 29, 60), rgba(0, 0, 0, 0)), url("../images/joinus.jpg");
    background-size: cover;
    border: 2px solid #fff;
    margin: 10px;
    height: 312px;
}

.joinus-img {
    flex-direction: column;
}

.joinus .nav-link {
    border: 2px solid var(--primary) !important;
    margin: 0px 5px;
}

@media (max-width: 575.98px) {
    .slider-logo-right {
        position: absolute;
        z-index: 2;
        top: 80px;
        left: 60%;
        max-width: 100%;
        padding: 10px;
        display: flex;
    }
    .slider-logo-right img {
        width: 150px;
    }
    .slider-logo-left {
        position: absolute;
        z-index: 2;
        top: 100px;
        left: 0;
        max-width: 100%;
        padding: 10px;
        display: flex;
    }
    .slider-logo-left img {
        width: 100px;
    }
    .sec-5 {
        height: 100vh !important;
    }
    .unit {
        flex-direction: column !important;
        justify-content: center !important;
        display: flex;
    }
    .unit .unit-title-rotate {
        position: relative;
        transform: rotate(0);
        font-size: 3rem;
        font-weight: 800;
        color: var(--primary);
        width: 100%;
    }
    .unit .unit-img {
        width: 80%;
    }
    .unit .unit-img img {
        border-radius: 50%
    }
    .unit .unit-summery {
        font-size: 0.8rem;
        font-weight: 600;
        width: 70vw;
        display: none;
    }
    .units .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }
    .unit-hover-title {
        position: absolute !important;
    }
    .units .carousel-indicators {
        position: unset !important;
        margin-top: -57px;
        padding-bottom: 30px;
    }
    .serviceCard {
        margin: 10px 0 !important;
    }
    .navbar {
        padding: 0px !important;
        justify-content: space-between !important;
    }
    .babel {
        width: 40vw;
    }
    .babel ul li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        list-style-type: none;
        color: #fff;
    }
    .nav-img img {
        width: 90% !important;
    }
    .nav-toggle {
        width: 20vw;
        text-align: -moz-center-or-inherit;
        justify-content: center;
        display: flex;
    }
    .news-sec {
        padding: 0px !important;
    }
    .news-sec .news-card {
        padding: 10px !important;
        margin: 10px 20px;
    }
    .news-sec .img-sec {
        height: 100vh !important;
    }
    .news-sec .img-sec .section-title {
        margin: 10px 0px;
    }
    .fallen {
        position: absolute !important;
        top: 30vh;
        width: 100%;
        right: 0vh;
        padding: 10px;
    }
    .fallen h1,
    .cofn h1,
    .seaops h1,
    #news h1,
    .fleet h1,
    .services h1,
    .hydro h1,
    .tender h1,
    .whatweoffer h1,
    .section-title h1 {
        font-size: 2.5rem !important;
    }
    .cofn p,
    .fallen p,
    .seaops p {
        font-size: 1rem;
        font-family: 'Oswald' !important;
    }
    .fallen p {
        font-size: 1rem;
    }
    .cur .container {
        padding: 0px;
        top: 0px;
        position: absolute;
    }
    .cofn {
        top: 0;
        padding: 65px 50px 20px 50px;
        background-color: #0a1d3c75;
        border-radius: 0% 0% 50% 50% / 30% 30%;
        min-height: 80vh;
    }
    .fallen {
        top: 0;
        padding: 100px 50px 20px 50px;
        background-color: #0a1d3c75;
        border-radius: 0% 0% 50% 50% / 30% 30%;
        min-height: 80vh;
    }
    .seaops {
        top: 0;
        padding: 65px 50px 20px 50px;
        background-color: #0a1d3c75;
        border-radius: 0% 0% 50% 50% / 30% 30%;
        min-height: 80vh;
    }
    .hydro {
        top: 0;
        padding: 40px 50px 20px 50px;
        background-color: #0a1d3c75;
        border-radius: 0% 0% 50% 50% / 30% 30%;
        min-height: 80vh;
    }
    .hydro h1 {
        text-transform: uppercase;
        line-height: 1.2 !important;
        color: #fff;
        font-weight: 800 !important;
    }
    .hydro p {
        color: #fff;
        line-height: 1.5;
        padding-bottom: 25px;
        font-weight: 500 !important;
    }
    .sec-5 {
        background-color: #0a1d3c12;
        height: none;
    }
    .sec-6 {
        height: auto !important;
    }
    .sec-6 .serviceCaption {
        height: 40% !important;
    }
    #fallen-img,
    #seaops-img {
        display: none;
    }
    .unit-image {
        z-index: 10 !important;
    }
    .ourTeamMOB .i .c {
        height: 550px;
    }
    .ourTeamMOB .i .c .wrap .info {
        position: relative !important;
    }
    .ourTeamMOB .i .c .more {
        bottom: 0 !important;
    }
    .footer-social {
        text-align: center;
        padding: 30px 0px;
    }
    .intro-text {
        font-size: 1.4rem;
        color: #0056b3;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
        padding: 15px;
        background: #f0f8ff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    .intro-text:hover {
        background: #e0f0ff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .button {
        all: unset;
        padding: 0.8rem 1.2rem;
        display: inline-flex;
    }
    .owl-dots {
        text-align: center !important;
        width: 100%;
        display: flex !important;
        justify-content: center !important;
        margin-top: 15px;
    }
    .owl-dot {
        width: 12px;
        height: 12px;
        margin: 5px;
        background: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background 0.3s ease;
    }
    .owl-dot {
        width: 18px !important;
        height: 18px !important;
        background: #bbb !important;
    }
    .owl-dot.active {
        background: #071739;
    }
    @media (min-width: 768px) {
        .owl-dot {
            width: 16px;
            height: 16px;
        }
    }
    @media (min-width: 1024px) {
        .owl-dot {
            width: 18px;
            height: 18px;
        }
    }
    @media (max-width: 767.98px) {
        .text-center {
            text-align: start !important;
        }
        .footer-bottom {
            text-align: center !important;
        }
        .footer-section {
            letter-spacing: 1px;
        }
        .joinsln-btn {
            font-size: 1rem;
        }
    }



