/* Colors */
/* Functions */
@font-face {
  font-family: 'Chopin';
  src: url('../../fonts/chopin-medium.woff2') format('woff2'), url('../../fonts/chopin-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chopin';
  src: url('../../fonts/chopin-semibold.woff2') format('woff2'), url('../../fonts/chopin-semibold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.nav-next:hover img,
.nav-prev:hover img {
  filter: brightness(100);
}
html,
body {
  min-height: 100%;
}
body {
  --gutter-x: 10px;
  --gutter-x2: -10px;
  font-family: 'Chopin';
  overflow-x: hidden;
  line-height: 1.3;
}
body.modal-opened {
  position: fixed !important;
  width: 100%;
}
body.admin-bar header {
  top: 32px;
}
#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
  margin: 0 !important;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#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;
}
#left-whatsapp a svg {
  color: #fff;
}
#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: #4246e1;
}
#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;
  padding: 0 20px;
  color: #fff;
}
#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: #cc975c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cc975c 0%, #bb884d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cc975c 0%, #bb884d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cc975c 0%, #bb884d 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 svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
.btn {
  padding: 0 38px;
  height: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 400;
  white-space: nowrap;
  font-size: 16px;
  color: #4246e1;
  border: 1px solid #4246e1;
  cursor: pointer;
  background-color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn .icon-right-arrow {
  margin-left: 24px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #4246e1;
  color: #fff;
}
.btn:hover:not(.btn-no-hover) .icon-right-arrow {
  margin-left: 34px;
}
.btn-filled {
  background-color: #4246e1;
  color: #fff;
}
.btn-filled:hover {
  background-color: #2f34ca;
}
.btn.btn-sm {
  padding: 0 20px;
  font-size: 14px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(35, 31, 31, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 66px 0 50px;
  width: 100%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: -100vw;
  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;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 10px 0 16px;
  color: #474747;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li a.active {
  font-weight: 700;
}
#side-menu .content ul.menu li a svg {
  width: 24px;
  height: 24px;
  -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 {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.05);
}
#video-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
#video-menu.active {
  display: flex;
}
#video-menu .backdrop {
  flex: 1;
  width: 100%;
  height: 100%;
}
#video-menu .okx {
  background-color: #4246e1;
  padding: 34px 9px;
  height: 87px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 99;
  left: 0;
}
#video-menu .okx .video-ok {
  color: #fff;
  font-size: 15px;
}
#video-menu .content {
  padding: 46px 31px;
  width: 361px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(31, 31, 31, 0.9);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRightBig;
  display: flex;
}
#video-menu .content.out {
  animation-name: fadeOutRightBig;
}
#video-menu .content ul.menu {
  margin-bottom: 35px;
}
#video-menu .content ul.menu li.close {
  background-color: #92949b;
}
#video-menu .content ul.menu li.close a {
  font-weight: 700;
}
#video-menu .content ul.menu li.current-menu-item a {
  font-weight: 700;
}
#video-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#video-menu .content ul.menu li.opened ul.sub-menu {
  max-height: 600px;
}
#video-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-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#video-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #231f1f;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#video-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;
}
#video-menu .content ul.menu li ul.sub-menu li a {
  color: #7a7b86;
  padding-left: 24px;
}
#video-menu .content .randevu-menu {
  position: absolute;
}
#video-menu .content .randevu-menu .rnd-menu {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #4246e1;
  padding: 8px 63px;
  height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#video-menu .content .randevu-menu .rnd-en {
  margin-left: 40px;
  background-color: transparent;
  border: 1px solid rgba(66, 70, 225, 0.5);
}
#video-menu .content .randevu-menu .flag {
  margin-right: 10px;
  margin-top: 3px;
}
#video-menu .content .randevu-menu .name {
  font-size: 14px;
}
#video-menu .content .menux .menu-video-title {
  font-weight: 400;
  font-size: 12px;
  color: rgba(85, 203, 155, 0.53);
  margin-bottom: 12px;
}
#video-menu .content .menux .menu-video-titlex {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px;
}
#video-menu .content .menux .icon-rightx {
  margin-left: 64px;
}
#video-menu .content .video-title-menu {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #a8a8a8;
  border-top: 1px solid #383838;
  padding: 11px 0;
}
#video-menu .content .video-title-menu:first-child {
  margin-top: 24px;
}
#video-menu .content .video-title-menu:last-child {
  border-bottom: 1px solid #383838;
}
#video-menu .content .video-title-menu:hover {
  color: #fff;
}
#video-menu .content .btn-menu-video {
  font-size: 16px;
  margin-top: 24px;
  color: #fff;
  font-weight: 400;
  padding: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#video-menu .content .btn-menu-video:hover {
  background-color: #fff;
  color: #4246e1;
}
#rnd-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
#rnd-menu.active {
  display: flex;
}
#rnd-menu .backdrop {
  flex: 1;
  width: 100%;
  height: 100%;
}
#rnd-menu .content {
  padding: 142px 31px 46px 31px;
  width: 361px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRightBig;
}
#rnd-menu .content.out {
  animation-name: fadeOutRightBig;
}
#rnd-menu .content ul.menu {
  margin-bottom: 35px;
}
#rnd-menu .content ul.menu li.close {
  background-color: #92949b;
}
#rnd-menu .content ul.menu li.close a {
  font-weight: 700;
}
#rnd-menu .content ul.menu li.current-menu-item a {
  font-weight: 700;
}
#rnd-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #231f1f;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#rnd-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;
}
#rnd-menu .content ul.menu li ul.sub-menu li a {
  color: #7a7b86;
  padding-left: 24px;
}
#rnd-menu .content .x-icon {
  background-color: #474747;
  padding: 9px;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  position: absolute;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}
#rnd-menu .content .x-icon .icon-close {
  font-size: 12px;
}
#rnd-menu .content .rand-title {
  font-size: 26px;
  font-weight: 700;
  color: #474747;
}
#rnd-menu .content form {
  margin-top: 32px;
}
#rnd-menu .content form label {
  font-size: 12px;
  font-weight: 400;
  color: #383838;
  margin-bottom: 8px;
}
#rnd-menu .content form .form-control {
  height: 48px;
  width: 297px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ececfc;
  background-color: #fff;
  padding: 17px;
  margin-bottom: 4px;
}
#rnd-menu .content form .form-control::placeholder {
  font-size: 12px;
  color: #b7b7b7;
}
#rnd-menu .content form .text-form {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #4246e1;
  margin-bottom: 16px;
}
#rnd-menu .content form .btn-form {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #4246e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#rnd-menu .content form .btn-form:hover {
  background-color: #fff;
  color: #4246e1;
  border: 1px solid #4246e1;
}
#rnd-menu .content form .wpcf7-form-control-wrap {
  margin-bottom: 16px;
}
.hdr {
  z-index: 99;
}
.header-x {
  background-color: #4246e1 !important;
}
.header-x .logo-light {
  display: inline-block;
}
.header-x .logo-dark {
  display: none;
}
.header-x .right ul.menu li a {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.header-x .right .search-button {
  color: #fff;
}
.header-x a.mobile-hamburger-menu .hamburger-menu {
  background: #fff;
}
.header-x a.mobile-hamburger-menu .hamburger-menu::before,
.header-x a.mobile-hamburger-menu .hamburger-menu::after {
  background-color: #fff;
}
body.home:not(.modal-opened) a.mobile-hamburger-menu .hamburger-menu {
  background: #fff;
}
body.home:not(.modal-opened) a.mobile-hamburger-menu .hamburger-menu::before,
body.home:not(.modal-opened) a.mobile-hamburger-menu .hamburger-menu::after {
  background-color: #fff;
}
a.mobile-hamburger-menu {
  display: flex;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(7px);
  background: #231f1f;
  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:before {
  bottom: 0;
  width: 20px;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), 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.animate:after {
  top: 0;
  width: 20px;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 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 {
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 29px;
  bottom: 7px;
  background: #231f1f;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 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;
  right: 0;
  width: 11px;
  top: 7px;
  background: #231f1f;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  height: 84px;
  display: flex;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .container {
  position: relative;
  max-width: 100%;
  width: 98%;
}
header .logo {
  max-width: 200px;
  max-height: 44px;
  width: auto;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .logo-light {
  display: none;
}
header .right ul.menu li {
  position: relative;
}
header .right ul.menu li:hover > a.active::after {
  bottom: 0;
}
header .right ul.menu li:hover > a:after {
  width: calc(100% - 32px);
}
header .right ul.menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 80%;
  pointer-events: initial;
}
header .right ul.menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  font-weight: 400;
  padding: 30px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .right ul.menu li a:after {
  content: ' ';
  height: 4px;
  width: 0;
  background-color: #4246e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .right ul.menu li a.active {
  font-weight: 700;
}
header .right ul.menu li a.active:after {
  width: calc(100% - 32px);
  bottom: 0;
}
header .right ul.menu li a svg {
  width: 24px;
  height: 24px;
}
header .right ul.menu li:nth-last-child(1) ul.sub-menu,
header .right ul.menu li:nth-last-child(2) ul.sub-menu {
  right: 0;
}
header .right ul.menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 9;
  min-width: 272px;
  top: 200%;
  transition: all 0.3s;
  z-index: 99;
  background: rgba(255, 255, 255);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 0;
  pointer-events: none;
  overflow: visible !important;
}
header .right ul.menu li ul.sub-menu:after {
  content: ' ';
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  z-index: -1;
  top: 0px;
  display: block;
  pointer-events: none;
}
header .right ul.menu li ul.sub-menu li:hover > a {
  color: #231f1f;
  font-weight: 400;
}
header .right ul.menu li ul.sub-menu li:hover > a:after {
  height: 100%;
}
header .right ul.menu li ul.sub-menu li:hover > ul.sub-menu {
  top: -10px;
}
header .right ul.menu li ul.sub-menu li a {
  color: #7a7b86;
  margin: 4px 8px;
  padding: 8px 16px;
}
header .right ul.menu li ul.sub-menu li a:after {
  height: 0;
  width: 4px;
  left: 0;
  transform: translateX(0);
  background-color: #231f1f;
}
header .right ul.menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
}
header .right a.btn {
  height: 44px;
}
header .right .search-button {
  width: 40px;
  height: 40px;
  color: #474747;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
header .right .search-button:hover {
  background-color: #4d7fd5;
  color: #fff;
}
header .right .mobile-hamburger-menu {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header .right .mobile-hamburger-menu span {
  width: 28px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  margin: 3px 0;
  background-color: #496cd9;
}
.randevu-btn .rnd {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background-color: #4246e1;
  padding: 8px 63px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #4246e1;
  height: 36px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.randevu-btn .rnd:hover {
  background-color: #fff;
  color: #4246e1;
}
.randevu-btn .en {
  border: 1px solid rgba(35, 31, 31, 0.3);
  background-color: transparent;
  padding: 8px;
  color: #231f1f;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.randevu-btn .en:hover {
  background-color: #fff;
}
body.home .randevu-btn .en,
.header-x .randevu-btn .en {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
body.modal-opened .randevu-btn .en {
  border-color: rgba(71, 71, 71, 0.3);
  color: #474747;
}
#home-slider {
  position: relative;
  margin-bottom: 100px;
}
#home-slider .thumb-slider .active .title,
#home-slider .thumb-slider .active .desc {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
#home-slider .thumb-slider .active .desc {
  animation-delay: 0.7s;
}
#home-slider .thumb-slider .active .btn {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInUp;
  animation-delay: 0.7s;
}
#home-slider .thumb-slider .item .col-slide {
  top: 41%;
  position: absolute;
  transform: translateY(-45%);
}
#home-slider .thumb-slider .item img {
  height: 100vh;
  object-fit: cover;
  display: inline-block;
}
#home-slider .thumb-slider .title {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 10px;
  color: #cbcbcb;
  margin-bottom: 11px;
}
#home-slider .thumb-slider .title span {
  font-size: 34px;
}
#home-slider .thumb-slider .desc {
  font-weight: 400;
  font-size: 60px;
  color: #474747;
  margin-bottom: 42px;
}
#home-slider .nav-cont {
  position: relative;
  z-index: 9;
}
#home-slider .nav-cont .nav-ok {
  position: absolute;
  bottom: 66px;
  left: -120px;
  z-index: 999999;
}
#home-slider .nav-cont .nav-ok .scroll-down {
  position: relative;
}
#home-slider .nav-cont .nav-ok .scroll-down .icon-Path {
  font-size: 56px;
  position: absolute;
  top: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #cbcbee;
}
#home-slider .nav-cont .nav-ok .scroll-down:hover .icon-Path {
  font-size: 82px;
  color: #ceceff;
}
#home-slider .nav-cont .nav-btn {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #4246e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 12px;
}
#home-slider .nav-cont .nav-btn:hover {
  background-color: #4246e1;
}
#home-slider .nav-cont .nav-btn:hover .icon-right-arrow,
#home-slider .nav-cont .nav-btn:hover .icon-left-arrow {
  color: #fff;
}
#home-slider .nav-cont .social-media li {
  margin-bottom: 23px;
}
#home-slider .nav-cont .social-media li a span {
  color: #474747;
}
#home-slider .nav-cont .social-media li a:hover span {
  color: #4246e1;
}
#home-slider .nav-cont .social-media li:last-child {
  margin-bottom: 32px;
}
#home-slider .nav-cont .social-media .icon-media {
  font-size: 20px;
}
#home-slider .dots-cont {
  position: absolute;
  bottom: 16px;
  right: 0;
  z-index: 999;
  left: 0;
}
#home-slider .dots-cont .owl-dot {
  cursor: pointer;
  background-color: rgba(66, 70, 225, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 176px;
  margin-right: 24px;
  flex: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-slider .dots-cont .owl-dot:last-child {
  margin-right: 0;
}
#home-slider .dots-cont .owl-dot.active {
  height: 207px;
}
#home-slider .dots-cont .owl-dot .titlex {
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 400;
  justify-content: flex-end;
  color: rgba(240, 241, 253, 0.5);
  margin-bottom: 20px;
}
#home-slider .dots-cont .owl-dot .titlex span {
  font-size: 24px;
  letter-spacing: 12px;
}
#home-slider .dots-cont .owl-dot .in {
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}
#home-slider .dots-cont .owl-dot .text {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-slider .btn-videos {
  position: absolute;
  top: 45%;
  z-index: 99;
  right: 0;
  padding: 0px 20px;
  background-color: #4246e1;
  height: 87px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-slider .btn-videos a {
  color: #ffffff;
  font-size: 20px;
  height: 87px;
  font-weight: 400;
}
#home-slider .btn-videos a img {
  width: 9px;
  height: 17px;
  margin-right: 14px;
}
#home-slider .btn-videos:hover {
  padding: 0 35px;
}
#home-slider .btn-videos .icon-left-arrow1 {
  font-size: 17px;
  margin-right: 14px;
}
#youtube-video {
  margin-bottom: 295px;
}
#youtube-video .row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f0f0fd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #f0f0fd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #f0f0fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  height: 483px;
  margin-top: 55px;
}
#youtube-video .ziyaret {
  margin-bottom: 30px;
  margin-top: 41px;
}
#youtube-video .ziyaret .kanal {
  font-weight: 400;
  font-size: 16px;
  color: #4246e1;
  margin-left: 16px;
}
#youtube-video .ziyaret .icon-youtube {
  font-size: 28px;
  color: #4246e1;
}
#youtube-video .youtube-title {
  font-weight: 700;
  font-size: 34px;
  color: #474747;
  margin-bottom: 24px;
}
#youtube-video p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #787878;
  margin-bottom: 32px;
}
#youtube-video .videos {
  border: 1px solid #f0f0fd;
  background-color: #fff;
  padding: 32px 125px 32px 32px;
  box-shadow: 0 10px 30px 0 rgba(66, 70, 225, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#youtube-video .videos .videos-title {
  font-weight: 700;
  font-size: 16px;
  color: #474747;
  line-height: 1.5;
}
#youtube-video .videos img {
  z-index: 999;
  position: absolute;
  right: -57px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
  width: 140px;
  height: 70px;
}
#youtube-video .videos:hover {
  margin-left: 20px;
  border: 1px solid #a0a2f0;
}
#youtube-video .videos:hover .videos-title {
  color: #4246e1;
}
#youtube-video .videos:hover img {
  right: -77px;
}
#youtube-video .duman-img {
  width: auto;
  height: 538px;
  margin-left: 137px;
  margin-top: -55px;
}
#hizmet {
  --gutter-x: 0px;
  --gutter-x2: 0px;
}
#hizmet .flex-1 {
  flex: 1;
}
#hizmet .flex-2 {
  flex: 2;
}
#hizmet .hizmetx .two-box1 {
  padding: 0 152px;
  position: relative;
}
#hizmet .hizmetx .two-box1 .col-top {
  width: 100%;
}
#hizmet .line .col-line {
  background-color: #4246e1;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(50%);
}
#hizmet .hizmets {
  height: 314px!important;
}
#hizmet .border-hizmet {
  border: 1px solid #f0f0fd;
  background-color: #fff;
  padding: 49px 25px 32px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
#hizmet .border-hizmet .hizmet-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #474747;
  margin-top: 24px;
}
#hizmet .border-hizmet p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #787878;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#hizmet .border-hizmet .btn-hizmet {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: rgba(66, 70, 225, 0.5);
}
#hizmet .border-hizmet .btn-hizmet img {
  margin-left: 10px;
}
#hizmet .border-hizmet:hover {
  border: 1px solid #4246e1;
  box-shadow: 0 14px 40px 0 rgba(71, 71, 71, 0.2);
}
#hizmet .border-hizmet:hover .hizmet-title {
  color: #4246e1;
}
#hizmet .border-hizmet:hover p {
  color: #474747;
}
#hizmet .border-hizmet:hover .btn-hizmet,
#hizmet .border-hizmet:hover .icon-right-arrow {
  color: #4246e1;
}
#hizmet .border-hizmet .icon-right-arrow {
  color: rgba(66, 70, 225, 0.3);
  font-size: 18px;
  margin-left: 10px;
}
.blue {
  background-color: #4246e1;
  height: 183px;
}
.blue .blue-title {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  background-color: #4246e1;
  padding-bottom: 63px;
  padding-right: 154px;
}
.galeri-top {
  margin-top: 0!important;
}
#index-galeri {
  --gutter-x: 0px!important;
  --gutter-x2: 0px!important;
  margin-top: 200px;
}
#index-galeri a {
  position: relative;
  display: flex;
}
#index-galeri a .hover-span {
  background-color: rgba(66, 70, 225, 0.8);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeOut;
  animation-delay: 0.2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
#index-galeri a .hover-span .hover {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 62px;
}
#index-galeri a .galeri-img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}
#index-galeri a .img2 {
  height: 630px!important;
}
#index-galeri a:hover .hover-span {
  animation-name: fadeIn;
  animation-delay: 0;
}
#index-galeri a:hover .hover-span .hover {
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
#index-galeri .img3 {
  margin-top: -315px;
}
body.home:not(.modal-opened) header .logo-light {
  display: inline-block;
}
body.home:not(.modal-opened) header .logo-dark {
  display: none;
}
body.home:not(.modal-opened) header .right ul.menu > li > a {
  color: #fff;
}
body.home:not(.modal-opened) header .right ul.menu > li > a:after {
  background-color: #fff;
}
body.home:not(.modal-opened) header .right .search-button {
  color: #fff;
}
body.new-home header {
  background-color: transparent;
}
body.new-home footer {
  margin-top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #4d7fd5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4d7fd5 0%, #4246e1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4d7fd5 0%, #4246e1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4d7fd5 0%, #4246e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  border-top-color: #4e7fd5;
}
body.new-home footer .row-f span {
  color: #fff;
}
body.new-home footer .row-f ul.hizmet-menu li:before {
  background-color: #a6a8ff;
}
body.new-home footer .row-f ul.hizmet-menu li a {
  color: #e0e0ff;
}
body.new-home footer .row-f .f-contact {
  background-color: rgba(255, 255, 255, 0.1);
}
body.new-home footer .row-f .f-contact .f-title {
  color: #fff;
}
body.new-home footer .row-f .f-contact .f-txt {
  color: #e0e0ff;
}
body.new-home footer .copyright {
  background-color: #4347e0;
}
body.new-home footer .copyright .copy {
  color: #e0e0ff;
}
.new-main {
  padding-top: 100vh;
}
#new-home-slider {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
#new-home-slider .active .item .text-area .title,
#new-home-slider .active .item .text-area .desc {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
#new-home-slider .active .item .text-area .desc {
  animation-delay: 1.2s;
}
#new-home-slider .item {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
}
#new-home-slider .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#new-home-slider .item .new-home-slider--bg_image,
#new-home-slider .item .new-home-slider--bg_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#new-home-slider .item .text-area {
  position: absolute;
  left: 5%;
  bottom: 10%;
  color: #fff;
  z-index: 10;
}
#new-home-slider .item .text-area .title {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}
#new-home-slider .item .text-area .desc {
  font-size: 28px;
  line-height: 1.4;
}
#new-home-blocks-left-right {
  background-color: #fff;
  padding: 72px 0;
}
#new-home-blocks-left-right .block-row {
  margin-bottom: 72px;
}
#new-home-blocks-left-right .block-row:last-child {
  margin-bottom: 0;
}
#new-home-blocks-left-right .block-row [class*="col-"] {
  display: flex;
  align-items: center;
}
#new-home-blocks-left-right .block-row .text-area .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #383838;
}
#new-home-blocks-left-right .block-row .text-area .content {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #474747;
}
#new-home-blocks-left-right .block-row .text-area .content:last-child {
  margin-bottom: 0;
}
#new-home-blocks-left-right .block-row .img {
  box-shadow: 10px 10px 0 #4246e1;
}
#new-home-blocks-image-content {
  background-color: #f5f6fe;
  padding: 72px 0;
}
#new-home-blocks-image-content .section-title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 56px;
  text-align: center;
}
#new-home-blocks-image-content .item {
  margin-bottom: 20px;
}
#new-home-blocks-image-content .item .img {
  display: block;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#new-home-blocks-image-content .item .title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #231f1f;
}
footer {
  border-top: 4px solid #f9f9fe;
  margin-top: 120px;
  position: relative;
  background-color: #fff;
  z-index: 20;
}
footer .f-logo-img {
  max-width: 200px;
  max-height: 44px;
  width: auto;
  height: auto;
}
footer .row-f {
  margin-top: 42px;
  margin-bottom: 20px;
}
footer .row-f span {
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  margin-bottom: 30px;
  display: flex;
}
footer .row-f ul.hizmet-menu li {
  display: flex;
}
footer .row-f ul.hizmet-menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 16px;
}
footer .row-f ul.hizmet-menu li:before {
  content: "";
  background-color: #4246e1;
  transform: rotate(315deg);
  margin-right: 13px;
  margin-top: 5px;
  width: 5px;
  display: flex;
  height: 5px;
}
footer .row-f ul.menu-f {
  margin-bottom: 38px;
}
footer .row-f .f-contact {
  background-color: #f9f9fe;
  padding: 20px;
  width: 100%;
  margin-bottom: 10px;
}
footer .row-f .f-contact .f-title {
  font-weight: 400;
  font-size: 12px;
  color: #4246e1;
  margin-bottom: 12px;
  margin-top: 0;
}
footer .row-f .f-contact .f-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #383838;
  margin-top: 0;
}
footer .copyright {
  background-color: #f9f9fe;
}
footer .copyright .copy {
  line-height: 1.2;
  font-weight: 400;
  font-size: 12px;
  color: #bdbdbd;
  padding: 14px 0;
}
footer .copyright .pen-footer {
  margin: 14px 0px;
}
#banner {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #4d7fd5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4d7fd5 0%, #4246e1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4d7fd5 0%, #4246e1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4d7fd5 0%, #4246e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  min-height: 128px;
  width: 100%;
  display: grid;
  margin-top: 84px;
}
#banner .title-hv {
  align-items: initial!important;
  padding: 32px 15px;
}
#banner .banner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 34px;
  color: #fff;
  text-align: center;
}
#hakkinda {
  margin-top: 72px;
}
#hakkinda h1 {
  font-size: 30px;
}
#hakkinda h1,
#hakkinda h2,
#hakkinda h3,
#hakkinda h4 {
  font-size: 26px;
  font-weight: 700;
  color: #474747;
  display: block;
  margin-bottom: 32px;
  line-height: 1.5;
}
#hakkinda h3 {
  font-size: 22px;
}
#hakkinda h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
#hakkinda p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
}
#hakkinda p:last-child {
  margin-bottom: 0;
}
#hakkinda ol {
  list-style-type: numeric;
}
#hakkinda ul {
  list-style-type: disc;
}
#hakkinda ol,
#hakkinda ul {
  margin-bottom: 20px;
}
#hakkinda ol li,
#hakkinda ul li {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
}
#hakkinda img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#hakkinda a {
  color: #4246e1;
}
#menu-2 {
  margin-top: 128px;
  margin-bottom: -128px;
}
#menu-2 .menu-hizmet {
  list-style: none;
  border-top: 1px solid #f0f0fd;
}
#menu-2 .menu-hizmet .est {
  margin-left: 44px;
}
#menu-2 .menu-hizmet li {
  margin-right: 17px;
}
#menu-2 .menu-hizmet li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 16px;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #a8a8a8;
}
#menu-2 .menu-hizmet li a.active {
  color: #383838 !important;
  font-weight: bold;
}
#menu-2 .menu-hizmet li a.active::after {
  content: ' ';
  height: 3px;
  width: 104px;
  background-color: #4246e1;
  position: absolute;
  z-index: -1;
  display: flex;
  margin-left: 0;
  margin-top: 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-2 .menu-hizmet li a:hover.active::after {
  margin-top: 10px;
}
#menu-2 .menu-hizmet li a::after {
  content: ' ';
  height: 3px;
  width: 0;
  background-color: #4246e1;
  position: absolute;
  z-index: -1;
  display: flex;
  margin-left: 0;
  margin-top: 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-2 .menu-hizmet li:first-child {
  background-color: #4246e1;
  margin-right: 0;
}
#menu-2 .menu-hizmet li:first-child a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#menu-2 .menu-hizmet li:hover a::after {
  width: 104px;
}
#estetik {
  margin-top: -34px;
  margin-bottom: 40px;
}
#estetik .menu-estetik {
  overflow-x: auto;
  padding: 0 0 10px 0;
  display: inline-flex;
}
#estetik .menu-estetik li {
  box-shadow: 0 2px 10px 0 rgba(22, 24, 93, 0.1);
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
}
#estetik .menu-estetik li:last-child {
  margin-right: 0;
}
#estetik .menu-estetik li a {
  font-size: 14px;
  display: block;
  padding: 16px 24px;
  font-weight: 400;
  color: #383838;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 145px;
  text-align: center;
}
#estetik .menu-estetik li.active {
  background-color: #4246e1;
}
#estetik .menu-estetik li.active a {
  color: #fff;
}
#estetik .menu-estetik li:hover {
  margin-top: 0;
}
#estetik .menu-estetik li:hover a {
  padding-bottom: 26px;
}
#videos .img-videos {
  margin-bottom: 32px;
}
#videos .videos {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #383838;
  padding: 4px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 115px;
}
#videos .video-titlex {
  font-size: 26px;
  font-weight: 700;
  color: #474747;
  line-height: 32px;
  display: block;
  margin-right: 20px;
}
#videos .video-links {
  margin-top: 32px;
  display: block;
}
#videos .video-2 {
  border: 1px solid #a0a2f0;
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#videos .videos-menu li {
  border-bottom: 1px solid #f0f0fd;
}
#videos .videos-menu li:first-child {
  border-top: 1px solid #383838;
}
#videos .videos-menu li a {
  padding: 20px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #383838;
  line-height: 24px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#videos .videos-menu li a:hover {
  background-color: #f9f9fe;
  color: #878aec;
}
#videos .videos-menu li.active {
  background-color: #f0f0fd;
  border-bottom: 1px solid #a0a2f0;
}
#videos .videos-menu li.active a {
  color: #4246e1;
}
#videos-text {
  margin-top: 40px;
}
#videos-text h4 {
  margin-bottom: 20px;
}
#videos-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
  margin-bottom: 20px;
}
#videos-text p:last-child {
  margin-bottom: 0;
}
#videos-text h2,
#videos-text h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #474747;
  display: block;
  margin-bottom: 25px;
}
#videos-text ol {
  list-style-type: decimal;
}
#videos-text ul {
  list-style-type: disc;
}
#videos-text ol,
#videos-text ul {
  margin-bottom: 20px;
}
#videos-text ol li,
#videos-text ul li {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
}
#map {
  position: relative;
  overflow: hidden;
  margin-bottom: -120px;
}
#map .map {
  height: 768px;
  width: 100%;
  margin-left: -125%;
}
#map .map iframe {
  width: 300%;
  height: 100%;
  border: none;
}
#map .map-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 38px;
  display: flex;
  justify-content: flex-end;
}
#map .map-text .map-menu {
  background-color: #ffffff;
  border: 1px solid #4246e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 32px;
  width: 100%;
}
#map .map-text .map-menu li {
  margin-bottom: 32px;
}
#map .map-text .map-menu li .img-map {
  background-color: rgba(66, 70, 225, 0.1);
  padding: 17px 23px;
  margin-right: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#map .map-text .map-menu li .map-title {
  font-size: 12px;
  font-weight: 400;
  color: #4246e1;
  margin-bottom: 4px;
}
#map .map-text .map-menu li .txt-map {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #383838;
}
#map .map-text .map-menu li .mapx {
  font-size: 28px;
  transform: translateY(4px);
}
#map .map-text .map-menu li:last-child {
  margin-bottom: 0;
}
#map .map-text .map-menu .icon-footer-media {
  font-size: 44px;
  color: #4246e1;
}
.mt-20 {
  margin-top: 20px;
}
.blog-card-loop {
  margin-bottom: 20px;
}
.blog-card-loop:hover .post-meta h2 {
  color: #4d7fd5 !important;
}
.blog-card-loop .thumbnail-cover {
  position: relative;
  padding: 0 16px;
}
.blog-card-loop img {
  display: flex;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.blog-card-loop .post-meta {
  margin-top: -32px;
  border: 1px solid #f0f0fd;
  background-color: #fff;
  padding: 48px 16px 16px 16px;
  box-shadow: 0 10px 30px 0 rgba(66, 70, 225, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.blog-card-loop .post-meta h2 {
  font-size: 24px !important;
  margin-bottom: 12px !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-card-loop .post-meta p {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.blog-card-loop .post-meta .btn-hizmet {
  color: #4d7fd5;
}
.pagination {
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  list-style: none;
  color: #4246e1;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #259c9a;
}
.pagination ul li.active a {
  border-color: #4246e1;
  background-color: #4246e1;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px rgba(66, 70, 225, 0.2);
  background-color: rgba(66, 70, 225, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #4246e1;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}
.post-meta-info span {
  font-size: 13px;
  color: #92949b;
  font-weight: 400;
  line-height: 1.5;
}
.post-meta-info span strong {
  font-weight: 700;
  color: #474747;
}
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
  display: none;
  align-items: center;
  justify-content: center;
}
#search-modal .close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-modal .modal-in form {
  width: 500px;
  display: flex;
  gap: 8px;
}
#search-modal .modal-in input[name="s"] {
  height: 80px;
  border: none;
  padding: 0 20px;
  font-size: 18px;
  width: 100%;
  border-bottom: 3px solid #4246e1;
}
#search-modal .modal-in button[type="submit"] {
  padding: 0 28px;
  border: none;
  font-size: 18px;
  background: #4246e1;
  color: #fff;
  cursor: pointer;
}
