@charset "UTF-8";

.bg-image {
    position: fixed;
    top: 345px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/students.png"); 
    background-size: cover;
    background-position: center;
    filter: blur(5px);   /* Blur amount */
    z-index: -1;         /* Keep it behind your main content */
}

.bg-image-full {
    position: fixed;
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/students.png"); 
    background-size: cover;
    background-position: center;
    filter: blur(10px);   /* Blur amount */
    z-index: -1;         /* Keep it behind your main content */
}

.bg-image-exams {
    position: fixed;
    top: 220px;
    left: 500;
    width: 100%;
    height: 100%;
    /* background-image: url("../images/exams-2.png"); */ 
    background-color: #d3ebf8; 
    background-size: cover;
    background-position: center;
    filter: blur(0px);   /* Blur amount */
    z-index: -1;         /* Keep it behind your main content */
}

.bg-exams-scene {
    position: fixed;
    top: 200;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/exams_scene.png"); 
    background-size: cover;
    background-position: center;
    filter: blur(8px);   /* Blur amount */
    z-index: -1;         /* Keep it behind your main content */
}
.bg-college-building {
    position: fixed;
    top: 280px;
    left: 20;
    width: 100%;
    height: 100%;
    /* background-image: url("../images/college_building.png"); */
     background-color: #d3ebf8;  
    background-size: cover;
    background-position: center;
    filter: blur(2px);   /* Blur amount */
    z-index: -1;         /* Keep it behind your main content */
}

.bg-school-building {
    position: fixed;
    top: 280px;
    left: 20;
    width: 100%;
    height: 100%;
    /* background-image: url("../images/college_building.png");*/ 
    background-color: #d3ebf8;
    background-size: cover;
    background-position: center;
    filter: blur(2px);   /* Blur amount */
    z-index: -1;         /* Keep it behind your main content */
}

.bg-image-scholarship {
    position: fixed;
    top: 280px;
    left: 20px;
    width: 100%;
    height: 100%;
    /* background-image: url("../images/scholarship.png");*/ 
    background-color: #d3ebf8; 
    background-size: cover;
    background-position: center;
    filter: blur(0px);   /* Blur amount */
    z-index: -1;         /* Keep it behind your main content */
}

.phead_img {
  /* background: #f2f2f2;*/
  width: 120px;
  height: 120px;
  background-image: url("../images/indianFlagShiny.png");
  /* padding: 5px 10px 5px 10px;*/
  /*border: 1px solid #aaa; */
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: contain;
  cursor: pointer;
}

.brief_img
{
	width: 60px;
  height: 60px;
  background-image: url("../images/briefcase2.png");
  /* padding: 5px 10px 5px 10px;*/
  /*border: 1px solid #aaa; */
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: contain;
  cursor: pointer;
}

.cs-div-left-up {
  /* background: #f2f2f2;*/
  width: 250px;
  height: 250px;
  background-image: url("../images/books_degree_hat_trans.png");
  /* padding: 5px 10px 5px 10px;*/
  /*border: 1px solid #aaa; */
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* background-size: contain; */
  cursor: pointer;
  background-size: 100% 100%;
}
