/* body {
    margin: 0;
    font-family: "Marcellus", serif;
    color: #fff;
  } */
  
  .container {
    max-width: 1490px !important;
    margin: 0 auto;
    padding: 0px 15px !important;
  }
  
  .home-slider-sec {
    background-color: #1F4046;
    padding: 100px 0px;
  }

  .home-ban-slider .swiper{
    padding-bottom: 70px;
    padding-right: 80px;
    margin-right: -80px;
  }
  
  
  .home-slide {
    background: #1F4046;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .home-ban-slider.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .home-ban-dis {
    max-width: 600px;
  }
  
  .home-ban-dis h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 30px;
    color: #fff;
  }
  
  .home-ban-dis p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 30px;
    margin-bottom: 45px;
    color: #fff;
  }
  .home-ban-dis a {
    text-decoration: none;
    padding: 18px 20px;
    color: black;
    background-color: #FFF7CE;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  
  .home-ban-img {
    position: relative;
  }
  
  .home-ban-img::after {
    position: absolute;
    content: "";
    bottom: -25px;
    right: -50px;
      background-image: url("../image/HomeBanner.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  
  .home-pagination {
    width: auto !important;
    bottom: 120px !important;
  }
  
  .home-pagination .swiper-pagination-bullet {
    background-color: #4B8C98;
    margin: 0px 12px !important;
    width: 6px;
    height: 6px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 1;
  }
  .home-pagination .swiper-pagination-bullet-active {
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .home-pagination .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: transparent;
    left: -6px;
    top: -6px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  
  .swiper-pagination{
    position: absolute !important;
   }
   .home-ban-dis a:hover{
    background: #2D91A3 !important;
  
  }
  
  
  @media (max-width: 991px) {
    .home-slider-sec {
      padding: 50px 0px ;
    }
    .home-ban-dis {
      max-width: none;
    }
  }
  /* @media (width: 991px) {
    .home-slider-sec {
      padding: 50px 30px ;
    }
    .home-ban-dis {
      max-width: none;
    }
  } */
  @media (max-width: 1420px) {
    .home-ban-slider .swiper {
      margin-right: 0;
    }
  }
  @media (max-width: 576px) {
    .home-ban-slider .swiper {
      padding-right: 0;
    }
    .home-ban-dis h2 {
      font-size: 30px;
      line-height: 40px;
    }
  }
  
  @media (max-width: 756px) {
    .home-ban-dis h2 {
      font-size: 40px;
      line-height: 50px;
    }
  }
  
  @media (max-width: 991px) {
    .home-ban-img {
      display: none;
    }
  }
  @media (max-width: 1200px) {
    .home-ban-img figure img {
      width: 400px;
    }
    .home-pagination {
      bottom: 0 !important;
    }
  }
  
  /* @media (min-width: 820px) {
    .container{
      padding: 0px 0px !important; 
    }
  } */
  /* @media (max-width: 1024px) {
    .container{
      padding: 0px 30px 0px 30px !important; 
    }
    .home-ban-img{
      display: none;
    }
  } */
  @media (width: 1440px) {
    /* .home-slide{
      padding: 0px 15px !important;
    }
    .home-pagination{
      padding: 0px 15px !important;
 
    } */
    /* .home-ban-img::after {
      position: absolute;
      content: "";
      bottom: -42px;
      right: -30px;
      background-image: url(../image/HomeBanner.png);
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: right bottom;
    } */
  }