/*
 * Copyright (c) 2022.
 * Muhammet KÖKLÜ <info@muhammetkoklu.com>
 */
/* Fonts */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DidotLTPro-Roman, Baskerville, Times, serif;
}





.img-size-1{
  width: 1200px;
  height: 850px;
  object-fit: cover!important;
}

.img-size-2{
    width: 600px;
  height: 300px;
  object-fit: cover!important;
}
.img-size-3{
  width: 1200px;
  height: 550px;
  object-fit: cover!important;
}
.img-size-4{
  width: 600px;
  height: 450px;
  object-fit: cover!important;
}
.img-size-5{
  width: 1200px;
  height: 750px;
  object-fit: cover!important;
}

.btn-text{
  border-radius:15px;
  padding: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 0.8em;
}
.bg-yellow{
  background: #fff3d3b2;
}
.muayene-text{
  color: #292828bb;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.muayene-text-2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: 600;

}




.text-secondary {
  color: #ddba5d !important;
}
.checkbox-style{
	position:relative;
	margin-top:40%;
}
.scroll-to-top {
  position: fixed;
  z-index: 100;
  right: 0.8rem;
 
  bottom: 6rem;
  background: #ddba5d;
  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: baskerville-urw, Baskerville, "Baskerville Old Face", Garamond, "Times New Roman", serif;
  scroll-behavior: smooth;
  background-color: white;
  color: black;
}
body .container-fluid,
html .container-fluid {
  max-width: 1400px;
}
main {
  max-width: 100vw;
  overflow: hidden;
  color: #0b0b0b;
}



/* [1] The container */
.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .9s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}

.text-justify{
	text-align:justify!important;
}

.bg-special {
  background-color: #1d1d1b;
  color: white;
}
.image-animation {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0;
}
.image-animation::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);
}
.image-animation:hover:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}
.image-column {
  position: relative;
  margin-bottom: 50px;
}
.image-column .inner-column {
  position: relative;
  padding: 40px  0px 0px 40px;
  margin-right: 50px;
}
.image-column .inner-column.white:after {
  border-color: white;
}
.image-column .inner-column:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 40px;
  bottom: 100px;
  z-index: 1;
  border: 2px solid #1d1d1b;
  border-radius: 0.5rem;
}
.image-column .inner-column .image {
  position: relative;
}
.image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
}
.image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}
.image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}
.image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #1d1d1b;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
section.shadow {
  box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}
header {
  width: 100%;
  padding: 12px 20px;
  z-index: 9000 !important;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
header .row {
  display: flex;
  align-items: center;
}
header .logo-area img {
  height: 72px;
  width: auto;
  max-width: unset;
  transition: all 0.5s;
}
/*
header .instagramNav i {
	color: #fff!important;
}*/
header .col-lg-10 {
  position: static;
}
header .logo-area {
  position: relative;
}
header .logo-area img:nth-child(2) {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
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 #1d1d1b;
  color: white;
}
header .lang ul li a {
  color: #1d1d1b;
}
header.home .logo-area {
  position: relative;
}
header.home .logo-area img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header.home  a,i,svg, .instagramNav i{
	color: white;	
}

header.home .search-button svg {
  color: white;
}
header.home .lang ul li,
header.home .main-menu ul li {
  border-color: white;
}
header.home .lang ul li a,
header.home .main-menu ul li a {
  color: white!important;
}
header.home .lang ul li a:hover,
header.home .main-menu ul li a:hover {
  color: #ddba5d !important;
}
header.home .lang ul li.active a,
header.home .main-menu ul li.active a {
  color: #ddba5d !important;
}
header.sticky .search-button svg {
  color: #1d1d1b;
}
header.home .instagramNav svg{
	color:#fff;
}
header.sticky .lang ul li {
  border-color: #1d1d1b;
}
header.sticky .lang ul li a {
  color: #1d1d1b !important;
}
header.sticky .main-menu ul li a {
  color: #1d1d1b!important;
}
header.sticky .insta-style {
  margin-top:15px!important;
  color: #1d1d1b!important;
}
header.sticky .main-menu ul li:hover a {
  color: #ddba5d !important;
}
header.sticky .logo-area img:first-child {
  opacity: 0;
}
header.sticky .logo-area img:nth-child(2) {
  opacity: 1;
}
header.sticky .mobile-menu-button svg {
  color: #1d1d1b !important;
}
header.sticky  {
  background: #fff !important;
}

header.sticky .instagramNav svg{
	color:#1d1d1d!important;
}

/*
header.sticky .main-menu {
  position: absolute;
  top: 79px;
  right: -320px;
  background: rgba(29, 29, 27, 0.9);
  width: 320px;
  height: calc(100vh - 79px);
  display: flex;

  transition: 0.3s;
}
header.sticky .main-menu.active {
  right: 0;
}
header.sticky .main-menu nav {
  width: 100%;
  padding-top: 1rem;
}
header.sticky .main-menu nav > ul {
  display: none !important;
}
header.sticky .main-menu nav > ul li {
  text-align: center;
}
header.sticky .main-menu nav > ul li:hover {
  background: #1d1d1b;
}*/
header.sticky .main-menu nav > ul li:hover a {
  color: #ddba5d;
}
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: #1d1d1b;
  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 > 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: #1d1d1b;
  font-family: DidotLTPro-Roman, Baskerville, Times, serif;
  font-weight: 400;
  font-size: 0.85rem;
  display: block;
  padding: 0.75rem 0.75rem;
  transition: all 0.5s;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
header .menu-area .main-menu ul > li.active > a,
header .menu-area .main-menu ul > li:hover > a {
  color: #ddba5d;
}
header .menu-area .main-menu ul > li:hover > div {
  display: flex;
}
body .mm.mm--dark {
  color: white;
  background: #1d1d1b;
}
footer {
  position: relative;
  color: #c7c7c7;
  background-position: center;
  background-image: url("../images/move-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
footer.bg-pattern-1::before {
  opacity: 1;
}
footer > div {
  padding: 2rem 0;
  background: rgba(29, 29, 27, 0.94);
  position: relative;
  z-index: 1;
}
footer .nano-medya {
  filter: brightness(0) invert(1);
}
footer a:hover {
  opacity: 0.75;
}
footer img.w-50 {
  max-width: 320px;
  width: 100%!important;
}
footer img {
  max-width: 320px;
  width: 100%!important;
}
footer ul {
  margin: 0;
  padding: 0.5rem 0;
}
footer ul li {
  list-style: none;
}
.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: #ddba5d;
}
.kvkk .btn {
  font-size: 0.85em;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  background: #ddba5d;
  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: #d4a833;
}
/*
#header.sticky {
  background: white;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
  position: fixed;
}
#header.sticky .logo-area img {
  height: 55px;
}
#header.sticky .main-menu ul li ul {
  padding-top: 36px;
}*/
.text-main {
  color: #1d1d1b;
}
.text-main-2 {
  color: #ddba5d;
}
h3 {
  font-size: 1.5rem;
}


.carousel-paragraf{
	font-style:italic !important;
	font-size:1.2em !important;
}
.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:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.35));
  z-index: 1;
}
.carousel .carousel-item video {
  min-height: 600px;
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
}
.carousel .carousel-item img {
  min-height: 600px;
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
  animation: 5s ease-in-out 0.7s slider-img forwards;
}
@keyframes slider-img {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.carousel .carousel-item h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.carousel .carousel-item .carousel-caption {
 position:absolute;

  top: 50%;
  transform: translateY(-50%);

  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-content: center;
  max-width: 700px;
  margin: auto;
  color: white;
}

}
@media screen and (max-width: 650px) {
	.carousel .carousel-item .carousel-caption{
	right: 15%;
  top: 40%!important;
  transform: translateY(-50%);
  text-align: center;
  display: inline-table;
  max-width: 700px;
  margin: auto;
  color: white;
	}
	}
.carousel .carousel-item .carousel-caption .animated {
  animation-delay: 1s;
}
.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: DidotLTPro-Roman, Baskerville, Times, serif;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn-special-outline:hover {
  background: #000000;
  color: white;
}
.btn-special {
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  color: #1d1d1b;
  font-family: DidotLTPro-Roman, Baskerville, Times, serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 0 0 2px #1d1d1b inset;
  background-color: transparent;
}
.btn-special:hover {
  box-shadow: 0 0 0 3em #1d1d1b inset;
  color: white;
}
.btn-special-white {
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  color: #e1e1e1;
  font-family: DidotLTPro-Roman, Baskerville, Times, serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 0 0 2px #e1e1e1 inset;
}
.btn-special-white:hover {
  box-shadow: 0 0 0 3em #e1e1e1 inset;
  color: #1d1d1b;
}
.mm.mm--dark {
  color: white;
  background: #ddba5d;
}
.sec-title2 {
  color: #fff;
}
.sec-title {
  position: relative;
  padding-bottom: 40px;
}
.sec-title .title {
  position: relative;
  color: #1d1d1b;
  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(29, 29, 27, 0.07);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  background: transparent;
  color: black;
}
.contact-section input:focus-visible,
.contact-section textarea:focus-visible {
  outline: 0;
  border-color: #1d1d1b;
}
.contact-section .contact-info-wrapper {
  background-color: white;
  color: #1d1d1b;
  position: relative; 
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.contact-section .contact-info-wrapper .contact-info {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-left: 2px solid rgba(29, 29, 27, 0.1);
}
.contact-section .contact-info-wrapper .contact-info:first-child {
  border-left-width: 0;
}
.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 {
  padding: 1rem 0;
  margin-bottom: 0;
  background: white;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #1c1c1c;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumb .description {
  color: rgba(28, 28, 28);
  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;
  align-items: center;
  gap: 1rem;
  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 #1d1d1b !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: 1.75rem;
  width: 1.75rem;
  border-radius: 50% !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.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: #1d1d1b;
  fill: #1d1d1b;
}
.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: #ddba5d;
  fill: #ddba5d;
}
.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: "";
}
.reference-carousel img,
.references img {
  filter: grayscale(100%);
  transition: 0.3s;
}
.reference-carousel img:hover,
.references img:hover {
  filter: grayscale(0%);
}
.about-section .description.white img {
  filter: brightness(0) invert(1);
}
.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: #1d1d1b;
}
.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: #1d1d1b;
  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: #1d1d1b;
  border-color: #1d1d1b !important;
  padding: 0;
}
.list-group-item:hover,
.list-group-item.active {
  background-color: #1d1d1b;
  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: #1d1d1b;
  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: #1d1d1b;
  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;
}
.icon-count-2-outer {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}
.icon-count-2-outer:after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: -5px;
  width: 100%;
  height: 20%;
  background-color: #0073ce;
  opacity: 0.4;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.icon-count-2-outer .icon-count-2 {
  margin: 5px;
  position: relative;
  background-color: transparent;
}
.icon-count-2-outer .icon-count-2 .icon-cell img {
  width: 80px;
}
.icon-count-2-outer .icon-count-2 .icon-content {
  position: absolute;
  top: -400px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 6;
  color: white;
  padding: 1rem;
  height: 100%;
  transition: 0.3s;
  width: 100%;
}
.icon-count-2-outer .icon-count-2 .icon-content h3 {
  font-size: 1.75rem;
  text-align: center;
}
.icon-count-2-outer:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}
.icon-count-2-outer:hover:after {
  height: 200%;
}
.icon-count-2-outer:hover .icon-content {
  top: 0;
}
.icon-count-2-outer:hover .icon-count-2 span.icon-count-number:after {
  width: 40px;
}
#top-bar {
  background: rgba(29, 29, 27, 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 .item {
  position: relative;
  overflow: hidden;
}
.project-section .item img {
  transition: 0.4s;
  width: 100%;
  object-fit: cover;
}
.project-section .item:hover .description {
  opacity: 1;
}
.project-section .item:hover img {
  transform: scale(1.2);
}
.project-section .item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  text-decoration: underline;
  text-decoration-color: #ddba5d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  opacity: 0;
  transition: 0.2s;
}
.project-section .item .description h3 {
  margin-bottom: 0;
}
.project-section-2 .item .img {
  position: relative;
  overflow: hidden;
}
.project-section-2 .item .img img {
  transition: 0.4s;
  width: 100%;
  object-fit: cover;
}
.project-section-2 .item:hover .description {
  opacity: 1;
}
.project-section-2 .item:hover img {
  transform: scale(1.2);
}
.project-section-2 .item .description {
  padding: 1rem;
  text-align: center;
}
.project-section-2 .item .description p {
  color: #5b5b5b;
}
.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: #1d1d1b;
}
.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 .row > * {
  padding: 15px;
}
.product-section .card {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 0 3rem 0 3rem;
  padding: 1.5rem;
  height: 100%;
  transition: 0.3s;
}
.product-section .card .img img {
  border-top-right-radius: 2rem;
}
.product-section .card:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.product-section > div:first-child {
  position: relative;
  bottom: -0.5rem;
}
.product-section > div:nth-child(3) {
  position: relative;
  top: -0.5rem;
}
.product-section .product-inner {
  background-color: #1d1d1b;
  position: relative;
  z-index: 1;
  color: white;
}
.product-section .product-inner h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.product-section .product-inner p {
  font-size: 1.1rem;
  line-height: 1.65rem;
}
.product-section .product-img-wrapper {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.product-section .product-img-wrapper img {
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.product-section .product-img-wrapper a {
  z-index: 3;
  position: relative;
}
.product-section .product-img-wrapper::after,
.product-section .product-img-wrapper:before {
  display: inline-block;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 1;
  transition: 0.3s;
}
.product-section .product-img-wrapper:after {
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: calc(100% - 60px);
  height: 20px;
}
.product-section .product-img-wrapper:before {
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 60px);
  width: 20px;
  top: -100%;
}
.product-section .product-img-wrapper:hover img {
  filter: grayscale(0.3);
}
.product-section .product-img-wrapper:hover:after {
  left: 30px;
}
.product-section .product-img-wrapper:hover:before {
  top: 30px;
}
.product-section .product-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;
}
.product-section .product-sidebar .card .title {
  font-size: 2rem;
  font-weight: 600;
}
.product-section .product-sidebar .card .info {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.product-section .product-sidebar .card .info img {
  height: 48px;
  width: auto;
  margin-right: 0.5rem;
}
.product-section .product-sidebar .card .info b {
  font-size: 1rem;
}
.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: 1;
  border: 1px solid #ddba5d;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  color: #ddba5d;
  margin-right: 0.5rem;
}
.product-tab .tab-head button.active {
  opacity: 1;
  background-color: #ddba5d;
  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 {
  position: relative;
  display: inline-block;
}
.special-heading::before {
  display: inline-block;
  bottom: 0;
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 2px;
  transition: 0.3s;
}
.why-us .row > div {
  margin: 15px 0;
}
.why-us .row > div .card {
  border: 0;
  padding: 1.5rem;
  transition: 0.3s;
  height: 100%;
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  gap: 0.75rem;
}
.why-us .row > div .card .description p {
  opacity: 0.6;
}
.why-us .row > div .card .icon {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 50%;
  padding: 1.25rem;
  margin: auto;
  background-color: white;
}
.why-us .row > div .card .icon img {
  width: 72px;
  filter: invert(41%) sepia(92%) saturate(4421%) hue-rotate(185deg) brightness(92%) contrast(83%);
}
.card {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-width: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.reference-section .card {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-width: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 15px 0;
}
.reference-section .card img {
  width: 100%;
  border-radius: 0.5rem;
}
.reference-section .card .description {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -300px;
  background-color: rgba(29, 29, 27, 0.8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.reference-section .card .description h3 {
  font-size: 1.75rem;
}
.reference-section .card:hover .description {
  bottom: 0;
}
div.fancybox__container {
  z-index: 10000;
}
#tab-1 p {
  margin: 0;
}
.download-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.download-links .link {
  display: flex;
  width: 100%;
  max-width: 360px;
  justify-content: space-between;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-special {
  color: #1d1d1b;
}
.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);
  }
}
.services-section {
  position: relative;
}
.services-section .icon {
  position: absolute;
  top: -1rem;
  left: calc(50% - 115px);
  animation: 3s tilt-shaking infinite ease-in-out;
}
.services-section h2 {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.blog-section #accordion .card-header {
  background-color: rgba(0, 0, 0, 0.01);
}
.blog-section #accordion .card-header button {
  color: #1d1d1b;
  text-decoration: none;
}
.blog-section #accordion .card:hover {
  transform: unset;
}
.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(29, 29, 27, 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: #1d1d1b;
}
.blog-section .card h3 {
  padding-top: 0.4rem;
  font-weight: 600;
  color: #1d1d1b;
}
.blog-section .card p {
  opacity: 0.6;
}
.blog-section .card:hover {
  transform: translateY(-15px);
}
.container {
  overflow: hidden;
}
.sidebar-list {
  padding: 1rem;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.sidebar-list ul {
  padding: 0;
  margin: 0;
}
.sidebar-list ul li {
  list-style: none;
  margin-top: 1rem;
}
.sidebar-list ul li:first-child {
  margin-top: 0;
}
.sidebar-list ul li:hover a,
.sidebar-list ul li.active a {
  background-color: rgba(0, 0, 0, 0.03);
}
.sidebar-list ul li a {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.01);
  width: 100%;
  display: block;
}
.owl-item a {
  width: 100%;
}
.owl-wrapper {
  padding: 0 4rem;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding-top: 0.5rem;
}
.tags a {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  transition: 0.3s;
  border-radius: 0.25rem;
}
.tags a:hover {
  background-color: #1d1d1b;
  color: white;
}
a[data-fancybox="videos"] {
  position: relative;
  display: inline-block;
}
a[data-fancybox="videos"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.27);
  height: 100%;
  width: 100%;
}
a[data-fancybox="videos"]:after {
  color: white;
  content: '\f144';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.brr-5 {
  border-radius: 0.5rem;
}
.section-services {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
  color: #000;
}
.section-services .header-section {
  margin-bottom: 35px;
}
.section-services .header-section .title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #b78a5b;
}
.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #b78a5b;
}
.section-services .header-section .title span {
  color: #b78a5b;
}
.section-services .header-section .description {
  color: #6f6f71;
}
.section-services .single-service {
  margin-top: 30px;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: calc(100% - 30px);
}
.section-services .single-service .part-1 {
  padding: 40px 40px 25px;
  border-bottom: 2px solid #1d1d1b;
}
.section-services .single-service .part-1 svg {
  margin-bottom: 25px;
  font-size: 50px;
  color: #1d1d1b;
}
.section-services .single-service .part-1 .title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
}
.section-services .single-service .part-2 {
  padding: 30px 40px 40px;
}
.section-services .single-service .part-2 .title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
}
.section-services .single-service .part-2 .description {
  margin-bottom: 22px;
  color: #6f6f71;
  font-size: 14px;
  line-height: 1.8em;
}
.section-services .single-service .part-2 a {
  color: #171717;
  font-size: 14px;
  text-decoration: none;
}
.section-services .single-service .part-2 a svg {
  margin-right: 10px;
  color: #1d1d1b;
}
.sub-title {
  color: #7d7d7d;
}
.color-light {
  color: #cccccc;
}
.teams .member {
  margin-top: 30px;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  transition: 0.5s;
  color: #121212;
}
.teams .member:hover {
  background-color: #1d1d1b;
  border: 1px solid white;
  color: white;
}
.teams .member:hover .social-links svg {
  color: white;
}
.teams .member .img {
  text-align: center;
}
.teams .member .img img {
  border-radius: 50%;
  width: 60%;
}
.teams .member .social-links {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.teams .member .social-links li {
  list-style: none;
}
.teams .member .social-links svg {
  color: #121212;
}
.teams .member .description {
  text-align: center;
}
.teams .member .description h3 {
  font-size: 1.5rem;
}
.teams .member .description p {
  font-size: 0.9rem;
  color: #cccccc;
}
.first-letter::first-letter {
  -webkit-initial-letter: 3;
  initial-letter: 3;
}
.owl-wrapper {
  padding: 0.5rem 3.5rem;
}
.comments {
  padding: 2rem 0;
}
.comments h3 {
  padding-bottom: 1rem;
}
.comments ul {
  padding: 0;
  margin: 0;
}
.comments ul li {
  margin-top: 1rem;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem;
}
.comments ul li:hover {
  background-color: rgba(0, 0, 0, 0.01);
}
.comments ul li .comment {
  display: flex;
  gap: 0.75rem;
}
.comments ul li .comment .avatar {
  border-radius: 50%;
  display: inline-flex;
  padding: 0.5rem;
  width: 83px;
  height: 76px;
}
.comments ul li .comment .avatar img {
  width: 100%;
}
.comments ul li .comment .description {
  width: 100%;
}
.comments ul li .comment .description .title {
  font-weight: 700;
}
.comments ul li .comment .description .text {
  padding-top: 0.5rem;
  opacity: 0.8;
  font-size: 0.85rem;
}
blockquote {
  position: relative;
  color: #1d1d1b;
}
blockquote::before {
  content: "❝";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -2px;
  transform: translate(-50%, -50%);
  width: 1.3em;
  height: 1.3em;
  background: #fff;
  box-shadow: 0 4px 5px -1px hsla(0 0% 0% / 20%);
  border-radius: 999px;
  display: grid;
  place-content: center;
  padding-top: 0.5em;
  color: #1d1d1b;
  font-size: 46px;
  font-style: normal;
  text-indent: 0;
}
blockquote .btn-special {
  padding: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
}
blockquote h3 {
  font-size: 1.25rem;
}
.bg-special-1 {
  background: rgba(29, 29, 27, 0.1);
}
.search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 27, 0.9);
  z-index: 9999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.search-container.active {
  opacity: 1;
  visibility: visible;
}
.search-container .search-box {
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  position: relative;
}
.search-container .search-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  background: transparent;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-bottom: 1px solid #ddba5d;
}
.search-container .search-box input::placeholder {
  color: #e1e1e1;
}
.search-container .search-box button {
  padding: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 1.5rem;
  border-width: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.search-container .search-box button svg {
  color: white;
}
/*# sourceMappingURL=main.css.map */