body {
margin:0px;
/*background-image: url('../img/back.jpeg');*/
background-repeat:no-repeat;
background-size:120% 120%;
background-attachment:fixed;
}

/* Franchise Enquiry Section Design */

.franchise_set{
    width:250px;
    height:100%;
    background-color:red;
    float:right;
}

/* Big a good background and text combinatin to give heading */

.big {font-size:25px;padding-top:5px;padding-bottom:5px;font-style:bold;background-color: #0092bb;color:white;}

/* Top Area */

.top{
text-align:right;
padding-top:7px;
padding-bottom:7px;
padding-right:7px;
padding-left:7px;
width:100%;
background-color:#eff0f2;
}

/* Top Button */

.t_button{
    padding-top:5px;
padding-bottom:5px;
padding-left:8px;
padding-right:8px;
text-decoration:none;
border-radius:5px;
}

/* Logo outer area for background */

.logo-outer{
width:100%;
height:100px;
background-image: url('../img/white_pix.png');
}


/* Logo area to show logo */

.logo-area{
width: 100%;
    height: 100px;
    background-image: url(../img/banner.png);
    background-size: 100% 107px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Course Design */

.course{
    width: 100%;
    height: auto;
    background-image: url('../img/white_pix.png');
}

/* Course Table Heading */

th{background-color: #2871c2;color: white;}

/* Course Hover */
tr:hover {
background-image: url('../img/red_pix.png');
color: white;
}

.a_button{
text-decoration:none;
background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
border-radius: 25px;
margin-right:5px;
}


.b_button{
text-decoration:none;
background-color: #9d00a3; /* Purple */
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
border-radius: 25px;
margin-right:5px;
}

.notice {
background-image:url('/img/black_pix.png');
color: white;
font-size:18px;
padding-top:5px;
padding-bottom:5px;
}

.examlogin{
padding-top:65px;

}

.eli{
margin:2px 2px 2px 2px;
font-size:22px;
width:280px;
}

.label{
background-color:#3aad01;
color:white;
width:280px;
font-size:22px;
}

/* Footer Design */

.footer {

background-color:black;
padding-top: 15px;
color: white;

}

.footer a{
    color: #ccc;
}

.flink {

color:white;

}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

/* Contact Us Page */
.ngp span{
font-size: 25px;
font-style: bold;
text-align: left;
width: 100%;
}

.ngp{
    text-align: center;
}