  /**
* Template Name: MyBiz - v2.2.1
* Template URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: acumin-pro, sans-serif;
  color: #444444;
  font-size: 15px;
  background: #f9f7f7;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 60px;
  box-sizing: border-box;
}

a {
  color: #4489ad;
}

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

td span, #book span, p span { 
  display: block !important; 
} 

h1, h2, h3, h4, h5, h6 {
  font-family: acumin-pro, sans-serif;
}
h2 { font-weight: 500; }
h4 { font-size: 22px; }
h5 {font-size: 19px; }

.font-small { font-size: 13px; }

.thick {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #4489ad;
  text-decoration-thickness: 5px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #4489ad;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3f7c9c;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.logo img{ 
max-width: 250px }


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

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

.nav-menu a {
  display: block;
  position: relative;
  color: #040404;
  padding: 10px 12px;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #4489ad;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  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: ease all 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: #3e7d9e;
}

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

.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: fixed;
  right: 15px;
  top: 20px;
  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: #3e7d9e;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #3e7d9e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #4489ad;
  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 .drop-down > a {
  padding-right: 35px;
}

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

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 38, 39, 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: 35vh;
  background: url("/chaos/assets/img/homepage-banner.jpg") center bottom;
  background-size: cover;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 992px) {
  #hero {
    height: 35vh;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.carousel-caption {
  background: rgba(0,0,0,0.5);
  position: absolute;
  right: 0%;
  bottom: 0;
  left: 0%;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
}


/*--------------------------------------------------------------
# TEAM
--------------------------------------------------------------*/
.team .team-container {
  padding: 20px;
  min-height: 175px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .team-img  {
  color: #4489ad;
  padding-left: 0;
}

.team .team-content h4 {
  font-weight: 700;
  font-size: 18px;
}

.team .team-content span {
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  margin-bottom: 10px;
}

.alumni .team-content p {
  line-height: 24px;
  font-size: 14px;
  color: #6b6b6b;
  padding-top: 16px;
}

.alumni .team-thead {
  background: #b5b5b5;
  }
.alumni .team-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.research {
  background: #f3f3f3;
}
 
/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/
.research-row {
  padding: 10px; 
  margin: 5px;
}
.research-row img {
  max-width: 90%;
  max-height: 350px;
}
.table-head { 
  width: 15%;
}
.table-content {
  width: 85%;
}
.table-head-news { 
  width: 20%;
}
.table-content-news {
  width: 80%;
}


/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/
.media img {
  max-width: 150px;
}

.mediawidth{
  min-width: 166px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

iframe {width:100%;height:100%;}
.s-icons { font-size: 25px; padding-right: 10px; }
.icofont-twitter { color: #1DA1F2; }
.icofont-linkedin { color: #0e76a8; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer, #footer {
  background: #c1c1c1;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}
footer {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
}
