@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'ivymodebold';
    src: url('../fonts/fonnts.com-ivymode_bold-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-ivymode_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ivymodelight';
    src: url('../fonts/fonnts.com-ivymode_light-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-ivymode_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ivymoderegular';
    src: url('../fonts/fonnts.com-ivymode_regular-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-ivymode_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ivymodesemibold';
    src: url('../fonts/fonnts.com-ivymode_semibold-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-ivymode_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ivymodethin';
    src: url('../fonts/fonnts.com-ivymode_thin-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-ivymode_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ivymoderegular';
    src: url('../fonts/fonnts.com-ivymode_regular-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-ivymode_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
:root {
  
  --bs-white:#fff;
  --bs-text-dark:#363636;
  --bs-blue:#0097d6;
  --bs-blue-light:#F7FBFF;
  --bs-blue-dark: #0241a2;
  
  
  }

*,
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0 auto;
   font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight:normal;
  line-height: 1.7;
  color: var(--bs-text-dark);
  background-color: var(--bs-white);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  width: 100%;
   }

.section-padding{
	padding-top: 120px;
	padding-bottom: 120px;
}
h1,h2,h3,h4,h5,h6{
font-family: "ivymodebold";
line-height: normal;
letter-spacing: 0.6px

}
p{
  line-height: 1.7;
}
a{
	text-decoration: none;
}
.f-200{
    font-weight: 200;
}
.f-300{
    font-weight: 300;
}
.f-400{
    font-weight: 400;

}
.f-500{
    font-weight: 500;

}
.f-600{
    font-weight: 600;

}
.f-700{
    font-weight: 700;

}
.f-800{
    font-weight: 800;

}
.text-blue{
  
  color:var(--bs-blue-dark);
  

}
.container {
    max-width: 1200px !important;
}
 .header-section{
  position: absolute;
  background: transparent;

  width: 100%;
  z-index: 10;
 }

     .navbar {
      background: transparent !important;
    }

     .nav-link, .offcanvas-title {
      color: var(--bs-white) !important;
      font-weight: 500;
      font-size: 16px !important;
      padding-left: 40px !important;
      
      
    }
    .navbar-toggler{
        border: 2px var(--bs-white) solid; !important;
        border-radius: 0px !important;
        background: var(--bs-white) !important;
    }

    .offcanvas {
      background-color: var(--bs-white);
      color: var(--bs-text-dark) !important;
    }

    .offcanvas .nav-link {
      color: var(--bs-text-dark) !important;
      padding: 0.75rem 1rem;

    }

    .offcanvas .nav-link:hover {
      background: rgba(255,255,255,0.1);
      border-radius: 5px;
    }

    .offcanvas .dropdown-menu {
      background-color: #004a8f;
      border: none;
    }

    .offcanvas .dropdown-item {
      color: var(--bs-white);
    }

    .offcanvas .dropdown-item:hover {
      background-color: rgba(255,255,255,0.1);
    }

    @media (min-width: 992px) {
      .offcanvas {
        display: none;
      }
    }
    
 .sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #003973 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-in-out;
}
.sticky-navbar .nav-link, .sticky-navbar.offcanvas-title ,.sticky-navbar .call{
      color: var(--bs-text-dark) !important;
    }
    
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: var(--bs-white) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.call{
  color: var(--bs-white);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
#mainNavbar {
  transition: all 0.3s ease;
  padding:0px;
}


#mainNavbar.sticky-navbar {
  padding: 0.5rem 0;
  background-color: var(--bs-white) !important;
  color: var(--bs-white) !important;
}


#mainNavbar .navbar-brand img {
  transition: all 0.3s ease;
  height: 80px; 
}

#mainNavbar.sticky-navbar .navbar-brand img {
  height: 55px; 
}


.link-1 {
  position: relative;
  color: var(--bs-white);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  
  border-radius: 2px;
  background-color:var(--bs-blue); 
  transition: all 1.3s;
}
.link-1:hover{
  background-color:var(--bs-text-dark); 

}



.heading h5{
  position: relative;
  font-size: 16px;
  color: var(--bs-blue-dark);
  margin-bottom: 10px;
  font-weight: 600;

}
.heading-main{
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 50px;
  
}
 .video-container {
    width: 100%;
  position: relative;
 height: 100vh;
  overflow: hidden;
    display:flex;
    align-items:center;
}

video {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
   

}
.vd-overlay{
    position: absolute;
    background: rgb(0,0,0);
background: linear-gradient(165deg, rgba(255, 255, 255, .4) 0%, rgba(0, 0, 0, .4) 58%, rgba(0, 0, 0, .4) 100%);
    top: 0px;
    width: 100%;
    height: 100%;
   
}
.overlay-content {
  position: absolute;
transform: translateY(30%);
  text-align: left;
  color: white;
  z-index: 1;
  width: 100%;
  padding-top: 100px;

} 
.overlay-content h1{
  font-size: 50px;
  font-weight: 700;
  
  
}
.overlay-content p{
  font-size: 18px;
}
.aboutSection{
  background: var(--bs-blue-light);
}
.why-col {
  text-align: center;
  padding: 40px 20px 20px 20px;
  background: var(--bs-white);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  height: 100%;
}

.why-col:hover {
  transform: translateY(-8px);
}
.why-col h3{
  font-size: 20px;
  font-weight: 600;
}
.why-img img {
  max-width: 50px;
  margin-bottom: 25px;
}


.contactForm{
  /* background-image: 
    linear-gradient(rgba(2, 65, 162, 0.9), rgba(2, 65, 162, 0.9)),
    url("../images/bg-form.jpg");*/
     background-image: 
    linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.3)),
    url("../images/bg-form.jpg");
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.form{
  background-color: color-mix(in srgb, var(--bs-blue-dark) 60%, transparent);
  backdrop-filter: blur(4px);
  padding: 50px;
  border-radius: 2px;
}
.contactForm form input::placeholder,
.contactForm form textarea::placeholder {
  color: var(--bs-white) !important;       
  opacity: 1;        
}
form input[type="submit"] {
  box-shadow: none !important;
  outline: none !important;
  padding: 5px 25px !important;
  border: 0px !important
}
.contactForm .form .form-control{
  background-color: transparent;
  color: var(--bs-white) !important;
border-radius: 0px;
border: 0px;
border-bottom: 1px dotted var(--bs-white);
}

footer{
  background: var(--bs-blue-light);
  background-image: url('../images/bg-ftr.jpg');

 font-size: 16px;
 position: relative;
 padding-top: 100px;
 background-attachment: fixed;
 background-size: cover;
 background-position: center ;


}
footer a{
  text-decoration: none;
  color:var(--bs-text-dark);
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
footer a:hover{
  color: var(--bs-blue);
}


.social-link a{
  padding: 0 10px;
  font-size: 16px;

}
.social-link a::before{
  content: none;
}



.inner-banner {
  background: 
    linear-gradient(
      165deg,
      rgba(255, 255, 255, .6) 0%,
      rgba(2, 65, 162, 0.7) 58%,
      rgba(0, 0, 0, .4) 100%
    ),
    url('../images/inner-bg.jpg');
  padding: 180px 0px 50px;

  background-size: cover;
  background-position: top center; /* lock top */
  color: var(--bs-white);

  position: relative;
  animation: waveBackground 12s ease-in-out infinite;
  overflow: hidden;
}

@keyframes waveBackground {
  0%   { background-position: 50% 0%; }
  25%  { background-position: 54% 4%; }
  50%  { background-position: 50% 6%; }
  75%  { background-position: 46% 4%; }
  100% { background-position: 50% 0%; }
}
.inner-banner a{
  text-decoration: none;
  color: var(--bs-white);
}
.inner-padding{
  padding-top: 60px;
  padding-bottom: 60px;
}
.inner-bg{
  background-color: var(--bs-blue-light);
}
.inBanner-content{
  position: relative;
  z-index:1 ;
}
.inBanner-content h1{
  font-weight: 700;
}
.vision{
  background: var(--bs-blue-dark);
  color: var(--bs-white);
  padding: 40px;
  height: 100%;
text-align: center;
}

.vision p{
  color: var(--bs-white);
}
.mission{
  background: var(--bs-blue);
  color: var(--bs-white);
  padding: 40px;
  height: 100%;
  text-align: center;

}
.mission p{
  color: var(--bs-white);
}
.vision img , .mission img {
  filter: invert(1);
}
.service-inner h4{
  color: var(--bs-text-dark);
  font-size: 28px;
  position: relative;
  margin-bottom: 25px;
  padding-left:50px;
  font-weight: 600;
}
.service-inner h4 span{
  position: absolute;
  left: 0;
  top: -4px;
  width: 40px;
  height: 40px;
  color: var(--bs-white);
  background: var(--bs-blue);
  display: inline-flex;
  justify-content: center;
  align-items: center;
 clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 48%, 0% 0%);
}
.addr-1{
  
 
  padding: 40px;
  height: 100%;

}
.addr-1 p{
  
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
.addr-1 p a{
  color: var(--bs-text-dark);
}
.addr-1 p span{
  position: absolute;
  left: 0;
  top:0px;
}
.addr-1 .social-link a i{
   font-size: 20px;
   color: var(--bs-text-dark);
   
  
}
.addr-1 a:hover {
 color: var(--bs-blue);
}
.addr-2{

  color:var(--bs-text-dark);
  padding: 40px;
  height: 100%;
  
}

.addr-2 .form-control{
 
  color: var(--bs-text-dark) !important;



}

/* waves */
.ocean {
  height: 80px; /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23F7FBFF'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.1;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.05;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.05;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}

.miss-vis-img{
  width:100%;
  border: 0px solid #333;
  padding: 20px;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
