html
{
	width: 100%;
	margin:0px;
}
body
{
    background-color:white;
    color: black;
}



#search {
 
}
 
#search input[type="text"] {
    background: url(http://4.bp.blogspot.com/-239R3H-ONfw/TjRXPkTSusI/AAAAAAAAA3M/pgaoKdDCypg/s1600/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
 
#search input[type="text"]:focus {
    background: url(http://1.bp.blogspot.com/-XNPyh_l2WB8/TjRXPfrbJVI/AAAAAAAAA3I/R8Mia0bYtME/s1600/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }


.iiitppp h1{
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


    
/*Header styles*/

.header-top{
  /*background: linear-gradient(to right, #1E1F20 ,#4E4F4D, #1E1F20);*/
  background: white;
}


.header-navbar nav{
  margin: 0;
  padding: 0;
/*  background-color: transparent;*/
  background-color:#505150;
  /*border-bottom-right-radius:50px;*/
 /* border-bottom-left-radius:50px;*/
}

#big-screen a{
  font-size: 12px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: white;
}

#small-screen a{
  font-size: 12px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  color: white;
}

.header-navbar ul a:hover{
  transition: color 500ms;
  color: #91DCF6 !important;
}

.header-navbar input{
  height: 32px;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: 5px solid #48B0E7;
}

.header-navbar .input-group button{
  border: none;
  color: white !important;
  background-color: transparent;
  text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}


/*.header-navbar .input-group button:focus{
  outline: none;
}*/

.header-top a img{
  image-rendering: auto;
  width: 95px;
  height: 125px;
}

@media only screen and (max-width: 770px) and (min-width: 576px) {
  .header-top a img{
    width: 100px;
    height: 110px;
margin-left: -25px;
  }
}

@media only screen and (max-width: 550px) {
  .header-top a img{
  image-rendering: -webkit-optimize-contrast;
  width: 85px;
  height: 110px;
    margin-left: -11px;
  }
}

@media only screen and (max-width: 400px) {
  .header-top a img{
  image-rendering: -webkit-optimize-contrast;
  width: 75px;
  height: 95px;
  margin-left: -11px;
  }
}

@media only screen and (max-width: 380px) {
  .header-top a img{
  image-rendering: -webkit-optimize-contrast;
  width: 60px;
  height: 85px;
    margin-left: -11px;
  }
}

@media only screen and (max-width: 340px) {
  .header-top a img{
  image-rendering: -webkit-optimize-contrast;
  width: 50px;
  height: 65px;
  }
}

.top-logo-text a{
  text-decoration: none;
  color: #484A4B;
  font-size: 22px !important;
  line-height: 1.26;
  /*font-family: Georgia, serif;*/
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.top-logo-text .small{
  font-size: 16px !important;
}
.hindi{
  font-size: 28px;
}

@media only screen and (max-width: 770px) {
  .top-logo-text a{
  font-size: 18px !important;
  /*font-family: Georgia, serif;*/
  }
  .hindi{
    font-size: 24px;
  }
  .top-logo-text .small{
  font-size: 14px !important;
}
}

@media only screen and (max-width: 530px) {
  .top-logo-text a{
  font-size: 13px !important;
}
  .hindi{
    font-size: 17px;
  }
  .top-logo-text .small{
  font-size: 13px !important;
}

}
@media only screen and (max-width: 480px) {
  .top-logo-text a{
  font-size: 11.5px !important;
   line-height: 1;
  }
    .hindi{
    font-size: 16px;
  }
}
@media only screen and (max-width: 410px) {
  .top-logo-text a{
  font-size: 11px !important;
  line-height: .9;
  }
  .hindi{
    font-size: 13px;
  }
  .top-logo-text .small{
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 370px) {
  .top-logo-text a{
  font-size: 10px !important;
   line-height: .7;
  }
}
@media only screen and (max-width: 345px) {
  .top-logo-text a{
  font-size: 8px !important;
  line-height: .6;
  }
  .hindi{
    font-size: 12px;
  }
  .top-logo-text .small{
    font-size: 10px !important;
  }
}

.top-logo-text a:hover{
  color: #484A4B;
  transition: color 400ms;
}

@media only screen and (max-width: 770px) {
  #big-screen{
    display: none;
  }

}

@media only screen and (min-width: 770px) {

  #small-screen{
    display: none;
  }
}


/*////////////////////*/
/*@media only screen and (max-width: 450px){
  html,body {
  padding: 0px 0px 0px 0px;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden;  }
}*/

#startchange{
  margin: 0;
  padding: 0;
}

#startchange button{
    border: none;
/*    font-size: 25px !important;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

#startchange .nav-item{
  font-size: 14px !important;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: grey;
}

.dropdown-link:hover .nav-item{
    transition: background 500ms;
    background-color: #D7DBDD;
}

.nav-imagelogo img{
  width: 50px;
  height: 60px;
}

.dropdown-link {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    font-size: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: grey;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #E5E7E9;
  transition: background 400ms;}

.dropdown-link:hover .dropdown-content {
    display: block;
}

@media only screen and (max-device-width: 600px) {
#startchange .nav-item{
  font-size: 12px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown-content a {
    font-size: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
}

p
{
	font-family: 'Nunito', sans-serif;
	font-size: 1em;
}
img
{
	max-width:100%;
	height: auto;
}

.hero-image
{
	background-image: url("../images/facilities/Reach_iiit_kalyani_images/trial_background.jpg");
	background-position:center;
	background-repeat: no-repeat;
	height: 50%;
	background-size: cover;
	position: relative;
}
.hero-image:hover
{
	background-image: url("../images/facilities/Reach_iiit_kalyani_images/trial_background.jpg");
	background-position:center;
	background-repeat: no-repeat;
	height: 50%;
	background-size: cover;
	position: relative;
}
.hero-text
{
	color:#FAFAFB;
	text-align: left;	
	padding-top: 200px;
	padding-bottom:100px;
	padding-left: 20px;
}
#main
{
	background-color:white;
}
/* Code for Footer CSS*/
.footer {
  background: linear-gradient(to right, #0099FF ,#00CCFF, #00FFFF );
  margin: 0px auto;
  padding: 20px 0px; }

.footer a{
  transition: 0.4s;
  font-size: 14px;
}

footer .leaf{
  list-style-type: circle;
  list-style-position: inside;
  color: white;
}

footer a:hover{
  text-decoration: none;
  color: navy !important;
}

footer .social-links a{
  font-size: 40px !important;
  padding-left: 15px;
}

footer address{
  font-size: 14px;
  color: #0000EE;
}

footer .node{
  color: navy;  
  font-family: Helvetica, sans-serif;
}

footer .list-end li{
  display: inline;
  list-style-type: none;
}

footer .list-end li a{
  font-size: 11px !important;
}

footer .list-end li:not(:first-child):before {
    content: " | ";
}