/* CSS Document */

body{
margin:0;
padding:0;
background-color:#999999;
}
.meanu_white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.meanu_red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.welcome-bg {
	background-image: url(../images/welcome-mi-top.jpg);
	background-repeat: repeat-x;
}
.welcome-bg1 {
	background-image: url(../images/welcome-mi-bottom.jpg);
	background-repeat: repeat-x;
}
.welcome {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: bold;
}
.aditya {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #ff2424;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #2e2e2e;
	text-decoration: none;
	text-align: justify;
}
.text_contact {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #2e2e2e;
	text-decoration: none;
}
.agm_egm {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #2e2e2e;
	text-decoration: none;
}
.product {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.news {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #151515;
	text-decoration: none;
}
.bottom_menu {
	font-family: Tahoma;
	font-size: 11px;
	color: #151515;
	text-decoration: none;
}
.products_list {
	font-family: Arial;
	font-size: 12px;
	color: #2e2e2e;
	text-decoration: none;
	line-height: 28px;
}
.more {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.more1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.more_w {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.contact {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #195A84;
	text-decoration: none;
}
.investors {
	font-family: "AR BLANCA";
	font-weight: normal;
	color: #212121;
	text-decoration: none;
}

.contact1 {
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #ff0000;
	text-decoration: none;
}


.list-style{
	margin-top: 20px;
}
.list-style ul{
	margin:0px;
	padding: 0px; 
	list-style: none;
}
.list-style ul li{
    float: left;
    padding: 3px 10px;
    background-color: #ff2424;
}
.list-style ul li a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;

}
.list-style ul li a span{
	margin-right: 10px;
    vertical-align: bottom;
}

h4.title2{
	background-color: #ff9000;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.ct {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 15px;
	text-align: left;
	background-color: #eee;
	background-color: #fff;
	background-color: black;
  color: white;
}

.container {
    width: 20em;
    height: 10em;
    margin: 2em auto;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: center;
}

.slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   0em }
    100% { top: -80em }
}

.blur .slider {
  	margin: 0px;
    padding: 1em 2em;
    line-height: 1em;
    text-align: justify;
}

.blur:before, .blur::before,
.blur:after,  .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.blur:after, .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.blur:before, .blur::before {
    top: 0;
}

p {
  font-family: helvetica, arial, sans serif;
}