.page-banner-bg.img-position{
background-position: 50% 50%;
}

.page-banner-bg.img-starbirthday{
background-position: 50% 30%;
}

.page-banner-bg.img-goldenbirthday{
background-position: 50% 10%;
}


.slide-thumb {
    margin:0 30px;
}

.slide-thumb .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }

.slide-thumb .carousel-item {
    height: 450px;
}

.slide-thumb .carousel-item > img {
    position: relative;
    width: auto !important;
    height: 100%;
    min-width: auto;
}

 

.carousel-indicators img {
  width: 80px; 
  display: block;
}
 

.carousel-indicators button {
  width: max-content !important;
  justify-content: flex-start !;
}

.carousel-indicators {
    position: unset;
    /* justify-content: flex-start */
     margin-left: 2px !important;
    margin-right: 2px !important;
    overflow-x: auto;
    white-space: nowrap;
    height: 120px;
    background: rgb(255, 255, 255);
}

.carousel-control-next,
.carousel-control-prev {
  height: 95% !important;
}

a.knsl-btn,
.knsl-btn,
.knsl-btn:focus,
.button,
.button:focus,
input[type="submit"],
input#submit {
  /* -webkit-box-shadow: 0 0 0 1px #003c79, 0 2px 48px 0 rgba(0, 0, 0, 0.04) !important; */
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 2px 48px 0 rgba(0, 0, 0, 0.04) !important;
}

@media only screen and (max-width: 500px) {
  .carousel-control-next,
  .carousel-control-prev {
    height: 75% !important;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 60px;
}

.portfolio-details .box_bg{
    background: rgb(25 25 25);
    padding: 30px;
    border: 1px solid #3e3e3e;
    border-radius: 10px;

}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fb5;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fb5;
}

.portfolio-details .portfolio-info {
  padding: 10px 0 0;
  box-shadow: 0px 0 30px rgba(57, 64, 71, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 20px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}



@media (max-width: 768px) {

.slide-thumb .carousel-item {
    height: 100%;
}

.slide-thumb .carousel-item > img {
    width: 100% !important;
    height: auto;
    min-width: 100%;
}

.slide-thumb {
    margin: 0;
}


.portfolio-details .box_bg { 
    padding: 0px;
  }

}