
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;margin:0px;}
 
.pad{
 padding:0px;
}
.mar{
    margin:0;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 50%;
  margin:0 auto;

  margin-bottom: 15px;
  font-size:10px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: dodgerblue;
  color: white;
 
  border: none;
  cursor: pointer;
  width: 100%;
  margin:0 auto;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

/*--------------header styling--------*/
.header{
    height: 112px;
    overflow: hidden;
    text-align: left;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    background: url(https://mallareddyadmissions.winnou.net/templates/rhuk_milkyway/headerimages/9PNCaX9MALLAREDDYCfaxondB8.png) no-repeat scroll center center;
    height: 100px;
    margin-top: 12px;
    width: 100%;

}
.main{
    min-width: 750px;
    max-width: 1050px;
    background: #f7f7f7;
    margin:0 auto;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.whitecontainer{
margin: 35px 21px 35px 21px;
    background: #fff;
    width: auto;
    display: block;
    text-align: center;
    border:1px solid #ccc;
    border-radius:10px;
        
}
/*--------footer-----**/



.footer {
    overflow: hidden;
    text-align: left;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 12px;
    width: 100%;
}



/***-----------main--------*/

table{
    background:#F4F3F1;
    width:96%;
  margin:5px;
    border-radius:10px;
   
    
}
tbody{
    margin:2%;
}
.home-td{
    height:100px;
    text-align:center;
    font-size:15px;
    color:white;
    font-weight:bold;
}
.home-td:hover {
    color:red;
    cursor:pointer;
    color:black;
    font-size:20px;
    
    
}


/*-------------Home--------*/

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.dat{
 
  float: left;
  width: 50%;
  padding:15px;
}
@media screen and (max-width: 640px){
  .dat{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.3%;
  }
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
 
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.data td,.data th{
    font-size: 12px;
}




