 

/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
  var x = document.getElementById("myTopnav");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}


@charset "utf-8";
/* CSS Document */

body
{
	/*font-family: verdana'Raleway', sans-serif;*/
	font-family:verdana,sans-serif;
	overflow-x:hidden
}
.space20{ margin-top:20px;}
.space40{ margin-top:40px;}

/* Navigation */
.main-navigation
{
	width:100%;
   background-color: transparent;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  position:absolute;
z-index:999;
}
.no-padding
{
	padding:0px !important;
}
.top-space{ margin-top:19%;}

header {
	background-color: #fff;
  width: 100%;
 /* height:50%;
  overflow: hidden;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
/*  background-color: #fff;
*/  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header h1#logo {
    display: inline-block;
    height: 50px;
    line-height: 150px;
    float: left;
        font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header nav {
    /*display: inline-block;
    float: right;*/ }
    header nav a {
      line-height: 100px;
      margin-left: 0px;
      margin-right: 0px;
      color: #9fdbfc;
      font-weight:normal;
      font-size: 13px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: white; }
		

		

  header.smaller {
    height: 0px;
	width:100%;
	background-color:#;
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	box-shadow:   4px 2px 4px #999;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
box-shadow: 0 0 10px rgba(0,0,0, .65);
	}
	
  
	  
    header.smaller nav a {
      /*line-height: 70px;*/ }
	  
/* Javabanner */	  
	  
.javabanner
{
	width:100%;
}


.javabanner h2
{
	font-size:72px ;
	margin-bottom:0px;
}

.javabanner p
{
	margin-top:10px;
}
.prev-btn {
  color: #FFF;
  display: inline-block;
  position: relative;
  top: 0px;
  zoom: 1;
  width: 50px;
  height: 50px;
  margin: 5px;
  padding: 10px 10px;
  font-size: 20px;
/*  background: #363636;*/
  cursor:pointer;
}

















#menu {
  background: #;
  color: #fff;
  height: 25px;
  border-bottom: 0px solid #fff
}

#menu ul,
#menu li {
  margin: 0 0;
  padding: 0 0;
  list-style: none
}

#menu ul {
  height: 25px
}

#menu li {
  float: left;
  display: inline;
  position: relative;
 font-weight:normal;
font: bold 14px 'verdana', 'Montserrat', sans-serif;
  text-shadow: 0 1px 0 #000;
  border-top: 0px solid #F7F7F7;
  border-right: 0px solid #F7F7F7;
  border-left: 0px solid #F7F7F7;
  text-transform: uppercase
}

#menu li:first-child {
 
border-left: none
}

#menu a {
  display: block;
  line-height: 40px;
 padding: 0 10px;
  text-decoration: none;
  color: #000;
}

#menu li:hover > a,
#menu li a:hover {
	color:#f35d07;
	}
  background: #fff;
}

#menu input {
  display: none;
  margin: 0 0;
  padding: 0 0;
  width: 80px;
  height: 35px;
  opacity: 0;
  cursor: pointer
}

#menu label {
  font: bold 30px 'verdana' 'Montserrat', sans-serif;
  display: none;
  width: 35px;
  height: 26px;
  line-height: 36px;
  text-align: center
}

#menu label span {
  font-size: 10px;
  position: absolute;
  left: 35px
}

#menu ul.menus {
  height: 200px;
  width: 150px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border: 1px solid #ccc;
  position: absolute;
  z-index: 99;
  display: none;
 

}

#menu ul.menus li {
  display: block;
  width: 100%;
  font: 12px 'Montserrat', sans-serif;
  text-transform: none;

}

#menu li:hover ul.menus {
  display: block
}

#menu a.home {
  background: #fff;
}

#menu a.prett {
padding: 0 22px 0 14px
}

#menu a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #A5B1B8 transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 9px;
}

#menu ul.menus a:hover {
  background: #fff;
}

#menu ul.menus a {
    font-weight: strong;
font-size: 15px; 
 
}

#menu ul.menus .submenu {
  display: none;
  position: absolute;
  left: 150px;
  background: #fff;
  top: 0;
  width: 150px;


}

#menu ul.menus .submenu li {
   background: #fff;
  box-shadow: 0px 8px 6px 0px rgba(0,0,0.2);
  z-index: 99;
   box-border: 10px;

}

#menu ul.menus .has-submenu:hover .submenu {
  display: block;
}







#menu2 ul,
  #menu2 li {
	margin: 0 0;
	padding: 0 0;
	list-style: none
  }
  
  #menu2 ul {
	height: 25px
  }
  
  #menu2 li {
	float: center;
	display: inline;
	position: relative;
   font-weight:normal;
  font: bold 13px 'verdana', 'Montserrat', sans-serif;
	text-shadow: 0 1px 0 #000;
	border-top: 0px solid #F7F7F7;
	border-right: 0px solid #F7F7F7;
	border-left: 0px solid #F7F7F7;
	text-transform: uppercase
  }
  
  #menu2 li:first-child {
   
  border-left: none
  }
  
  #menu2 a {
	display: center;
	line-height: 30px;
   padding: 0 5px;
	text-decoration: none;
	color: #000;
  }
  
  #menu2 li:hover > a,
  #menu2 li a:hover {
	  color:#f35d07;
	  }
	background: #fff;
  }
  
  #menu2 input {
	display: none;
	margin: 0 0;
	padding: 0 0;
	width: 80px;
	height: 35px;
	opacity: 0;
	cursor: pointer
  }
  
  #menu2 label {
	font: bold 30px 'verdana' 'Montserrat', sans-serif;
	display: none;
	width: 35px;
	height: 26px;
	line-height: 36px;
	text-align: center
  }
  
  #menu2 label span {
	font-size: 10px;
	position: absolute;
	left: 35px
  }
  
  #menu2 ul.menus {
	height: 200px;
	width: 150px;
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 1px solid #ccc;
	position: absolute;
	z-index: 99;
	display: none;
   
  
  }
  
  #menu2 ul.menus li {
	display: block;
	width: 100%;
	font: 12px 'Montserrat', sans-serif;
	text-transform: none;
  
  }
  
  #menu2 li:hover ul.menus {
	display: block
  }
  
  #menu2 a.home {
	background: #fff;
  }
  
  #menu2 a.prett {
  padding: 0 22px 0 14px
  }
  
  #menu2 a.prett::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 6px 5px;
	border-style: solid;
	border-color: #A5B1B8 transparent transparent transparent;
	position: absolute;
	top: 15px;
	right: 9px;
  }
  
  #menu2 ul.menus a:hover {
	background: #fff;
  }
  
  #menu2 ul.menus a {
	  font-weight: strong;
  font-size: 14px; 
   
  }
  
  #menu2 ul.menus .submenu {
	display: none;
	position: absolute;
	left: 150px;
	background: #fff;
	top: 0;
	width: 150px;
  
  
  }
  
  #menu2 ul.menus .submenu li {
	 background: #fff;
	box-shadow: 0px 8px 6px 0px rgba(0,0,0.2);
	z-index: 99;
	 box-border: 10px;
  
  }
  
  #menu2 ul.menus .has-submenu:hover .submenu {
	display: block;
  }
  















#pics {
  float: center;
  height: 0px;
 padding: 5px 15px;
  font-size: 18px;
  line-height: 0px;
}


#flash
{
	height:0px;
	margin-top:0px;
	margin-left:-10px;
      float:center;
}
 


#gallery a
{
	width:100%;
	margin-top:0px;
	margin-left:0px;
      float:center;
}
#logo
{
	height:0px;
	margin-top:-100px;
	margin-left:0px;
      float:none;
}

#indextext
{
	height:0px;
	margin-top:470px;
	margin-left:0px;
      float:center;

}

.next
{
	  right: -5px;
  float: right;
  top: 50%;
  z-index: 999;
  position: absolute;
}
.next:hover
{
/* border:1px solid #363636;*/
  color:#333;	
}
.prev
{
	
	left:-5px;
	  top: 50%;
  z-index: 999;
  position: absolute;
}
.prev:hover
{
/* border:1px solid #363636;*/
color:#333;	
}

#about
{
	color:#000;
}

#about h1
{
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	color: #09711f;
	margin-bottom: 3px;

}

#about h2
{
	font-size: 12px;
	font-weight:none;
	line-height: 1.5em;
	color:#5a5b5e;

}

#about h3
{
	margin-top:  2px;
	font-size: 14px;
	font-weight:500;
	line-height: 1.5em;
	color:#061338;
	margin-bottom: 0px;
}


 

#about h5
{
	margin-top: -10px;
	font-size:13px;
	font-weight:bold;
	line-height: 1.5em;
	color:#9d0000;
	margin-bottom: 0px;

}

#about h6
{
	margin-top: -10px;
	font-size:13px;
	font-weight:bold;
	line-height: 1.5em;
	color:#0e4412;
	margin-bottom: 0px;
}


#about h7
{
	text-align: justify;
	margin-top: -3px;
	font-size: 14px;
	font-weight:500;
	line-height: 1.8em;
	color:#061338;
	margin-bottom: 0px;

}

#about h01
{
	font-size:13px;
	font-weight:bold;
     line-height:2.2em;
	color:#BE191C;
    text-align: justify;

}

#about h02
{
	display: block;
	font-size:14px;
	line-height:22px;
	color:#056005;
 	width:100%;
	margin-right: 0px;
	text-align: justify;

}

#about h03
{
	font-size: 13px;
	font-weight:bold;
	line-height:1.7em;
	color:#0435a0;
    text-align: justify;

}
 
#about h04 {
    font-size: 14.1px;
    font-weight: bold;
    line-height: 2em;
	color:#dc1616;
	margin-bottom: 0px;

}
#about h05
{
	color: rgb(255, 128, 44);
    font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;
 
 }
  
#about p
{
	color: rgb(10, 11, 78);
    font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	margin-top:10px;
text-align:justify;
 


}

#about q
{
	font-size:12px;
	line-height:22px;
	margin-bottom:-10px;
text-align:justify;
text-align:center;


}
.download
{
display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fdbb27;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  text-decoration:none;
  margin-top:20%;
}
.download:hover
{
	color:#333;
	text-decoration:none;	
}
.page-content.parallax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax01 {
  background-image:url(../images/parallax01.jpg);
}

text-decoration: underline
/* Captions */

#Captions
{
	padding-top:0%;
	padding-bottom:0%;
}

#Captions h4
{
	font-size:14x;
	 
	color: #07A4FF;
		font-weight:bold;
text-align:left;
margin-left: 0px;
margin-bottom: 0px;

	line-height:.5em;
}
#Captions h1
{
	font-size:18px;
	 
	color: #0e3560;
		font-weight:bold;
text-align:left;
margin-left: 0px;
margin-bottom: 0px;

	line-height:.5em;
}
#Captions h2
{
	font-size:14px;
	 
	color: #163246;
		font-weight:bold;
text-align:left;
margin-left: 0px;
margin-bottom: 0px;

	line-height:.5em;
}

#Captions h.2
{
	font-size:12px;
	 
	color: #163246;
		font-weight:bold;
text-align:left;
margin-left: 0px;
margin-bottom: 0px;
line-height:.5em;
}

#Captions h3
{
	font-size:18px;
	 
	color: #163246;
		font-weight:none;
text-align:left;
margin-left: 0px;
margin-bottom: 0px;

	line-height:.5em;
}

#Captions h5
{
	font-size:14px;
	color: #fff;
		font-weight:none;
text-align:left;
margin-left: 0px;
margin-bottom: 0px;
	line-height:1.5em;
}


#Captions h2::after
{
	background-color:#0B7FE4;
	text-align: center;
     width:0px;
     margin-right: 20px;
       display:block;
	height:1px;
	content: "";
	margin:0 auto;
}

.button-blue2
{
	outline: none;
  color: #F70000;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  padding: 8px;
  font-size:14px;
}

.button-blue2:hover
{
	color:#FCD275;
	 text-decoration: none;
}

#logisstic h2{ font-size:20px; color:#1E2039;}
#logistic p{ font-size:14px; color:#1e1a1b; line-height:20px; text-align:justify;}


#infra h2{ font-size:25px; color:#1E2039;}
#infra p{ font-size:14px; color:#1e1a1b; line-height:20px;text-align:justify; }

#mbt-infra h2{ font-size:25px; color:#1E2039;}
#mbt-infra p{ font-size:14px; color:#1e1a1b; line-height:20px; text-align:justify;}

#Shipping h2{ font-size:25px; color:#1E2039;}
#Shipping p{ font-size:14px; color:#1e1a1b; line-height:20px;text-align:justify; }
/* Testimonial */


.testimonial-bg
{
	background-image:url(../images/testimonial-bg.jpg);
	width:100%;
	float:left;
	background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
}
.testimonial-bg h2
{
font-size:28px;
	text-transform:uppercase;
	color: #1E2039;
	text-align:center;
	line-height:1.5em;
}
.testimonial-bg h2::after
{
	background-color:#000;
	width:150px;
	display:block;
	height:3px;
	content: "";
	margin:0 auto;
}
.main-testimonail
{
	max-width:1000px;
	height:auto;
	margin:0 auto;
	color:#fff;
	padding-top:50px;
	/*padding-bottom:50px;*/
}

.main-testimonail h2
{
	font-size:32px;
	text-align:center;
	color:#fff;
}

.main-testimonail p
{
	text-align:center;
	font-size:14px;
}



.testimonial-text
{
	text-align:center;
	font-size:20px;
	color:#fff;
	font-style:italic;
	padding-top:50px;
	line-height:1.5em
}
.testimonial-name
{
	color:#fff;
font-size:18px;
font-weight:bold;
text-transform:uppercase;
font-style:normal;
}

.testimonial-pic {
cursor: pointer;
margin: 0px auto;
text-align: center;
width: 150px;
margin-top:30px;
}

.testimonial-pic img {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}

/* agnet */

.agnet-img
{ margin:0px; }

.agnet-img img{ width:100%;}

/* location */
.location
{
	padding-top:3%;
	padding-bottom:3%;
	width:100%;
	float:left;
}
.location img
{
	width:100%;
}
.location h2
{
font-size:25px;
	text-transform:uppercase;
	color: #1E2039;
	text-align:center;
	line-height:1.5em;
	font-weight:bold;
}
.location h2::after
{
background-color:#FC0;
	width:50px;
	display:block;
	height:3px;
	content: "";
	margin:0 auto;
	top:5px;
	margin-bottom:35px;
}
.accreditaion
{
	float:left;
	list-style:circle;
}

  /* CLient */

.client
{
	width:100%;
	float:left;
	padding-top:5%;
	padding-bottom:5%;
	background-color:#e0e0e0;
}

.client h2
{
	font-size:25px;
	text-transform:uppercase;
	color: #1E2039;
	text-align:left;
	line-height:1.5em;
	font-weight:bold;
}
.client h2:after
{
	background-color:#FC0;
	width:50px;
	display:block;
	height:3px;
	content: "";
	left:0px;
	top:5px;
}

  /* Inside page content */
  
.insidebanner
{
	width:100%;
	background-image:url(../images/aboutbanner.jpg);
	background-size:cover;
	padding-top:5%;
	padding-bottom:2%;
}
.contactbanner
{width:100%;
	background-image:url(../images/contactbanner.jpg);
	background-size:cover;
	padding-top:5%;
	padding-bottom:2%;}
.insidebanner h2
{
    text-align: center;
    font-size: 44px;
    color: #fff;
    margin-top: 70px;
    text-transform: uppercase;
    font-weight: bold;
}
.insidecontainer
{
	width:100%;
	padding-top: 2%;
    padding-bottom: 3%;
}
.testi .bx-wrapper img 
{ width:45%;}
.insidecontainer h2
{
font-size: 25px;
text-transform: uppercase;
color: #1E2039;
line-height: 1.5em;
margin-bottom:35px;
text-align:left;
}
.insidecontainer h2::after {
    background-color: #FC0;
    width: auto;
    display: block;
    height: 3px;
    content: "";
}

.insidecontainer h4{font-size: 20px; text-align:left;color:#B19F16; }
.insidecontainer ul li{ font-size:15px; list-style-type:circle; line-height:22px; text-align:justify; color:#1e1a1b; font-weight:normal; }
.insidecontainer p
{
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	text-align:justify;
}

.mission-vision-container
{
	width:100%;
	background-color:#EAEBF3;
	padding-top:3%;
	padding-bottom:3%;
	
}
.mission-vision-container img { width:100%;}
.mission-vision-container h2
{
font-size: 28px;
text-transform: uppercase;
color: #1E2039;
line-height: 1.5em;
margin-bottom:35px;
text-align:left;
}

.mission-vision-container h2:after
{
 background-color: #FC0;
    width: auto;
    display: block;
    height: 3px;
    content: "";	}
.mission-vision-container p
{
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	text-align:justify;
}

.mission-vision-container li
{
	font-size:14px;
	line-height:20px;
	text-align:justify;
	margin-bottom:10px;
	font-weight:normal;
}

.inside-text li
{
	font-size:14px;
	line-height:20px;
	text-align:justify;
	margin-bottom:10px;
	font-weight:normal;
}

/*................................Inside page...............................................*/


.left-side
{
background-color:#EAEBF3;
padding-bottom:3%;
}
a .readmore
{
	font-size:14px;
	color:#F00;
	text-align:left;
	text-decoration:none !important;

}

.i4ewOd-rECkYc-pzNkMb-haAclf
{ top:-50px !important;}
  /* Footer */

.footer
{
	width:100%;
	float:left;
	background-color:#1B1D36;
	padding-top:0px;
	padding-bottom: 0px;
}
.box
{
/*	float:left;
*/}

.box h2
{
	font-size:14px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}

.box ul
{
	
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

.box ul li
{
	font-size:14px;
	clear:left;
	line-height:25px;	
	color:#c1c5d1;
	text-align:left;
	padding-bottom:10px;
}

.box p
{
color:#c1c5d1;
font-size:14px;
clear:left;	
}


.box2 h2
{
	font-size:14px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}

.box2 ul
{
	
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

.box2 ul li
{
	font-size:14px;
	width:200px;
	border-bottom:1px solid #505154;
	clear:left;
	line-height:25px;	
	color:#c1c5d1;
	text-align:left;
	padding-bottom:10px;
}

.subscribe-main
{
	float:left;
/*	width:400px;
*/}

.subscribe-box
{
	width:56% !important;
	height:55px;
	float:left;
	padding-left: 15px;
	border-radius:5px;
	margin-right: 20px;
	background-color:#f6f5f5;
	  -moz-box-shadow:    inset 0 0 6px #818080;
   -webkit-box-shadow: inset 0 0 6px #818080;
   box-shadow:         inset 0 0 6px #818080;	
}

.go
{
	width:80px;
	height:50px;
	border-radius:5px;
	border:2px solid #fff;
	text-align:center;
	float:left;
	color:#fff;
padding-top: 12px;
}



.slideshow
{
	width:100%;
	background-color:#fff;
	float:left;
	text-align:center;
	
}
.footer1
{
	width:100%;
	background-color:#fff;
	float:left;
	text-align:center;
	
}

	
.footer3
{
	width:100%;
	background-color:#00010a;
     color:#629AC3;
 	float:bottom;
text-align:center;
	 

 

}
.footer2-inner
{
	padding-top: 0px;
}
.footer2 p
{
	font-size:10px;
	color:#BCD3E7;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	text-align: center;

}
.widget-item {
margin-bottom: 10px;
float:left;
}

form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form input[type="range"], form input[type="password"], form input[type="text"], form textarea {
  width: 100%;
  height: auto;
  background-color: #fff;
  /*margin-bottom: 20px;*/
  padding: 11px 10px;
  color: #3a3c41;
  font-weight: 500;
}
.track {
 width: 80px;
  height: 40px;
  font-size:14px;
  border-radius: 5px;
  border: 2px solid #FDBB27;
  text-align: center;
  float: left;
  color: #fff;
  padding-top: 2px;
  background-color: #FDBB27;
}

.track:hover
{
	background-color:#FC6;
}



@media screen and (max-width: 1200px)
{
header nav a { margin-left:12px !important;}	
.link{ font-size:15px !important;}
.navbar-brand {padding: 0px 0px !important;}
} 

@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 
 .nav > li > a {

  padding: 10px 0px !important;
}
}

@media screen and (max-width: 768px)
{
.insidebanner
{
	padding-top:16%;
}	
}

@media screen and (max-width: 460px)
{
.insidebanner
{
	padding-top:16%;
}
.toplink{ float:left;}

.navbar-brand{ height:0px !important;}	

.download{ margin-top:10px !important;}
}


 

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #0270ff; /* Add a dark-grey background on hover */
} 


  
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.rainbow-text {
    display: inline-block;
    font-size: 13px;
    font-weight: strong;
	line-height: 1.82857143;
    animation: marquee 0s linear infinite, rainbow 20s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes rainbow {
    0%, 100% {
        color: red;
    }
    16.67% {
        color: orange;
    }
    33.33% {
        color: yellow;
    }
	46.80% {
        color: white;
    }
    56% {
        color: rgb(3, 230, 3);
    }
    66.67% {
        color: rgb(56, 125, 253);
    }
    83.33% {
        color: rgb(145, 35, 224);
    }
	
	96.100% {
        color: black;
    }
}

   
body {
     justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #000;
}
.bulb {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, orange, yellow, green, blue, violet);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    animation: flicker 3s infinite alternate, spectrum 3s linear infinite;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

@keyframes flicker {
    0% { opacity: 0.1; }
    50% { opacity: 0.6; }
    50% { opacity: 0.1; }
}

@keyframes spectrum {
    0% {
        background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    }
    50% {
        background: linear-gradient(90deg, violet, indigo, blue, green, yellow, orange, red);
    }
}
