@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600&family=Open+Sans:wght@300;400;600;700&display=swap');
:root{
  --saha-primary: #1C2146;
  --saha-secondary: #AB8F2E;
}

.sidebar-news-title {
    font-size:1em;
}
.sidebar-news-date {
    font-size:.9em;
}

body{
  overflow-x: hidden;
  font-family: 'Montserrat';
  background: #F6F6F6
}
img{
  max-width: 100%
}
header{
  padding: 40px 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1455;
}
a{
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.primary-color{
  color:var(--saha-primary)
}
.secondary-color{
  color:var(--saha-secondary) !important
}
.open-sans{
  font-family: 'Open Sans', sans-serif;
}
.montserrat{
  font-family: 'Montserrat', sans-serif;
}
.secondary-right-border{
  border-right: 1px solid var(--saha-secondary)
}
.clear{
  clear:both
}
header{
  position:Relative;
  z-index: 3
}
header .main-menu{
  margin-top: 36px
}
header.content-page{
  background:url('../img/content-header-bg.png');
  background-size: 100% 100%;
}
header .main-menu>div{
  font-weight:700;
  color:var(--saha-primary) !important;
  margin-left: 10px;
   float: left;
}

header .main-menu a:hover{
  color:var(--saha-secondary) !important
}
header .header-login{
  position:absolute;
  right: 0;
  padding-right: 8px;
  top: -20px;
}
main{
  position:relative;
  z-index: 2;
}
main .main-slide{
  width: 100vw !important;
  height: 100vh !important;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position:relative;
  float: left;
  margin-top: -148px;
  z-index: 1453;
}
main .main-slide video{
  position:absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
main .main-slide .ms-item>.container{
  position:relative;
  z-index: 5;
}
main .main-slide .owl-stage-outer{
  width: 100%;
  height: 100vh;

}
main .main-slide .ms-item{
  background-size: 100% auto !important;
  background-position: right bottom;
  position:Absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
}
main .main-slide .ms-item h2{
  margin-top: 268px;
  font-weight: 800;
  font-size: 46px;
  color: var(--saha-primary);
}
main .main-slide .ms-item p{
  color:var(--saha-secondary);
  font-size: 22px;
  font-weight: 400
}
main .main-slide:before{
  content: '';
  position:absolute;
  bottom: 40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 30px;
  background:url('../img/scroll-arrow.png');
  background-size: 100%;
  z-index: 11;
  -webkit-animation: scroll-arrow-anim 1s infinite;
  animation: scroll-arrow-anim 1s infinite;
}
.main-slide .circle {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: -70px;
  border-radius: 50%;
  border: 1px solid rgba(34,45,134,0.6);
  background-color: #fff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.main-slide .circle b{
  width: 100px;
  display: block;
  margin-left: 90px;
  margin-top: -50px
}
.main-slide .circle.pulse {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background-color: rgba(34,45,134,0);
}
.main-slide svg {
  fill: var(--saha-primary);
  stroke: var(--saha-primary);
  stroke-linejoin: round;
  stroke-width: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-slide .circle:hover{
  color: var(--saha-secondary);
}
.main-slide svg:hover {
  cursor: pointer;
  fill: var(--saha-secondary);
  stroke: var(--saha-secondary);
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

main .main-slide .play-icon{
  width: 55px;
  height: 55px;
  border: 2px solid var(--saha-primary);
  display: block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  padding: 3px 2px;
}
main .main-slide .play-icon i{
  border-radius: 50%;
  padding: 6px 4px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--saha-primary);
  color:  var(--saha-secondary);
}
main .activity-areas{
  padding: 70px 0 30px;
  background:#fff url('../img/saha-background.png') right center no-repeat;
  background-size: auto 100%
}
main .activity-areas .activity-items{
  margin-bottom: 70px
}
main .brand-areas{
  padding: 40px 0 20px;
  background:#fff url('../img/saha-background.png') right center no-repeat;
  background-size: auto 100%
}
main .brand-areas .brand-items{
  margin-bottom: -20px;
  margin-top: -20px;
}
main .activity-areas .activity-item{
  border: 1px solid var(--saha-primary);
  padding: 10px;
  margin-top: 40px;
  position:relative;
  border-top: 0;
  display: block;
  color:var(--saha-primary)
}
main .activity-areas .activity-item:hover{
  border-color: var(--saha-secondary);
  color: var(--saha-secondary);
}
main .activity-areas .activity-item p{
  margin-bottom: 0
}
main .activity-areas .activity-item:hover:after{
  background:var(--saha-secondary);
}
main .activity-areas .activity-item:after{
  position:absolute;
  top: 0;
  right: 0;
  width: calc(100% - 135px);
  height: 1px;
  background:var(--saha-primary);
  content: '';
}
main .activity-areas .activity-item img{
  width: 150px;
  margin-top: -70px;
  margin-left: -20px;
  padding-right: 10px
}
main .committees{
  background:url('../img/background.png') center center no-repeat;
  background-size: 100%;
  position:relative;
  padding: 0px 0 40px
}
main .committees:after{
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:Rgba(34,45,134,0.8);
  content: '';
  z-index: 0
}
main .committees .container{
  position:relative;
  z-index: 1;
}
main .committees .committee-item{
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-top: 70px;
  position:relative;
  border-top: 0;
  color:#fff;
  display: block;
  height: 175px;
}
main .committees .committee-item:hover{
  background:rgba(255,255,255,0.2)
}
main .committees .committee-item:after{
  position:absolute;
  top: 0;
  right: 0;
  width: calc(100% - 135px);
  height: 1px;
  background:#fff;
  content: '';
}
main .committees .committee-item img{
  width: 100px;
  margin-top: -50px;
  margin-bottom: 25px
}
main .chairman-area{
  padding: 70px 0;
  float: left;
  width: 100%;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
main .bottom-tabs{
  float: left;
  width: 100%;
}
main .bottom-tabs #bt-tab{
  margin-top: 20px;
  border: 0
}
main .bottom-tabs #bt-tab>li{
  position: relative;
  margin-right: 5px;
  width: calc(100% / 3 - 5px)
}
main .bottom-tabs #bt-tab>li>a{
  color:var(--saha-primary) !important;
  position:relative;
  z-index: 12;
  background:transparent;
  border: 0;
  display: block;
  text-align: center;
  font-size: 18px !important
}
main .bottom-tabs #bt-tab>li>a:after{
  content: '';
  z-index: 0;
  position:absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:transparent;
  -moz-transform: skew(-25deg, 0deg);
  -webkit-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  border: 1px solid var(--saha-primary)
}
main .bottom-tabs #bt-tab>li>a.active{
  color:var(--saha-secondary) !important;
}
main .bottom-tabs #bt-tab>li>a.active span {
  color:#fff !important;
  display: block;
  position:relative;
  z-index: 1453
}
main .bottom-tabs #bt-tab>li>a.active:after{
  border: 1px solid var(--saha-secondary);
  background-color:var(--saha-secondary)
}
main .bottom-tabs #bt-contents{
  padding-top: 20px
}
.tab-items .tab-item{
  margin-bottom: 20px
}
.tab-items .tab-item h4{
  font-size: 22px;
  font-weight: 600;
  line-height: 30px
}
.tab-items .tab-item p{
  font-size: 13px;
  margin-bottom: 5px
}
.tab-items .tab-item span{
  display: block;
  font-size: 11px
}

main .success-stories{
  padding: 40px 0
}
main .success-stories h2{3
  margin-bottom: 20px;
  font-weight: 200
}
main .contact-list{
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px
}
main .contact-list a{
  display: block;
  margin-bottom:10px
}
main .contact-list a i{
  display: inline-block;
  width: 35px;
  font-size: 25px;
  color: var(--saha-secondary)
}
main .contact-form .form-control{
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid var(--saha-primary)
}
main .cf-textarea{
  position:Relative
}
main .cf-textarea textarea{
  padding-bottom: 40px !important
}
main .cf-textarea .form-check{
  position: absolute;
  bottom: 10px;
  left: 15px;
  background:#fff;
  z-index: 1;
}
main .cf-textarea:after{
  position:absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  height: 40px;
  background:#fff;
  content: '';
}
main .cf-textarea button{
  position:Absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
main footer{
  background:#1C2146;
  color:#fff;
  padding: 90px 0 0 0;
  font-family: 'Open Sans', sans-serif;
}
main footer .first-widget{
  padding-top: 20px;
  padding-right: 50px
}
main footer .first-widget img{
  margin-bottom: 30px
}
a{
  text-decoration: none !important;
}
main footer .second-widget a{
  display: block;
  margin-bottom:10px;
  color:#fff
}
main footer .second-widget a i{
  display: inline-block;
  width: 35px;
  font-size: 25px;
  color: #fff
}
main footer .first-widget h3{
  font-size: 17px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 31px
}
main footer .white-left-border{
  border-left: 1px solid rgba(255,255,255,0.3);
}
main footer h3{
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 30px
}
main footer .copyright{
  color:#fff;
  border-top: 1px solid var(--saha-secondary);
  text-align: center;
  padding: 15px 0;
  margin-top: 80px;
}
main footer .copyright p{
  margin: 0;
}
main footer .copyright img{
  margin-top: -80px;
  width: 180px;
  background: var(--saha-primary);
  padding: 0 10px;
}
h2.style-title{
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  color:var(--saha-primary);
}
h2.style-title span{
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  color: var(--saha-secondary);
  font-weight: 200
}
.style-title-desc{
  font-family: 'Open Sans', sans-serif;
  color: var(--saha-secondary);
  font-size: 14px;
  width: 310px
}
@keyframes scroll-arrow-anim {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  40% {
    transform:  translate(0, 0);
  }
}
.modal-content{
  border-radius: 0 !important;
}
.content-header h1{
  position:relative;
  padding-left: 15px;
  margin: 0;
  color:var(--saha-primary);
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
}
.content-header h1:after{
  content: '';
  position:absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 7px;
  background:var(--saha-secondary)
}
.content-header h1 span{
  display: block;
}
.content-detail{
  margin-top: 30px;
  color: var(--saha-primary);
  line-height: 180%;
}
.content-detail img.content-img{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.content-detail h3:first-child{
  margin-top: 40px
}
.content-detail h3{
  font-weight: 700
}
.mt-xl{
  margin-top: 70px
}
a.shadow-sm:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.grid-box{

}
.grid-box .card-title{
  height: 48px;
}
.grid-box .card-image{
  display: block;
  position:relative;
}
.grid-box:not(.no-overlay):hover .card-image img{
  filter: grayscale(1);
}
.grid-box .card-image:after{
  content: '';
  position:absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background:rgba(34,45,134,0);
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* .grid-box:not(.no-overlay):hover .card-image:after{
  content: '';
  background:rgba(34,45,134,0.7);
} */
.content-header{
  position:relative;
  height: 260px;
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
}
.content-header:after{
  position:absolute;
  bottom: -6px;
  left: 10px;
  right: 10px;
  height: 5px;
  background:#fff;
  border: 1px solid #dedede;
  border-top: 0;
  content: '';
  border-radius: 0 0 3px 3px;
}
.content-header:before{
  position:absolute;
  bottom: -11px;
  left: 20px;
  right: 20px;
  height: 5px;
  background:#fff;
  border: 1px solid #f0f0f0;
  border-top: 0;
  content: '';
  border-radius: 0 0 3px 3px;
}
.bg-gray{
  background:#f5f5f5;
  padding: 50px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.saha-btn{
  display: block;
  width: 100%;
  background:rgba(34,45,134,1);
  color:#fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 7px;
}
.saha-btn.active{
  background: var(--saha-secondary) !important;
}
.saha-btn i{
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.saha-btn span{
  display: block;
  font-size: 14px;
  font-family: 'Open Sans';
}
.saha-btn:hover{
  color:rgba(255,255,255,0.6);
}
.form-group{
  margin-bottom: 15px
}
.form-group label{
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
}
.share-buttons{
  margin: 40px 0;
}
.share-buttons a{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  padding-top: 5px;
  border :1px solid var(--saha-primary);
  color: var(--saha-primary);
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  margin-bottom: 40px;
}
.share-buttons a:hover{
  border-color: var(--saha-secondary);
  color:var(--saha-secondary)
}
.iletisim-list hr {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

.iletisim-list textarea.form-control {
  height: 104px
}

.iletisim-map {
  margin-top: 0 !important
}

.iletisim-list h4 {
  padding-bottom: 7px;
  border-bottom: 3px solid #dedede;
  display: inline-block
}

.iletisim-map iframe {
  border-radius: 10px;
  overflow: hidden
}

.iletisim-item {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
  color: #555;
  font-family: 'Open Sans', sans-serif
}

.iletisim-item i {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 3px solid #dedede;
  border-radius: 50%;
  color: #333;
  font-size: 41px;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
  background: #fff
}

.iletisim-item span {
  font-weight: 600
}

.iletisim-item .pt {
  padding-top: 9px;
  display: inline-block;
  font-size: 17px
}

.icerik-yok {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 30px
}
.sidebar-firma{
  background:#fff;
  float: left;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.sidebar-firma.logo{
  margin-top: -170px;
  padding:30px;
}
.content-main{
  z-index: 1453;
  position:relative;
}
.sidebar-firma.iletisim{
  padding: 15px;
}
.sidebar-firma ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-firma ul li{
  /*overflow: hidden; /* taşanları gizle */
    /*white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 10px;
}
.sidebar-firma h5{
  margin-top: 30px;
  margin-bottom: 10px;
  color: var(--saha-secondary);
  font-weight: 600
}
.sidebar-firma ul li i{
  display: inline-block;
  width: 30px;
}
.iletisim-bilgileri li{
  display: block;
  width: 100%;
  border-bottom: 1px solid #ab8f2e50;
  padding-bottom: 10px
}
.saha-pill a{
  display: block;
  border-radius: 0 !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 0 10px;
  font-weight: bold
}
.saha-pill .active{
  background: var(--saha-secondary) !important;
}
.titles{
  background:#1C2146;
  color:#fff;
  margin: 10px;
  position:relative;
}
.titles h1{
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
  padding: 30px 20px 30px 40px;
  margin: 0;
  position:relative;
}
.titles h1:before{
  content: '';
  position:Absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background:var(--saha-secondary);
  width: 12px;
}
.firma-social{
  padding: 25px 0;
  float: right;
  padding-right: 120px
}
.firma-social a{
  font-size: 24px;
  color:#fff;
  opacity: 0.8;
  margin-right: 10px;
}
.firma-social a:hover{
  opacity: 1
}
.share-firma{
  position:absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 25px;
  color:#fff;
  width: 90px;
  text-align: center;
  padding-top: 34px;
  background:var(--saha-secondary);
  border-left: 10px solid #fff
}
.share-firma:hover{
  background: var(--saha-primary);
  color:var(--saha-secondary)
}
.share-universite{
  position:absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 25px;
  color:#fff;
  width: 90px;
  text-align: center;
  padding-top: 34px;
  background:var(--saha-secondary);
  border-left: 10px solid #fff
}
.share-universite:hover{
  background: var(--saha-primary);
  color:var(--saha-secondary)
}
.social-collapse{
  position:Absolute;
  right: 0;
  bottom: -50px;
  height: 50px;
  max-height: 50px;
  min-width: 320px;
  overflow: hidden;
  background:var(--saha-secondary);
  padding: 5px 10px;
}
.social-collapse .share-buttons{
  margin: 0 !important
}
.social-collapse .share-buttons a{
  color:#fff;
  border-color:#fff;
}
.social-collapse .share-buttons a:hover{
  opacity :0.6
}

#pills-profile h4{
  border-left: 8px solid var(--saha-secondary);
  background:#70707020;
  padding: 10px 12px 8px 12px;
  font-weight: bold;
  font-size: 16px;
  color:# var(--saha-primary);
}
#pills-profile>.row{
  margin-bottom: 20px !important;
}
.pl-0{
  padding-left: 0 !important
}
.haber-item{
  background:#fff;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px
}
.mega-submenu{
  display: none;
  position:absolute;
  left: 0;
  top: 108px;
  right: 0;
  min-height: 100px;
  border-left: 15px solid var(--saha-secondary);
  background:#fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.mega-dropdown:hover .mega-submenu{
  display: block;

}
.mega-dropdown .subitem{
  display: block;
  padding: 20px 10px 0px !important;
}
.mega-dropdown .subitem h5{
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
}
.mega-dropdown .subitem span{
  display: block;
  font-size: 12px;
  font-weight: lighter;
  color: var(--saha-secondary);
}
.mega-dropdown .subitem img{
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
.text-right{
  text-align: right
}
.mega-dropdown>a{
  padding-bottom: 100px !important
}
.modal-header, .modal{
  border-radius: 0
}
.modal-header{
  background: var(--saha-primary);
  color:#fff;
  border-radius: 0;
  font-weight: bold;
  border-left: 10px solid var(--saha-secondary);
}
.modal-header h5{
  font-weight: bold;
}
.bg-solid{
  background:#F4F4F9;
  padding: 20px 0;
  margin-bottom: 30px
}
.b2b_randevu_ i, .b2b_randevu_h i{
  color: var(--saha-secondary);
}
.b2b_randevu_ , .b2b_randevu_h{
  color: var(--saha-primary);
}
.footer-title{
  border-left: 30px solid var(--saha-secondary);
  height: 40px;
  font-size: 16px;
  margin: 0;
  line-height: 22px;
  padding-left: 10px !important;
  margin-bottom: 20px;
}
.saha-misyon h4{
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 16px
}
.saha-misyon p{
  display: block;
  font-weight: lighter;
  opacity: 0.6;
  font-size: 14px;
  line-height: 20px
}
.list-footer ul{
  margin: 0;
  padding: 0;
  list-style-type: none;

}
.list-footer ul li a{
  color:#fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
  opacity: 0.8
}
.list-footer ul li a:hover{
  opacity: 1
}
.iletisim-footer li{
  margin-bottom: 25px;
  font-family: 'Montserrat';
  opacity: 0.8
}
.iletisim-footer li i{
  font-size: 22px;
  color:#F6F5F5;
  margin-right: 15px
}
.iletisim-footer li i.fa-map-marker{
  margin-bottom: 80px;
  display: inline-block;
  float: left;
  margin-right: 23px

}
.main-menu>div>a{
  font-size: 15px;
}
.sidebar-title{
  background: var(--saha-primary);
  color:#fff;
  padding: 5px 10px;
  border-left: 7px solid var(--saha-secondary);
  color:#fff;
  font-size: 15px;
  font-weight: 600
}
.haberler-sidebar a{
  display: block;
  padding: 2px;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-bottom: 15px;
  float: left;
}
.haberler-sidebar a img{
  border-radius: 4px
}
.sidebar-kurumsal, .sidebar-kurumsal li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-kurumsal li a{
  display: block;
  margin: 0;
  padding: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background:#fff;
  border-bottom:1px solid #dedede

}
.content-main:not(.firma-contain) h1{
  position:relative;
  padding-left: 15px;
  margin: 0;
  color:var(--saha-primary);
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  margin-top: 30px;
  line-height: 40px
}
.content-main:not(.firma-contain) h1:after{
  content: '';
  position:absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 10px;
  background:var(--saha-secondary)
}
.content-main h1 span{
  display: block;
}
.blog-titles{
  background:#fff !important;
}
.blog-titles h1{
  margin-top: 0
}
.duyurular-tab .owl-dots{
  display: none !important
}
.duyurular-tab .card-title{
  margin-bottom: 0 !important
}
.duyurular-tab .grid-box{
  margin-top: -7px !important
}
.title-bread{
  margin-top: -27px;
  background:#f6f6f6;
  padding:  0;
  display: inline-block;
  float: left;
  border-radius: 5px 5px 0 0
}
.title-bread li{
  font-size: 14px
}
.title-bread>.breadcrumb{
  margin: 0;
}
.absolute-links{
  position:absolute;
  right: -30px;
  top: -10px;
  width: 300px;
  z-index: 1;
}
.firma-contain .titles h1{
  /*white-space: nowrap;
  overflow: hidden;*/
  text-overflow: ellipsis;
  width: 90%;
}
.grup-img{
  position:relative;
  background:#fff;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.grup-img .foreground{
  position:Absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto 90% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.firmalar .grid-box{
  position:relative;
}


/* .firmalar:hover .grid-box{
  opacity: 0.5;
} */
.firmalar .grid-box:hover .card-body{
  /*bottom: auto;
  top: 100%;*/
  opacity: 1 !important;
}
.firmalar .grid-box:hover{
  z-index: 1453;
  opacity: 1 !important;
}
.firmalar .grid-box .card-body{
  position: absolute;
  bottom:0;
  opacity: 0;
  background:#fff;
  width: 100%;
  border: 1px solid #dedede
}
.valign-center{
  display: flex;
  align-items: center;
  text-align: left;
}
.card-address{
  background:#fff;
  width: 100%;
  float: left;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px
}
.card-address h3{
  margin-bottom: 20px
}
.card-address p{
  margin-bottom: 20px;
  font-size: 18px
}
.card-address ul{
  margin-top: 30px !important;
}
.card-address ul, .card-address ul li{
  list-style-type: none
}
.card-address ul li{
  margin-bottom: 10px
}
.btn-style{
  height: 52px;
  margin-right: 5px;
  margin-bottom: 30px;
  width: calc(100% / 7 - 10px);
  overflow: hidden;
  border-top-width: 3px;
  display: inline-block;
}
.item-width{
  width: 25% !important;
}
main .bottom-tabs .twitter-iframe{
  height: 610px;
  overflow: hidden;
  overflow-y:scroll !important
}
@media only screen and (min-width: 1025px) {
  .main-logo{
     width: 170px;
  }
  .firma-logo {
    display: none;
  }
  .footer-firma{
    display:none;
  }
}
@media only screen and (max-width: 600px) {
  #vid{
    display: none !important
  }
  .main-slide .circle{
    left: 14px;
  }
  header{
    padding-top: 0
  }
  header .navbar{
    padding: 5px 5px;
  }
  main .main-slide .ms-item h2{
    margin-top: 210px !important
  }
  .activity-items .col-lg-4{
    margin-bottom: 20px
  }
  main .committees{
    background-size: auto 100% !important;
  }
  .chairman-area img{
    margin-bottom: 20px
  }
  main .bottom-tabs #bt-tab>li{
    width: 48% !important;
    margin-bottom: 10px
  }
  .bottom-tabs .col-lg-8{
    margin-bottom: 20px
  }
  main .bottom-tabs .twitter-iframe{overflow:hidden !important;}
}

@media only screen and (max-width: 425px) {
  .titles h1 {
      font-size: 14px;
  }
  .item-width{
    width: 100% !important;
  }
  .share-firma, .share-universite {
    width: 55px;
  }
  .card-title {
    font-size: 17px;
  }
  .card-text:last-child {
    font-size: 14px;
  }
  .content-main:not(.firma-contain) h1 {
    font-size: 20px;
  }
  .saha-btn {
    display: flex;
    padding: 6px 0;
  }
  .mb-4 {
    display: block;
    font-size: 10px;
  }
  .mb-6 {
    font-size: 10px;
  }
  .saha-btn span {
    font-size: 13px;
    padding-left: 10px;
  }
  .saha-btn i {
    padding-top: 5px;
    font-size: 17px;
    padding-left: 10px;
  }
  .col {
    margin-bottom: 10px;
  }
  .btn-style {
    padding: .25rem .25rem;
    display: block;
    font-size: 12px;
    width: auto;
    height: unset;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .pb-2 {
    padding-top: .5rem !important;
  }
  .page-link {
    padding: .45rem .45rem;
    font-size: 16px;
  }
  .pagination {
    padding-left: 15px !important;
  }
  .baslik {
    padding-top: 120px;
    font-size: 25px !important;
  }
  main .main-slide{
    height: 615px !important;
  }
  .sidebar-firma.logo {
    margin-top: -140px;
    margin-left: 0px;
  }
  .firma-contain .col-lg-3 {
    display: none;
  }
  .firma-logo {
    display: contents;
  }
  .footer-firma{
    display:contents;
  }
  .iletisim {
    margin-bottom: 15px;
  }
  .card {
    margin-bottom: 15px;
  }
  .card-address {
    font-size: 18px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  main .bottom-tabs .twitter-iframe{
    height: 410px !important;
    overflow: hidden;
    overflow-y:scroll !important
  }
  .navbar-nav {
    padding-left: 20px;
  }
  .navbar-toggler {
    margin-right: 10px;
  }
  main .main-slide video {
    top: 150px;
  }
  main .main-slide .ms-item h2 {
    font-size: 26px;
  }
  main .main-slide .ms-item p {
    font-size: 14px;
  }
  main .main-slide{
    height: 584px !important;
  }
  header {
    padding: 0px;
  }
  .footer-title {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .saha-misyon h4 {
    font-size: 14px;
  }
  .page-link {
    padding: .375rem .45rem;
  }
  .btn-style {
    height: 60px;
    font-size: 11px;
    line-height: 1;
    width: calc(100% / 6 - 10px);
  }
  .sidebar-news-title {
    font-size: 0.75em;
  }
  .card-title {
    font-size: 0.9em;
  }
  .sidebar-news-date {
    font-size: .7em;
  }
  .card-text:last-child {
    font-size: 0.8em;
  }
  .anyClass {
    height: 450px !important;
  }
  .card-address p {
    font-size: 14px;
  }
  .card-address h3 {
    font-size: 18px;
  }
  .item-width{
    width: 50% !important;
  }
  .titles h1 {
      font-size: 18px;
  }
  main .committees .committee-item {
    height: 160px;
  }
  .saha-btn {
    display: flex;
    padding: 6px 0;
  }
  .mb-4 {
    display: block;
  }
  .saha-btn span {
    font-size: 18px;
    padding-left: 10px;
  }
  .saha-btn i {
    font-size: 25px;
    padding-left: 10px;
  }
  .col {
    margin-bottom: 10px;
  }
  .sidebar-firma.logo {
    margin-top: -140px;
    margin-left: 34px;
    width: 220px;
    padding: 20px;
  }
  .firma-contain .col-lg-3 {
    display: none;
  }
  .firma-logo {
    display: contents;
  }
  .footer-firma{
    display:contents;
  }
  .main-firma{
    width: 100%;
  }
  .iletisim {
    margin-bottom: 15px;
  }
  .form-group label {
    font-size: 10px;
  }
  .komite-sidemenu{
    min-width: 225px;
  }
  .komite-main {
    width: 65%;
  }
  .content-main:not(.firma-contain) h1 {
    line-height: 33px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {
  main .main-slide{
    height: 100vh !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
  main .bottom-tabs .twitter-iframe{
    height: 490px !important;
    overflow: hidden;
    overflow-y:scroll !important
  }
  main .activity-areas .activity-item {
    height: 215px;
  }
  main .main-slide{
    height: 660px !important;
  }
  main .main-slide video {
    top: 210px;
  }
  header .header-login {
    top: 0px;
    padding-top: 30px;
  }
  header {
    padding: 0px;
  }
  .main-logo{
    padding-top: 40px;
    width: 120px;
  }
  header .main-menu {
    margin-top: 70px;
  }
  .main-menu>div>a {
    font-size: 14px;
  }
  .footer-title {
    margin-bottom: 40px;
  }
  main .main-slide .ms-item p {
    font-size: 19px;
  }
  main .main-slide .ms-item h2 {
    font-size: 36px;
  }
  header.content-page {
    padding-bottom: 17px;
  }
  .btn-group-sm>.btn, .btn-sm {
    font-size: .67rem;
  }
  .btn-style{
    width: calc(100% / 6 - 10px);
  }
  .anyClass {
    height: 455px !important;
  }
  .sidebar-firma.logo {
    margin-top: -140px;
    margin-left: 41px;
    width: 220px;
    padding: 20px;
  }
  .firma-contain .col-lg-3 {
    display: none;
  }
  .firma-logo {
    display: contents;
  }
  .footer-firma{
    display:contents;
  }
  .main-firma{
    width: 100%;
  }
  .iletisim {
    margin-bottom: 15px;
  }
  .share-firma, .share-universite {
    padding-top: 13px;
  }
  .form-group label {
    font-size: 10px;
  }
  .titles h1 {
    font-size: 20px !important;
    padding: 15px 20px 15px 40px;
  }
  .content-main:not(.firma-contain) h1 {
    line-height: 33px;
    font-size: 24px;
  }
  .share-universite {
    padding-top: 13px;
  }
  .card-title {
    font-size: 16px;
  }
  .card-text:last-child {
    font-size: 15px;
  }
  .card-address h3 {
    font-size: 22px;
  }
  .card-address p {
    font-size: 15px;
  }
  .card-address ul {
    padding: 0px;
    font-size: 14px;
  }
  main .committees .committee-item {
    height: 225px;
  }
  .komite-sidemenu{
    min-width: 225px;
  }

}
.lang-seperator{
  margin-left: 20px;
  border-left: 1px solid #666;
  padding-left: 30px !important
}
.lang-link{
  opacity: 0.5
}
.lang-link.active{
  opacity: 1
}
@media (min-width: 320px) and (max-width: 1024px) {
  .bg-gray2 {
      background: #f5f5f5;
      overflow: scroll;
  }
  #mobile-header{
    display: block;
    float: left;
    width: 100%;
    background:#fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    height: 60px;
    position:fixed;
    top: 0;
    z-index: 1935;
  }
  #mobile-header .logo-mobile{
    border: 5px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
  }
  #mobile-header .burger{
    font-size: 20px;
    padding: 12px 15px 10px 15px;
    display: inline-block;
  }
  #mobile-header .burger:first-child{
    border-right: 1px solid #f0f0f0;
    border-radius: 0 12px 12px 0;
  }
  #mobile-header .burger:last-child{
    border-left: 1px solid #f0f0f0;
    border-radius: 12px 0 0 12px
  }

  #mobile-menu{
    z-index: 1934;
    position:fixed;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.7);
    bottom: 0;
    top: 0;
    display: none;
  }
  #mobile-menu.active{
    display: block;
  }
  #mobile-menu>ul {
    position: absolute;
    top: 50px;
    right: 20%;
    left: 0;
    bottom: 0px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 1);
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 20px 0;
    padding-bottom: 40px;
    max-height: 100%;
    overflow: hidden;
    overflow-y:scroll;
  }
  #mobile-menu>ul>li{
    display: block;
  }
  iframe{
    max-width: 100% !important;
    margin-top: 20px
  }
  #mobile-menu>ul>li>a{
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0
  }
  #mobile-menu>ul>li>a>i{
    opacity: 0.5;
    display: inline-block;
    margin-right: 5px
  }
  #mobile-menu>ul>li.sub-menu>a:after{
    content : '\f0d7';
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    font-size: 14px;
    right: 10px;
    position:relative;
    margin-top: 3px;
    display: inline-block;
  }
  #mobile-menu>ul>li>ul{
    background:#f5f5f5;
    padding: 0;
    list-style-type: none;
  }
  #mobile-menu>ul>li>ul>li>a{
    display: block;
    padding: 5px 15px 5px 36px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    color:#666;
  }
  #mobile-menu>ul>li>ul>li:last-child>a{
    bordeR: 0
  }
  .mobile-bread{
    margin-bottom: -10px
  }
  .mobile-header-circle{
    position:fixed;
    top: 0;
    left: calc(50% - 37px);
    width:80px;
    height: 80px;
    background:#fff;
    z-index: 1934;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    border-radius: 50%;
  }
}
  .pull-right{
    position: absolute;
    right: 0px;
  }
  .bg-gray2 {
      background: #f5f5f5;
  }
  .arama-addon{
    padding: 0;
  }
  .top-addons .form-control{
    width: 50%;
  }
  .arama-addon button{
    margin: 0;
    padding: 10px 10px;
    bordeR: 0;
    cursor: pointer;
    background:transparent;
    color: gray;
    border: 1px solid #ced4da;
  }
.mihenk_login{
  padding: 15px;
  margin: 0px;
  background-color:#AB8F2E;
  font-size: 14px;
  font-weight: 600;
  border-color:#AB8F2E
}
.mihenk_login:hover {
    color: #fff;
    background-color:#AB8F2E;
    border-color: #AB8F2E;
}
#pencere iframe{
  width: 100%
}
.brand-items div{
  text-align: center;
}
@media (min-width: 768px){
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2  {
        width: 20%;
        *width: 20%;
    }
    .fivecolumns h4, .fivecolumns h4, .fivecolumns h4  {
        font-size: 0.88rem;
    }
    .sixcolumns h4, .sixcolumns h4, .sixcolumns h4  {
        font-size: 0.88rem;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }
    .fivecolumns h4, .fivecolumns h4, .fivecolumns h4  {
        font-size: 1.1rem;
    }
    .sixcolumns h4, .sixcolumns h4, .sixcolumns h4  {
        font-size: 1.1rem;
    }
    .text-smaller{
      font-size: 0.88rem !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }
    .fivecolumns h4, .fivecolumns h4, .fivecolumns h4  {
        font-size: 0.88rem;
    }
    .sixcolumns h4, .sixcolumns h4, .sixcolumns h4  {
        font-size: 0.88rem;
    }
}
.emailf{
    border-left: 7px solid var(--saha-secondary);
    background: #fff;
    padding: 5px 10px;
}
