*{
		margin:0px;
		padding: 00px;
	}
	ul{font-size:16px;}
	body{
		background-color:#fff;
        font-family: 'Raleway', sans-serif!important;
		    overflow-x: hidden;
		    padding-top: 76px;

	}
	.over a:hover{color:#fff!important;}
	.up{
    position: absolute;
    background-color: rgba(234,234,234,0.6);
    padding:4px;
    width:100%;
}
	.up h2{
   margin-left:20%;font-weight: bold;}
	
	 .navbar-default{background-image: url(../img/header.png); background-size: 100% 100%;    background-size: contain;}
	.max{font-size:16px;}
 .bag{background-image: url(../img/img01.jpg);
 background-size: 100% 100%;padding-bottom:42px;}

 .pull-left a{color:#fff;font-weight:600;}
 a{color:#fff;}
 .pull-left a:hover{color:#5874BF;}
	
	.what h1{font-family: 'Raleway', sans-serif!important;}
	.what span{color:#3896ac;font-weight: bold;}
	.extra{font-weight:bold;font-size: 23px;}
	#banner{
		background-image: url("../img/EY-seminar.jpg");
           background-size: 100% 100%;
		height:500px;
		width:100%;
		
		margin:0px;
	
		padding: 0px;
		padding-top: 1px;
		  }
		  
		  .navbar{margin:0px!important;}
	h1{
		
		font-size: 50px;
	  }
	
	.what{
		
		margin-top:10px;
		padding: 20px;
	}
	
	.what h1{font-size:37px!important;}
	.img-thumbnail{
             width:100%!important;
             background-color: rgba(8, 8, 8, 0.67)!important;

             }
     
        
#userForm{
position: absolute;
    z-index: 1;
}




.img-thumbnaill {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



li{
	list-style: none;
}
ul{
	margin-left: 0px;
        font-size:17px;
}

.logo{
	float:left;
	
	width:223px;
       
}

#tel{
	background-color: rgba(255, 0, 0, 0.72); 
	border-radius: 10px; color:#080808; 
	border: 2px solid gray; 
	font-weight: bold; 
	padding: 10px;
	margin-top:10px
}

.cimage{
	background-color:lavender;
	 height: 300px;
}

.ccimage{
	background-color:lavenderblush; 
	height: 300px;
}

.lavenderblush{
background-color:rgba(242, 222, 222, 0.65);
 height: 300px;
}

.lavender{
background-color:lavender;
 height: 300px;
}

#list{
margin-top:25px
}

#benifits{
margin-top:50px
}

#lastpara{
    font-weight: normal !important;
    font-size: 16px;
}


#mydiv {
    width: 100%;
    height: 30%;
    overflow: hidden;
    left: 100px;
     top: 87%;
    position: absolute;
    z-index: 200;
    margin-top: -20%;
}
#mydiv-container {
    margin-left: auto;
    margin-right: auto;
}
#mydiv-content {
    width: 30%;
    background-color: white;
}
a {
    color: #5874BF;
    text-decoration: none;
}
a:hover {
    color: #112763;
}
</style>
<script type="text/javascript">
	function hide(target) {
    document.getElementById(target).style.display = 'none';
}
function show(target) {
    document.getElementById(target).style.display = 'block';
}



@media screen and (min-device-width : 320px) and (max-device-width : 1024px) {
#powered{
margin-top: -50px!important;
width: 180px!important;
}
.up h2{
margin-left: 10%;
}
}
