#carousel-home {
  /*background-image: url("../assets/home_background.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#164674+0,041e37+100 */
  background: #164674; /* Old browsers */
  background: -moz-linear-gradient(left,  #164674 0%, #041e37 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #164674 0%,#041e37 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #164674 0%,#041e37 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164674', endColorstr='#041e37',GradientType=1 ); /* IE6-9 */

  overflow: hidden;
}
#carousel-home.carousel,#carousel-home .carousel-item, #carousel-home .fill, #carousel-home .container-full {
    height:760px;
}

@media (max-width: 1349px) {
  #carousel-home.carousel,#carousel-home .carousel-item, #carousel-home .fill, #carousel-home .container-full {
    height:700px;
  }
} 

@media (max-width: 1199px) {
  #carousel-home .carousel-inner,#carousel-home.carousel,#carousel-home .carousel-item, #carousel-home .fill, #carousel-home .container-full {
    height: 600px;
  }
}

@media (max-width: 400px) {
  #carousel-home .carousel-inner,#carousel-home.carousel,#carousel-home .carousel-item, #carousel-home .fill, #carousel-home .container-full {
    height: 700px;
  }
}

.carousel-inner {
  width:65%;
  overflow: visible;
  position: inherit;
}

@media (max-width: 991px) {
  .carousel-inner {
    width: 100%; 
  }
}

#carousel-home .container-full {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  #carousel-home .container-full {
    flex-flow: column; 
  }
}

#carousel-home .fill {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 70px;
  width: 70%;
}

@media (max-width: 1399px) {
  #carousel-home .fill {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #carousel-home .fill {
     padding: 0 20px;
  }
}

#carousel-home .fill h1,
#carousel-home .fill h2 {
  border: 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

@media (max-width: 1399px) {
  #carousel-home .fill h1,
  #carousel-home .fill h2 {
    font-size: 44px;
    line-height: 58px;
  }
}

@media (max-width: 1199px) {
  #carousel-home .fill h1,
  #carousel-home .fill h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  #carousel-home .fill h1,
  #carousel-home .fill h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

#carousel-home .fill p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;  
  color: #fff;
}

@media (max-width: 1199px) {
  #carousel-home .fill p {
    font-size: 16px;
  line-height: 24px;
  }
}

#carousel-home .carousel-btn {
  margin-top: 20px;
}

#carousel-home .carousel-btn a:first-child {
  margin-right: 5px;
}

@media (max-width: 1199px) {
  #carousel-home .carousel-btn a {
    margin-bottom: 10px;
  }
}

#carousel-home .slide-wrapper{display:inline;}
#carousel-home .slide-wrapper .container{padding:0;}


/*------------------------------ vertical bootstrap slider----------------------------*/


#carousel-home .carousel-inner> .carousel-item.carousel-item-next ,
#carousel-home .carousel-inner > .carousel-item.active.carousel-item-right{ 
    transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;
    
}
#carousel-home .carousel-inner > .carousel-item.carousel-item-prev ,
#carousel-home .carousel-inner > .carousel-item.active.carousel-item-left{ 
    transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;
    
}
#carousel-home .carousel-inner > .carousel-item.next.carousel-item-left ,
#carousel-home .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
#carousel-home .carousel-inner > .carousel-item.active{
    transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
  }

/*------------------------------- vertical carousel indicators ------------------------------*/
#carousel-home .carousel-indicators {
    position: relative;
    flex-flow: column;
    height: auto;
    margin: 0;
    width: 35%;
    padding: 0 40px 0 0;
}

@media (max-width: 991px) {
  #carousel-home .carousel-indicators {
    position: absolute;
    flex-flow: row;
    width: 100%;
    justify-content: flex-start;
    padding: 30px 70px;
  }
}

#carousel-home .carousel-indicators li{
    display:block;
    margin-bottom:20px; 
    border:1px solid #00a199;
    width: auto;
    height: auto;
    text-indent: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #9ac3d9;
    font-size: 26px;
    border: 0;
    text-align: right;
    background-color: rgba(255, 255, 255, 0);
        transition-duration: 0.3s;
    
}


#carousel-home .carousel-indicators li:hover {
  color: #fff;
}
#carousel-home .carousel-indicators li.active{
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    
}

@media (max-width: 1349px) {
  #carousel-home .carousel-indicators li,
  #carousel-home .carousel-indicators li.active {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  #carousel-home .carousel-indicators li,
  #carousel-home .carousel-indicators li.active {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  #carousel-home .carousel-indicators li,
  #carousel-home .carousel-indicators li.active {
    padding-right: 15px;
  }
}

#carousel-home a.blue_btn_dark {
  display: inline-block;
  border-radius: 15px;
  height: 42px;
  line-height: 43px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 0 40px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #00547e, #01689c, #006294, #01689c);
  background-size: 200% auto;
  transition: all .4s ease-in-out;
  border: none;
}

#carousel-home a.blue_btn_dark:hover {
  background-position: 100% 0;
  transition: all .4s ease-in-out;
  color: #fff;
}

#carousel-home .hero-indicator {
  width: 2px;
  height: 55%;
  background-color: #9ac3d9;
  display: block;
}

@media (max-width: 991px) {
  #carousel-home .hero-indicator {
    display: none;
  }
}

/* Pin */
.pinkBg {
    display: none;
    background-color: #ed184f!important;
    background-image: linear-gradient(90deg, #9ac3d9, #9ac3d9);
}

@media (max-width: 991px) {
  .pinkBg {
    display: block;
  }

  .carousel-indicators li span {
    display: none;
  }
}

.carousel-indicators li.active .pinkBg {
    display: block;
    background-image: linear-gradient(90deg, #fff, #fff);
}

.carousel-indicators li .intro-banner-vdo-play-btn{
    height: 17px;
    width: 17px;
    position: absolute;
    top: 30%;
    right: -53px;
    text-align: center;
    margin: 0;
    border-radius: 100px;
    z-index: 1;
}

@media (max-width: 991px) {
  .carousel-indicators li .intro-banner-vdo-play-btn {
    height: 10px;
    width: 10px;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.carousel-indicators li.active .intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.carousel-indicators li.active .intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(.3);
        transform:scale(.3)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(.3);
        transform:scale(.3)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

#carousel-home .carousel-item .carousel-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
  opacity: 0;
}

@media (max-width: 1399px) {
  #carousel-home .carousel-item .carousel-image {
    width: 400px;
  }
}

@media (max-width: 1349px) {
  #carousel-home .carousel-item .carousel-image {
    width: 360px;
  }
}

@media (max-width: 767px) {
  #carousel-home .carousel-item .carousel-image {
    width: 240px;
  }
}

#carousel-home .carousel-item.active .carousel-image {
  transition: all .5s ease-in-out;
  opacity: 1;
}

