/*
 * Copyright (c) 2022.
 * Muhammet KÖKLÜ <info@muhammetkoklu.com>
 */
/* Fonts */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.scroll-to-top {
  position: fixed;
  z-index: 100;
  right: 1.3rem;
  bottom: 1rem;
  background: #C5231B;
  color: white;
  border-radius: 0px;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 40px;
  font-size: 1.3em;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0.5rem;
}
.scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
.scroll-to-top::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 10;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
body,
html {
  max-width: 100vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  scroll-behavior: smooth;
  background-color: #ffffff;
}
body .container-fluid,
html .container-fluid {
  max-width: 1400px;
}
main {
  max-width: 100vw;
  overflow: hidden;
  color: black;
}
section.shadow {
  box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}
header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  z-index: 9000 !important;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
header.home {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 1000;
  left: 0;
  width: 100%;
}
header .row {
  display: flex;
  align-items: center;
}
header .logo-area img {
  height: 60px;
  width: auto;
  max-width: unset;
  transition: all 0.5s;
}
header .col-lg-10 {
  position: static;
}
header .menu-area .mobile-menu-button,
header .menu-area .mobile-menu {
  display: none;
}
header .menu-area .main-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: end;
}
header .menu-area .main-menu ul > li {
  position: relative;
}
header .menu-area .main-menu ul > li:hover > ul {
  display: block;
}
header .menu-area .main-menu ul > li > ul {
  position: absolute;
  display: none;
  transition: all 0.5s;
  width: 240px;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  padding: 0.75rem 0 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: white;
  animation: fadeIn;
  animation-duration: 0.6s;
}
header .menu-area .main-menu ul > li > ul li > ul {
  top: 0;
  left: -150px;
  width: 300px;
}
header .menu-area .main-menu ul > li > ul li:hover > a,
header .menu-area .main-menu ul > li > ul li:focus > a,
header .menu-area .main-menu ul > li > ul li:active > a,
header .menu-area .main-menu ul > li > ul li.active > a,
header .menu-area .main-menu ul > li > ul li.current-menu > a {
  color: #231f20;
}
header .menu-area .main-menu ul > li > ul li:hover > a:after,
header .menu-area .main-menu ul > li > ul li:focus > a:after,
header .menu-area .main-menu ul > li > ul li:active > a:after,
header .menu-area .main-menu ul > li > ul li.active > a:after,
header .menu-area .main-menu ul > li > ul li.current-menu > a:after,
header .menu-area .main-menu ul > li > ul li:hover > a:after,
header .menu-area .main-menu ul > li > ul li:focus > a:after,
header .menu-area .main-menu ul > li > ul li:active > a:after,
header .menu-area .main-menu ul > li > ul li.active > a:after,
header .menu-area .main-menu ul > li > ul li.current-menu > a:after {
  width: calc(100% - 2.5rem);
  left: 0;
}
header .menu-area .main-menu ul > li > ul li > a {
  padding: 0.5rem 1.25rem;
}
header .menu-area .main-menu ul > li > ul li > a:after {
  bottom: 0;
  margin: 0 1.25rem;
}
header .menu-area .main-menu ul > li > a {
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 1em;
  display: block;
  padding: 0.75rem 0.75rem;
  transition: all 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
header .menu-area .main-menu ul > li > a:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  left: 0;
  bottom: 0.5rem;
  background-color: #231f20;
  transition: all ease-in-out 0.5s;
  margin: 0px 12px;
}
header .menu-area .main-menu ul > li:hover > a,
header .menu-area .main-menu ul > li:focus > a,
header .menu-area .main-menu ul > li:active > a,
header .menu-area .main-menu ul > li.active > a,
header .menu-area .main-menu ul > li.current-menu > a {
  color: #231f20;
}
header .menu-area .main-menu ul > li:hover > a:after,
header .menu-area .main-menu ul > li:focus > a:after,
header .menu-area .main-menu ul > li:active > a:after,
header .menu-area .main-menu ul > li.active > a:after,
header .menu-area .main-menu ul > li.current-menu > a:after,
header .menu-area .main-menu ul > li:hover > a:after,
header .menu-area .main-menu ul > li:focus > a:after,
header .menu-area .main-menu ul > li:active > a:after,
header .menu-area .main-menu ul > li.active > a:after,
header .menu-area .main-menu ul > li.current-menu > a:after {
  width: calc(100% - 24px);
  left: 0;
}
header .menu-area .main-menu ul > li:hover > div {
  display: flex;
}
footer {
  position: relative;
  color: white;
  background-image: url(../images/ui/footer-bg.webp);
  background-size: cover;
  background-position: center;
}
footer.bg-pattern-1::before {
  opacity: 1;
}
footer > div {
  padding: 2rem 0;
  background: #231f20;
  position: relative;
  z-index: 1;
}
footer .nano-medya {
  filter: brightness(0) invert(1);
}
footer a:hover {
  opacity: 0.75;
}
footer img {
  max-width: 320px;
}
footer ul {
  margin: 0;
  padding: 0.5rem 0;
}
footer ul li {
  list-style: none;
}
header .lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lang ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header .lang ul li:last-child {
  border-right-width: 0;
}
header .lang ul li {
  list-style: none;
  padding: 0 0.5rem;
  font-size: 1rem;
  border-right: 1px solid black;
}
#topbar {
  gap: 1rem;
}
.kvkk {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 15px;
  background: #fff;
  color: black;
  width: 300px;
  border: 2px solid #ccc;
  border-radius: 10px;
  z-index: 9999;
}
.kvkk a {
  color: #C5231B;
}
.kvkk .btn {
  font-size: 0.85em;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  background: #C5231B;
  color: #fff;
  padding: 5px 10px;
  position: relative;
}
.kvkk .btn span {
  display: inline-block;
  margin-right: 5px;
}
.kvkk .btn:hover,
.kvkk .btn:focus,
.kvkk .btn:active {
  background: #981b15;
}
#header.sticky {
  background: #ffffff;
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
}
#header.sticky .logo-area img {
  height: 55px;
}
#header.sticky .main-menu ul li ul {
  padding-top: 36px;
}
.text-main {
  color: #231f20;
}
.text-main-2 {
  color: #C5231B;
}
h3 {
  font-size: 1.5rem;
}
.carousel .next,
.carousel .prev {
  background: #C5231B;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .next path,
.carousel .prev path {
  fill: white;
}
.carousel .next span,
.carousel .prev span {
  transform: scale(0.65);
}
.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: unset;
}
.carousel.product-carousel {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.carousel.product-carousel .carousel-item a {
  cursor: zoom-in;
}
.carousel.product-carousel .carousel-item a img {
  min-height: unset;
  object-position: center;
}
.carousel .carousel-item {
  text-align: center;
}
.carousel .carousel-item img {
  min-height: 600px;
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
}
.carousel .carousel-item h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.carousel .carousel-item .carousel-caption {
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  display: inline-table;
  max-width: 700px;
  width: 70%;
  color: white;
}
.carousel .carousel-item .carousel-caption .animated {
  animation-delay: 1s;
}
section.bg-light {
  background: #f8f8f8;
}
.link-special {
  position: relative;
  text-decoration: none;
}
.link-special:hover,
.link-special:focus,
.link-special:active,
.link-special.active,
.link-special.current-menu {
  opacity: 0.8 !important;
  text-decoration: none;
}
.btn-special-outline {
  border-radius: 0.25rem;
  padding: 0.35rem 2rem;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn-special-outline:hover {
  background: #000000;
  color: white;
}
.btn-special {
  font-size: 16px;
  color: #fff;
  padding: 13px 22px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #C5231B;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.btn-special::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #231f20;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.btn-special:hover {
  color: #fff;
}
.btn-special:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.btn-special i {
  margin-left: 8px;
}
.btn-special-dark {
  font-size: 16px;
  color: #fff;
  padding: 13px 22px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #231f20;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.btn-special-dark::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #C5231B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.btn-special-dark:hover {
  color: #fff;
}
.btn-special-dark:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.btn-special-dark i {
  margin-left: 8px;
}
.mm.mm--dark {
  color: white;
  background: #C5231B;
}
.sec-title2 {
  color: #fff;
}
.sec-title {
  position: relative;
  padding-bottom: 40px;
}
.sec-title .title {
  position: relative;
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}
.contact-section {
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-section input,
.contact-section textarea {
  padding: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  border: 2px solid rgba(35, 31, 32, 0.07);
  background: transparent;
  color: black;
}
.contact-section input:focus-visible,
.contact-section textarea:focus-visible {
  outline: 0;
  border-color: #231f20;
}
.contact-section .contact-info-wrapper {
  flex-direction: column;
  background-color: white;
  color: #231f20;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.contact-section .contact-info-wrapper .contact-info {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.contact-section .contact-info-wrapper .contact-info span:nth-child(2) {
  text-align: center;
  color: #000;
}
.contact-section .map {
  padding-top: 3rem;
}
.contact-section .map iframe {
  width: 100%;
  height: 20rem;
  border: 0;
}
.breadcrumb {
  height: 140px;
  margin-bottom: 0;
  background: rgba(35, 31, 32, 0.95);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: white;
  padding: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.breadcrumb.bg-pattern-1::before {
  opacity: 1;
}
.breadcrumb .description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}
.breadcrumb .description h1 {
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0;
  color: white;
}
.breadcrumb .description div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.owl-carousel h3 {
  font-size: 1.3rem;
  margin: 0.25rem 0;
  text-align: center;
}
.border-bottom {
  border-bottom: 2px solid #231f20 !important;
  padding-bottom: 0.5rem;
  display: inline-block;
}
.owl-carousel,
.other-news {
  position: relative;
}
.owl-carousel .item,
.other-news .item {
  padding: 0.5rem;
  height: auto;
  align-self: stretch;
  display: flex;
}
.owl-carousel .item .card,
.other-news .item .card {
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin: 0;
  border-radius: 0.35rem;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  height: auto;
  align-self: stretch;
  display: flex;
  width: 100%;
}
.owl-carousel .item .card img,
.other-news .item .card img {
  width: 100%;
}
.owl-carousel .item .card:hover,
.other-news .item .card:hover {
  transform: scale(1.01);
}
.owl-carousel .item .card a,
.other-news .item .card a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.owl-carousel .item .card .description,
.other-news .item .card .description {
  padding: 1.25rem;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.owl-carousel .item .card .description p,
.other-news .item .card .description p {
  margin-bottom: 0;
  font-size: 1rem;
}
.owl-carousel .item .card .description h2,
.other-news .item .card .description h2 {
  font-size: 1.4rem;
}
.owl-carousel .item .card .time,
.other-news .item .card .time {
  position: absolute;
  z-index: 1;
  top: 0.75rem;
  right: 0.75rem;
  background-color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.owl-carousel .owl-prev,
.other-news .owl-prev,
.owl-carousel .owl-next,
.other-news .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 50% !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #C5231B !important;
}
.owl-carousel .owl-prev i,
.other-news .owl-prev i,
.owl-carousel .owl-next i,
.other-news .owl-next i,
.owl-carousel .owl-prev svg,
.other-news .owl-prev svg,
.owl-carousel .owl-next svg,
.other-news .owl-next svg {
  color: #C5231B;
  fill: #C5231B;
}
.owl-carousel .owl-prev:hover,
.other-news .owl-prev:hover,
.owl-carousel .owl-next:hover,
.other-news .owl-next:hover {
  background-color: #C5231B !important;
  color: white !important;
}
.owl-carousel .owl-prev:hover i,
.other-news .owl-prev:hover i,
.owl-carousel .owl-next:hover i,
.other-news .owl-next:hover i,
.owl-carousel .owl-prev:hover svg,
.other-news .owl-prev:hover svg,
.owl-carousel .owl-next:hover svg,
.other-news .owl-next:hover svg {
  color: white;
  fill: white;
}
.owl-carousel .owl-prev,
.other-news .owl-prev {
  left: -4rem;
}
.owl-carousel .owl-next,
.other-news .owl-next {
  right: -4rem;
}
nav .product-wrapper,
header .product-wrapper {
  margin-top: 1rem;
}
nav .product-wrapper h3,
header .product-wrapper h3 {
  font-size: 0.9rem;
}
.mm > li:last-child:after,
.mm > li:last-child:before {
  display: none;
}
.mm > li:last-child a {
  width: 33.33333333%;
  text-align: center;
}
.bg-pattern-1 {
  overflow: hidden;
  position: relative;
}
.bg-pattern-1:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/ui/bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  opacity: 0.105;
  content: "";
}
.about-section ul {
  padding: 0;
}
.about-section ul.list li {
  list-style: none;
}
.about-section ul.list li:before {
  content: '\f058';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  padding-right: 0.75rem;
  color: #231f20;
}
.about-section .card {
  border: 0;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 1.5rem;
  margin: 1.25rem 0;
  border-radius: 0.5rem;
}
.about-section .card img {
  width: 100%;
  border-radius: 0.5rem;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  z-index: 999999999;
  background-image: url(../images/ui/page-loader.gif);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}
img {
  max-width: 100%;
}
.top-features {
  margin-top: -100px;
}
.feature-block {
  position: relative;
  margin: 1rem 0;
}
.feature-block .inner-box {
  position: relative;
  padding: 1rem;
  background-color: #ffffff;
  background-image: url(../images/ui/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 100%;
  border-radius: 0.5rem;
}
.feature-block .inner-box h4 {
  font-size: 1.3rem;
}
.feature-block .inner-box ul {
  margin-bottom: 0;
  padding-left: 0;
}
.feature-block .inner-box ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.feature-block .inner-box ul li:hover:before {
  transform: translateX(0.25rem);
}
.feature-block .inner-box ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0icmlnaHQtMiIgZGF0YS1uYW1lPSJMaW5lIENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGxpbmUtY29sb3IiPjxwb2x5bGluZSBpZD0icHJpbWFyeSIgcG9pbnRzPSI3LjUgMyAxNi41IDEyIDcuNSAyMSIgc3R5bGU9ImZpbGw6IG5vbmU7IHN0cm9rZTogcmdiKDAsIDAsIDApOyBzdHJva2UtbGluZWNhcDogcm91bmQ7IHN0cm9rZS1saW5lam9pbjogcm91bmQ7IHN0cm9rZS13aWR0aDogMjsiPjwvcG9seWxpbmU+PC9zdmc+);
  background-position: center;
  background-size: cover;
  margin-right: 0.25rem;
  position: relative;
  transition: 0.3s;
}
.feature-block .inner-box .icon {
  padding: 0.5rem 0;
}
.feature-block .inner-box .icon img {
  max-width: 64px;
  filter: invert(19%) sepia(56%) saturate(2535%) hue-rotate(200deg) brightness(87%) contrast(93%);
}
.feature-block .inner-box:before,
.feature-block .inner-box:after {
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}
.feature-block .inner-box:hover:before {
  transform: scale(1);
  opacity: 0.2;
  transition-delay: 300ms;
}
.feature-block .inner-box:hover:after {
  transform: scale(1.7);
  opacity: 0.1;
  transition-delay: 400ms;
}
.feature-block .inner-box:hover {
  background-color: #231f20;
  transform: translateY(-20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: white;
}
.feature-block .inner-box:hover ul li::before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(103%) contrast(103%);
}
.feature-block .inner-box:hover .icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.doctor-wrapper {
  margin-top: 30px;
}
.doctor-wrapper .description {
  padding: 1.25rem;
}
.doctor-wrapper .description h3 {
  font-size: 1.3rem;
}
.doctor-wrapper .description p {
  font-size: 0.9rem;
  opacity: 0.8;
}
.our-doctors .container {
  padding: 2rem 4rem;
}
.maps > div {
  display: none;
}
.maps > div.active {
  display: block;
}
.list-group-item {
  margin-top: 0.5rem;
  overflow: hidden;
  position: relative;
  background-color: white;
  color: #231f20;
  border-color: #231f20 !important;
  padding: 0;
}
.list-group-item:hover,
.list-group-item.active {
  background-color: #231f20;
  color: white;
}
.list-group-item a {
  padding: 0.75rem 1.25rem;
}
.img-404 {
  max-width: 720px;
}
.video-section .item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background-color: white;
  border-radius: 0.5rem;
}
.video-section .item:hover .play-btn {
  transform: rotate(360deg);
}
.video-section .item .description {
  padding: 1rem;
}
.video-section .item .description h3 {
  margin-bottom: 0;
}
.video-section .item .img-wrapper {
  position: relative;
}
.video-section .item .img-wrapper .video-link {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}
.video-section .item .img-wrapper .video-link .play-btn {
  position: relative;
  display: inline-block;
  margin-top: 20%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #231f20;
  text-align: center;
  background-color: #ffffff;
  line-height: 76px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  transition: all 500ms ease;
  padding-left: 5px;
}
.video-list-section .item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background-color: white;
  border-radius: 0.5rem;
}
.video-list-section .item:hover .play-btn {
  transform: rotate(360deg);
}
.video-list-section .item .description {
  padding: 1rem;
}
.video-list-section .item .description p {
  line-height: 1.05rem;
}
.video-list-section .item .img-wrapper {
  position: relative;
}
.video-list-section .item .img-wrapper .video-link {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}
.video-list-section .item .img-wrapper .video-link .play-btn {
  position: relative;
  display: inline-block;
  margin-top: 20%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #231f20;
  text-align: center;
  background-color: #ffffff;
  line-height: 76px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  transition: all 500ms ease;
  padding-left: 5px;
}
.responsive-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 4235242342345234;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-b30 {
  margin-bottom: 30px;
}
#top-bar {
  background: rgba(35, 31, 32, 0.95);
}
#top-bar.bg-pattern-1::before {
  opacity: 1;
}
#top-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 0.85rem;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
}
#top-bar .container-fluid .lang ul {
  display: flex;
  margin: 0;
  padding: 0;
}
#top-bar .container-fluid .lang ul li:first-child {
  border-right: 1px solid white;
}
#top-bar .container-fluid .lang ul li {
  list-style: none;
  padding: 0 0.5rem;
  font-size: 0.9rem;
}
.project-section h2 {
  font-size: 1.5rem;
}
.project-section .item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.project-section .item:hover {
  cursor: pointer;
}
.project-section .item * {
  transition: all 0.35s ease-in-out;
}
.project-section img {
  max-width: 100%;
  width: 100%;
}
.project-section .item:hover img {
  opacity: 0;
}
.project-section .text {
  width: 80%;
  height: 90%;
  position: absolute;
  top: -200px;
  left: 10%;
}
.project-section .text h3 {
  color: black;
}
.project-section .item:hover .text {
  top: 10%;
}
.project-section .item:hover .button {
  bottom: 5%;
}
.project-section .item .button {
  position: absolute;
  bottom: -100px;
  left: 25%;
  width: 50%;
  border: 2px solid #231f20;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  color: #231f20;
}
.project-section .button:hover {
  background-color: #231f20;
  color: #F5F5F5;
}
.project-sidebar .card {
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 1rem 2rem !important;
}
.project-sidebar .card h2 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}
.project-sidebar .card .info {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}
.project-sidebar .card .info img {
  height: 48px;
  width: auto;
  margin-right: 0.5rem;
}
.project-sidebar .card .info b {
  font-size: 1rem;
}
.product-wrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 0;
  margin: 15px 0;
  background-color: #ffffff;
}
.product-wrapper .img {
  position: relative;
  overflow: hidden;
}
.product-wrapper .img img {
  transition: 0.3s;
  height: 200px;
  object-fit: contain;
  width: 100%;
}
.product-wrapper .description {
  padding: 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-wrapper .description h3 {
  font-size: 1.2rem;
  text-align: center;
}
.product-wrapper:hover img {
  transform: scale(1.1);
}
.category-sidebar .card {
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 2rem 1rem;
}
.category-sidebar .card h2 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}
.category-sidebar .card ul {
  padding: 0.5rem;
  margin: 0;
}
.category-sidebar .card ul li {
  list-style: none;
  transition: 0.3s;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-sidebar .card ul li:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0icmlnaHQtMiIgZGF0YS1uYW1lPSJMaW5lIENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGxpbmUtY29sb3IiPjxwb2x5bGluZSBpZD0icHJpbWFyeSIgcG9pbnRzPSI3LjUgMyAxNi41IDEyIDcuNSAyMSIgc3R5bGU9ImZpbGw6IG5vbmU7IHN0cm9rZTogcmdiKDAsIDAsIDApOyBzdHJva2UtbGluZWNhcDogcm91bmQ7IHN0cm9rZS1saW5lam9pbjogcm91bmQ7IHN0cm9rZS13aWR0aDogMjsiPjwvcG9seWxpbmU+PC9zdmc+);
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin-right: 0.3rem;
}
.category-sidebar .card ul li:hover {
  color: #231f20;
}
.category-sidebar .card ul li:hover:before {
  transform: translateX(0.25rem);
  filter: invert(68%) sepia(47%) saturate(562%) hue-rotate(327deg) brightness(95%) contrast(88%);
}
.product-section {
  background: #f8f8f8;
}
.product-section .product {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.product-section .product:hover .desc {
  transform: translate(-50%, -50%) scale(1);
}
.product-section .product img {
  width: 100%;
}
.product-section .product .desc {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.25);
}
.product-section .product .desc :after {
  border: 1px solid white;
  content: '';
  position: absolute;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
}
.product-section .product .desc a {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
}
.product-section .product .desc a:hover {
  background: #C5231B;
  color: white;
}
.product-tab {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.product-tab .tab-head {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.product-tab .tab-head button {
  font-size: 1rem;
  border: 0;
  background-color: white;
  cursor: pointer;
  opacity: 0.5;
  border: 1px solid #C5231B;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  color: #C5231B;
  margin-right: 0.5rem;
}
.product-tab .tab-head button.active {
  opacity: 1;
  background-color: #C5231B;
  color: white;
}
.product-tab .tab-body {
  padding-top: 0.75rem;
}
.product-tab .tab-body > div {
  display: none;
}
.product-tab .tab-body > div.active {
  display: block;
}
.product-tab .tab-body > div .stars-box {
  color: #bbbbbb;
}
.product-tab .tab-body > div .stars-box .star.hover path,
.product-tab .tab-body > div .stars-box .star.active path {
  fill: yellow;
}
button:focus {
  outline: 0;
}
#reviews {
  padding: 1rem 0 3rem 0;
}
#reviews .item {
  margin-top: 1.5rem;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 1rem !important;
  display: flex;
  gap: 1rem;
}
#reviews .item h3 {
  font-size: 1.1rem;
}
.special-heading {
  color: #231f20;
  font-size: 2.5rem;
}
.special-heading:after {
  content: '';
  background: #C5231B;
  width: 60px;
  height: 2px;
  margin-top: 0.75rem;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.heading-icon img {
  max-width: 90px;
}
.text-center .heading-icon {
  display: flex;
  justify-content: center;
}
.why-us .row > div {
  margin: 15px 0;
}
.why-us .row > div .card {
  border: 0;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: 0.3s;
  height: 100%;
}
.why-us .row > div .card .description p {
  opacity: 0.7;
}
.why-us .row > div .card .icon {
  text-align: center;
  padding-bottom: 0.5rem;
}
.why-us .row > div .card .icon img {
  width: 96px;
}
.why-us .row > div .card:hover {
  transform: translateY(-20px);
}
.why-us .row > div .card:hover .special-heading::after,
.why-us .row > div .card:hover .special-heading::before {
  max-width: 50px;
}
.reference-section .flip-card {
  background-color: transparent;
  margin: 15px 0;
}
.reference-section .flip-card img {
  width: 100%;
  border-radius: 0.5rem;
}
.reference-section .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 0.5rem;
}
.reference-section .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.reference-section .flip-card .flip-card-front,
.reference-section .flip-card .flip-card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0.5rem;
  overflow: hidden;
}
.reference-section .flip-card .flip-card-front {
  background-color: #bbb;
  color: black;
}
.reference-section .flip-card .flip-card-back {
  background-color: #231f20;
  color: white;
  transform: rotateY(180deg);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reference-section .flip-card .flip-card-back h2 {
  font-size: 1.4rem;
}
.reference-section .flip-card .flip-card-back p {
  font-size: 0.9rem;
  font-weight: 300;
}
div.fancybox__container {
  z-index: 10000;
}
#tab-1 p {
  margin: 0;
}
#tab-2 .download-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#tab-2 .download-links .link {
  display: flex;
  width: 100%;
  max-width: 360px;
  justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-special {
  color: #231f20;
}
.linkedin-section .container {
  position: relative;
}
.linkedin-section .container .img-wrapper {
  position: relative;
  transform: translateY(-30px);
}
.linkedin-section .container .img-wrapper img {
  max-width: 150px;
}
.linkedin-section .container .img-wrapper a {
  padding: 0.25rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.document-section .link {
  padding: 1rem;
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin: 15px 0;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.blog-section .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: rgba(35, 31, 32, 0.02);
  margin: 15px 0;
  border: 0;
  position: relative;
  transition: 0.3s;
}
.blog-section .card .description {
  padding: 1.25rem;
}
.blog-section .card .description path {
  fill: #231f20;
}
.blog-section .card h3 {
  padding-top: 0.4rem;
  font-weight: 600;
  color: #231f20;
}
.blog-section .card p {
  opacity: 0.6;
}
.blog-section .card:hover {
  transform: translateY(-15px);
}
.sidebar-list ul {
  padding: 0;
  margin: 0;
}
.sidebar-list ul li {
  list-style: none;
  margin-top: 1rem;
}
.sidebar-list ul li a {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  width: 100%;
  display: block;
}
.owl-item a {
  width: 100%;
}
.owl-wrapper {
  padding: 0 4rem;
}
.about-image {
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-image img {
  border-radius: 0.5rem;
}
.about-image .image-1 {
  width: 66.6666%;
}
.about-image .image-2 {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.6666%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.about-image .image-2 .icon {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  opacity: 0.15;
}
.about-image .description {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  gap: 1rem;
  align-items: center;
}
.about-image .description span:first-child {
  font-size: 4rem;
  font-weight: 600;
  color: #C5231B;
  line-height: 2.75rem;
}
.about-image .description span:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 500;
  color: #231f20;
}
.timeline-container {
  width: 90%;
  padding: 50px 0;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}
.timeline-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1;
}
.timeline-container .timeline-block {
  width: -webkit-calc(58%);
  width: -moz-calc(58%);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}
.timeline-container .timeline-block .card {
  padding: 1rem;
  border-radius: 0.75rem;
  border-width: 0;
}
.timeline-container .timeline-block-right {
  float: right;
}
.timeline-container .timeline-block-left {
  float: left;
  direction: rtl;
}
.timeline-container .marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #C5231B;
  margin-top: 10px;
  z-index: 23;
}
.timeline-container .timeline-content {
  transition: 0.3s;
  width: 95%;
  padding: 0 15px;
  color: #231f20;
  direction: ltr;
}
.timeline-container .timeline-content:hover {
  transform: translateY(-15px);
}
.timeline-container .timeline-content .icon {
  padding: 0.7rem 0;
}
.timeline-container .timeline-content .icon img {
  max-width: 72px;
  filter: invert(19%) sepia(61%) saturate(2942%) hue-rotate(340deg) brightness(97%) contrast(104%);
}
.timeline-container .timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
}
.timeline-container .timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}
.timeline-container .timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}
.bg-pattern {
  position: relative;
}
.bg-pattern > * {
  position: relative;
  z-index: 1;
}
.bg-pattern:before {
  content: '';
  background: url("../images/ui/03.png");
  opacity: 0.1;
  width: 25%;
  max-width: 300px;
  height: 25%;
  background-size: contain;
  position: absolute;
  top: 2.5%;
  background-repeat: no-repeat;
  display: inline-block;
  left: 2.5%;
}
.bg-pattern:after {
  content: '';
  background: url("../images/ui/02.svg");
  width: 25%;
  max-width: 200px;
  height: 75%;
  background-size: contain;
  position: absolute;
  bottom: 2.5%;
  background-repeat: no-repeat;
  display: inline-block;
  right: 2.5%;
  max-height: 420px;
}
.services-section .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: rgba(35, 31, 32, 0.02);
  margin: 15px 0;
  border: 0;
  position: relative;
  transition: 0.3s;
  height: 100%;
}
.services-section .card .icon {
  padding: 1.25rem;
  padding-bottom: 0;
}
.services-section .card .icon img {
  max-width: 72px;
  filter: invert(19%) sepia(61%) saturate(2942%) hue-rotate(340deg) brightness(97%) contrast(104%);
}
.services-section .card .description {
  padding: 1.25rem;
}
.services-section .card .description path {
  fill: #231f20;
}
.services-section .card h3 {
  padding-top: 0.4rem;
  font-weight: 600;
  color: #231f20;
}
.services-section .card p {
  opacity: 0.6;
}
.services-section .card:hover {
  transform: translateY(-15px);
}
.accordion .card {
  border-color: rgba(35, 31, 32, 0.08);
}
.accordion .card .card-header {
  padding: 0.5rem 1rem;
  background: white;
  border-color: rgba(35, 31, 32, 0.08);
}
.accordion .card .card-header .btn-link {
  color: #231f20;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion .card .card-header .btn-link .icon {
  position: relative;
  transition: 0.3s;
}
.accordion .card .card-header .btn-link:not(.collapsed) .icon {
  transform: rotate(-180deg);
}
* {
  margin: 0;
}
.special-image {
  width: 100%;
  padding: 1rem;
  position: relative;
}
.special-image::before {
  width: 5rem;
  height: 5rem;
  content: '';
  position: absolute;
  border-bottom: 0.5rem solid #C5231B;
  border-left: 0.5rem solid #C5231B;
  bottom: 0;
  left: 0;
}
.special-image::after {
  width: 5rem;
  height: 5rem;
  content: '';
  position: absolute;
  border-top: 0.5rem solid #C5231B;
  border-right: 0.5rem solid #C5231B;
  top: 0;
  right: 0;
}
.special-image img {
  width: 100%;
}
/*# sourceMappingURL=main.css.map */