/* Colors */
/* Functions */
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot');
  src: url('../../fonts/icomoon.svg') format('embedded-opentype'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-placeholder-1:before {
  content: "\e90e";
}
.icon-envelope-1:before {
  content: "\e90f";
}
.icon-telephone:before {
  content: "\e910";
}
.icon-Path:before {
  content: "\e90d";
}
.icon-next:before {
  content: "\e90c";
}
.icon-left-arrow:before {
  content: "\e900";
}
.icon-right-arrow:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e902";
  color: #fff;
}
.icon-down-arrow .path1:before {
  content: "\e903";
  color: #ffc107;
}
.icon-down-arrow .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: #000000;
}
.icon-down-arrow .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: #000000;
}
.icon-facebook-logo:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-left-arrow1:before {
  content: "\e908";
  color: #fff;
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-square:before {
  content: "\e90a";
  color: #4246e1;
}
.icon-youtube:before {
  content: "\e90b";
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
body {
  font-family: 'Helvetica', sans-serif;
  --gutter-x: 20px;
  --gutter-x2: -20px;
  overflow-x: hidden;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
.mb0 {
  margin-bottom: 0px!important;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 180px 0 50px;
  width: 75%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
  padding-top: 180px;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../imgs/icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: #060606;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #423c3c;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
  content: ' ';
  filter: invert(1);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
a.mobile-hamburger-menu {
  z-index: 99;
  display: flex;
  position: absolute;
  right: 40;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #fff;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header {
  position: relative;
  background-color: #20201e;
  height: 130px;
  z-index: 9999;
}
header .line {
  position: absolute;
  border-bottom: 2px solid #ffffff;
  width: 80%;
  right: 0;
  top: 50%;
}
header .top-icerik .top-logo a img {
  position: absolute;
  top: 10px;
  z-index: 9;
}
header .top-icerik .top-menu-icerik .top-contact {
  margin-top: 25px;
}
header .top-icerik .top-menu-icerik .top-contact span {
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  color: #ffffff;
}
header .top-icerik .top-menu-icerik .top-contact span a {
  color: #ffffff;
}
header .top-icerik .top-menu-icerik .top-menu {
  margin-top: 20px;
}
header .top-icerik .top-menu-icerik .top-menu ul li {
  position: relative;
}
header .top-icerik .top-menu-icerik .top-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  color: #ffffff;
  margin-right: 25px;
  padding: 15px;
}
header .top-icerik .top-menu-icerik .top-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  top: 150%;
  pointer-events: initial;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 50%;
  transform: translateX(-60%);
  background-color: #fff;
  border: 1px solid #000;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-icerik .top-menu-icerik .top-menu ul li.mega ul.sub-menu {
  width: 900px;
  transform: translateX(-50%);
}
header .top-icerik .top-menu-icerik .top-menu ul li.mega ul.sub-menu li {
  width: 33.33%;
  float: left;
}
header .top-icerik .top-menu-icerik .top-menu ul li.mega ul.sub-menu li a {
  font-size: 14px;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu li {
  padding: 0;
  margin: 0;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu li:after {
  display: none;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu li a {
  color: #000;
  white-space: nowrap;
  margin: 0;
  padding: 10px 30px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu li ul.sub-menu {
  top: 20px;
  left: 100%;
  transform: translateX(0);
}
header .top-icerik .top-menu-icerik .top-menu ul li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header .top-icerik .top-menu-icerik .top-menu .top-sosyal li {
  margin-right: -10px;
}
header .top-icerik .top-menu-icerik .top-menu .top-sosyal li a {
  padding: 15px;
}
header .top-icerik .top-menu-icerik .top-menu .top-sosyal li:last-child a {
  margin-right: 0px;
}
#home-slider {
  z-index: 1;
  position: relative;
}
#home-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #20201e;
  transition: 1s;
  font-size: 35px;
}
#home-slider .owl-nav .owl-next {
  right: 20;
}
#home-slider .owl-nav .owl-next:hover {
  background-color: #000;
  color: #fff;
}
#home-slider .owl-nav .owl-prev {
  left: 20;
}
#home-slider .owl-nav .owl-prev:hover {
  background-color: #000;
  color: #fff;
}
#home-slider .slider-icon {
  z-index: 99;
  position: absolute;
  left: 5%;
  bottom: 10px;
}
#home-slider .slider-icon i {
  color: #fff;
  margin-bottom: 40px;
}
#home-slider .slider-icon .line {
  border-right: 1px solid #fff;
  height: 85px;
}
#top-form {
  margin-top: -100px;
  margin-bottom: 80px;
}
#top-form .ajax-loader {
  display: none;
}
#top-form .bg-konsultasyon {
  top: 0;
  position: absolute;
  height: 100%;
  width: calc(100%);
  background-color: #666666;
  mix-blend-mode: multiply;
  transition: all ease-in 0.4s;
}
#top-form .form-title {
  z-index: 9;
  background-position: center;
  background-size: cover;
}
#top-form .form-title .title {
  padding-left: 45px;
  margin-bottom: 0px;
  position: absolute;
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.5;
  font-style: normal;
}
#top-form .form-icerik {
  z-index: 9;
  padding: 56px 43px 56px 43px;
  background-color: #20201e;
}
#top-form .form-icerik .mb20 {
  margin-bottom: 14px;
}
#top-form .form-icerik .wpcf7-response-output {
  color: #fff !important;
  padding: 12px;
  margin: 0px;
  margin-top: 20px;
}
#top-form .form-icerik input {
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  height: 55px;
  border: solid 1px #ffffff;
  background-color: #20201e;
  color: #ffffff;
}
#top-form .form-icerik input::placeholder {
  color: #ffffff;
}
#top-form .form-icerik .send {
  -webkit-appearance: none;
  padding: 15px 89px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  line-height: inherit;
  font-size: 16px;
  font-weight: bold;
  color: #20201e;
  cursor: pointer;
}
.title {
  font-size: 40px;
  font-weight: 900;
  text-align: left;
  font-style: italic;
  color: #20201e;
  margin-bottom: 45px;
}
.sub-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 900;
  color: #20201e;
}
.text {
  font-size: 16px;
  color: #20201e;
  line-height: 1.35;
  font-weight: 500;
}
.dahafazla {
  width: 220px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #20201e;
  border: 1px solid #20201e;
  font-size: 18px;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dahafazla:hover {
  background-color: #fff;
  color: #20201e;
}
#info {
  margin-bottom: 100px;
}
#info img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#info .info-img img {
  object-fit: cover;
}
#info .info-img .hakkinda-img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
}
#info .about-us-text {
  padding: 0 45px;
}
#info .about-us-text .text p {
  margin-bottom: 35px;
}
#info .context img {
  margin-right: 20px;
  width: 50px;
  height: 50px;
}
li.d-flex>span>.sub-title{
  margin: 0px !important;
}
#info .context li {
  margin-bottom: 30px;
}
#info .context li .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#info .context li:last-child {
  margin-bottom: 0px;
}
#before-after .title {
  margin-bottom: 55px;
}
#before-after .bg {
  position: relative;
}
#before-after .bg img {
  width: 100%;
  height: 660px;
  object-fit: cover;
}
#before-after .beforeafter {
  margin-top: -590px;
}
#before-after .beforeafter .title {
  color: #ffffff;
}
#before-after .beforeafter .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #20201e;
  transition: 1s;
  font-size: 35px;
}
#before-after .beforeafter .owl-nav .owl-next {
  right: 0;
}
#before-after .beforeafter .owl-nav .owl-next:hover {
  background-color: #000;
  color: #fff;
}
#before-after .beforeafter .owl-nav .owl-prev {
  left: 0;
}
#before-after .beforeafter .owl-nav .owl-prev:hover {
  background-color: #000;
  color: #fff;
}
#before-after #comments {
  margin-top: -550px;
  z-index: 99;
  padding: 46px 38px;
  background-color: rgba(0, 0, 0, 0.8);
}
#before-after #comments::before {
  background: #030404;
  content: open-quote;
  color: #fff;
  position: absolute;
  align-items: center;
  text-align: center;
  height: 120px;
  width: 120px;
  font-size: 300px;
  letter-spacing: 1.5px;
  top: 35px;
  left: 0px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
#before-after #comments .comment-wrap {
  padding: 96px 42px;
  border: 2px solid #ffffff;
}
#before-after #comments .title {
  font-size: 39px;
  font-weight: 900;
  font-style: italic;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 80px;
}
#before-after #comments .sub-title {
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 31px;
}
#before-after #comments .text {
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 47px;
}
#before-after #comments .owl-dots {
  display: flex;
  align-items: flex-start;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d9ae6f;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #d9ae6f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9ae6f 0%, #af813d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d9ae6f 0%, #af813d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d9ae6f 0%, #af813d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x img {
  margin-right: 12px;
}
#mobile-footer-cta-buttons .button-x span.text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
#post-detail {
  padding-bottom: 130px;
}
#post-detail figure img {
  margin-bottom: 15px;
}
#post-detail.contact-page .post-header {
  margin-bottom: 64px;
}
#post-detail.contact-page .post-content {
  letter-spacing: -0.56;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 44px;
}
#post-detail.contact-page .post-content .contact-items .col-12 {
  margin-bottom: 30px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  color: #000;
  line-height: 34px;
  position: relative;
  z-index: 999;
}
#post-detail.contact-page .post-content .contact-items .c-item .desc {
  padding: 0 15px;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #000;
  line-height: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item .value a {
  color: #000;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item .value:last-child ::after {
  display: none;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: relative;
  width: 64px;
  height: 64px;
  float: left;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#post-detail.contact-page .post-content .contact-items .c-item .desc {
  width: calc(100% - 70px);
  float: left;
}
#post-detail.contact-page .post-content .contact-items .c-item .desc span {
  display: block;
  font-weight: bolder;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
#post-detail.expertise {
  padding-top: 0;
}
#post-detail .post-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  background-color: #464343;
  height: 160px;
}
#post-detail .post-header .container {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#post-detail .post-header .post-title {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.92px;
  width: 100%;
  text-align: center;
}
#post-detail .post-content {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #000;
  line-height: 34px;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 18px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  letter-spacing: -0.94px;
  line-height: 1.5;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content a {
  color: #15618a;
  font-weight: 400;
}
#post-detail .post-content img {
  width: auto;
}
#post-detail .sidebar-form {
  background-color: #464343;
  padding: 56px 24px  32px;
}
#post-detail .sidebar-form .circle-area {
  margin-bottom: 56px;
}
#post-detail .sidebar-form .circle-area .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#post-detail .sidebar-form .form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail .sidebar-form .form [class*="col-"] {
  margin: 10px 0;
}
#post-detail .sidebar-form .form .form-control {
  border: 1px solid grey;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 64px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sidebar-form .form .form-control::placeholder {
  color: #555555;
}
#post-detail .sidebar-form .form .form-control:focus {
  border-color: #03569A;
}
#post-detail .sidebar-form .form textarea.form-control {
  font-family: 'Roboto', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#post-detail .sidebar-form .form .btn {
  width: 100%;
}
#post-detail .sidebar-form .wpcf7-response-output {
  margin: 0px;
  color: #fff !important;
  padding: 12px;
}
.button-white {
  cursor: pointer;
  border: 0;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 20px 50px;
  transition: all ease 0.3s;
  font-size: 12.4px;
  width: 100%;
  background-color: #2b3132;
  -webkit-appearance: none;
}
.button-white:hover {
  border: 1px solid #2b3132;
  color: #2b3132;
  background-color: #fff;
}
#our-services {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#our-services .our-services-list [class*="col-"] {
  margin-bottom: 10px;
}
#our-services .our-services-list [class*="col-"]:nth-child(even) .os-item .os-thumb img {
  background-color: #2b3132;
}
#our-services .our-services-list .os-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #ebf0f2;
  min-height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#our-services .our-services-list .os-item:hover {
  box-shadow: 0 2px 20px 0 rgba(60, 181, 163, 0.2);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #2b3132, white);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #2b3132, white);
  background-origin: border-box;
  background-clip: content-box, border-box;
  filter: none;
}
#our-services .our-services-list .os-item .os-thumb {
  display: block;
}
#our-services .our-services-list .os-item .os-content-wrapper {
  padding: 20px;
}
#our-services .our-services-list .os-item .os-content-wrapper .os-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.71px;
  text-align: center;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
  display: block;
}
#our-services .our-services-list .os-item .os-content-wrapper p {
  font-size: 13.54px;
  color: #333;
}
.languages {
  position: relative;
}
.languages:hover .lang-current {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.languages:hover ul.lang-list {
  opacity: 1;
  transform: translateY(-60%, 10px);
  pointer-events: initial;
}
.languages .lang-current {
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.languages .lang-current .language {
  margin-left: 11px!important;
  font-size: 15px;
  line-height: 29px;
  color: #f4f4f4;
}
.languages .lang-current span.choose-lang {
  font-size: 16px;
}
.languages ul.lang-list {
  z-index: 999;
  background-color: #fff;
  border-width: 0 1px 1px;
  position: absolute;
  top: 20%;
  left: 60%;
  transform: translate(-50%, 30px);
  opacity: 0;
  pointer-events: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.languages ul.lang-list:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}
.languages ul.lang-list li:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.languages ul.lang-list li:first-child a {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.languages ul.lang-list li:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.languages ul.lang-list li:last-child a {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.languages ul.lang-list li a {
  display: flex;
  align-items: center;
  padding: 10px 25px 10px 0px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.languages ul.lang-list li a:hover {
  background-color: #bcbacb;
}
.languages ul.lang-list li a span.flag {
  margin-right: 15px;
}
.languages ul.lang-list li a span.name {
  font-size: 16px;
  color: #000;
  margin-left: 0;
}
#treatments {
  margin-top: -50px;
  margin-bottom: 80px;
}
#treatments .title {
  margin-bottom: 55px;
}
#treatments .treats .treat {
  background-color: #f4f4f4;
}
#treatments .treats .treat img {
  max-width: 100%;
  width: 100%;
  height: 226px;
  object-fit: cover;
}
#treatments .treats .treat .treat-content {
  padding: 40px 60px 35px 20px;
}
#treatments .treats .treat .treat-content .text {
  font-size: 16px;
  color: #20201e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
}
#treatments .treats .treat .treat-content .sub-title {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  font-style: oblique;
  color: #20201e;
}
#price {
  background-image: url('../../imgs/layer-20.png');
  max-width: 100%;
  width: 100%;
  margin-bottom: 180px;
}
#price .price-info {
  max-width: 100%;
  width: 100%;
  transform: translateY(107px);
}
#price .price-info .title {
  color: #fff;
  margin-bottom: 50px;
}
#price .price-info .price-list {
  display: inline-grid;
  align-items: flex-end;
}
#price .price-info .price-list li {
  mix-blend-mode: hard-light;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: space-between;
  padding: 32px 49px 18px 49px;
  border-bottom: 1px solid #fff;
}
#price .price-info .price-list li span {
  mix-blend-mode: normal;
  font-size: 24px;
  color: #ffffff;
}
#price .price-info .price-list li a {
  width: 344px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  color: #20201e;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
#price .price-info .price-list li a:hover {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
#price .price-info .price-list li:last-child {
  border-bottom: none;
  display: flex;
  justify-content: center;
  padding: 25px 49px 25px 49px;
}
#videolar {
  margin-top: 75px;
  margin-bottom: 53px;
}
#videolar .title {
  margin-bottom: 50px;
}
#videolar .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #20201e;
  transition: 1s;
  font-size: 35px;
}
#videolar .owl-nav .owl-next {
  right: -5;
}
#videolar .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #000;
}
#videolar .owl-nav .owl-prev {
  left: -5;
}
#videolar .owl-nav .owl-prev:hover {
  background-color: #fff;
  color: #000;
}
#videolar .item {
  position: relative;
}
#videolar .item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff1414;
  display: none;
}
#videolar .item .play-button i {
  font-size: 75px;
}
#videolar .owl-item.active.center {
  z-index: 55;
}
#videolar .owl-item.active.center .play-button {
  display: block;
}
#videolar .owl-item.active.center .item {
  transform: scale(1.2);
}
#videolar .owl-item .item {
  transform: scale(1);
  z-index: 0;
  padding: 34px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#galeri .title {
  margin-bottom: 60px;
}
#galeri .galeri-list {
  max-width: 100%;
  width: 100%;
}
#galeri .galeri-list .item {
  max-width: 100%;
  width: 100%;
}
#galeri .galeri-list .item img {
  width: 100%;
}
footer .footer-bilgi {
  background-color: #eeeeee;
}
footer .footer-bilgi .map {
  padding: 0px;
}
footer .footer-bilgi .map iframe {
  max-width: 100%;
  width: 100%;
}
footer .footer-bilgi .bilgi {
  margin-left: 130px;
}
footer .footer-bilgi .bilgi .sub-title {
  font-size: 24px;
  color: #4c4c4c;
  font-weight: 600;
}
footer .footer-bilgi .bilgi ul li {
  margin-bottom: 25px;
}
footer .footer-bilgi .bilgi ul li a {
  color: #4c4c4c;
}
footer .footer-bilgi .bilgi ul li a i {
  color: #4c4c4c;
}
footer .footer-bilgi .bilgi ul li .linkayir::before {
  content: ' - ';
}
footer .footer-bilgi .bilgi ul li .linkayir:first-child::before {
  content: '';
}
footer .footer-bilgi .bilgi .footer-sosyal li {
  margin-right: 20px;
}
footer .footer-menu {
  background-color: #20201e;
  padding: 106px 0px 106px 0px;
}
footer .footer-menu ul li a {
  font-size: 16px;
  line-height: 2.69;
  padding: 10px;
  color: #fff;
}
footer .copyright {
  background-color: #20201e;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .copyright .copy {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
footer .copyright .crabs {
  height: 30px;
}
.wpcf7-not-valid-tip {
  color: red;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #464343;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #807777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #807777 0%, #20201e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #807777 0%, #20201e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #807777 0%, #20201e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x img {
  margin-right: 12px;
  filter: brightness(40);
}
#mobile-footer-cta-buttons .button-x span.text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.detail-contact h2 {
  font-size: 37px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 15px;
}
.detail-contact p {
  font-size: 20px;
  line-height: 30px;
}
.detail-contact .contact .item {
  padding: 20px 40px;
  background-color: #000;
  margin: 15px 0; 
}
.detail-contact .contact .item.instagram {
  background: rgb(236,129,55);
  background: linear-gradient(7deg, rgba(236,129,55,1) 0%, rgba(194,28,124,1) 100%);
}
.detail-contact .contact .item.facebook {
  background-color: #395693;
}
.detail-contact .contact .item a {
  color: #fff;
}
.detail-contact .contact .item .icon {
  font-size: 50px;
  width: 100px;
  text-align: center;
  border-right: 1px solid #FFF;
  padding: 0 15px;
}
.detail-contact .contact .item .desc {
  padding: 0 15px; 
}
.detail-contact .contact .item .desc span {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.detail-contact .contact .item.whatsapp {
  background-color: #31b021;
}
.detail-contact .contact .item.whatsapp .desc span {
  font-size: 33px;
  font-weight: 900;
  letter-spacing: 3px;
  font-style: italic;
}

#departments-mail {
  background-color: #ebebeb;
  padding: 65px 0;
  margin: 50px 0;
}
#departments-mail .title {
  font-size: 24px;
  font-weight: 600;
}
#departments-mail .column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  border-right: 1px solid #ccc;
}
#departments-mail .column i {
  font-size: 40px;
  margin-bottom: 15px;
}
#departments-mail .column a {
  margin-top: auto;
  color: #15618a;
  font-weight: bold;
}
#departments-mail .column p {
  margin-bottom: 25px;
}
#departments-mail .column:last-child {
  border: none;
}
#departments-mail #contact {
  background-color: #20201e;
}
#contact-form {
  background: #20201e;
  padding: 50px 0;
}
#contact-form .title {
  font-size: 22px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
#contact-form .column input {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #FFF;
  color: #FFF;
  background-color: transparent;
}
#contact-form .column input[type="submit"] {
  width: 250px;
  text-align: center;
  background-color: #FFF;
  color: #000;
  font-weight: 900;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  padding: 15px;
}
#contact-form .column input::-webkit-input-placeholder { /* Edge */
  color: #FFF;
}

#contact-form .column input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

#contact-form .column input::placeholder {
  color: #FFF;
}
#contact-form .column {
  padding: 15px;
}
#contact-form .guide-images {
  margin-top: 50px;
}