@charset "UTF-8";
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/* Photoshop Character Spacing */
/** Mobile Contact (START) **/
.mContact {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 9; }
  .mContact a {
    padding: 10px;
    border-radius: 10px;
    color: #FFF;
    font-size: 12px; }
    .mContact a img {
      width: 30px;
      margin-right: 10px; }
    .mContact a.wp {
      background: #55cd6c; }
    .mContact a.phone {
      background: #171717; }

/** Mobile Contact (END) **/
/** Mobile Menu (START) **/
.menuKapa {
  width: 100%;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 999;
  top: 0;
  background: rgba(32, 32, 32, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .menuKapa.mobile-menu-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.menuAc {
  width: 45px;
  height: 45px;
  background-color: #333;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  display: none;
  border: 1px solid #FFF;
  position: relative;
  cursor: pointer; }
  .menuAc.menuKapa span {
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .menuAc.menuKapa span:first-child {
      -webkit-transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px));
              transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px)); }

#mobile-menu {
  position: fixed;
  left: -300px;
  font-family: "Montserrat", sans-serif;
  top: 0;
  width: 250px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 9999;
  height: 100%;
  overflow-y: scroll;
  background-color: #FFF; }
  #mobile-menu .logo {
    width: 200px;
    margin: 0 auto !important;
    padding: 15px 0; }
  #mobile-menu .search {
    position: relative;
    padding: 15px; }
    #mobile-menu .search .search-form {
      width: 100%;
      border-bottom-left-radius: 7.5px;
      border-bottom-right-radius: 7.5px;
      z-index: -1;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      #mobile-menu .search .search-form input {
        background-color: #ebebeb;
        border: none;
        padding: 15px;
        color: #FFF;
        font-weight: 400;
        width: 100%;
        border-radius: 7.5px;
        font-size: 13px; }
      #mobile-menu .search .search-form button {
        width: 35px;
        height: 35px;
        background-color: #62b975;
        color: #FFF;
        border: none;
        border-radius: 5px;
        position: absolute;
        right: 7.5px;
        top: 7.5px; }
        #mobile-menu .search .search-form button:hover {
          background-color: #62b975; }
  #mobile-menu ul {
    display: block;
    border: none;
    list-style: none;
    padding-left: 0; }
    #mobile-menu ul li a {
      color: #000;
      border: none;
      font-size: 14px;
      border-bottom: 1px solid #c8c8c8;
      line-height: 45px;
      padding-left: 8px;
      display: block;
      letter-spacing: -0.5px;
      padding: 0 10px;
      -webkit-transition: all .5s;
      transition: all .5s;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #mobile-menu ul li a i {
        margin-right: 10px; }
      #mobile-menu ul li a:hover {
        background-color: #62b975;
        color: #FFF !important;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    #mobile-menu ul li ul {
      background: none !important;
      max-height: 0 !important;
      overflow: hidden;
      -webkit-transition: all 1s;
      transition: all 1s; }
      #mobile-menu ul li ul li a {
        position: relative;
        padding-left: 25px !important;
        font-weight: 400;
        color: #FFF; }
        #mobile-menu ul li ul li a:before {
          content: "\f105";
          position: absolute;
          left: 12px;
          top: 0;
          line-height: 46px;
          width: 40px;
          height: 46px;
          display: block;
          color: #FFF;
          font-weight: bold;
          font-family: "Font Awesome 5 Free"; }
      #mobile-menu ul li ul li ul li a {
        position: relative;
        padding-left: 45px !important; }
        #mobile-menu ul li ul li ul li a:before {
          left: 22px; }
    #mobile-menu ul li.acik > ul {
      background-color: #356a8f !important;
      -webkit-box-shadow: inset 0 20px 20px -23px #000;
              box-shadow: inset 0 20px 20px -23px #000;
      max-height: 2000px !important;
      -webkit-transition: all 1s;
      transition: all 1s; }
    #mobile-menu ul li.menu-item-has-children a {
      position: relative;
      overflow: hidden;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    #mobile-menu ul li.menu-item-has-children > a:after {
      position: absolute;
      right: 0;
      top: 0;
      color: #FFF;
      width: 46px;
      height: 100%;
      background-color: #62b975;
      text-align: center;
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #mobile-menu ul li.menu-item-has-children.acik > a {
      color: #FFF !important;
      background-color: #124f7a;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #mobile-menu ul li.menu-item-has-children.acik > a:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
  #mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #62b975; }
  #mobile-menu::-webkit-scrollbar {
    width: 1px;
    background-color: #62b975; }
  #mobile-menu::-webkit-scrollbar-thumb {
    background-color: #62b975;
    -webkit-transition: all .5s;
    transition: all .5s; }
  #mobile-menu.mobile-menu-active {
    left: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

/** Mobile Menu (END) **/
* {
  outline: none !important;
  font-family: "Montserrat", sans-serif; }
  *:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

html {
  overflow-x: hidden; }

body {
  font-size: 14px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased; }

figure {
  margin: 0 !important; }
  figure a {
    display: block;
	margin: 10px;}

nav.menu ul {
  padding: 0;
  margin: 0; }
  nav.menu ul li {
    list-style-type: none;
    float: left; }
    nav.menu ul li a {
      display: block; }
  nav.menu ul:after {
    content: "";
    display: block;
    clear: both; }

.container-fluid.full-width {
  padding: 0 75px; }

.img-fit {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit; }

p {
  font-size: 14px; }

h1 {
	font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

a,
input,
button {
  outline: none !important;
  text-decoration: none !important; }

.full-image img {
  width: 100%;
  height: auto;
  display: block; }

.nav .arrow {
  width: 45px;
  height: 45px;
  border: 1px solid #62b975;
  color: #62b975;
  text-align: center;
  border-radius: 100%;
  line-height: 45px;
  margin: 0 7.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .nav .arrow:hover {
    background-color: #62b975;
    border-color: #62b975;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    color: #FFF;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }

.btn {
  color: #FFF;
  background-color: #62b975;
  border-radius: 0;
  line-height: 50px;
  font-weight: 600;
  padding: 0 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .btn i {
    margin-left: 20px; }
  .btn:hover {
    background-color: #62b975;
    color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.mobile-hamburger-menu {
  display: none;
  padding: 10px;
  width: 40px;
  height: 40px;
  z-index: 999999;
  position: relative; }
  .mobile-hamburger-menu .hamburger-menu {
    position: relative;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    background: #FFF;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
    width: 20px;
    height: 2px; }
    .mobile-hamburger-menu .hamburger-menu:after {
      height: 2px;
      content: "";
      position: absolute;
      right: 0;
      width: 11px;
      top: 7px;
      background: #FFF;
      -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      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);
      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), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .mobile-hamburger-menu .hamburger-menu:before {
      height: 2px;
      content: "";
      position: absolute;
      right: 0;
      width: 29px;
      bottom: 7px;
      background: #FFF;
      -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      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);
      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), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .mobile-hamburger-menu .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0); }
    .mobile-hamburger-menu .hamburger-menu.animate:before {
      bottom: 0;
      width: 20px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      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);
      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), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .mobile-hamburger-menu .hamburger-menu.animate:after {
      top: 0;
      width: 20px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      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);
      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), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.whatsapp {
  border-left: 1px solid #e6e8eb;
  padding-left: 25px;
  margin-left: 25px; }
  .whatsapp a {
    background-color: #40c02b;
    color: #FFF;
    padding: 0 35px;
    border-radius: 50px;
    display: block;
    line-height: 55px; }
    .whatsapp a img {
      width: 35px;
      margin-right: 15px; }

.fixed-contact {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9; }
  .fixed-contact a {
    display: block;
    margin: 7.5px 0;
    background-color: #62b975;
    line-height: 40px;
    padding: 0 15px;
    color: #FFF;
    border: none;
    margin-left: 70%;
    white-space: nowrap;
  transition: all .3s}
  .fixed-contact a:hover {
    margin-left: 0%;}
    .fixed-contact a i {
      margin-right: 15px; }
    .fixed-contact a.whatsapp {
      background-color: #4aae20; }

header {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 20px; }
  header .site-header {
    width: 100%;
    padding: 15px 0; }
    header .site-header .column {
      padding: 0 15px; }
      header .site-header .column .menu {
        width: max-content;
      }
      header .site-header .column .menu ul li {
        padding: 35px 0;
        position: relative;
      }
      header .site-header .column .menu ul li a {
        padding: 0 20px;
        color: #FFF;
        text-transform: uppercase;
        white-space: nowrap;
        font-weight: bold; }
      header .site-header .column .menu ul li:hover > a {
        color: #62b975; }
        header .site-header .column .menu ul li ul {
          position: absolute;
          left: 0;
          top: 30px;
          background-color: #000;
          border: 2px solid #62b975;
          opacity: 0;
          pointer-events: none;
          transition: all, .4s;
        }
        header .site-header .column .menu ul li ul li {
          padding: 0.5rem;
        }
          header .site-header .column .menu ul li ul li a {
            font-family: "EB Garamond", serif;
          }
          header .site-header .column .menu ul li ul li:hover > a {
            text-decoration: underline !important;
          }
        header .site-header .column .menu ul li:hover > ul {
          top: 70px;
          pointer-events: auto;
          opacity: 1;
          transition: all, .4s;
        }
      header .site-header .column .language a {
        color: #FFF;
        font-weight: bold;
        width: 35px;
        height: 35px;
        line-height: 35px;
        display: inline-block; }

main {
  padding: 20px;
  padding-top: 0;}
  main .offset-left {
    padding: 0; }
  main .offset-right {
    padding: 0; }
  main .section--title {
    color: #62b975;
    font-size: 40px;
    font-weight: bold;
    font-family: "EB Garamond", serif; }
    main .section--title small, main .section--title big {
      font-size: 25px;
      color: #000;
      display: block;
      font-weight: 900;
      font-family: "EB Garamond", serif; }
      main .section--title big {
        font-family: "Montserrat", sans-serif;
      }
    main .section--title.dark small, main .section--title.dark big  {
      color: #FFF; }
      main .page-detail .section--title small {
        font-size: 25px;
        margin: 7.5px 0;
      }
      main .page-detail .section--title big {
        font-size: 25px;
        font-weight: 300;
        text-transform: uppercase;
      }
  main #slider {
    position: relative;
    width: 100%; }
    main #slider .navigation .slick-arrow {
      position: relative;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-right: 1px solid #ededed;
      color: #000;
      cursor: pointer;
      display: block;
      float: left;
      margin: 10px 0; }
      main #slider .navigation .slick-arrow:last-child {
        border: none; }
      main #slider .navigation .slick-arrow:hover {
        background-color: #62b975; }
        main #slider .navigation .slick-arrow:hover i {
          color: #FFF; }
    main #slider .items {
      margin: 0; }
    main #slider .slick-dots {
      position: absolute;
      right: 70px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      main #slider .slick-dots li {
        display: block;
        width: 13px;
        margin: 5px auto; }
        main #slider .slick-dots li button:before {
          content: "";
          font-size: 13px;
          color: #62b975;
          border: 1px solid #62b975;
          border-radius: 100%;
          width: 13px;
          height: 13px; }
        main #slider .slick-dots li.slick-active {
          width: 16px; }
          main #slider .slick-dots li.slick-active button:before {
            width: 16px;
            height: 16px;
            background-color: #62b975; }
    main #slider .bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      main #slider .bottom .social-media {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        main #slider .bottom .social-media a {
          width: 60px;
          height: 60px;
          text-align: center;
          line-height: 60px;
          color: #FFF;
          display: inline-block;
          margin: 0 5px;
          border-radius: 5px;
          font-size: 20px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          main #slider .bottom .social-media a:hover {
            background-color: #FFF;
            color: #000;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
      main #slider .bottom .contact {
        background-color: #FFF;
		opacity: 0.8;}
        main #slider .bottom .contact .col {
          padding: 20px;
          font-size: 16px; }
          main #slider .bottom .contact .col span {
            display: block;
            color: #62b975; }
          main #slider .bottom .contact .col a {
            color: #000; }
  main .section {
    margin: 35px 0; }
    main .section .contact-us {
      background-image: url("../images/photos/contactBG.png");
      background-size: cover;
      background-position: center center;
      padding: 65px; }
      main .section .contact-us .form {
        padding: 55px;
        background-color: rgba(0, 0, 0, 0.6);
        border: 1px solid #949494; }
        main .section .contact-us .form .title {
          font-size: 40px;
          margin: 15px 0;
          color: #FFF;
          font-weight: bold; }
        main .section .contact-us .form .form-group .column {
          padding: 15px 0; }
          main .section .contact-us .form .form-group .column input, main .section .contact-us .form .form-group .column textarea, main .section .contact-us .form .form-group .column select {
            background: transparent;
            border: none;
            border-bottom: 1px solid #949494;
            width: 100%;
            padding: 15px;
            font-size: 13px;
            color: #FFF;
            resize: none; }
            main .section .contact-us .form .form-group .column option {color: #000;}
            main .section .contact-us .form .form-group .column input::-webkit-input-placeholder, main .section .contact-us .form .form-group .column textarea::-webkit-input-placeholder {
              color: #FFF; }
            main .section .contact-us .form .form-group .column input::-moz-placeholder, main .section .contact-us .form .form-group .column textarea::-moz-placeholder {
              color: #FFF; }
            main .section .contact-us .form .form-group .column input:-ms-input-placeholder, main .section .contact-us .form .form-group .column textarea:-ms-input-placeholder {
              color: #FFF; }
            main .section .contact-us .form .form-group .column input::-ms-input-placeholder, main .section .contact-us .form .form-group .column textarea::-ms-input-placeholder {
              color: #FFF; }
            main .section .contact-us .form .form-group .column input::placeholder, main .section .contact-us .form .form-group .column textarea::placeholder {
              color: #FFF; }
          main .section .contact-us .form .form-group .column input[type=submit] {
            border: 1px solid #949494;
            display: block;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            padding: 15px 50px;
            font-weight: bold;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            main .section .contact-us .form .form-group .column input[type=submit]:hover {
              background: #FFF;
              color: #62b975;
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
    main .section .about-us {
      padding: 0 15%; }
      main .section .about-us h3 {
        font-family: "EB Garamond", serif; }
    main .section .press {
      padding: 125px;
      height: 100%;
      background-color: #000;
      position: relative; }
      main .section .press .items {
        position: relative; }
        main .section .press .items .item figure {
          border: 1px solid #62b975; }
      main .section .press .navigation .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 75px;
        height: 75px;
        color: #FFF;
        font-size: 25px;
        text-align: center;
        line-height: 75px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        main .section .press .navigation .slick-arrow.prev {
          left: 25px; }
        main .section .press .navigation .slick-arrow.next {
          right: 25px; }
        main .section .press .navigation .slick-arrow:hover {
          background-color: #FFF;
          color: #62b975;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      main .section .press .slick-dots {
        position: absolute;
        left: 50%;
        bottom: -35px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        main .section .press .slick-dots li {
          width: 13px;
          margin: 0 5px; }
          main .section .press .slick-dots li button:before {
            content: "";
            font-size: 13px;
            color: #62b975;
            border: 1px solid #62b975;
            border-radius: 100%;
            width: 13px;
            height: 13px; }
          main .section .press .slick-dots li.slick-active {
            width: 16px; }
            main .section .press .slick-dots li.slick-active button:before {
              width: 16px;
              height: 16px;
              background-color: #62b975; }
    main .section .blog {
      padding: 0 125px; }
      main .section .blog .items {
        margin: 75px 0 0 0; }
        main .section .blog .items .item {
          margin: 0 15px; }
          main .section .blog .items .item .title {
            font-size: 24px;
            font-weight: bold;
            margin: 35px 0;
            min-height: 108px;
            }
          main .section .blog .items .item .more {
            display: block;
            margin: 35px 0 0 0;
            font-weight: bold;
            color: #000;
            position: relative;
            padding: 15px 0;
            z-index: 1;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            main .section .blog .items .item .more:after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 40px;
              height: 2px;
              background-color: #62b975;
              z-index: -1;
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
            main .section .blog .items .item .more:hover {
              color: #FFF;
              padding: 15px 20px;
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
              main .section .blog .items .item .more:hover:after {
                width: 100%;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
                -webkit-transition-delay: .4s;
                        transition-delay: .4s;
                height: 100%; }
        main .section .blog .items .slick-arrow:before {
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          width: 75px;
          height: 75px;
          text-align: center;
          line-height: 75px;
          display: block;
          color: #FFF;
          border-radius: 5px;
          background: #000;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        main .section .blog .items .slick-arrow.slick-prev {
          left: -100px; }
          main .section .blog .items .slick-arrow.slick-prev:before {
            content: "\f053";
            text-indent: -2px; }
        main .section .blog .items .slick-arrow.slick-next {
          right: -50px; }
          main .section .blog .items .slick-arrow.slick-next:before {
            content: "\f054";
            text-indent: 2px; }
        main .section .blog .items .slick-arrow:hover:before {
          background-color: #62b975;
          color: #FFF;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      main .section .blog .slick-dots {
        position: absolute;
        left: 50%;
        bottom: -35px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        main .section .blog .slick-dots li {
          width: 13px;
          margin: 0 5px; }
          main .section .blog .slick-dots li button:before {
            content: "";
            font-size: 13px;
            color: #62b975;
            border: 1px solid #62b975;
            border-radius: 100%;
            width: 13px;
            height: 13px; }
          main .section .blog .slick-dots li.slick-active {
            width: 16px; }
            main .section .blog .slick-dots li.slick-active button:before {
              width: 16px;
              height: 16px;
              background-color: #62b975; }
  main #treatments {
    background: #000;
    padding: 75px; }
    main #treatments .item {
      margin: 50px 0; }
      main #treatments .item figure {
        border: 1px solid #62b975;
        overflow: hidden; }
        main #treatments .item figure a {
          display: block; }
          main #treatments .item figure a img {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          main #treatments .item figure a:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
      main #treatments .item .title {
        font-size: 40px;
        margin: 15px 0;
        color: #FFF;
        font-weight: bold; }
      main #treatments .item .more {
        font-weight: bold;
        color: #FFF;
        position: relative;
        padding: 15px 0;
        z-index: 1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        main #treatments .item .more:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 40px;
          height: 2px;
          background-color: #62b975;
          z-index: -1;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        main #treatments .item .more:hover {
          padding: 15px 20px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          main #treatments .item .more:hover:after {
            width: 100%;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: .4s;
                    transition-delay: .4s;
            height: 100%; }
  main #comments {
    background-image: url("../images/photos/commentBG.jpg");
    position: relative;
    background-size: cover;
    background-position: center right;
    padding: 125px 0; }
    main #comments .items .item i {
      font-size: 25px;
      color: #62b975; }
    main #comments .items .item p {
      font-size: 20px;
      color: #FFF;
      margin: 25px 0; }
    main #comments .items .item .title {
      color: #62b975;
      font-weight: bold; }
    main #comments .items .slick-dots {
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      main #comments .items .slick-dots li {
        float: left;
        width: 13px;
        margin: 5px 5px; }
        main #comments .items .slick-dots li button {
          padding: 0;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          main #comments .items .slick-dots li button:before {
            content: "";
            position: relative;
            font-size: 13px;
            color: #62b975;
            border: 1px solid #FFF;
            background-color: #FFF;
            border-radius: 100%;
            width: 13px;
            height: 13px;
            opacity: 1;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        main #comments .items .slick-dots li.slick-active {
          width: 16px; }
          main #comments .items .slick-dots li.slick-active button:before {
            width: 16px;
            height: 16px;
            background-color: #62b975;
            border-color: #62b975;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
  main #galeri .items {
    margin-top: 40px; }
    main #galeri .items .item {
      margin: 15px 0; }
      main #galeri .items .item a {
        display: block;
        font-size: 18px;
        color: #000;
        font-weight: 600; }
        main #galeri .items .item a:hover {
          color: #62b975;
          text-decoration: underline !important; }
  main .page-head {
    position: relative; }
    main .page-head .title {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background-color: rgba(32, 27, 86, 0.5);
      padding: 15px 150px;
      font-size: 80px;
      color: #FFF;
      font-weight: bolder; }
  main .page-inner .detail {
    padding: 65px 0; }
    main .page-inner .detail h1 {
      font-size: 30px;
      color: #62b975; }
    main .page-inner .detail h2 {
      color: #62b975;
      font-size: 24px; }
    main .page-inner .detail h3 {
      color: #62b975;
      font-size: 20px; }
    main .page-inner .detail p, main .page-inner .detail ul, main .page-inner .detail li {
      font-size: 16px; }
    main .page-inner .detail li {
      margin: 10px 0;
      list-style-type: none; }
      main .page-inner .detail li:before {
        content: "\2022";
        /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #62b975;
        /* Change the color */
        font-weight: bold;
        /* If you want it to be bold */
        display: inline-block;
        /* Needed to add space between the bullet and the text */
        width: 1em;
        /* Also needed for space (tweak if needed) */
        margin-left: -1em;
        /* Also needed for space (tweak if needed) */ }
    main .page-inner .detail .price {
      font-size: 30px;
      font-weight: bolder;
      color: #62b975;
      margin: 15px 0; }
  main .page-inner .description .head {
    background-color: #e5e5e5; }
    main .page-inner .description .head .title {
      font-size: 30px;
      color: #62b975;
      line-height: 90px;
      font-weight: bolder; }
  main .page-inner .comments {
    padding: 65px 15px; }
    main .page-inner .comments .title {
      font-size: 24px;
      color: #62b975;
      font-weight: bold;
      padding: 25px 0;
      border-top: 1px solid #ccc; }
    main .page-inner .comments .comment-list .comment {
      padding: 20px;
      border: 1px dashed #ccc;
      margin: 15px 0;
      font-size: 16px; }
      main .page-inner .comments .comment-list .comment p {
        font-size: 16px; }
      main .page-inner .comments .comment-list .comment span {
        width: 100%;
        text-align: right;
        color: #62b975;
        font-weight: bold;
        display: block; }
  main .page-inner .contact-info {
    color: #000; }
    main .page-inner .contact-info i {
      font-size: 60px;
      color: #62b975; }
    main .page-inner .contact-info .title {
      font-size: 25px;
      color: #62b975;
      font-weight: bold;
      margin: 5px 0; }
    main .page-inner .contact-info span {
      color: #000;
      display: block; }
      main .page-inner .contact-info span b {
        color: #000; }
  main .page-inner .contact-us .title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #62b975; }
  main .page-inner .contact-us .column {
    padding: 15px; }
    main .page-inner .contact-us .column input, main .page-inner .contact-us .column textarea {
      width: 100%;
      padding: 15px;
      border: 1px solid #62b975;
      resize: none; }
    main .page-inner .contact-us .column .btn {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 0 25px;
      margin: 0 auto;
      display: block; }
  main .page-inner aside.sidebar .nav-tabs {
    border: none; }
    main .page-inner aside.sidebar .nav-tabs .nav-item {
      padding: 0 !important; }
      main .page-inner aside.sidebar .nav-tabs .nav-item:before {
        display: none; }
      main .page-inner aside.sidebar .nav-tabs .nav-item button {
        color: #62b975;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        line-height: 60px;
        border: 1px solid #ebebeb;
        font-weight: 500; }
        main .page-inner aside.sidebar .nav-tabs .nav-item button.active {
          border-color: #62b975;
          background-color: #62b975;
          color: #FFF; }
  main .page-inner aside.sidebar .tab-content .tab-pane {
    padding: 15px; }
    main .page-inner aside.sidebar .tab-content .tab-pane ul li {
      font-weight: 500; }
      main.detail {
        padding: 20px;
      }
      main.detail .in {
        background-color: #000;
        color: #FFF;
      }
      main.detail .in .page-banner {
        position: relative;
      }
      main.detail .in .page-banner figure {
        padding: 75px 75px 0 75px;
      }
      main.detail .in .page-banner figure .banner-in {
        position: absolute;
        top: 50%;
        left: 75px;
        transform: translateY(-50%);
      }
      main.detail .in .page-banner figure .banner-in h1 {
        color: #62b975;
        font-size: 40px;
        font-weight: bold;
        font-family: "EB Garamond", serif;
      }
      main.detail .in .page-banner figure .breadcrumbs span {
        display: inline-block;
        text-transform: uppercase;
        color: #62b975;
        margin: 0 5px;
        font-weight: bold;
      }
      main.detail .in .page-banner figure .breadcrumbs span:first-child {
        margin-left: 0;
      }
      main.detail .in .page-banner figure .breadcrumbs span:last-child {
        margin: 0;
      }
      main.detail .in .page-banner figure .breadcrumbs span a span{
        color: #FFF;
      }
      main.detail .in .page-banner .bottom {
        position: absolute;
        bottom: 125px;
        left: 0;
        width: 100%;
        padding: 0 75px;
        }
        main.detail .in .page-banner .bottom .social-media {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; }
          main.detail .in .page-banner .bottom .social-media a {
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            color: #FFF;
            display: inline-block;
            margin: 0 5px;
            border-radius: 5px;
            font-size: 20px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            main.detail .in .page-banner .bottom .social-media a:hover {
              background-color: #FFF;
              color: #000;
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
              main.detail .in .page-banner .contact {
                position: absolute;
                right: 75px;
                top: 50%;
                transform: translateY(-50%);
                padding: 30px;
                }
          main.detail .in .page-banner .contact .col {
            padding: 0 15px;
            font-size: 16px; }
            main.detail .in .page-banner .contact .col input, main.detail .in .page-banner .contact .col textarea, main.detail .in .page-banner .contact .col select {
              padding: 16px 15px;
              width: 100%;
              font-size: 14px;
              resize: none;
              height: 55px;
              background: transparent;
              border: none;
              border-bottom: 1px solid #FFF;
              color: #FFF;
            }
            main.detail .in .page-banner .contact .col option {
              color: #000;
            }
            main.detail .in .page-banner .contact .col input::placeholder, main.detail .in .page-banner .contact .col textarea::placeholder {
              color: #FFF;
            }
            main.detail .in .page-banner .contact .col input[type="submit"] {
              background-color: #62b975;
              border: none;
              color: #FFF;
              font-weight: bold;
              padding: 0;
              width: max-content;
              padding: 0 25px;
            }
            main.detail .in .page-banner .contact .col input[type="file"] {
              display: none;
            }
            main.detail .in .page-banner .contact .col .custom-file-upload {
              border: 1px solid #000;
              color: #000;
              width: 100%;
              padding: 25px 15px;
              cursor: pointer;
              transition: all, .4s;
              font-size: 14px;
            }
            main.detail .in .page-banner .contact .col .custom-file-upload:hover {
              background-color: #000;
              color: #FFF;
              transition: all, .4s;
            }
              main.detail .in .page-detail {
                padding: 75px;
              }
              main.detail .in .page-detail a {
                color: #62b975;
              }
              main.detail .in .page-detail h2 {
                font-size: 20px;
              }
              main.detail .in .page-detail h3 {
                font-size: 16.5px;
              }
              main.detail .in .page-detail p {
                font-size: 13.5px;
              }
              main.detail .in .page-detail img {
                max-width: 100%;
                height: auto;
              }
              main.detail .in .page-detail.about .education .item {
                border: 1px solid #62b975;
                padding: 20px;
              }
              main.detail .in .page-detail.about .education .item .icon {
                font-size: 30px;
                color: #62b975;
              }
              main.detail .in .page-detail.about .education .item .desc {
                padding: 0 15px;
              }
              main.detail .in .page-detail.about .education .item .desc .tur {
                font-size: 25px;
                font-weight: bold;
                color: #62b975;
                font-family: "EB Garamond", serif;
              }
              main.detail .in .page-detail.treatment .cat_title {
                font-size: 25px;
                font-weight: bold;
                margin-bottom: 15px;
              }
              main.detail .in .page-detail.treatment .sub_cat {
                margin: 15px 0;
              }
              main.detail .in .page-detail.treatment .sub_cat a {
                display: block;
                margin-left: 40px;
                line-height: 25px;
              }
              main.detail .in .page-detail.treatment .text-end .sub_cat a {
                margin-right: 40px;
              }
              main.detail .in .page-detail.treatment .sub_cat a:hover {
                color: #FFF;
                text-decoration: underline !important;
              }
              main.detail .in .page-detail.treatment .sub_cat .sub_title {
                font-size: 18px;
                font-weight: bolder;
                position: relative;
                padding-left: 40px;
                margin-bottom: 15px;
              }
              main.detail .in .page-detail.treatment .sub_cat .sub_title::before {
                 content:"";
                 width: 30px;
                 height: 1px;
                 background-color: #62b975;
                 position: absolute;
                 display: block;
                 top: 50%;
                 transform: translateY(-50%);
                 left: 0;
               }
              #galeriust {
                display:flex;
                align-items:center;
                width: 100%;
                height: 130px;
                background: #191919;
              }
              #galeriust .alan {
                display:flex;
                align-items:center;
              }
              #galeriust .alan .baslik {
                color: #62b975;
                font-size: 28px;
                font-weight: 500;
                line-height: 34px;
                letter-spacing: 1.866666px;
                margin-right:40px;
                    text-transform: uppercase;
              }
              #galeriust .alan .butonlar a {
                display:inline-block;
                padding:50px 0px;
                color: #555555;
                font-size: 24px;
                font-weight: 400;
                line-height: 34px;
                height:130px;
                margin-right:20px;
              }
              #galeriust .alan .butonlar a.active {
                color: #ffffff;
                font-size: 24px;
                font-weight: 400;
                line-height: 34px;
                margin-right:20px;
                border-bottom:3px solid var(--yesil);
              }
              #galeri {
                padding: 50px 0;
              }
              #galeri.videos .item {
                display: block;
                position: relative;
                overflow: hidden;
              }
              #galeri.videos .item:before {
                content: "";
                position: absolute;
                top: 15px;
                right: 15px;
                width: 50px;
                height: 50px;
                background-image: url('../images/play.png');
                background-color: #62b975;
                border-radius: 100%;
                z-index: 2;
            }
            #galeri.videos .item:after {
                content: "";
                position: absolute;
                top: -50px;
                left: 0;
                height: 25%;
                width: 100%;
                background: rgb(98 185 117);
                background: linear-gradient(180deg, rgb(98 185 117) 0%, rgba(97,136,107,0) 99%);
                transition: all, .4s;
            }
            #galeri.videos .item .baslik {
              color: #FFF;
            }
            #galeri.videos .item:hover::after {
              top: 0;
              transition: all, .4s;
            }
            main.detail .in .page-detail .category .item a {
              position: relative;
              display: block;
              color: #fff;
            }
            main.detail .in .page-detail .category .item a figure img {
              -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
              -webkit-mask-image: linear-gradient(to 72%, rgb(255 0 0 / 0%), white);
            }
            main.detail .in .page-detail .category .item a .desc {
              padding: 15px;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%; }
              main.detail .in .page-detail .category .item a .desc .p-title {
                font-size: 18px;
                font-weight: bold; }
                main.detail .in .page-detail .category .item a .desc p {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size: 14px;
                margin: 0; }
                main.detail .in .page-detail .category .item a .desc .more {
                white-space: nowrap;
                margin-left: 25px;
                background-color: #62b975;
                color: #FFF;
                line-height: 40px;
                padding: 0 10px;
                border-radius: 3px;
                font-weight: bold;
                transition: all, .4s;
                }
                main.detail .in .page-detail .category .item a:hover .desc .more  {
                  background-color: #005212;
                  transition: all, .4s;
                }
              
  @media screen and (max-width: 1000px) and (min-width: 300px) {
    main {
      /* Mobile Size */ }
      main .page-head {
        padding: 20px 0; }
        main .page-head h1 {
          font-size: 25px;
          margin: 5px; }
        main .page-head .breadcrumbs {
          font-size: 14px; }
      main .page-inner {
        margin: 40px 0; }
        main .page-inner .not-found h1 {
          font-size: 150px;
          line-height: 70px; }
        main .page-inner aside.sidebar {
          margin-top: 75px; } }

footer {
  padding: 20px; }
  footer .section {
    margin: 35px 0; }
    footer .section--title {
      color: #62b975;
      font-size: 40px;
      font-weight: bold;
      font-family: "EB Garamond", serif;
      margin-bottom: 60px;
      }
      footer .section--title small {
        font-size: 16px;
        color: #000;
        display: block;
        font-weight: 500;
        font-family: "EB Garamond", serif; }
      footer .section--title.dark small {
        color: #FFF; }
    footer .section.site-footer {
      background-color: #000;
      padding: 15px 0; }
      footer .section.site-footer .column {
        padding: 0 15px; }
        footer .section.site-footer .column .menu ul li a {
          padding: 0 20px;
          color: #FFF;
          text-transform: uppercase;
          font-weight: bold; }
        footer .section.site-footer .column .menu ul li:hover > a {
          color: #62b975; }
        footer .section.site-footer .column .social-media a {
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          color: #000;
          background-color: #FFF;
          border-radius: 100%;
          display: inline-block;
          margin: 0 5px;
          font-size: 18px; }
          footer .section.site-footer .column .social-media a:hover {
            background-color: #62b975;
            color: #FFF; }
    footer .section:last-child {
      margin: 0; }
  footer #contact-us {
    background-color: #000;
    padding: 75px 0; }
    footer #contact-us.template {
      padding: 0;
    }
    footer #contact-us.template .col {
      padding: 75px 0;
    }
    footer #contact-us.template .col:first-child {
      background-color: #121212;
    }
    footer #contact-us.template .col:last-child {
      background-color: #252525;
    }
    footer #contact-us .info {
      color: #FFF; }
      footer #contact-us .info .row {
        margin: 15px 0; }
      footer #contact-us .info a {
        color: #FFF;
        font-weight: bold; }
      footer #contact-us .info .social-media a {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #000;
        background-color: #FFF;
        border-radius: 100%;
        display: inline-block;
        margin: 0 5px;
        font-size: 18px; }
        footer #contact-us .info .social-media a:hover {
          background-color: #62b975;
          color: #FFF; }
    footer #contact-us .form .column {
      padding: 15px; }
      footer .menu {
        width: max-content;
      }
      footer #contact-us .form .column input, footer #contact-us .form .column textarea, footer #contact-us .form .column select {
        width: 100%;
        padding: 15px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #505050;
        resize: none;
        color: #FFF;
        }
        footer #contact-us .form .column option {
          color: #000;
        }
        footer #contact-us .form .column input::-webkit-input-placeholder, footer #contact-us .form .column textarea::-webkit-input-placeholder {
          color: #FFF; }
        footer #contact-us .form .column input::-moz-placeholder, footer #contact-us .form .column textarea::-moz-placeholder {
          color: #FFF; }
        footer #contact-us .form .column input:-ms-input-placeholder, footer #contact-us .form .column textarea:-ms-input-placeholder {
          color: #FFF; }
        footer #contact-us .form .column input::-ms-input-placeholder, footer #contact-us .form .column textarea::-ms-input-placeholder {
          color: #FFF; }
        footer #contact-us .form .column input::placeholder, footer #contact-us .form .column textarea::placeholder {
          color: #FFF; }
      footer #contact-us .form .column input[type=submit] {
        background-color: #62b975;
        color: #FFF;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        line-height: 50px;
        padding: 0 25px; }
  footer #map {
    width: 100%;
    height: 450px; }

.mega-menu {
  border: 2px solid #62b975;
  background-color: #000;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: all, .4s;
}
.mega-menu .t-parent {
  background-image: url('../images/photos/mega-menu-title_BG.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 185px;
}
.mega-menu .t-parent .title {
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  font-family: "EB Garamond", serif;
}
.mega-menu .in {
  padding: 45px;
}
.mega-menu .nav-tabs {
  display: block;
  border: none;
}
.mega-menu .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #62b975;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all, .4s;
  font-size: 16px;
  font-family: "EB Garamond", serif;
} 
.mega-menu .nav-tabs .nav-item .nav-link:hover, .mega-menu .nav-tabs .nav-item .nav-link.active {
  color: #FFF;
  text-decoration: underline !important;
  transition: all, .4s;
}
.mega-menu .tab-content .tab-pane a {
  display: block;
  color: #FFF;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
}
.mega-menu .tab-content .tab-pane a:hover {
  text-decoration: underline !important;
}

.mega-menu.show {
  top: 110px;
  opacity: 1;
  pointer-events: auto;
  transition: all, .4s;
}
.iti {
  color: #FFF;
  width: 100%;
}
main.detail .in .page-banner .bottom .iti {
  color: #000;
}
.wpcf7-spinner {
  position: absolute !important;
  margin: 0 0 0 5px !important;
  top: 50%;
  transform: translateY(-50%);
}
.iti__country-name, .iti__flag-box {
  color: #000;
} 