@import url("../../fonts/fonts.css");
body {
  font-family: 'DidactGothic-Regular';
  visibility: visible; }

.row {
  margin: 0; }

img {
  width: 100%; }

.sectionPadding {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .sectionPadding {
      margin-top: 30px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

iframe {
  width: 100% !important; }

.pageTitle {
  display: inline-block;
  padding-right: 25px;
  background-color: #ffffff;
  z-index: 1; }
  .pageTitle::before {
    content: '';
    display: block;
    width: 95.5%;
    height: 1px;
    background-color: #999999;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 37px; }

.figure-caption {
  position: absolute;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 2vh;
  text-align: center;
  font-weight: bold; }

header .addressBar {
  background-image: url("../../images/top-bar-bg.webp");
  padding: 5px; }
  @media only screen and (max-width: 767px) {
    header .addressBar a {
      font-size: 10px; } }

header .navbar .dropdown-menu a {
  width: 30px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000; }

header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  color: #000; }
  header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #e12e56; }

header .navbar .navbar-nav .nav-item .active {
  color: #e12e56; }

header .navbar .navbar-brand {
  width: 160px; }
  @media only screen and (max-width: 767px) {
    header .navbar .navbar-brand {
      width: 95px; } }

.slider .carousel-caption {
  right: unset;
  top: 35%;
  left: 21vw;
  bottom: unset;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  padding: 1%;
  max-width: 30%; }
  @media only screen and (max-width: 767px) {
    .slider .carousel-caption {
      max-width: 50%;
      top: 20%;
      left: 5%; } }
  .slider .carousel-caption h1 {
    font-weight: bold;
    font-size: 2vw;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .slider .carousel-caption h1 {
        font-size: 14px; } }
  .slider .carousel-caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
    @media only screen and (max-width: 767px) {
      .slider .carousel-caption p {
        font-size: 10px; } }

.homeClients {
  background-image: url("../../images/cmap-bg.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.homeAbout {
  background-image: url("../../images/about-page.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  background-attachment: fixed; }
  .homeAbout .container {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 0; }

.homeContactMap iframe {
  min-height: 450px; }
  @media only screen and (max-width: 767px) {
    .homeContactMap iframe {
      min-height: 300px; } }

.footer {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: #f2bad1;
  background: -moz-linear-gradient(110deg, #f2bad1 43%, #f2bad1 43%, #7895c8 33%, #7895c8 33%, #7895c8 60%, #75aed6 60%);
  background: -webkit-linear-gradient(110deg, #f2bad1 43%, #f2bad1 43%, #7895c8 33%, #7895c8 33%, #7895c8 60%, #75aed6 60%);
  background: linear-gradient(110deg, #f2bad1 43%, #f2bad1 43%, #7895c8 33%, #7895c8 33%, #7895c8 60%, #75aed6 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bad1', endColorstr='#75aed6',GradientType=1 ); }

.background-pattern {
  background-image: url("../../images/tissue-pattern.svg"); }

.backgroundImage {
  background-image: url("../../images/pageBg.webp");
  background-attachment: fixed;
  background-size: cover; }

.productPage figure img {
  height: 250px;
  object-fit: cover; }

.headColor {
  background-color: #616161;
  padding: 100px;
  background-image: url("../../images/tissue-pattern.svg"); }

.pageStyle {
  margin-top: -100px; }
  .pageStyle .container {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 30px; }


.form-group textarea {
   width: 100%;
   border: 1px solid #ced4da;
}

.cap-input {
  height: 65px;
  border: 1px solid #ced4da;
}

.cap-label {
  padding-top: 15px;
}

.cap-img img {
  height: 70px;
}