
.iziModal .iziModal-header{
    background: #0a0302!important;
}
.iziModal{
    border-bottom: 3px solid #0a0302!important;
}
.v-height{
    height: 630px;
}
.center{
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.text--white{
    color: #fff!important;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(218,16,16, 0.2);
    border-right: 1.1em solid rgba(218,16,16, 0.2);
    border-bottom: 1.1em solid rgba(218,16,16, 0.2);
    border-left: 1.1em solid #da1010;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ventry-video{
    width: 100%;
    position: absolute;
    opacity: 0.2;
    top: 0;
    object-fit: cover;
    background: rgba(0,0,0,1);
    z-index: 2;
}
.v-hide{
    display: none;
}
.v-modal-bottom{
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-evenly;
}
.iziModal-content{
    height: 90vh;
}
.selected-language{
    color: #fff!important;
    border-bottom: 1px solid #fff;
}

.ventry {
    padding: 50px;
    text-align: center;
}

.v-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pl-none{
    padding-left: 0px!important;
}
.pr-none{
    padding-right: 0px!important;
}
.border-bottom{
    border-bottom: 1px solid white;
}
.border-radius-10{
    border-radius: 10px;
}
.v-height{
    height: 100vh;
}
.v-show-pass {
    position: absolute;
    right: 30px;
    bottom: 4px;
}
.text--danger{
    color: #dc3545!important
}
.inTransition {
    animation: cssAnimation 0s 1s forwards;
    visibility: hidden;
}

@keyframes cssAnimation {
    to   { visibility: visible; }
}
.v-hover-line::after {
    content: "";
    left: 10px;
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: width .35s;
    transition: width .35s;
}
.v-hover-line:hover:after {
    width: 180px;
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .ventry-video{
        height: 24%;
    }

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .ventry-video{
        height: 24%;
    }

}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    .v-height{
        height: 300px;
    }
    .ventry-video{
        height: 21%;
        object-fit: cover;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

    .v-height{
        height: 300px;
    }
    .ventry-video{
        height: 21%;
        object-fit: cover;
    }
}
