.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;
}






/****************************/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  top: 50%;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-backdrop {
  z-index: -1;
}
		
		
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;
}
}