  /*.banner_type1 {
  width: 100%;
  height: 88vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}
.banner_type1 .carousel,
.banner_type1 .carousel-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.banner_type1 .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: grid;
  align-items: center;
  justify-items: center;
  align-content: center;
  background-size:100%;
}
.banner_type1 .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.banner_type1 .container {
  text-align: center;
}
.banner_type1 h2 {
  color: #fff;
  margin: 20px 0;
  font-size: 4.6rem;
  font-weight: 700;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.53);
}
.banner_type1 p {
  margin: 20px auto 0px auto;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.53);
}
    

    .banner_type1 .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
        opacity: 0;
    }

.banner_type1 .carousel-inner .active {
  opacity: 1;
  transition: 0.5s;
}
.banner_type1 .carousel-inner .active.carousel-item-start, .banner_type1 .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
.banner_type1 .carousel-inner .carousel-item-next.carousel-item-start,
.banner_type1 .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
.banner_type1 .carousel-inner .carousel-item-next,
.banner_type1 .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.banner_type1 .carousel-inner .active.carousel-item-start, .banner_type1 .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.banner_type1 .carousel-control-next-icon,
.banner_type1 .carousel-control-prev-icon {*/
/*background: none;*/
/*font-size: 1.875rem;
  line-height: 0;
  width: auto;
  height: auto;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_type1 .carousel-control-next-icon:hover,
.banner_type1 .carousel-control-prev-icon:hover {
  color: rgba(255, 255, 255, 0.8);
}
.banner_type1 .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
.banner_type1 .carousel-indicators li.active {
  opacity: 1;
}*/

.banner_type1 .btn-get-started {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    position: relative;
    top: 20px;
    text-decoration: none;
}

/*.banner_type1 .btn-get-started i{
  margin-left: 40px;
}
.banner_type1 .btn-get-started:hover,.banner_type1 .btn-get-started:focus{
  color: #fff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}
.banner_type1 .carousel-indicators a{
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
}
.banner_type1 .carousel-indicators a:hover,.banner_type1 .carousel-indicators a:focus{
  background-color: var(--color-secondary);
}
.banner_type1 .decorative_thread{
  height: 71px;
  width: 3px;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  background-color: var(--color-white);
  vertical-align: middle;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 53%);
}*/


/*@media (max-width: 992px) {
  .banner_type1 {
    height: 100vh;
  }
  .banner_type1 .container {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .banner_type1 h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .banner_type1 .carousel-control-prev,
  .banner_type1 .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  .banner_type1 {
    height: 160vh;
  }
}*/

.banner_type1 .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    justify-content: center;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
}

    .banner_type1 .container h2 {
        color: #fff;
        margin: 10px 0 20px;
        font-size: 4.6rem;
        font-weight: 700;
        text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.53);
    }

    .banner_type1 .container p {
        margin: 0 auto;
        font-size: 2.2rem;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.53);
    }


.banner_type1 .carousel-control-next, .banner_type1 .carousel-control-prev {
    width: 5%;
}

.banner_type1 .carousel-control-next-icon, .banner_type1 .carousel-control-prev-icon {
    font-size: 1.875rem;
    line-height: 0;
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    @media (max-width: 1200px) {
        .banner_type1 .container {
            margin:0 auto;
        }
    }

@media (max-width: 768px) {
    .banner_type1 .container h2 {
        font-size: 2.6rem;
    }
    .banner_type1 .container p {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .banner_type1 .container h2 {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .banner_type1 .btn-get-started {
        font-size: 1rem;
        padding: 8px 20px;
    }

    .banner_type1 .container p {
        font-size: 1rem;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }
}