body {
  font-family: "Noto Sans", sans-serif;
}

#header .header-nav-main nav > ul > li > a {
  font-size: 15px !important;
}

.input-group .form-control {
  height: 30px;
}

section.section {
  background: #ffffff00;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

.c-btn {
  line-height: 1.1 !important;
}

.c-banner-logo {
  height: 250px;
}

.c-getintouch {
  width: 70vh;
}

.c-maiaworld {
  float: right;
  margin-right: 10%;
  width: 40%;
  height: auto;
}

.c-maiawe {
  height: 100px;
}

.c-header-btn-collapse-nav {
  line-height: 1 !important;
}

#header .header-btn-collapse-nav {
  background: #000000 !important;
}

.c-banner-main {
  height: 75vh;
}

.c-banner-main-container {
  height: 130% !important;
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 12px !important;
  }

  .c-banner-main {
    height: 50vh !important;
  }

  .c-banner-logo {
    height: 125px !important;
  }

  #search-lg {
    display: none;
  }

  #search-sm {
    display: block;
  }

  #mainNav {
    background: rgb(0, 0, 0);
  }

  #header .header-nav-main nav > ul {
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
  }

  .c-getintouch {
    width: 45vh;
  }

  .c-img-team {
    margin-top: 10% !important;
  }

  .c-img-maia-footer {
    width: 100% !important;
    object-fit: contain;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* padding-left: 0px !important;
        padding-right: 0px !important; */
  }

  .c-copyright {
    font-size: 14px !important;
  }

  .c-img-fluid {
    height: 90px !important;
    max-width: 50% !important;
    max-height: 50% !important;
  }
}

@media (max-width: 767px) {
  .c-div-maiaworld {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  #search-lg {
    display: block;
  }

  #search-sm {
    display: none;
  }
}

.footer-copyright {
  height: 30vh;
}

.c-bg-dark {
  background-color: #000000;
}

.featured-box-quaternary .icon-featured {
  background-color: #ffffff !important;
  color: rgb(0, 0, 0) !important;
}

.icon-featured {
  width: 40px;
  height: 40px;
  line-height: 1.5;
}

#header .header-nav-features {
  position: relative;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
  font-size: 1.2rem;
  position: relative;
  top: -1px;
  color: rgb(0, 0, 0);
}

#header .header-nav-features .header-nav-features-dropdown {
  right: inherit !important;
}

.post-content a {
  color: #000000;
}

.c-img-fluid {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: 160px;
  object-fit: contain !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  margin: 0 auto !important;
}

.c-img-icon {
  width: auto;
  height: 65px;
  max-width: 120px;
}

#footer {
  background: #000000;
  border-top: 4px solid #212529;
  font-size: 0.9em;
  margin-top: 0px;
  padding: 0;
  padding-top: 0px;
  position: relative;
  clear: both;
}

.c-img-team {
  position: relative;
  top: -30%;
  margin-bottom: -140px;
  width: 100%;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1040;
  right: 0;
  background: #252525;
  border-radius: 18px;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
/* .icon-bar a:hover {
background-color: rgba(0, 0, 0, 0.479);
} */

.icon-bar a img {
  width: 30px;
  height: auto;
}

/* Tooltip container */
.c-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.c-tooltip .c-tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #252525;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  border-radius: 6px;
  top: 35%;
  right: 105%;
  font-size: small;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.c-tooltip:hover .c-tooltiptext {
  visibility: visible;
}

.c-img-maia-footer {
  width: 40%;
  margin-left: -15px;
  margin-bottom: 0px;
}
