/*--------------------------------------------------------------
# Podcasts
--------------------------------------------------------------*/
.podcast-content{
  font-weight: 300;
}

.hr-links{
  border-bottom: 1px dotted #fff;
}

.cover-page{
  height: calc(100vh - 499px);
}

.flyer-links{
  display: block;
  margin: 10px 0px;
}

.podcast-date{
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 300;
}

.podcast-audio{
  width: 100%;
  margin: 10px 0px;
}

.podcast-title span{
  font-size:14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.podcast-links{
  max-height: 40px;
  display: inline-block;
  margin: 10px 15px;
}

.podcast-ul, .podcast-ul li{
  font-weight: 300;
}

.podcast-links img{
  max-height: 45px;
}

.podcast-date:before{
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    margin: 4px 10px;
}

.podcast-container, .flyer-container{
  padding: 40px 30px 30px 20px;
  background-color: #1b1b1b;
  border-radius: 10px;
  transition: all 200ms ease-out;
  margin: 20px 0px;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 580px) {
  .podcast-links{
    margin: 10px 10px;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#painter{
  position: absolute;
  right: 15px;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  bottom: 10px;
  opacity: 0.7;
}

.hidden{
  display: none;
}

#cookie-container{
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 20px 80px 20px 20px;
  background-color: #1b1b1b;
  border-radius: 10px;
  transition: all 200ms ease-out;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}

#cookie-container a:not(.cookie){
  border-bottom: 1px dotted #fff;
  z-index:99;
}

.cookie{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.cookie-header{
  font-size: 18px;
  font-weight: 700;
}

.cookie-content, .cookie-list{
  font-size: 16px;
  font-weight: 300;
}

#sub-pages-section{
  padding-top: 0px;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto";
  background: #0c0b09;
  color: #fff;
}

#team{
  padding: 10px 0px 0px 0px;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0,0,0,0.5);
}

.download-vcard-button{
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    transition: all 200ms ease-out;
    color: #192e3a;
    background-color: #fff;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.download-vcard-button i{
  padding-right: 10px;
  transition: all 200ms ease-out;
  display: inline-block;
}
.download-vcard-button:hover{
  color: #192e3a !important;
}
.download-vcard-button:hover i{
  transform: scale(1.2, 1.2);
  transform-origin: center;
  color: #192e3a !important;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #005e7f;
  border-bottom-color: #005e7f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color:#192e3a;
  transition: all 0.4s;
  border: 2px solid #192e3a;
}

.back-to-top i:hover {
  background: #192e3a;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  #footer .footer-top{
    padding: 30px 0 30px 0 !important;
  }

  .phone, .email{
    margin-top: 20px !important;
  }

  .footer-links{
    text-align: center;
  }

  .social-links{
    margin: 10px 0px 20px 0px;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: white;
}

#topbar .contact-info i {
color: #61b6cd;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#topbar .languages ul a {
  color: white;
  font-weight: 300; 
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}

#header .container{
  position: relative;
}

.header-phone-numbers{
  display: inline-block;
  color: #fff;
}

.header-phone-numbers:hover{
  color: #fff;
}

#header.header-scrolled {
  top: 0;
  background: #212121;
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto";
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-weight: 300;
  font-size: 16px;
  font-family: "Roboto";
}

.nav-menu .active > a   {
  font-weight: bold;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility:  hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #005e7f;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(0,0,0,0.4);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  padding: 20px 0;
  text-align: center;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .mobile-nav-close {
  margin: 0 15px 0 auto;
  display: block;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

.mobile-nav .mobile-nav-close:hover {
  color: #fff;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 300;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .book-a-table a {
  color: #fff;
  border: 2px solid #005e7f;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #005e7f;
  color: #fff;
}


.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgb(0,0,0);
  background: linear-gradient(
    180deg
    , rgba(0,0,0,0.5) 0%, rgba(12,11,9,1) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-height: 720px) {
  .cover-page {
      height: auto;
  }
}


@media (max-width: 590px) {
  .back-to-top {
    bottom: 90px;
  }
}

@media (max-width: 992px) {
  #hero .container {
    padding: 98px 15px 60px 15px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto";
}

#hero h1 span {
  font-weight: 800;
  color: #fff;
}

#hero h2 {
  font-weight: 300;
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 22px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  } 
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Roboto";
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto";
  color: #fff;
}

.team-img{
  border-radius: 10px;
}

.team-photo-container{
  position: relative;
  overflow: hidden;
}

.interaction-buttons{
  position: absolute;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  right: 10px;
  cursor: pointer;
  font-weight: lighter;
  transition: all 200ms ease-out;
  color: #fff;
  background-color: #192e3a;
  font-size: 14px;
}

.publication-buttons{
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  transition: all 200ms ease-out;
  color: #fff;
  background-color: #192e3a;
  font-size: 13px;
  display: block;
}

.phone{
  bottom: 70px;
}

.mail{
  bottom: 20px;
}

.interaction-buttons:hover{
  background: #233f4f;
  color: #fff;
}

.publication-buttons:hover{
  background: #233f4f;
  color: #fff;
}

.team-box{
  padding: 20px 20px 85px 20px;
  background-color: #1b1b1b;
  border-radius: 10px;
  height: 100%;
  position: relative;
  transition: all 200ms ease-out;
}

[class*="col-"]{
  background-color: transparent;
  border: none;
}

.team-box:hover{
  transform: scale(1.01);
}

.school, .bar{
  text-align: left;
  position: relative;
  font-weight: 300;
  line-height: 1.3;
}

.school i, .bar i{
  font-size: 20px;
  position: absolute;
  left: 0px;
  width: 44px;
  height: 44px;
  background-image: linear-gradient( 
90deg
,#005e7f,#61b6cd);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.team-name{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.team-title{
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.team-desc{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0)  ;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #192e3a; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Roboto";
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #212121;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #212121;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}


#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Roboto";
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Roboto";
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #005e7f ;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer-links p{
  font-weight: 300;
  font-size: 16px;
}

.footer-links a, .contact-links{
  color: #fff;
}

.podcast-bold-header{
  margin-bottom: 0px;
  font-weight: bold;
}

.footer-links a:hover, .contact-links:hover{
  color: #fff;
}

.table-dark td, .table-dark th, .table-dark thead th{
  font-size: 13px;
  font-weight: 300;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: transparent;
}

.table-dark{
  border-radius: 5px;
}

.publication-underlines{
  text-decoration: underline;
}

.seperator{
  width: 100%;
  height: 1px;
  margin: 20px 0px;
  background-color: #fff;
}

.basgul-copyright{
  font-size: 12px;
  text-align: right;
}

.subtext-content{
  font-size: 12px;
  margin-bottom: 5px;
}

.hazirlayanlar{
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}

