@charset "UTF-8";
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/* Photoshop Character Spacing */
/** Mobile Contact (START) **/
.wpcf7-not-valid-tip{
    color:#fff !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #fff !important;
}
.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: #323732;
        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: #ee2a80;
        color: #FFF;
        border: none;
        border-radius: 5px;
        position: absolute;
        right: 7.5px;
        top: 7.5px; }
        #mobile-menu .search .search-form button:hover {
          background-color: #ee2a80; }
  #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: #ee2a80;
        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: #d32370 !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: #ad004b;
      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: #ee2a80;
      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: #ee2a80; }
  #mobile-menu::-webkit-scrollbar {
    width: 1px;
    background-color: #ee2a80; }
  #mobile-menu::-webkit-scrollbar-thumb {
    background-color: #ee2a80;
    -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; }

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 7.5%; }

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

p {
  font-size: 14px; }

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 #ee2a80;
  color: #ee2a80;
  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: #ee2a80;
    border-color: #ee2a80;
    -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: #ee2a80;
  line-height: 50px;
  font-weight: 600;
  padding: 0 25px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .btn i {
    margin-left: 20px;
    color: #FFF; }
  .btn:hover {
    background-color: #1b222c;
    color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.mobile-hamburger-menu {
  display: none;
  right: 15px;
  top: 50%;
  padding: 10px;
  width: 40px;
  height: 36px;
  z-index: 999999;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .mobile-hamburger-menu .hamburger-menu {
    position: relative;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    background: #000;
    -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: #000;
      -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: #000;
      -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); }

.site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 15px 0; }
  .site-header .head-right nav.menu {
    width: 100%;
    padding: 0 25px;
    font-family: "Roboto", sans-serif; }
    .site-header .head-right nav.menu ul li {
      position: relative;
      margin: 0 3px;
      padding: 22.5px 0; }
      .site-header .head-right nav.menu ul li a {
        font-size: 16px;
        display: block;
        color: #1b222c;
        white-space: nowrap;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 50px;
        font-family: "Roboto", sans-serif;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .site-header .head-right nav.menu ul li ul {
        position: absolute;
        background-color: #FFF;
        left: 50%;
        top: 125%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 9;
        border: 1px solid #ee2a80;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .site-header .head-right nav.menu ul li ul:before {
          content: "";
          border-style: solid;
          border-width: 10px;
          border-color: #ee2a80;
          border-top-color: transparent;
          border-left-color: transparent;
          border-right-color: transparent;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: -20px; }
        .site-header .head-right nav.menu ul li ul li {
          padding: 0;
          margin: 0;
          width: 100%;
          float: none; }
          .site-header .head-right nav.menu ul li ul li a {
            padding: 0 15px;
            line-height: 35px;
            font-size: 14px;
            border-radius: 0;
            font-weight: 400;
            text-transform: capitalize; }
            .site-header .head-right nav.menu ul li ul li a:hover {
              background-color: #ee2a80;
              color: #FFF; }
          .site-header .head-right nav.menu ul li ul li:before {
            display: none; }

      .site-header .head-right nav.menu ul li:hover > a {
        color: #FFF;
        background-color: #ee2a80;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .site-header .head-right nav.menu ul li:hover > ul {
        top: 100%;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .site-header .head-right nav.menu ul li:hover:before {
        top: 0;
        opacity: 1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
.site-header .head-right nav.menu ul li ul li ul {
  left: 100%;
  top: 0 !important;
  transform: translateX(0);
  position: re
}
.site-header .head-right nav.menu ul li ul li ul:before {
  left: -10px;
  top:5px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #ffffff;
}
  .site-header .btn {
    border-radius: 50px !important;
    white-space: nowrap;
    background-color: #525253;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px; }
    .site-header .head-right .btn:hover {
      background-color: #ee2a80; }

main {
  background-image: url("../images/photos/background.jpg");
  background-size: 100%; }
  main .offset-left {
    padding: 0; }
  main .offset-right {
    padding: 0; }
  main .section .title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    main .section .title small {
      font-size: 18px;
      color: #1b222c;
      letter-spacing: 3px;
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 900; }
    main .section .title .m-title {
      color: #ee2a80;
      position: relative;
      font-weight: bolder; }
      main .section .title .m-title span {
        color: #1b222c;
        font-weight: 200; }
    main .section .title.reverse small {
      color: #FFF; }
    main .section .title.reverse .m-title {
      color: #FFF; }
      main .section .title.reverse .m-title span {
        color: #FFF; }
  main .section-list {
    float: left;
    max-width: 68px;
    background: #fff; }
    main .section-list .section-tab {
      list-style: none;
      display: block;
      -webkit-writing-mode: vertical-lr;
      /* old Win safari */
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
      -webkit-writing-mode: tb-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: tb-lr;
      /* writing-mode:sideways-lr;  could be the one */
      /* eventually untill sideways-lr is working everywhere */
      -webkit-transform: scale(-1, -1);
              transform: scale(-1, -1);
      white-space: nowrap; }
      main .section-list .section-tab a {
        border: solid 1px;
        display: inline-block;
        padding: 16px 20px; }
        main .section-list .section-tab a:hover {
          background: gray; }
  main .deneme {
    position: relative; }
    main .deneme .slider {
      width: 100%; }
      main .deneme .slider.test-nav {
        position: absolute;
        bottom: 100px;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.4); }
  main #slider {
    position: relative; }
    main #slider .navigation {
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50px;
      padding: 0; }
      main #slider .navigation .slick-arrow {
        position: relative;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #ee2a80;
        color: #ee2a80;
        cursor: pointer;
        display: block;
        margin: 10px 0; }
        main #slider .navigation .slick-arrow:hover {
          background-color: #ee2a80; }
          main #slider .navigation .slick-arrow:hover i {
            color: #FFF; }
    main #slider .items {
      margin: 0; }
    main #slider .slick-dots {
      position: absolute;
      right: 25px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      z-index: 2; }
      main #slider .slick-dots li {
        display: block; }
        main #slider .slick-dots li button:before {
          font-size: 13px; }
        main #slider .slick-dots li.slick-active button:before {
          font-size: 17px; }
    main #slider .slider-navigation {
      background-color: rgba(0, 0, 0, 0.25);
      position: absolute;
      left: 0;
      bottom: 135px;
      width: 100%;
      padding: 20px 0; }
      main #slider .slider-navigation .navs .item {
        cursor: pointer; }
        main #slider .slider-navigation .navs .item figure img {
          margin: 0 auto; }
        main #slider .slider-navigation .navs .item .title {
          color: #FFF;
          margin: 10px 0 0 0;
          text-align: center; }
    main #slider .social-media {
      position: absolute;
      bottom: 0;
      width: 100%; }
      main #slider .social-media a {
        line-height: 135px;
        font-size: 25px;
        display: block;
        float: left;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0 25px; }
        main #slider .social-media a i {
          color: #d1d1d1;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        main #slider .social-media a:hover i {
          color: #ee2a80;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
  main #contact-us .form {
    background-image: url("../images/photos/contact-us.jpg");
    background-size: cover;
    background-position: center center;
    padding: 75px; }
    main #contact-us .form .form-group input, main #contact-us .form .form-group textarea {
      border: 1px solid #ee2a80;
      width: 100%;
      padding: 15px;
      color: #FFF;
      background-color: transparent;
      }
      main #contact-us .form .form-group input::-webkit-input-placeholder, main #contact-us .form .form-group textarea::-webkit-input-placeholder {
        /* Edge */
        color: white; }
      main #contact-us .form .form-group input:-ms-input-placeholder, main #contact-us .form .form-group textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white; }
      main #contact-us .form .form-group input::-moz-placeholder, main #contact-us .form .form-group textarea::-moz-placeholder {
        color: white; }
      main #contact-us .form .form-group input::-ms-input-placeholder, main #contact-us .form .form-group textarea::-ms-input-placeholder {
        color: white; }
      main #contact-us .form .form-group input::placeholder, main #contact-us .form .form-group textarea::placeholder {
        color: white; }
    main #contact-us .form .form-group textarea {
      resize: none;
      min-height: 75px; }
    main #contact-us .form .form-group input[type=submit] {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      background-color: #ee2a80;
      color: #FFF;
      margin: 0 auto;
      display: block;
      padding: 0 25px;
      line-height: 55px; }
  main #services {
    margin: 85px 0; }
    main #services .service {
      position: relative;
      overflow: hidden;
      border-radius: 35px;
      }
main #services .service:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(238,42,128);
background: linear-gradient(90deg, rgba(238,42,128,1) 0%, rgba(238,42,128,0) 100%);
  left: 0;
  top: 0;
}
main #services .service:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0);
background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 100%);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all, .4s;
}
main #services .service:hover:after{
  opacity: 1;
  transition: all, .4s;
}
      main #services .service .desc {
        padding: 25px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transition-delay: .4s;
                transition-delay: .4s; }
        main #services .service .desc .title {
          font-size: 20px;
          color: #FFF;
          font-weight: bold;
          margin-bottom: 15px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          }
        main #services .service .desc p {
          color: #FFF;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          overflow: hidden;
          font-size: 13px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          margin: 0 0 10px 0;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          }
        main #services .service .desc .btn {
          background: transparent;
          padding: 0;
          margin: 0;
          font-size: 14px;
          font-weight: 400;
          line-height: 25px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        }

        main #services .slick-arrow {
          background: #FFF;
          border-radius: 100%;
          z-index: 9;
          width: 75px;
          height: 75px;
        }
        main #services .slick-arrow:before {
          color: #000;
          font-size: 25px;
          line-height: 75px;
        }
        main #services .slick-arrow.slick-prev {
          left: 0;
        }
        main #services .slick-arrow.slick-next {
          right: 0;
        }
  main #what-are-we {
    background-image: url("../images/photos/what-are-we.jpg");
    background-size: cover;
    background-position: center center;
    padding: 75px 0;
    margin: 75px 0; }
    main #what-are-we .items .item .title {
      margin: 20px 0;
      font-weight: bold;
      font-size: 24px;
      color: #FFF; }
    main #what-are-we .items .item figure {
      position: relative;
      z-index: 2; }
    main #what-are-we .items .item p {
      color: #FFF;
      font-size: 14px;
      }
    main #what-are-we .items .column:nth-child(2) .item {
      z-index: 1;
      text-align: center;
      position: relative; }
      main #what-are-we .items .column:nth-child(2) .item figure {
        margin-top: 50px !important; }
      main #what-are-we .items .column:nth-child(2) .item .shape {
        position: absolute;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -1; }
    main #what-are-we .items .column:nth-child(3) .item {
      text-align: right; }
  main #about-us {
    margin: 85px 0; }
    main #about-us .text .title {
      text-align: left;
      margin: 0 0 50px 0; }
    main #about-us .text .more {
      margin-top: 25px; }
  main .page-head {
    background-image: url('../images/photos/page-banner.jpg');
    background-color: #ccc;
    padding: 200px 0 100px 0;
    }
    main .page-head .breadcrumbs span a {
      color: #ee2a80;
      font-weight: bold; }
    main .page-head h1 {
      margin: 0; }
    main .page-inner .in.detail .in {
      padding: 0 15px;
      margin: 0; }
      main .page-inner .in.detail .in h1 {
        font-size: 23px; }
      main .page-inner .in.detail .in h2 {
        color: #ee2a80;
        font-size: 20px; }
main .page-inner aside.sidebar {
  margin-top: -90px;
}
  main .page-inner aside.sidebar .form {
    background-color: #ee2a80;
    color: #FFF;
    margin-bottom: 15px;
    }
    main .page-inner aside.sidebar .form .title {
      padding: 15px 30px;
      font-size: 25px;
      font-weight: bold;
      color: #FFF; }
main .page-inner aside.sidebar .form .title .m-title, main .page-inner aside.sidebar .form .title .m-title span {color: #FFF;}
main .page-inner aside.sidebar .form .title small {color: #FFF;}
    main .page-inner aside.sidebar .form .form-row {
      background-image: url('../images/photos/contact-us.jpg');
      background-size: cover;
      padding: 30px;
    }
      main .page-inner aside.sidebar .form .title small {
        font-size: 14px;
        font-weight: 400;
        display: block; }
    main .page-inner aside.sidebar .form .form-group {
      margin-bottom: 15px; }
      main .page-inner aside.sidebar .form .form-group input, main .page-inner aside.sidebar .form .form-group textarea {
        padding: 20px;
        width: 100%;
        resize: none;
        background: transparent;
        border: 1px solid #ee2a80;
        color: #FFF;
        }
main .page-inner aside.sidebar .form .form-group input::-webkit-input-placeholder { /* Edge */
  color: white;
}

main .page-inner aside.sidebar .form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

main .page-inner aside.sidebar .form .form-group input::placeholder {
  color: white;
}
main .page-inner aside.sidebar .form .form-group textarea::-webkit-input-placeholder { /* Edge */
  color: white;
}

main .page-inner aside.sidebar .form .form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

main .page-inner aside.sidebar .form .form-group textarea::placeholder {
  color: white;
}
      main .page-inner aside.sidebar .form .form-group input[type="submit"] {
        width: 200px;
        padding: 0;
        background: #ee2a80;
        line-height: 55px;
        color: #FFF;
        font-weight: bold;
        font-size: 20px;
        display: block; }
        main .page-inner aside.sidebar .form .form-group input[type="submit"]:hover {
          background-color: #FFF;
          color: #ee2a80; }
      main .page-inner aside.sidebar .form .form-group:last-child {
        margin: 0; }
  main .page-inner aside.sidebar .btn.big {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    border-radius: 0;
    width: 100%;
    line-height: 25px;
    padding: 25px;
    text-align: left; }
    main .page-inner aside.sidebar .btn.big small {
      display: block;
      font-weight: 400;
      font-size: 14px; }
  main .page-inner aside.sidebar .btn:hover {
    background-color: #c12f00; }
  main .page-inner aside.sidebar .patient-gallery {
    margin: 25px 0; }
    main .page-inner aside.sidebar .patient-gallery .title {
      font-size: 25px;
      font-weight: bold;
      color: #ee2a80;
      margin-bottom: 25px; }
    main .page-inner aside.sidebar .patient-gallery .photos .photo figure a {
      display: block;
      border-radius: 10px;
      overflow: hidden; }
      main .page-inner aside.sidebar .social-media .item {
        padding: 75px 25px;
        margin: 15px 0;
        background-color: #ccc; }
        main .page-inner aside.sidebar .social-media .item .icon {
          font-size: 40px; }
          main .page-inner aside.sidebar .social-media .item .icon i {
            color: #FFF; }
            main .page-inner aside.sidebar .social-media .item .desc {
          font-size: 24px;
          font-weight: bold;
          color: #FFF; }
          main .page-inner aside.sidebar .social-media .item .desc span {
            font-size: 16px;
            display: block;
            font-weight: 400;
            color: #FFF; }
            main .page-inner aside.sidebar .social-media .item .btn {
          background-color: #FFF;
          color: #333;
          font-size: 14px;
          padding: 0 15px;
          }
          main .page-inner aside.sidebar .social-media .item .btn i {
            color: #333; }
            main .page-inner aside.sidebar .social-media .item.instagram {
          background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }
          main .page-inner aside.sidebar .social-media .item.youtube {
          background-color: #FF0000; }
          main .page-inner aside.sidebar .social-media .item.tiktok {
          background: #eeaeca;
          background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%); }
          main .page-inner.iletisim .text-area {
            padding: 60px;
          }
          main .page-inner.iletisim .text-area .text span {
            display: block;
            font-size: 24px;
            margin: 15px 0;
          }
          main .page-inner.iletisim .text-area .text {
            font-size: 20px !important;
          }
          main .page-inner.iletisim .text-area .text .title span {
            display: inline-block;
            font-size: 50px;
            margin: 0;
          }
  @media screen and (max-width: 1000px) and (min-width: 300px) {
    main {
      /* Mobile Size */ }
      main .page-head {
        padding: 100px 0 50px 0; }
        main .page-head h1 {
          font-size: 22px;
          margin: 5px; }
        main .page-head .breadcrumbs {
          font-size: 11px; }
    main .page-inner .in.detail .in {
      padding: 0 15px;
    }
      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 .social-media .item {
  padding: 75px 25px;
  background-color: #ccc; }
  footer .social-media .item .icon {
    font-size: 40px; }
    footer .social-media .item .icon i {
      color: #FFF; }
  footer .social-media .item .desc {
    font-size: 24px;
    font-weight: bold;
    color: #FFF; }
    footer .social-media .item .desc span {
      font-size: 16px;
      display: block;
      font-weight: 400;
      color: #FFF; }
  footer .social-media .item .btn {
    background-color: #FFF;
    color: #333; }
    footer .social-media .item .btn i {
      color: #333; }
  footer .social-media .item.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }
  footer .social-media .item.youtube {
    background-color: #FF0000; }
  footer .social-media .item.tiktok {
    background: #eeaeca;
    background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%); }

footer .contact {
  margin: 50px 0; }
  footer .contact .item {
    background-color: #525253;
    color: #FFF;
    padding: 25px;
    height: 100%; }
    footer .contact .item .icon {
      border-right: 1px solid #FFF;
      width: 60px;
      height: 60px;
      text-align: center; }
      footer .contact .item .icon i {
        font-size: 40px;
        color: #FFF;
        line-height: 60px; }
    footer .contact .item .desc {
      width: calc(100% - 60px);
      padding: 0 15px;
      color: #FFF; }
      footer .contact .item .desc b {
        display: block;
        color: #FFF; }
      footer .contact .item .desc a {
        color: #FFF; }

footer .other .column {
  border-right: 1px solid #ee2a80;
  padding: 25px; }
  footer .other .column:last-child {
    border: none; }
  footer .other .column nav ul {
    list-style-type: none;
    padding: 0; }
    footer .other .column nav ul li a {
      color: #333;
      line-height: 25px;
      display: block;
      text-transform: uppercase; }
  footer .other .column .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px; }
  footer .other .column a {
    color: #333; }

footer .copyright {
  margin-top: 50px;
  background-color: #525253;
  padding: 15px 0; }
  footer .copyright .col {
    color: #FFF; }

main .page-inner .detail .contact-items {
      margin-bottom: 44px;
    }
     main .page-inner .detail .contact-items .col-12 {
      margin-bottom: 20px;
    }
     main .page-inner .detail .contact-items .c-item {
      height: 100%;
      background-color: #fff;
      box-shadow: 0 1px 10px 0 #0000000c;
      padding: 48px 12px 88px;
      color: #000;
      line-height: 34px;
      position: relative;
      z-index: 8;
    }
     main .page-inner .detail .contact-items .c-item .title {
      font-weight: 700;
      font-size: 24px;
      letter-spacing: -0.96px;
      color: #ee2a80;
    }
     main .page-inner .detail .contact-items .c-item .value {
      font-size: 16px;
      letter-spacing: -0.64px;
      color: #000;
    }
     main .page-inner .detail .contact-items .c-item .value a {
      color: #000;
    }
     main .page-inner .detail .contact-items .c-item .value p {
      margin: 0;
    }
     main .page-inner .detail .contact-items .c-item .value:last-child ::after {
      display: none;
    }
     main .page-inner .detail .contact-items .c-item .icon {
      position: absolute;
      right: 24px;
      bottom: 24px;
    }
main .page-inner .detail .contact-items .c-item .icon i {
  font-size: 60px;
  color: #ee2a80;
}
     main .page-inner .detail .contact-items .c-item .icon img {
      width: 64px;
      height: 64px;
      object-fit: contain;
      display: block;
    }
     main .page-inner .detail iframe {
      width: 100%;
      height: 500px;
      overflow: hidden;
    }
 main .page-inner .detail .in {
   padding: 15px;
 }
 .iti {
   width: 100%;
 }
 .iti__selected-dial-code {
   
   color: #FFF;
 }
 .slider-navigation .slick-arrow {
   width: 50px;
   height: 50px;
   border-radius: 100%;
   text-align: center;
   line-height: 40px;
   background-color: #de1576;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 9;
 border: none;}
.slider-navigation .slick-arrow i {
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
}
 .slider-navigation .slick-arrow.nav-prev {
   left: -25px;
 }
.slider-navigation .slick-arrow.nav-prev i {
  position: relative;
  left: 10px;
}
 .slider-navigation .slick-arrow.nav-next {
  right: -25px;
}
.slider-navigation .slick-arrow.nav-next i {
  position: relative;
  right: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #FFF;
}
.sidebar .contact {
  margin: 50px 0; }
  .sidebar .contact .item {
    background-color: #525253;
    color: #FFF;
    padding: 25px;
    height: 100%; }
    .sidebar .contact .item .icon {
      border-right: 1px solid #FFF;
      width: 60px;
      height: 60px;
      text-align: center; }
      .sidebar .contact .item .icon i {
        font-size: 40px;
        color: #FFF;
        line-height: 60px; }
    .sidebar .contact .item .desc {
      width: calc(100% - 60px);
      padding: 0 15px;
      color: #FFF; }
      .sidebar .contact .item .desc b {
        display: block;
        color: #FFF; }
      .sidebar .contact .item .desc a {
        color: #FFF; }