.dot{
    list-style: none;
    font-size: 1.3em;
  }
  .white{
    color: #fff !important;
  }
  .u-section-7 .u-container-layout-1 {
    padding: 55px 67px 28px 59px;
  }

  .u-button-style.u-palette-2-base,
  .u-button-style.u-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #052b56 !important;
  }

  .contact-btn {
    background-color: #052b56;
    border-radius: 1em;
  }

  .cap {
    position: absolute;
    margin: 0 auto;
    left: 5em;
    right: 0;
    top: 40%;
    text-align: center;
    width: 60%;
    font-size: 30px;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #89c2d9;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }

  #myBtn:hover {
    background-color: #555;
  }

  .carousel-section {
    min-height: 10vh;
    display: flex;
    align-items: center;
    margin: auto 0;
  }

  .wrapper {
    width: 100%;
  }

  .carousel {
    max-width: 1200px;
    margin: auto;
  }

  .carousel .card {
    /* color: #fff; */
    text-align: center;
    margin: 20px 0;
    line-height: 250px;
    font-size: 90px;
    font-weight: 600;
    max-width: 116px;
  }

  .card img {
    width: 100px;
    height: 100px;
  }

  .card {
    background-color: transparent;
    border: none;
  }

  .base-header {
    text-align: center;
    color: #fff;
  }

  .service-item {
    background-color: #fff;
    color: black;
    height: 14.5em;
    padding: 22px;
    width: 21em;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .our-services {
    position: absolute;
    top: -52em;;
    margin: auto;
  }

  .vision {
    background-color: #fff;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  .vision::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #89c2d9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.9s all;
  }

  .vision:hover::before {
    width: 100%;
  }

  .mission {
    background-color: #fff;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0 30px;
    padding-bottom: 30px;
    z-index: 1;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  .mission::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #89c2d9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.9s all;
  }

  .mission:hover::before {
    width: 100%;
  }

  .why-us {
    line-height: 2em;
  }

  #sec-9181 {
    background-color: #052b56;
  }

  .u-section-7 {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) */
    font-weight: bold;
    background: linear-gradient(0deg, rgba(14, 14, 14, 0.3), rgba(1, 1, 1, 0.75)), url("images/1.jpg");
    background-size: cover;
  }

  .bg-image {
    background: linear-gradient(0deg,
        rgba(14, 14, 14, 0.3),
        rgba(1, 1, 1, 0.59)),
      url("images/5.jpg");
    background-size: cover;
    background-position: 90% 10%;
    background-repeat: no-repeat;
    animation: fadein 1s;
    position: relative;
    height: 52em;
  }

  .u-container-layout.u-valign-middle.u-container-layout-1 {
    color: white;
  }

  .u-section-3 .u-group-1 {
    width: 748px;
    min-height: 378px;
  }

  .u-section-5 .u-group-1 {
    width: 602px;
    min-height: 321px;
  }

  /* .u-clearfix.u-sheet.u-valign-middle.u-sheet-2 {
       min-height: 1000px;
       } */
  @media (max-width: 575px) {
    .u-section-6 .u-sheet-1 {
      min-height: 500px;
    }
  }

  @media (max-width: 991px) {
    .u-section-6 .u-sheet-1 {
      min-height: 700px;
    }
  }

  @media (max-width: 1920px) {
    .u-section-6 .u-sheet-1 {
      min-height: 288px;
    }
  }

  @media (max-width: 810px) {}

  .u-header .u-image-1 {
    width: 150px;
    height: 30px;
    margin: 22px auto 0 0;
  }

  .nav-item {
    padding: 0px 18px;
    list-style-type: none;
    outline: none;
  }

  .nav-link {
    text-decoration: none;
  }

  .nav-item:hover {
    border-radius: 50px;
    box-shadow: 2px 2px 10px #caf0f8 inset, -2px -2px 10px #caf0f8 inset;
    color: black;
    width: max-content;
  }

  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
    outline: none;
    border: none;
  }

  .nav-link {
    color: darkblue;
  }

  html {
    scroll-behavior: smooth;
  }
  ul li{
    list-style: none;
  }

.team img{
    border-radius: 50%;
    width: 10em;
  }
  .team{
    margin-top: 30px;
padding: 30px;
background-color: #89c2d9;
border-radius: 5px;
text-align: center;
cursor: pointer;
padding: 12px;
height: 21em;
  }
  .team:hover{
    background-color: #ecf2ff;
    transition: ease-in-out 0.5s;
  }
  .team:hover img{
    padding: 12px;
    border: 4px dashed #fff
  }
  .why-us-content {
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: column;
    top: 30em;
    left: 20%;
    background-color: #fff;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.1);
    animation-name: example2;
    animation-duration: 3s;
    animation-fill-mode: backwards;
    transition: 0.9s ease-in;
  }

  @keyframes example2 {
    0% {
      opacity: 0;
    }

    25% {
      opacity: 0.3;
    }

    50% {
      opacity: 0.5;
    }

    75% {
      opacity: 0.8;
    }

    100% {
      opacity: 1;
    }
  }

  @media only screen and (max-width: 1199px) {
    .bg-image {
      height: 64em !important;
    }
    .our-services {
    top: -65em !important;
  }
  }
  @media only screen and (min-width: 1192px) {
    .why-us-content {
      top: 30% !important;
    }
  }

  @media only screen and (max-width: 1015px) {
    .why-us-content {
      top: 15em !important;
    }
  }

  @media only screen and (max-width: 810px) {
    .why-us-content {
      top: 10% !important;
      left: 10%;
      width: 80%;
    }

    #why-us {
      background-position: 59% 50%;
    }

    #why-bg {
      background-position: 59% 50%;
    }

    .our-services {
      margin-top: 2rem;
      margin-bottom: 2rem;
      position: absolute !important;
      top: -62em !important;
    }

    .base-header {
      margin-top: 8rem !important;
      width: 20em;
      margin-bottom: 1em;
    }
  }

  @media only screen and (max-width: 500px) {
    .why-us-content {
      top: -2% !important;
      font-size: 5px;
      z-index: 1;
      left: 2em;
      width: 95%;
    }

    #why-us {
      /* background-position: 59% 50%; */
      background-image: none !important;
      height: 44em !important;
    }

    #why-bg {
      /* background-position: 59% 50%; */
      background-image: none !important;
      height: 44em !important;
    }
      .custom-counter {
    margin: 0;
    padding: 0em 2em;
    list-style-type: none;
    font-size: 1em;
  }
  }
  @media only screen and (max-width: 373px){
    .why-us-content{
      top: -2% !important;
    }
    .whyus-fluild{
      height: 49em;
    }
  }

  @media only screen and (max-width: 428px) {
    /* .why-us-content {
      font-size: 3px;
      z-index: 1;
      margin-left: -25em;
      height: 100% !important;
      justify-content: center;
    } */

    #why-us {
      background-position: 76% 50%;
    }

    #why-bg {
      background-position: 76% 50%;
    }

    .our-services {
      margin-top: 7rem;
      margin-bottom: 3rem;
      position: absolute !important;
      top: -94em !important;
    }

    .bg-image {
      height: 85em !important;
    }

    .base-header {
      width: 19em;
    }
  }
  @media only screen and (max-width: 500px) {
    .bg-image {
      height: 85em !important;
    }
  }
  @media only screen and (max-width: 767px){
    .bg-image {
      height: 85em !important;
    }
      .base-header {
    margin-top: 0 !important;
    width: 19em;
    margin-bottom: 1em;
  }
  }
  @media only screen and (max-width: 566px) {
    .our-services {
  left: -1em !important;
}
  }
  @media only screen and (max-width: 991px) {
    .our-services {
  top: -115em !important;
}
.bg-image {
      height: 114em !important;
    }
  }
  



  #why-us {
    background-image: url("images/7.jpg");
    background-size: cover;
    height: 58em;
    object-fit: cover;
    background-repeat: no-repeat;
    /* background-position: 76% 50%; */
    transition: 1s ease-in-out;
    display: none;
    position: relative;
    /* width: 100%; */
    animation-name: example;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    padding-right: 0;
  }

  #why-bg {
    background-image: url('images/4.jpg');
    background-size: cover;
    height: 58em;
    object-fit: cover;
    background-repeat: no-repeat;
    animation-name: example1;
    animation-duration: 3s;
    animation-fill-mode: backwards;
    display: none;
    width: 100%;
  }

  @keyframes example1 {
    from {
      right: 100%;
    }

    to {
      right: 0;
    }
  }

  @keyframes example {
    from {
      left: 100%
    }

    to {
      left: 0
    }
  }

  .bg-img {
    padding: 2em;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.59));
  }

  .why-us-bg {
    background-color: #fff;
    padding: 5em;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.1);
  }
  .custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.5em;
   }
          .custom-counter .sline {
      counter-increment: step-counter;
      margin-bottom: 10px;
      display: flex;
    }

  .custom-counter .sline::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #89c2d9;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    height: min-content;
  }
  .text-primary{
    color: #052b56 !important;
    text-align: center;
  }
  .projectbox{
    display: flex;
    gap: 1em;
    justify-content: center;
    color: #000;
  }
  .box{
    background-color: #89c2d9;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.6em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .list ul{
    list-style: none;
  }
  .li{
    display: flex;
    gap: 1em;
    margin-top: -4px;
    line-height: 2em;
  }
  .li i{
    margin-top: 7px;
    color: orange;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadein1 {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      opacity: 1;
    }
  }