@import url('https://fonts.googleapis.com/css?family=Poppins:wght@200,300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
  scroll-behavior: smooth;
  
}
section
{
  overflow-x: hidden;
  padding: 100px;
}
.why
{
  background: #03A89E;
}
.banner-container {
      position: relative; /* Allows absolute positioning of child elements */
      width: 100%; /* Or your desired width */
      background-size: cover;
      padding-top: 20px; /* Add space for the logo */
    }

    .logo-section {
      /* Center the logo, if desired */
      text-align: center;
      margin-bottom: 20px; /* Space between logo and banner content */
    }

    .logo-section img {
       /* Adjust as needed */
      
    max-width: 100%; 
    height: auto;
    margin-top: -%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0%;
      
    }

    .banner-content {
      /* Style your banner content here */
      text-align: center;
      padding: 20px;
      color: white;
    }
.banner
{
  position: relative;
  min-height: 100vh;
  background: url(banner.WEBP);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.banner h2
{
  font-size: 2.5em;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
}
.banner h2 span
{
  font-size: 1.5em;
  font-weight: 700;
}
.banner h3
{
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
}
.btn
{
  position: relative;
  background: #03A89E;
  display: inline-block;
  color: #fff;
  margin-top: 0px;
  padding: 5px 10px;
  font-size: 15px;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
}
header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
header.sticky
{
  background: #ffffff; 
  padding: 5px 100px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
header .single
{
  color: #ffffff;
  font-size: 22px;
  text-transform: ;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 2px;
}
header.sticky .single
{
  color: #00488A;
}
header ul
{
  position: relative;
  display: flex;
}
header ul li
{
  position: relative;
  list-style: none;
}
header ul li a
{
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #ffffff;
  text-decoration: none;
}
header.sticky ul li a
{
  color: #00488A;
}

video 
{
  max-width: 800px;
}

.heading 
{
  width: 100;
  text-align: center;
  margin-bottom: 30px;
  color: #00488A;
}
.heading h2
{
  background: transparent;
  font-weight: 600;
  font-size: 30px;
}
.heading p
{
  color: #ffffff;
}
.content
{
  display: flex;
  justify-content: space-between;
}
.contentBx
{
  background: transparent;
  padding-right: 30px;
}
.contentBx h3
{
  color: #ffffff;
  font-style: 24px;
  margin-bottom: 10px;

}
.contentBx p
{
  color: #ffffff;

}
.w50
{
  min-width: 50%;

}
img
{
  max-width: 100%;
  justify-content: center;
}
.services
{
  background: #00488A
}
.heading.white
{
  color: #03A89E;
}
.heading h2 em
{
  color:#fff;
  font-style: normal;
}
.heading p em
{
  color:#fff;
  font-style: normal;
}
.services .content
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.services .content .servicesBx
{
  padding: 40px 20px;
  background: #03A89E;
  color: #ffffff;
  max-width: 340px;
  margin: 20px;
  text-align: center;
  transition: 0.5s;
}
.services .content .servicesBx:hover
{
  background: #;
}
.services .content .servicesBx img
{
  max-width: 80px;
  filter: invert(1);
}
.services .content .servicesBx h2
{
  font-size: 20px;
  font-weight: 600;
}
.work
{
  background: #d9dce4;
}
.work .content
{
  background: transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work .content .workBx
{
  text-align: center;
  background: transparent;
  width: 50%;
  padding: 20px;
}
.work .content .workBx img
{
  max-width: 100%;
}
.reviews
{
  background: #03A89E;
}
.reviews .content
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviews .content .reviewsBx
{
  max-width: calc(50% - 40px);
  padding: 60px 40px;
  margin: 20px;
  background: #00488A;
}
.reviews .content .reviewsBx p
{
  color: #fff;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
}
.reviews .content .reviewsBx h3
{
  margin-top: 40px;
  text-align: end;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
}
.reviews .content .reviewsBx h3 span
{
  font-size: 14px;
  font-weight: 400;
}
.contact
{
  background: #00488A;
}
.formBx
{
  min-width: 60%;
}
.formBx form
{
  display: flex;
  flex-direction: column;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-background: text;
-webkit-text-fill-color: #ffffff;
transition: background-color 5000s ease-in-out 0s;
box-shadow: inset 0 0 20px 20px #03A89E;
}
.formBx form h3,
.contactInfo h3
{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.formBx form input,
.formBx form textarea
{
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  background: #03A89E; 
  border: none;
  outline: none;
  background: #03A89E;
  color: #ffffff;
  resize: none;
}
.formBx form textarea
{
  min-height: 200px;
}
.formBx form input::placeholder,
.formBx form textarea::placeholder
{
  color: #00488A
}
.formBx form input[type="submit"]
{
  max-width: 110px;
  background: #4040ff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contactInfo
{
  min-width: 40%;
}
.contactInfoBx
{
  position: relative;
}
.contactInfoBx .box
{
  position: relative;
  padding: 20px 0;
  display: flex;
}
.contactInfoBx .box .icon
{
  min-width: 40px;
  padding-top: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
  
}
.contactInfoBx .box .text
{
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #ffffff;
  flex-direction: column;
  font-weight: 300;
}
.contactInfoBx .box .text a[href^="tel"]{
  text-decoration:none;
  color: #ffffff;
}
.contactInfoBx .box .text h3
{
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.hyperlink {
    background: #010105;
    text-align: center;
    padding: 10px;
    color: #D0933A;
}

.copyright
{
  background: #00488A;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

.ourservices
{
  color: #fff;
}
i::before
{
  color: #ffffff;
}
.hidden {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s;

}
.show {
  opacity: 1;
  transform: translateX(0);

}
/*Responsive*/
@media (max-width: 991px)
{
  header,
  header.sticky
  {
    padding: 20px 50px;
    z-index: 1000;
  }
  .menu
  {
    position: fixed;
    top: 75px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transition: 0.5s;
    z-index: 999;
    border-top: 0px solid rgba(0,0,0,0.2);
  }
  .menu.active
  {
    left: 0;
  }
  header ul li a
  {   
    color: #00488A;
    font-size: 24px;
    margin: 10px;
  }
  .toggle 
  {
    width: 40px;
    height: 40px;
    background: url(menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  
  }
  .toggle.active
  {
    background: url(close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
  }
  header.sticky .toggle
  {
    filter: brightness(0) saturate(100%) invert(19%) sepia(36%) saturate(4338%) hue-rotate(193deg) brightness(94%) contrast(102%);
  }
  section 
  {
    padding: 100px 50px;
  }
  .banner
  {
    padding: 150px 50px 100px
  }
  .banner h2
  {
    font-size: 1.5em;
  }
  .banner h3
  {
    font-size: 1em;
  }
  .btn
  {
    margin-top: 10px;
    padding: 4px 8px;
    font-size: 16px;
  }
  .heading h2 
  {
    font-size: 24px;
  }
  .contentBx h3 
  {
    font-size: 20px;
  }
  .content 
  {
    flex-direction: column;
  }
  .w50
  {
    margin-bottom: 20px;
  }
  .services .content .servicesBx
  {
    margin: 10px;
  }  
  .work .content .workBx 
  {
    width: 100%;
    padding: 10px;
  }
  .reviews
  {
    background: #ffffff;
  }
  .reviews .content .reviewsBx 
  {
    max-width: calc(100% - 20px);
    padding: 40px 20px;
    margin: 10px;
    background: #;
  }
  .reviews .content .reviewsBx h3
  {
    margin-top: 20px;
  }
  .contactInfo 
  {
    margin: 20px 0;
  }
}

@media (max-width: 600px)
{
  header,
  header.sticky
  {
    padding: 8px 15px;
  }
  .banner {
    padding: 100px 20px 100px;
  }
  section 
  {
    padding: 100px 20px 15px;
  }
}