.ustAlert
{

    padding: 15px;
    margin-bottom: 20px;
    /* border: 1px solid transparent;
    border-radius: 4px; */
    border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
    

}
.ustMenu{
    /* background-color: #17181b !important; */
    /* background: #1f436a !important; */
    /* background: #273846 !important; */
    background: #293d54 !important;
    /* margin-top: -38px; */
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
 
}
.ustBtnMenu{
    color: #fff;
    /* background-color: #213a8a;
    border-color: #213a8a; */
    padding: 9px 10px;
    margin: 4px 0px 0px;
    bottom: 0px;
    border-right: 1px dotted #526271;
    font-size: 14px;
    line-height: 1.3333333;
    border-bottom: 5px solid #273846;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    filter: brightness();
}

.herderLinkler {
  margin-left: 30px;
}

a.ustBtnMenu:hover{
  color: #fff;
  /* background: #7697be; */
  border-bottom:5px solid #7697be !important;
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0, 0.6, 1) 1s;
  -moz-transition: all 0.4s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  transition: all 0.4s cubic-bezier(0.61, 0, 0.6, 1) 0s; 
}

.Baslık{
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #213a8a;
}

.text
{
    margin-top: 48px;
    margin-bottom: 0;
    margin-left: -101px;
}
.egeTextBaslik{
  margin-top: -10px;
  margin-left: -140px;
    /* color: #fff; */
    color: #242368 !important;
}
.egeTextMuted{
    /* color: #03A9F4 !important; */
    color: #6d6d82  !important ;  
    font-style: italic;
}

#dis_bolme{
 margin-left: 25px;
}

.ic_bolme{
  float:right;
  width:90px;
  height:76px;
  border-right: 1px dotted #cecdcd;
  padding: 5px;
  margin:30px 5px 5px;
  /* border-radius:10px; */
  text-align: center;
}
.badge {font-weight:normal !important;}
.ic_bolme:hover i{
color: #fff;
}


.ic_bolme:hover {
background: rgb(80 107 154)
}


  .ic_bolme a {
    color: #6f8298 !important;
    font-size: 1.0rem;
}
.ustSagBtnMenu{
    float: right;
    color: #fff;
    /* background-color: #213a8a;
    border-color: #213a8a; */
    font-family: 'Futura', 'Arial Narrow', Arial, sans-serif;
    margin:4px 0px 0px;
    padding: 9px 10px;
    /* background: #476175; */
    font-size: 14px;
    line-height: 1.3333333;
    font-family: system-ui;   
}

a.ustSagBtnMenu:hover{
  color: #fff;

}

.ustSagBtnMenu i{
 color: #7d9eb7;
}



.ortaSlider{
    position: relative;
    overflow: hidden;
    margin: auto;  
    text-align: center;  
    max-height: 350px !important;
}
.headerRow{
    width: 1250px;
}

.ikonlar{
    margin-left: 35px;
}



.invisible {
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: -999px;
  }
   
  /* helpers/align.css */
   
  .align {
    justify-content: center;
    align-items: center;
    display: flex;
  }
   
  /* layout/base.css */
   
  :root {
    --body-background-color: #82a8ee;
  }
   

  /* modules/anchor.css */
   
  a {
    outline: 0;
  }
   
  /* modules/icon.css */
   
  :root {
    --icon-fill-color: #97adc6;
  }
   
  .icons {
    display: none;
  }
   
  .icon {
    display: inline-block;
    fill: var(--icon-fill-color);
    font-size: 1rem;
    height: 1em;
    vertical-align: middle;
    width: 1em;
  }
   
  .icon--2x {
    font-size: 2rem;
  }
   
  /* modules/image.css */
   
  svg {
    max-width: 100%;
  }
   
  /* modules/navigation.css */
   
  :root {
    --navigation-background-color: #f0f6ff;
    --navigation-border-radius: 0.25rem;
   
    --navigation-anchor-padding: 1.5rem;
    --navigation-anchor-text-decoration: none;
  }
   
  .navigation {
    /* background-color: #f0f6ff;
    border-radius: 0.25rem; */
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3); */
    display: flex;
    justify-content: center;
  }
   
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #NavbarExampleCarousel  li:hover{

    background-color: rgb(65, 81, 134);
    color: #fff;
  
  }


  #NavbarExampleCarousel  li:hover a{
    padding: 2rem 1.5rem;
    color: #fff;
  }

  .navigation a {
    display: block;
    padding: 1.5rem;
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
  }
   
  .navigation a:focus::after,
  .navigation a:hover::after {
    opacity: 1;
  }
   
  /* slider alt menu */
  .navigation a::after {
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3); */
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    color: #fff;
    transition: opacity 0.3s;
    width: 100%;
    padding-bottom: 20px;
    margin-top: -20px;
    transition: color 0.2s;
  }
   
  .navigation-inline ul {
    display: flex;
  } 


 @media (min-width: 750px){

    #egeLogo {
        max-width: 101px;
		margin-top:0px;
    }

    #egeLogoFooter {
        max-width: 124px;
        margin-left: 13px;
        margin-top: -49px;
    }

 }

 @media (max-width: 760px){

     #egeLogo {
        max-width: 80px;

        margin-top: -50px;


    }

     .egeTextBaslik4   #egeLogo {
         z-index: 9999980;
         max-width: 41px !important;
         position: absolute;
         margin-top: 3px !important;
         margin-left: 0px !important;
     }


    #egeLogoFooter {
        max-width: 124px;
        margin-left: 13px;
        margin-top: -25px;
    }

    .nav_menu {
        border: none;
        color: #fff !important;
        background: rgb(62, 109, 184)
    }

 }





 @media (min-width: 1400px){
  .container{
      width:1500px;
  }

}
  

.searchBar{    position: relative;
  z-index: 9999;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #5c78a9;
  animation: animatetop 0.9s;}
  
  
.searchBar input{ border: none; padding: 5px;}
      
.goruntu{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: 10%;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

#ogrenciMenu{
  background-image: url("../../images/ogrenci.jpeg") ;
}

#personelMenu{
  background-image: url("../../images/personel.jpeg") ;
}
     

  .nav {
    /* width: 300px; */
  }
  
  .anamenu, .altmenu {
    list-style: none;
    width: 330px;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    /* background: linear-gradient(
90deg
, #4f5969, #ffffff00); */
    font-size: 18px;
    opacity: 0.8;
    margin-left: 40px;
    margin-top: 16px;
  }
  

  .anamenu a{
    display: block;
   
     /* background-color: #1b1a19;  */
    text-decoration: none;
    padding: 20px;
    color: rgb(8, 51, 116);
    border-bottom: solid 1px;
}
  .anamenu a:hover {
   background: linear-gradient(
        90deg
        , rgb(72, 89, 119), transparent);
        color: #fff;
  }
  
  .anamenu li:hover .altmenu {
    display: block;
    
    max-height: 200px;
  }
   
  .altmenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
  }
  .yazıCss
{
    float: right;
    margin-top: 19px;
}

.egeSayilar{
  margin-top:15px;
}
.ustFont{
  color: white;
    font-size: 2.5rem;
  
}

  .altFont {
    color: #c0def5;
    font-size: 2.3rem;

}
.ustAltBaslik{
  margin-top:15px;
}
.altyaziBaslık{
  font-size: 10px;
}
.brands_item{
  filter: grayscale(1);
    
}
.brands_item:hover {
  filter:none;
  
}
.solayasla{
  float:left;
  text-align: left;
}
.sagayasla{
  float:right;
  text-align: right;
}
.egebluebutton {color:#3a73b9;}
.kolon1 {
    float: left;
    display: block;
    margin: 5px;
    padding: 4px;
    border: 1px solid #ccc; 
    width: 208px;
    
    height: 168px;
    box-shadow:5px 10px 18px #ccc;
     }
.kolon1:hover img { opacity: .5;}

@media only screen and (max-width: 479px) {.kolon1 {width:100%;}}
@media only screen and (min-width: 480px) and (max-width: 619px) {.kolon1 {width:100%;}}
@media only screen and (min-width: 620px) and (max-width: 767px)  {.kolon1 {width:100%;}}

.kolon {background-color: #eee; /* Green background */
    border: 1px solid #fff; /* Green border */
    color: #003785; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
     margin:5px;
     width:30%;
     word-wrap:break-word;
     height:85px;
     }
@media only screen and (max-width: 479px) {.kolon {width:100%;}}
@media only screen and (min-width: 480px) and (max-width: 619px) {.kolon {width:100%;}}
@media only screen and (min-width: 620px) and (max-width: 767px)  {.kolon {width:100%;}}
/* içerik sayfasının css kodları */


.blok_istatistik{
  padding: 20px 0px;  
  text-align: center;
  transition: all 0.3s ease-in-out
}


.blok_istatistik:hover{
background-color: #03192d;

}

.footer a:hover{ color: #fff !important;}
.footer a{ color: #bcc0ce !important;}
.footer i{color:#bdc4dc; font-size:18px}

/* personel sayfası hazırlamak için css kodları */
.boxpersonel {
  background-color: #fff;
  color: #333;
  border-radius: 0px;
  padding: 10px;
  font-size: 9pt;
 
}


.isim {
  color: #000;
  font-size: 10.5pt;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.email{
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.email a{
  display: inline;
  color: #2277dd;
  text-decoration: underline;
}


.web{  
  margin-top: 5px;
  margin-bottom: 5px;
}

.web a{ 
  color: #2277dd;
  text-decoration: underline;
}

.tel{ 
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tel a{ 
  color: #2277dd;
  text-decoration: underline;
}

.norm{
  margin-bottom: 10px;
}

.wrapper {
  width: 700px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 140px 400px;
}
@media screen and (min-device-width: 375px) and (max-device-width: 592px) { 
   .wrapper {
    width: 395px;
    display: inline-table;
    grid-gap: -154px;
    /* grid-template-columns: 92px 300px; */
}
}

	
.sol{
  grid-column: 1;
  display: inline;
 }
	
.sag{
  grid-column: 2;
  display: inline;
 }

.foto{
  width: 130px;
  border-radius: 100%;
}
/* personel sayfası hazırlamak için css kodları */