.video-background {
  background: #fff;
  position: fixed;
  top: 0px; right: 0px; bottom: 0px; left: 0px;
  z-index: -99;
}
.video-foreground,
.video-background iframe video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 119%;
  pointer-events: none;
}

@media only screen and (min-width:2500px){
.video-foreground,
.video-background iframe video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
}

@media only screen and (max-width:1700px){
.video-foreground,
.video-background iframe video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
}

#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }


.test[comma-value]{
    position:relative;
}
.test[comma-value]:before{
    content: attr(comma-value);
    position:absolute;
    left:0;
}
.test[comma-value] input{
    color:#fff;
}





.loadermask{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#FFF;
    z-index:9998;
}

#intro-loader{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform:translate3d(-50%, -50%, 0);
    -ms-transform:translate3d(-50%, -50%, 0);
    -moz-transform:translate3d(-50%, -50%, 0);
}

#loaderimg,
#logoloader{
    display:block;
    margin:20px auto 0;
}






		
		
html { scroll-behavior: smooth; } 

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


.col-cont{
	min-height: 79%;
    padding-top: 105px;
}

.colz-cont{
	min-height: 79%;
    padding-top: 65px;
}

.coll-cont{
	min-height: 79%;
    padding-top: 95px;
}

.col-contt{
	min-height: 79%;
    padding-top: 125px;
}

.coll-contt{
	min-height: 79%;
    padding-top: 110px;
}

@media only screen and (max-width:1368px){
.col-cont{
	min-height: 79%;
    padding-top: 119px;
}

.colz-cont{
	min-height: 79%;
    padding-top: 108px;
}

.coll-cont{
	min-height: 79%;
    padding-top: 115px;
}

.col-contt{
	min-height: 79%;
    padding-top: 166px;
}

.coll-contt{
	min-height: 79%;
    padding-top: 115px;
}
}