/*header css */
.dark_blue
{
    background: #1b64ab;
}
.light_blue
{
    background: #3498db;
}

.light_white {
    background: #f3f5fa;
}


.logo_container
{
    width: 1300px;
    height: 80px;
    margin:auto;
}
.logo_lefts
{
    width: 60px;
    height: 70px;
    float:left;
    padding-top: 5px;
}
.logo_rights
{
    width: 60px;
    height: 70px;
    float:right;
    padding-top: 5px;
}


.logo_mid
{
    width: 1090px;
    height: 70px;
    float: left;
    padding: 5px;
   
}
.header_mid_title
{
    float: left;
    padding:10px;
    width:720px;
    height: 60px;
    
}
.header_mid_title h1
{
    color: #1b64ab; 
}
.header_mid_search
{
    width: 300px;
    height: 50px;
    padding:10px;
    float: left;
    
}
.logo_right
{
    float:left;
    width: 100px;
    height: 70px;
    padding: 5px;  
   
}
.logo_right img
{
    width: 70px;
    height: 70px;
    float:right;
}
.line
{
    background: #1b64ab;
    height: 5px;
   width: 100%;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: 10px;
  }
  
  .searchTerm {
    width: 100%;
    border: 3px solid #1b64ab;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
  }
  
  .searchTerm:focus{
    color: #00B4CC;
  }
  
  .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #1b64ab;
    background: #1b64ab;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }
  /*code for responsive top bar with logos*/
  @media only screen and (max-width: 992px) {
      
.logo_container
{
    width: 100%;
    height: 70px;
    margin:auto;
    display: block;
}
.logo_left
{
 float:left;
 width: 15%;
 height: auto;
 padding: 5px;
}
.logo_left img
{
    width: auto;
    height: 55px;
    float:left;
}

.logo_mid
{
    width: 69%;
    height: 55px;
    float: left;
    padding: 5px;
   
}
.header_mid_title
{
    float: left;
    padding:2px;
    width:100%;
    height: 52px;
    text-align: center;
    padding-top: 15px;
    
}

.header_mid_search
{
    display:none;
    
}
.logo_right
{
    float:left;
    width: 15%;
    height: 55px;
    padding: 5px;  
   
}
.logo_right img
{
    width: auto;
    height: 55px;
    float:right;
}

  }


  @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ display: block;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
 
img {max-width: 100%;}


.nav-item a
{
    font-size: 1rem;
    color: #fff !important;
}
.nav-item a:hover
{
    font-size: 1rem;
    color: rgb(238, 234, 234) !important;
}
.navbar-toggler-icon
{
   border: #fff 1px solid;
}
.dropdown-menu a
{
    background: #fff !important; 
    color:  #1b64ab !important;
}

.dropdown-menu a:hover
{
    background:  rgb(238, 234, 234) !important; 
    color: #1b64ab !important;
}
.navbar-nav > li{
    padding-left:5px;
    padding-right:5px;
    border-left: 1px solid rgba(0,0,0,.125);
   /*border-right: 0.5px solid rgba(0,0,0,.125);*/
  }


  .top
  {
      height: 520px;
      max-width: 1400px;
      margin: auto;
     
  }

  .top img
  {
      height: 520px;
      width: 100%;
      object-fit: cover;         
  	object-position: 100% 0;   
  	object-position: 100% 0;
  }
  /*code for responsive slider length images*/
@media only screen and (max-width: 800px) {
    .top
  {
      height: 60vw;
      max-width: 100%;
      margin: auto;
     
  }
  .top img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;         
        object-position: 100% 0;   
        object-position: 100% 0;
    }
}
 
.rector_img
{
    width: 100%;
    height: auto;
}
.rector_img img
{
    width: 100%;
    height: auto;
}
   /*code for responsive slider length images*/
   @media only screen and (max-width: 600px) {
    
    .rector_img
    {
        
        width: auto !important;
        height: 250px;
        margin: auto;
        display: block;
        text-align: center;
       
    }
    .rector_img img
  {
    
      width: auto;
      height:230px;
      margin: auto;
     
  }



}
  .carousel-caption
  {
      background: rgba(0,0,0,.5);
      height: 80px;
      padding: 10px;
  }
  .alert
  {
    border-bottom: 1px solid rgba(0,0,0,.5); 
  }

  .hide_text
  {
      height:auto;
    display: block;
    
    
  }
  .blue_title
{
    background: #1b64ab  !important; 
    color:  #fff !important;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.carousel-control-prev,
.carousel-control-next
{
    filter: invert(100%);
}

.facility
  {
      height: 220px;
      max-width: auto;
      margin: auto;
     
  }

  .facility img
  {
      height: 220px;
      width: 100%;
      object-fit: cover;         
  	object-position: 100% 0;   
  	object-position: 100% 0;
  }
  .pull-left{float:left!important;}