@import "jquery.fancybox.min.css";
.site-footer .widget > .widget-title {
  color: black;
}

.site-footer .widget_services ul li {
  color: black;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.site-footer p, .site-footer li {
  color: black;
}

.footerA {
  color: black !important;
}

.footer-dark .footer-top {
  background-color: #e3e3e3;
}

.medasolArea p {
  color: #787878 !important;
}

.project-page .project-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #2ba9e1;
  padding: 0;
}
.project-page .project-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.project-page .project-item .figcaptions {
  padding: 24px;
  margin: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.38), #2ba9e1 80%, rgba(255, 255, 255, 0.38));
}
.project-page .project-item .figcaptions h4 {
  color: white;
}

.project-detail-page .project-item-detail {
  overflow: hidden;
  border-radius: 10px;
  background-color: #2ba9e1;
  padding: 0;
}
.project-detail-page .project-item-detail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.project-detail-page .project-item-detail .figcaptions {
  padding: 24px;
  margin: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.38), #2ba9e1 80%, rgba(255, 255, 255, 0.38));
}
.project-detail-page .project-item-detail .figcaptions h4 {
  color: white;
}
.project-detail-page .project-item-detail-right {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  align-content: start;
}
.project-detail-page .project-item-detail-right h4 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 60px;
  overflow: hidden;
}
.project-detail-page .project-item-detail-right .project-item-detail-right-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 144px;
  overflow: hidden;
}

.regular {
  margin-top: 50px;
}
.regular .slick-slide {
  margin: 0 10px;
}
.regular .slick-list {
  margin: 0 -10px;
}
.regular .slick-prev {
  left: -38px;
}
.regular .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: 900;
  font-size: 6rem;
  color: black;
}
.regular .slick-next {
  right: -38px;
}
.regular .slick-next:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  font-size: 6rem;
  color: black;
}
.regular .slick-prev, .regular .slick-next {
  top: 41%;
}
.regular .slider-item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.logo-header {
  position: absolute;
  background-color: white;
  padding: 12.5px 25px;
  border: 1px solid #202f5b;
  top: 0;
  margin-left: 0;
  width: 170px;
  max-width: 170px !important;
  min-width: 170px !important;
  display: block;
  height: auto;
  border-top: unset;
}
.logo-header .logo-header-inner img {
  max-width: 120px;
}
.logo-header .logo-header-absolute {
  position: absolute;
  width: calc(100% + 2px);
  height: 92px;
  background-color: white;
  left: -1px;
  top: 0;
  z-index: -1;
}

.is-fixed .logo-header {
  top: 10px;
  border: 1px solid rgb(239, 239, 239);
  border-top: unset;
  height: auto;
}
.is-fixed .logo-header .logo-header-absolute {
  height: 82px;
}

.downloads {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.downloads h3 {
  color: #2ba9e1;
  font-size: 24px;
  font-weight: 900;
  margin: 10px 0;
  padding: 10px 20px 10px 20px;
}
.downloads ul {
  display: flex;
  flex-direction: column;
}
.downloads ul li {
  display: flex;
  flex-direction: row;
  margin: 5px 5px;
}
.downloads ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border: 2px solid #eee;
  padding: 10px 15px;
  border-radius: 30px;
  color: #333;
  width: 100%;
}
.downloads ul li a p {
  font-size: 14px;
  font-weight: 600;
}
.downloads ul li a i {
  background: #2ba9e1;
  padding: 10px;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
}
.downloads ul li a:hover i {
  background: #333;
}
.downloads ul li a:hover p {
  color: #2ba9e1;
}

.kontaktcontent {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
}
.kontaktcontent .kontakte {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 50%;
}
.kontaktcontent .kontakte li {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin: 5px;
}
.kontaktcontent .kontakte li i {
  color: #2ba9e1;
  background: #eee;
  padding: 20px;
  font-size: 18px;
  border-radius: 100%;
}
.kontaktcontent .kontakte li .left {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.kontaktcontent .kontakte li .left h3 {
  margin-bottom: 5px;
  font-weight: 600;
}
.kontaktcontent .kontakte li .left p {
  line-height: 18px;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
}
.kontaktcontent .rightform form {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 100px 60px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}
.kontaktcontent .rightform form label {
  position: relative;
  margin-bottom: 10px;
}
.kontaktcontent .rightform form label input {
  border: none;
  border-bottom: 2px solid #eee;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  outline: 0;
}
.kontaktcontent .rightform form label i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #2ba9e1;
  font-size: 24px;
}
.kontaktcontent .rightform form label textarea {
  border: none;
  border-bottom: 2px solid #eee;
  padding: 10px 0;
  width: 100%;
  height: 100px;
  font-weight: 300;
  font-size: 16px;
  outline: 0;
}
.kontaktcontent .rightform form .checkbox .text {
  font-size: 14px;
  color: #636363;
  line-height: 20px;
}
.kontaktcontent .rightform form .checkbox .text a {
  color: #000;
  text-decoration: underline;
}
.kontaktcontent .rightform form button {
  width: fit-content;
}

.select-image {
  display: flex;
  align-items: start;
  justify-content: start;
}
.select-image label {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.77);
  padding: 5px 0;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.4s all;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0 !important;
}
.select-image label:hover {
  transform: scale(1.05);
}
.select-image input {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.regular-main {
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .logo-header .logo-header-absolute {
    height: 89px;
  }
  .is-fixed .logo-header .logo-header-absolute {
    height: 79px;
  }
  .navbar-collapse.collapse.in {
    z-index: 999999;
  }
}
.header-nav .nav > li.active {
  color: black !important;
}

.header-nav .nav > li a {
  color: #2ba9e1 !important;
}

.btn-filter-wrap li.btn-active, .date-style-3 .post-date strong, .footer-dark .footer-top a:active, .footer-dark .footer-top a:focus, .footer-dark .footer-top a:hover, .header-nav .nav > li .mega-menu > li ul a:hover, .header-nav .nav > li .sub-menu li a:hover, .header-nav .nav > li .sub-menu li:hover > a, .header-nav .nav > li.active > a, .header-nav .nav > li.current-menu-item > a, .header-nav .nav > li:hover > a, .latest-blog-3.blog-md .mt-post-meta i, .latest-blog-3.post-overlay .mt-post-meta i, .masonry-filter.link-style.has-bg > li.active a, .masonry-filter.link-style.has-bg > li:hover a, .masonry-filter.link-style.white > li a:active, .masonry-filter.link-style.white > li a:focus, .masonry-filter.link-style.white > li a:hover, .masonry-filter.link-style.white > li.active a, .masonry-filter.outline-style.has-bg > li a:hover, .masonry-filter.outline-style.has-bg > li.active a, .masonry-filter.outline-style > li a:active, .masonry-filter.outline-style > li a:focus, .masonry-filter.outline-style > li a:hover, .masonry-filter.outline-style > li.active a, .masonry-filter > li a:active, .masonry-filter > li a:focus, .masonry-filter > li a:hover, .masonry-filter > li.active a, .mt-breadcrumb li a, .nav-dark.header-nav .nav > li .mega-menu > li ul a:hover, .pricing-table-style-3 .pricingtable-title *, .pricing-table-style-5 .pricingtable-title *, .rating-bx, .social-icons.social-dark.has-bg li a:hover, .social-icons.social-light.has-bg li a:hover, .status-value span, .testimonial-1 .testimonial-position, .testimonial-2 .testimonial-position, .testimonial-2 .testimonial-text .fa-quote-left, .text-primary, .video-play-btn, .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu li a:hover, .widget_pages ul li a:hover, .widget_recent_comments ul li a:hover, .widget_recent_entries ul li a:hover, .widget_services ul li a:hover, blockquote::before, button.scroltop, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, ol.comment-list li.comment .reply a, ul.primary li::before, .mt-team-seven .social-share-btn-content .social-icons a:hover, .widget_categories li span.badge, .icon-count-2:hover span.icon-count-number, .filter-navigation a::after, .footer-dark .social-icons li a, .site-footer .widget_services ul li a:hover, .hover-navigation a::after, .site-button-link.yellow, .widget_tag_cloud a:hover, .page-notfound span.title, blockquote.author-quote .fa-quote-right, .project-classic .mt-title::after {
  color: black !important;
}

.page-wraper > .scroltop {
  color: #2ba9e1 !important;
}

@media only screen and (max-width: 768px) {
  .inner-page-padding {
    padding-top: 100px;
  }
  .mobile-page-padding {
    padding-top: 100px;
  }
  .regular {
    margin-left: 10%;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .logo-header {
    width: 170px;
    max-width: 170px !important;
    min-width: 170px !important;
  }
  .logo-header .logo-header-inner img {
    max-width: 120px;
  }
  .is-fixed .logo-header .logo-header-absolute {
    height: 59px;
  }
  .logo-header .logo-header-absolute {
    height: 69px;
  }
}
@media only screen and (max-width: 540px) {
  .is-fixed .logo-header .logo-header-absolute {
    height: 45px;
  }
}
@media only screen and (max-width: 425px) {
  .logo-header {
    padding: 0 15px 15px 15px;
    width: 130px;
    max-width: 130px !important;
    min-width: 130px !important;
  }
  .logo-header .logo-header-inner img {
    max-width: 100px;
  }
  .logo-footer img {
    width: 100px !important;
  }
  .inner-page-padding {
    padding-top: 75px;
  }
  .mobile-page-padding {
    padding-top: 75px;
  }
}

/*# sourceMappingURL=styles.css.map */
