﻿.header-area.style-2 .menu-wrap {
  /* display: flex
; */
  /* align-items: center; */
  /* justify-content: space-between; */
  /* width: 100%; */
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  /* padding: 0px 10px 0 40px; */
  background: #ffffff;
  /* backdrop-filter: blur(15px); */
  /*border-radius: 12px;*/
}
.primary-btn2 svg {
  fill: var(--white-color);
  transition: all 0.6s;
}
/*.primary-btn2 {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 500;
  background-color: #2e448d;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  padding: 17px 28px;
  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  border-radius: 30px;
}*/
.primary-btn2 {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 500;
  /* border: 1px solid var(--primary-color); */
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  padding: 20px 37px;
  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  background: linear-gradient(185deg, #9fcad9, #0090d0);
  border-radius: 30px;
}
.primary-btn2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #3262ff;
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.6s;
  z-index: -1;
}
.header-area.style-2 .header-logo img {
  width: 145px;
  max-width: unset;
  padding: 10px;
}
.banner3-section #home3-banner-bg {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(https://plus.unsplash.com/premium_photo-1678167657805-36fb1c27cbd4?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8d2F0ZXIlMjByZXNvdXJjZXxlbnwwfHwwfHx8MA%3D%3D);
  height: 100vh;
  min-height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
.about-img.magnetic-item img {
  border-radius: 20px;
  object-fit: cover;
}
.tastimonial-wrap2 .testimonial-card .testimonial-img img {
  max-width: unset;
  border-radius: 20px;
}
.video-wrapper video {
  width: 100%;
  min-height: 500px;
  height: 75vh;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
.faq-page .faq-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.inner-banner-section .inner-banner-wrapper {
  background-color: #dfebf7;
  margin-bottom: 0px;
  overflow: hidden;
}
footer {
  background-color: #284b6b;
  padding-top: 100px;
}
.container-fluid.one {
  max-width: 1746px;
  z-index: 1;
  position: relative;
}
footer .footer-widget .subscribed-area .form-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #a0d2ff;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 10px 25px;
  margin-bottom: 20px;
  border-radius: 30px;
}
.water-ripple {
  position: relative;
  width: 100%;
  height: 29vh;
  /* background: #3586ff; */
  overflow: hidden;
  z-index: 0;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
}
.water-ripple .air {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(https://1.bp.blogspot.com/-xQUc-TovqDk/XdxogmMqIRI/AAAAAAAACvI/AizpnE509UMGBcTiLJ58BC6iViPYGYQfQCLcBGAsYHQ/s1600/wave.png);
  background-size: 1000px 100px;
}
.water-ripple .air.air1 {
  animation: wave 30s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}
.water-ripple .air.air2 {
  animation: wave2 15s linear infinite;
  z-index: 999;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}
.water-ripple .air.air3 {
  animation: wave 30s linear infinite;
  z-index: 998;
  opacity: 0.2;
  animation-delay: -2s;
  bottom: 15px;
}
.water-ripple .air.air4 {
  animation: wave2 5s linear infinite;
  z-index: 997;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}
@keyframes wave {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes wave2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -1000px;
  }
}
footer .footer-menu-wrap .footer-logo {
  min-width: 294px;
  max-width: 294px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
footer {
  background-color: #284b6b;
  padding-top: 50px;
  position: relative;
}

.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu > li .sub-menu {
  left: 100%;
  position: absolute;
  max-width: 280px;
  min-width: 280px;
  background: var(--primary-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  top: 0;
}
.header-area.style-2 .menu-wrap .main-menu ul > li ul.sub-menu
{
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    margin: 0;
    display: none;
    min-width: 190px;
    background: rgba(0, 144, 208, 0.7);
    border: 1px solid #0e5e83;
    text-align: left;
    padding: 25px 0;
    border-radius: 0 0 12px 12px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
} 

.header-area.style-2 .menu-wrap .main-menu ul > li.active > a {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.header-area.style-2 .menu-wrap .main-menu ul > li:hover > a {
  border-color: var(--white-color);
}
.header-area.style-2 .menu-wrap .main-menu ul > li > a {
  color: var(--title-color);
  display: block;
  text-transform: capitalize;
  padding: 7px 13px;
  position: relative;
  /* font-family: var(--font-montserrat); */
  font-weight: 500;
  font-size: 17px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border: 1px solid transparent;
  border-radius: 15px;
  line-height: 1;
}
ul.topbar-left * {
  /* text-shadow: 0px 0px 2px #000c32; */
  color: #000000 !important;
}

.card-content * {
  text-shadow: 1px 1px black;
}

.services-hero {
    height: 450px !important;
}