@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Playfair+Display");

@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
/* font-family: 'Noto Sans', sans-serif; */
/* font-family: 'Playfair Display', serif; */
body {
  /* font-family: "Noto Sans", sans-serif;  */
  font-family: "Oxygen", sans-serif; 
  /* Oxygen */
  
  }


.full-height {
  min-height: 100vh; 
  /* background-color: blue;   */
  /* background-image: url('../images/pexels-5412.jpg'); */
  background-image: url('../images/new/microscope-table-laboratory-with-blue-light.jpg');

  /* @media (min-width: @screen-sm-min) {

      background-color: "red";
  /* background-image: url('../images/pexels-5412.jpg'); */


  /* microscope-table-laboratory-with-blue-light.jpg */
  /* background-size: cover;
  background-repeat: no-repeat; */

  /* Set a specific height */
  /* min-height: 500px; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    color: white;
}

.section-title {
  font-family: "Oxygen", serif;
  font-weight: bold;
  margin-bottom: 50px; }

iframe {
  width: 100%;
  top: 5px;
  margin-bottom: -5px; }

.orange-color {
  color: #ed6a5a; }

header {
  padding-top: 30px; }
  header .logo {
    padding-top: 25px; }
  header .menu {
    font-family: "Oxygen", sans-serif;
    padding-top: 60px;
    font-size: 1.2em; }

.navbar {
  justify-content: end; }

/* .navbar-nav li:last-child a {
    color: red;
    background-color: blue;
} */
.collapse {
  float: right; }

.banner {
  padding-top: 10vh;
  /* height: 100vh; */
  /* min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */ }

.banner-titles {
  padding-top: 10%;
  margin-bottom: 30px; }

.banner-title {
  font-family: "Oxygen", serif;
  font-weight: bold;
  font-size: 2.6em; }

.banner-sub-title {
  font-family: "Oxygen";
  font-weight: lighter;
  font-size: 1.2em;
  padding-top: 30px;
  color: rgb(233, 233, 233);
  margin-bottom: 50px; }

.banner-video {
  padding-top: 1.5em; }

/* Buttons */
.banner-button {
  background-color: #af0938;
  font-family: "Oxygen";
  color: #e6ebe0;
  font-size: 0.9em;
  padding-left: 40px;
  padding-right: 40px; }

.contact-sticky-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 599;
  font-size: 0.9em;
  border: none;
  outline: none;
  background-color: #af0938;
  color: white !important;
  cursor: pointer;
  padding: 14px;
  border-radius: 4px; }

.map-btn {
  background-color: #7e0c2d;
  color: white !important;
  text-align: center; }

/* Buttons */
/* Map Btn Classes */
.gosterme {
  display: none; }

.harita-div {
  padding: 20px;
  text-align: center; 
    background-color: rgb(255, 255, 255);
  }

.call-link, .call-link:visited {
  color: white;
}

.btn:hover {
  color: #fff; }

/* about us Section */
.about-us {
  background-color: #f9f9f9;
  background-image: url('../images/new/abstract-black-white-bokeh-background.jpg');
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: 1.1em; }
  .about-us .title {
    margin-top: 2em;
    margin-bottom: 0 !important; }
  .about-us .logo {
    margin-top: 30%; }
  .about-us .year {
    font-size: 3em;
    color: #7e0c2d;
    font-weight: bold;
    letter-spacing: -3px;
    margin-top: 0.8em; }

.about-us-content {
  padding-top: 4em;
  padding-bottom: 5em;
  text-align: justify; }

/* about us Section */
/* Image Line */
.image-line {
  background-color: #7e0c2d;
  background-image: url("../images/image-line/1.jpg");
  min-height: 150px;
  padding-top: 3em;
  padding-bottom: 3em; }

.image-line-content {
  padding: 10px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.5em; }

/* Image Line */
/* Message Line */
.message-line {
  background-color: #915261;
  padding: 5px;
  vertical-align: middle;
  font-size: 1.1em; }

/* .backme {
    // background-color:rgba(0, 0, 0, 0.5);
} */
.message-line-content {
  padding: 10px;
  color: #fff; }

/* Message Line */
/* Tests */
.tests {
  background-color: #FDF2F2;
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: 1.1em; }
  .tests .harfler {
    display: block;
    font-size: 30px; }
    .tests .harfler a {
      color: #7e0c2d; }
  .tests .harf {
    cursor: pointer;
    color: #7e0c2d; }
  .tests .harfler ul {
    list-style: none;
    padding: 0;
    padding-bottom: 20px; }
  .tests .harfler li {
    float: left;
    padding-right: 10px; }
  .tests .search .searchBox {
    padding: 5px;
    border: #b9b9b9 1px solid; }
  .tests .search .searchBtn {
    background-color: #7e0c2d;
    color: #fff;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px; }
  .tests .result {
    padding-top: 3em; }
    .tests .result .result-list {
      list-style: none;
      padding: 0;
      margin: 0; }
    .tests .result .result-list li {
      margin-bottom: 10px;
      padding-right: 40px;
      cursor: pointer; }

/* Tests */
/*  Instutions */
.instutions {
  padding-top: 6em;
  padding-bottom: 6em;
  color: #000;
  font-size: 1.1em; }
  .instutions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 1em; }
    .instutions ul li {
      margin-bottom: 10px; }

/*  Instutions */
/*  Services */
.services {
  padding-top: 10em;
  padding-bottom: 10em;
  color: #000;
  font-size: 1.1em; }
  .services .service-content {
    text-align: justify;
    padding-right: 3em;
    margin-bottom: 30px; }

/*  Services */
/* Map Section */
.map-section {
  background-color: #915261;
  color: #fff;
  padding-top: 2em; }
  .map-section .map-title {
    font-size: 2.1em;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 1em; }

#mapid {
  height: 400px; }

.leaflet-popup-content {
  width: 80px; }

/* Map Section */
/* Contact Section */
.contact {
  padding-top: 5em;
  background-color: #001264;
  color: #e6ebe0;
  padding-bottom: 1em; }
  .contact .logo {
    margin-top: 30px; }
  .contact .address {
    margin-top: 30px;
    text-align: center; }
    .contact .address a {
      color: red;
      color: white; }
  .contact .address-title {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.7em;
    text-decoration: underline; }
  .contact .address-line {
    margin-bottom: 4px;
    font-size: 1.3em;
    font-family: "Noto Sans", sans-serif; }

.company-name {
  margin-top: 30px;
  font-size: 1.1em; }

.social-icons {
  margin-top: 50px; }

.light-icon-color {
  color: #e6ebe0;
  margin-right: 10px; }

.contact-title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 50px; }

.contact-form {
  text-align: center;
  margin-top: 30px; }

.contact-form input {
  font-size: 0.9em;
  border: 1px solid gray; }

.contact-form textarea {
  font-size: 0.9em;
  border: 1px solid gray;
  resize: none; }

.contact-bottom-text {
  padding-top: 50px; }

/* Contact Section */
/* Menu Media */
@media screen and (min-width: 1201px) {
  .menu {
    font-size: 1.5em; }
  .menu li {
    padding-left: 30px; } }

@media screen and (max-width: 1200px) {
  .menu {
    font-size: 1.2em; } }

/* Menu Media */
/* Pricin Media */
@media screen and (min-width: 751px) {
  .table-lg {
    padding: 10%;
    margin-top: -10%; } }

@media screen and (max-width: 750px) {
  .table-lg {
    padding: 10%; } }

/* Pricin Media */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif; }

.modal-header p {
  margin-top: 0;
  color: #7e0c2d; }

.modal-body {
  margin: 5px 0; }

.modal-default-button {
  float: right; }

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.modal img {
  max-width: 100%;
  height: auto; }

.header-menu ul {
  list-style: none;
  padding: 0; }

.header-menu li {
  float: left;
  padding-left: 1.5em; 
  font-size: 0.9em;
  }

.header-menu a {
  color: rgba(255, 255, 255, 1); }

.header-menu a:hover {
  color: rgb(218, 0, 0);
  text-decoration: none; }

.mobile-menu {
  font-size: 1.2em; }

.mobile-menu ul {
  list-style: none;
  padding: 10px;
  font-size: 00.9em;
  background-color: rgb(1, 19, 100, 0.8);
  }

.mobile-menu li {
  /* padding-left: 1.5em; */
  padding-top: 10px; }

.mobile-menu a {
   color: rgba(255, 255, 255, 1); 
}


.mobile-menu a:hover {
  color: rgb(218, 0, 0);
  text-decoration: none; 
}

.langMenu {
  margin-top: -20px;
  margin-bottom: 20px; }
  .langMenu a {
    color: #7e0c2d; }

.popupMsg {
  margin-top: -30px; }
  .popupMsg p {
    margin: 0;
    padding: 0; }
  .popupMsg .alert {
    background-color: #7e0c2d;
    border-color: #7e0c2d;
    color: white;
    font-size: 1.2em; }
