

body{
      font-family: "Raleway", sans-serif;
}

.wh-25{
  width: 25px;
  height: 25px;
}
.font-13{
  font-size: 13px !important;
}
.wh-70-27{
  width: 90px;
  height: 37px;
}
.wh-120-27{
  width: 110px;
  height: 44px;
}
.wh-44{
  width: 30px;
  height: 30px;
}
.header-heading{
       font-size: 19px;
    color: #286393;
    font-weight: 500;
}
ul.header-listing li {
    list-style: none;
    font-weight: 600;
    font-size: 16px;
}
.hero-section{
    background-image: url(../image/heroimage.png);
    background-size: cover;
}
#button{
position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
cursor: pointer;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.fixedTotop{
  width: 50px;
  height: 50px;
  background: #286393;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
      box-shadow: 0px 4px 6px #00000036;
}
.hero-child{
    width: 57%;
}
.padding-top-130{
  padding-top: 130px !important;
}
.hero-child p{
    color: white;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 400;
}
.howitwork{
    background-image: url(../image/workbg.png);
    background-size: cover;
}
.vesselmanagementsystm{
    background-image: url(../image/workbg.png);
    background-size: cover;
}
.your-vessel-manage{
        background-image: url(../image/workbg.png);
    background-size: cover;
}
#slider-image{
        width: 550px;
    height: 432px;
    object-fit: cover;
}
.tasktypeparent {
    display: flex;
    flex-wrap: wrap;
    /* height: 700px;
    overflow-y: scroll; */
}
.tasktypechild {
    width: calc(100% / 2.2);
}
.management-specified{
           background-image: url(../image/workbg.png);
    background-size: cover;
}
.tasktype-section{
        background-image: url(../image/workbg.png);
    background-size: cover;
}
.taskmanager{
         background-image: url(../image/workbg.png);
    background-size: cover;
}
.eqipment-section{
        background-image: url(../image/Equipment.png);
    background-size: cover;
}
.maintenance-project{
       background-image: url(../image/workbg.png);
    background-size: cover; 
}
.fw-500{
  font-weight: 500 !important;
}
.slik-slider{
         background-image: url(../image/workbg.png);
    background-size: cover; 
}
   .custom-slider-wrapper {
      overflow: hidden;
      width: 100%;
      margin: auto;
    }

    .custom-slider-track {
      display: flex;
      width: fit-content;
      animation: scrollSlider 30s linear infinite;
    }

    .custom-slide {
      flex: 0 0 auto;
      width: 300px;
      margin-right: 20px;
      text-align: center;
    }

    .custom-slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    .custom-slide h3 {
      margin-top: 10px;
      font-size: 1.2rem;
      font-weight: 600;
    }

    @keyframes scrollSlider {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    .mechanical-system{
  background-image: url(../image/workbg.png);
    background-size: cover; 
    }
    .robustsection{
        background-color: #286393;
    }
    .southwest-section{
         background-image: url(../image/workbg.png);
    background-size: cover; 
}

.owl-carousel{
  display: flex;
  flex-wrap: wrap;
}
.owl-item,
.slick-slide,
.left-slide{
       width: 400px !important;
}
  .slider {
      height: 100%;
      position: relative;
      width: 100%;

      display: grid;
      place-items: center;
      overflow: hidden;
    }

    .slider::before,
    .slider::after {
      position: absolute;
      content: '';
      height: 100%;
      width: 25%;
      z-index: 2;
      pointer-events: none;
    }

    .slider::before {
      left: 0;
      top: 0;
    }

    .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
    }

    /*  IMPORTANT CODE BELOW */

    .slide-track {
      width: calc(150px * 20);
      display: flex;
      animation: scroll 20s linear infinite;
      justify-content: space-between;
    }

    .slide-track2 {
      width: calc(150px * 20);
      display: flex;
      animation: scroll2 15s linear infinite;
      justify-content: space-between;
      height: 100%;
    }

 .slide,
 .testimonial-slide{
    height: 100%;
    display: grid;
    transition: 0.5s;
    cursor: pointer;
    background: #fff;
    margin-left: 10px;
    margin-bottom: 20px;
      border-radius: 8px;
}

  
    @keyframes scroll {
      0% {
        transform: translateX(calc(-150px * 10));
        /* start from left */
      }

      100% {
        transform: translateX(0);
        /* end at original */
      }
    }

    @keyframes scroll2 {
      0% {
        transform: translateX(0);
        /* start at original */
      }

      100% {
        transform: translateX(calc(-150px * 5));
        /* move to left */
      }
    }

    @media screen and (max-width: 767px) {
      .slide-track {
        width: calc(80px * 20);
      }

      .slide-track2 {
        width: calc(80px * 15);
      }

      .slide {
        width: 80px;
      }

      @keyframes scroll {
        0% {
          transform: translateX(calc(-80px * 10));
        }

        100% {
          transform: translateX(0px);
        }
      }

      @keyframes scroll2 {
        0% {
          transform: translateX(0px);
        }

        100% {
          transform: translateX(calc(-80px * 5));
        }
      }
    }

    .inner {
      padding: 20px;
      margin: 5px;
      font-size: 1.2rem;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
    }
.inner p{
  font-size: 16px;
}
.testimonial-user h6{
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 6px;
}
.testimonial-user p{

  font-size: 14px;
  margin: 0;
  color: #286393;
}
    /*  */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100vh;
  background-color: #286393;
  z-index: 1050;
  color: #fff;
  padding: 2rem;
  transition: left 0.3s ease;
  z-index: 9999;
}

.mobile-menu.active {
  left: 0;
}

.close-btn {
  font-size: 24px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.font-17{
  font-size: 17px;
}
.line-height-30{
  line-height: 30px;
}
.text-blue{
  color: #286393;
}
.innvo{
  border: 1px solid #286393;
  border-radius:10px;
  background-color: #ECF7FF;
}
.service-2{
  background-color: #286393;
  height: 500px;
}


.maincls{
  background: url(../image/workbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.marquee-left {
  display: flex !important;
  animation: scroll-left 30s linear infinite;
  width: max-content !important;
}
.padding-left-right{
  padding: 0px 110px !important;
}
.margin-314{
  margin-top: -360px!important;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Adjust based on content width */
  }
}



.font-18{
  font-size: 1.2rem;
}
.object-cover{
object-fit: cover;
}

.object-contain{
  object-fit: contain;
}

.work-side-img{
  height: 340px;
}

.font-14{
  font-size: 14px;
}
.at_vessel{
  font-size: 22px !important;
}



.bold-medium{
  font-weight: 500;
}

.task-manage-shot{
  width: calc(100% / 5);
}


.Wrnt{
width: 240px;
height: 120px;
object-fit: cover;
}

.bold-light{
  font-weight: 300;
}

.blue-clr{
  color: #286393;
}

.bold-semibold{
  font-weight: 600;
}

.tasktypechild img{
  width: 24px;
  height: 24px;
}

.neartaskImg{
  width:60px;
  height: 60px;
}

.manage-maintenace-refit{
  width:40px;
  height: 40px;
}