@charset "UTF-8";
body, html {
  height: 100%;
  margin: 0;
  color: #010101;
  background-color: #fff;
}

ul {
  list-style: none;
  color:#FFF;
}
li {
  display: inline-block;
}
svg {
  width: 30px;
  fill: white;
}
svg:hover {
  fill: #cccde6;
}
.enqbtn{
	z-index: 1999;
}
.enqbtn:hover{
	opacity: 0.5;
}
.videobox{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4009;
	width: 250px;
	height: 148px;
}
.contactbox{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 4009;
	width: 100%;
	height: 25px;
	background-color: #242424;
}
.enqbox{
	position: absolute;
	bottom: 200px;
	left: 0px;
	z-index: 4009;
	width: 100%;
	height: 25px;
}
.lowbox{
	width: 95%;
	height: 7px;
	position: absolute;
	bottom: 10px;
	left: 15px;
	z-index: 4090;
	text-align: left;
}
.lowinlay {
	bottom: 10px;
	width: 95%;
	height: 7px;;
    font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:10px;
	font-size:7px;
	color:#fff;
	opacity: 0.5;
	
}



.centered-element {
  margin: 0;
  position: absolute;
  top: 50%;
	width: 100%;
  transform: translateY(-50%);
	text-align: center;
	z-index:9503;
}

.creditinlay {
	opacity:0.4;
	max-width:100%;
	float:center;
	text-align: right;
	color: #ffffff;
}

.bgimg-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    background-image: url("../img/iebg042020_C.jpg");
  height: 100%;
background-blend-mode: darken;
	transition: 3s;
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 6s; /* Firefox < 16 */
        -ms-animation: fadein 6s; /* Internet Explorer */
         -o-animation: fadein 6s; /* Opera < 12.1 */
            animation: fadein 6s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





.mainlogo {
  max-width:1100px;
  width: 90%;
  margin: 0 auto;
  transition: 3s;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

.caption {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #000;
  z-index:800;
	visibility: visible;
}






a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #ccb4eb;
}
a:active {
	text-decoration: none;
	color: #fff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFF;
}



