.hero__image{
    background-size: cover;
  /*  height:140vh; */
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.carousel-caption{
    text-align: left;
    right:0;
    left:0;
    bottom:0;
    padding-bottom: 0;
}
.flipper{
    position:absolute;
}

.hero__container .card {
    background:rgb(255,255,255,.60) !important;
}

.front{
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .40), 0px 0px 0px 20px rgba(255, 255, 255, .40) !important;
    background: #fff !important;
    color: #14325f !important;
    border-color: #fff !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 115px;
    padding-left: 7px;
    border-width: 2px;
    font-size: 50px;
    border-style: solid;
}

.play_button i {
    font-size: 44px;
}

.front:hover{
     box-shadow: 0px 0px 0px 10px rgba(20, 50, 95, .40), 0px 0px 0px 20px rgba(20, 50, 95, .40) !important;
     background: #14325f !important;
     color: #fff !important;
     border-color: #14325f !important;
     transition: all 0.4s ease-out;
 }

/*.front:hover{*/
    /*box-shadow: 0px 0px 0px 10px rgba(54, 169, 225, .40), 0px 0px 0px 20px rgba(54, 169, 225, .40) !important;*/
    /*background: #36a9e1 !important;*/
    /*color: #fff !important;*/
    /*border-color: #36a9e1 !important;*/
    /*transition: all 0.4s ease-out;*/
/*}*/

#hero__videoplay{
    cursor:pointer;
    position:absolute;
    left: calc(70% - 36px);
    top: calc(50% - -10px);
    z-index:200;
}
.heroelement{
    position: relative;
}

#hero__video{
    width: 100%;
}

.carousel-caption{
    padding-bottom: 4em;
}



/*--------------------------------*/
.mouse {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%); 
}
  
.mouse-icon {
    width: 35px;
    height: 60px;
    border: 0px solid #fff;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    text-align: center; 
}
.mouse-wheel {
    height: 0px;
    width: 0px;
    background-color: #14325f;
    /*margin: 2px auto 0;*/
    display: block;
    border-radius: 0;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
.mouse-icon i{
    color: #14325f;
    font-size: 45px;
    margin-left: -10px;
}
@-webkit-keyframes wheel-up-down {
    0% {
      margin-top: 2px;
      opacity: 0; }
    30% {
      opacity: 1; }
    100% {
      margin-top: 20px;
      opacity: 0; } 
}
  
@-moz-keyframes wheel-up-down {
    0% {
      margin-top: 2px;
      opacity: 0; }
    30% {
      opacity: 1; }
    100% {
      margin-top: 20px;
      opacity: 0; } 
}
  
@keyframes wheel-up-down {
    0% {
      margin-top: 2px;
      opacity: 0; }
    30% {
      opacity: 1; }
    100% {
      margin-top: 20px;
      opacity: 0; } 
}
/*--------------------------------*/
@media (min-width: 1500px) {
    #hero__video {
        width: 100%;
        height: 800px;
    }
}
@media (min-width: 1200px) {
    .height-text,
    .height-video{
        height:700px;
    }
}
@media (max-width: 1900px) {
    .flipper{
        margin-top: 25px;
    }
    .heroelement .carousel-item{
        height: 800px !important;
    }
    #hero__video{
        height:100%;
    }
}
@media (max-width: 1199.98px) {
    .heroelement .carousel-item{
        height:400px !important;
    }
    .height-text,
    .height-video{
        height:500px;
    }
    #hero__video{
        width: 100%;
    }
}
@media (max-width: 992px) {
    .flipper{
        margin-top: 40px;
    }
    /*.heroelement .carousel-item{
        height:900px !important;
    }*/
    .height-text,
    .height-video{
        height:500px;
    }
}
@media (max-width: 767.98px) {
    #hero__video{
        height:100%;
    }
    .flipper{
        margin-top: -40px;
    }
    /*.heroelement .carousel-item{
        height:400px !important;
    }*/

    .heroelement .carousel-indicators{
        bottom:20px;
    }
    .contentparallax{
        transition:all 0.15s ease;
    }
    .carousel-caption{
        display: block;
    }
    .carousel-caption h1{
        margin-bottom: 0px;
        font-size: 26px;
        line-height: 32px;
    }
    .carousel-caption p{
        font-size: 15px;
    }
    .pl{
        padding-left: 0rem;
    }
    .hero__container .card {
        background:rgb(255,255,255,.60)
    }
    .height-text,
    .height-video{
        height:500px;
    }
    .carousel-caption{
        padding-bottom: 4em;
    }
}
@media (max-width: 567.98px) {
    .hero__container {
        padding-bottom: 0 !important;
    }
    .carousel-caption{
        padding-bottom: 4em;
    }
    .front{
        font-size: 0px;
        width: 60px;
        height: 60px;
        line-height: 75px;
        box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .40), 0px 0px 0px 12px rgba(255, 255, 255, .40) !important;
    }

    #hero__videoplay {
        cursor: pointer;
        position: absolute;
        left: calc(75% - 0px);
        top: calc(65% - 0px);
        z-index: 200;
    }
    .play_button i {
        font-size: 24px;
    }
    .mouse-icon {
        width: 18px;
        height: 30px;
        border: 0px solid white;
        border-radius: 25px;
        cursor: pointer;
        position: relative;
        text-align: center;
    }
    .mouse-wheel {
        height: 0px;
        width: 0px;
    }
    .mouse {
        bottom: 25px;
    }
}

@media (min-width: 767.99px) and (max-width: 991.98px) {
#hero__videoplay {
    cursor: pointer;
    position: absolute;
    left: calc(75% - 0px);
    top: calc(44% - 0px);
    z-index: 200;
}
}

@media (min-width: 991.99px) and (max-width: 1199.98px) {
#hero__videoplay {
    cursor: pointer;
    position: absolute;
    left: calc(75% - 0px);
    top: calc(46% - 0px);
    z-index: 200;
}
}
@media (max-height: 768px){
    .heroelement .carousel-item {
        height: 400px !important;
    }
}
@media (max-height: 768px) and (min-width : 768px) {
    /*#hero__video {
    height: 60%;
    }*/
}