<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/   


.back-to-tops {
    position: fixed!important;
    right: 30px;
    bottom: 20px;
    font-size: 27px;
    z-index: 98;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    font-size: 21px;
    z-index: 99;
}

h1, h2, .h1, .h2 {
    font-weight: 400 !important;
    font-family: 'Shantell Sans', cursive !important;
}

h3, h4, h5, h6, .h4, .h5, .h6, .h3 {
    font-weight: 600 !important;
    font-family: 'Madimi One', sans-serif !important;
    letter-spacing: 1px;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
    font-family: "Shantell Sans", sans-serif;
}

.btn.btn-primary:hover {
  background: #de3f92 !important;
  color: #3db1f5 !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-light);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    font-family: "Shantell Sans", sans-serif;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(61, 177, 245, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 12px rgba(222, 63, 146, 0.5);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    border: 1px solid #de3f92;
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-pink) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/about/hakkimizda.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
    border-radius:50%;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    text-align: center;
    justify-content:center;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 12px rgba(61, 177, 245, 1);
}

.team .member img {
  border-radius: 50%;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/*** Team End ***/

.title1{
  text-align: center;
  justify-content: center;
}
/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-light);
    padding: 20px 20px;
    
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(234, 225, 225, 0.15);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: #3db1f5 !important;
}
/*** Footer End ***/

.album-list-item {
    position: relative;
  }
  
  /* album list item image */
  .album-list-item .ali-img-wrap {
    position: relative;
  }
  .album-list-item .ali-img-wrap .ali-img {
    position: relative;
    z-index: 2;
  }
  
  /* album list item link */
  .album-list-item .ali-link {
    display: block;
    text-decoration: none;
  }
  
  .ali-link-my {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    color: rgb(253, 249, 249);
    background-color: rgb(60, 59, 59, 0.3);
    z-index: 10;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 5px 0 5px 0;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ali-link-my:hover {
    color: rgb(210, 180, 102);
  }
  
  .album-list-item:hover .ali-link-my {
    background-color: #de3f92;
    color: #000;
    height: 40px;
    padding: 10px 0 5px 0;
  }
  
  /* album list item caption */
  .ali-caption {
    position: absolute;
    display: block;
    bottom: -1px;
    left: -1px;
    right: -1px;
    padding: 5% 7% 4% 7%;
    text-align: center;
    z-index: 3;
    background-color: rgba(36, 36, 36, 0.2) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .album-list-item:hover .ali-caption {
    background-color: #de3f92 !important;
    padding-top: 7%;
    padding-bottom: 6%;
  }
  
  /* album list item title */
  .ali-title {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #f4f7f6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .ali-title:hover {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  /* album list item meta */
  .ali-meta {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #666;
  }
  
  /* album list item share */
  .album-list-item .album-share {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 14px;
    color: #333;
    z-index: 11;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .album-list-item:hover .album-share {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .album-list-item .album-share:hover {
    background-color: rgba(255, 255, 255, 0.95);
  }
  
  @media (max-width: 767px) {
    .album-list-item .album-share {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  
  /* album list item styles - if "gutter-2" and "gutter-3" enabled 
  ================================================================== */
  /* album list item style-1 */
  .gutter-2 .ali-style-1.isotope-items-wrap,
  .gutter-3 .ali-style-1.isotope-items-wrap {
    margin-top: 10px;
    margin-right: 10px;
  }
  .ali-style-1 .owl-carousel .owl-stage,
  .ali-style-1 .owl-carousel .owl-stage-outer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  @media (max-width: 767px) {
    .ali-style-1.isotope-items-wrap {
      margin-top: 5px;
      margin-right: 5px;
    }
  }
  .ali-style-1 .album-list-item .ali-img-wrap {
    box-shadow: 0 0 0 1px #fff;
  }
  .gutter-2 .ali-style-1 .album-list-item .ali-img-wrap:before,
  .gutter-3 .ali-style-1 .album-list-item .ali-img-wrap:before,
  .ali-style-1 .owl-carousel .album-list-item .ali-img-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 1;
    -webkit-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .ali-style-1 .album-list-item:hover .ali-img-wrap:before {
    -webkit-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  .gutter-2 .ali-style-1 .album-list-item .ali-img-wrap:after,
  .gutter-3 .ali-style-1 .album-list-item .ali-img-wrap:after,
  .ali-style-1 .owl-carousel .album-list-item .ali-img-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 1;
    -webkit-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
  
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .ali-style-1 .album-list-item:hover .ali-img-wrap:after {
    -webkit-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  
  /* album list item style-2 */
  .gutter-2 .ali-style-2.isotope-items-wrap,
  .gutter-3 .ali-style-2.isotope-items-wrap {
    margin-top: 8px;
  }
  .ali-style-2 .owl-carousel .owl-stage,
  .ali-style-2 .owl-carousel .owl-stage-outer {
    padding-top: 10px;
  }
  .gutter-2 .ali-style-2 .album-list-item .ali-img-wrap:before,
  .gutter-3 .ali-style-2 .album-list-item .ali-img-wrap:before,
  .ali-style-2 .owl-carousel .album-list-item .ali-img-wrap:before {
    position: absolute;
    content: "";
    top: -3px;
    left: 8px;
    right: 8px;
    height: 1px;
    background-color: rgba(191, 168, 123, 2.5);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ali-style-2 .album-list-item:hover .ali-img-wrap:before {
    top: -4px;
  }
  .gutter-2 .ali-style-2 .album-list-item .ali-img-wrap:after,
  .gutter-3 .ali-style-2 .album-list-item .ali-img-wrap:after,
  .ali-style-2 .owl-carousel .album-list-item .ali-img-wrap:after {
    position: absolute;
    content: "";
    top: -5px;
    left: 13px;
    right: 13px;
    height: 1px;
    background-color: rgba(247, 243, 243, 0.5);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ali-style-2 .album-list-item:hover .ali-img-wrap:after {
    top: -7px;
  }
  
  /* ------------------------------------------------------------- *
   *  Album list carousel
  /* ------------------------------------------------------------- */
  
  #content-section.album-list-carousel {
    padding: 45px;
  }
  @media (max-width: 992px) {
    #content-section.album-list-carousel {
      padding: 15px;
    }
  }
  
  /* album list carousel item */
  .album-list-carousel .ali-img {
    min-height: 400px;
  }
  
  /* album list carousel item image zoom on hover */
  .album-list-carousel .hover-zoom .album-list-item {
    overflow: hidden;
  }
  
  
  /* disable dots on smaller screens */
  @media (max-width: 992px) {
    .album-list-carousel .owl-dots {
      display: none;
    }
  }
  
  /* ------------------------------------------------------------- *
   *  Album single carousel
  /* ------------------------------------------------------------- */
  
  #content-section.album-single-carousel {
    padding: 45px;
  }
  @media (max-width: 992px) {
    #content-section.album-single-carousel {
      padding: 15px;
    }
  }
  
  /* album single carousel item */
  .album-single-carousel .album-single-item {
    min-height: 445px;
  }
  
  /* disable dots on smaller screens */
  @media (max-width: 992px) {
    .album-single-carousel .owl-dots {
      display: none;
    }
  }
  
  /* ---------------------------------------------------------------------- *
   *  Full carousel - full height carousel layout (class: "full-carousel")
   *  Note: for "album-list-carousel" and "album-single-carousel" only!
  /* ---------------------------------------------------------------------- */
  
  #content-section.full-carousel {
    min-height: 100%;
    padding: 0px;
  }
  @media (max-width: 992px) {
    #content-section.full-carousel {
      padding: 0px;
    }
  }
  
  /* carousel full height elements */
  .full-carousel .content-wrap,
  .full-carousel .owl-carousel,
  .full-carousel .owl-stage-outer,
  .full-carousel .owl-stage,
  .full-carousel .owl-item,
  .full-carousel .album-list-item,
  .full-carousel .album-single-item,
  .full-carousel .ali-link,
  .full-carousel .ali-img-wrap,
  .full-carousel .ali-img {
    height: 100%;
    max-height: 100%;
  }
  
  /* full carousel content wrap */
  .full-carousel .content-wrap {
    padding: 0;
  }
  
  /* full carousel dots position outside */
  .full-carousel .dots-outside {
    padding-bottom: 40px;
  }
  .full-carousel .dots-outside .owl-dots,
  .full-carousel .dots-outside .owl-nav.disabled + .owl-dots {
    bottom: 10px;
  }
  
  /* if album heading secion is enabled */
  #page-header-secion + .full-carousel {
    min-height: 785px;
    padding: 20px;
  }
  #page-header-secion + .full-carousel .content-wrap {
    padding: 40px;
  }
  #page-header-secion + .full-carousel .dots-outside {
    padding-bottom: 0;
  }
  #page-header-secion + .full-carousel .dots-outside .owl-dots {
    bottom: -30px;
  }
  
  @media (max-width: 992px) {
    #page-header-secion + .full-carousel {
      padding: 15px;
    }
    #page-header-secion + .full-carousel .content-wrap {
      padding: 20px;
    }
    #page-header-secion + .full-carousel .dots-outside {
      padding-bottom: 20px;
    }
  
    /* Disable full heigt on smaller screens */
    #page-header-secion + .full-carousel {
      height: auto !important;
      min-height: auto;
    }
    #page-header-secion + .full-carousel .content-wrap,
    #page-header-secion + .full-carousel .owl-carousel,
    #page-header-secion + .full-carousel .owl-stage-outer,
    #page-header-secion + .full-carousel .owl-stage,
    #page-header-secion + .full-carousel .owl-item,
    #page-header-secion + .full-carousel .album-list-item,
    #page-header-secion + .full-carousel .album-single-item,
    #page-header-secion + .full-carousel .ali-link,
    #page-header-secion + .full-carousel .ali-img-wrap,
    #page-header-secion + .full-carousel .ali-img {
      height: auto;
    }
    #page-header-secion + .album-list-carousel .ali-img {
      min-height: 360px;
    }
  }
  
  /* disable dots on smaller screens */
  @media (max-width: 992px) {
    .full-carousel .owl-dots {
      display: none;
    }
    .full-carousel .dots-outside {
      padding-bottom: 0 !important;
    }
  }
  
  /* ------------------------------------------------------------- *
   *  Content carousel - CC (based on OWL Carousel)
   *  https://github.com/OwlCarousel2/OwlCarousel2
  /* ------------------------------------------------------------- */
  
  .owl-carousel .owl-item {
    /* image flickering fix */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  /* Content carousel item */
  .owl-carousel .cc-item {
    /* best for single item slider */
    position: relative;
    display: block;
    padding-bottom: 56.25%;
  }
  .owl-carousel .cc-item-h {
    /* best for multiple item slider */
    position: relative;
    display: block;
    height: 400px;
  }
  
  /* OWL controls */
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
  }
  
  /* Prev/Next buttons */
  .owl-nav {
    margin: 0;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 48px !important;
    text-align: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    overflow: visible;
    z-index: 999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .owl-carousel .owl-nav .owl-prev {
    padding-right: 0px;
  }
  .owl-carousel .owl-nav .owl-next {
    padding-left: 0px;
  }
  
  @media only screen and (max-width: 992px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      width: 40px;
      height: 40px;
      line-height: 42px;
      opacity: 1;
    }
  }
  
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
  }
  .owl-carousel .owl-nav .owl-prev:hover,
  .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  @media only screen and (min-width: 992px) {
    .owl-carousel:hover .owl-nav .owl-prev {
      left: 20px;
    }
    .owl-carousel:hover .owl-nav .owl-next {
      right: 20px;
    }
  }
  
  /* Prev/Next buttons disabled (no loop) */
  .owl-carousel .owl-nav .owl-prev.disabled,
  .owl-carousel .owl-nav .owl-next.disabled {
    background-color: rgba(173, 173, 173, 0.3);
    color: #888;
  }
  
  /* Prev/Next buttons positions outside (left/right) */
  .owl-carousel.nav-outside .owl-nav .owl-prev,
  .owl-carousel.nav-outside .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    line-height: 50px;
    background-color: #de3f92;
    color: #000;
    opacity: 1;
  }
  .owl-carousel.nav-outside .owl-nav .owl-prev:hover,
  .owl-carousel.nav-outside .owl-nav .owl-next:hover {
    background-color: #000;
    color: #de3f92;
  }
  .owl-carousel.nav-outside .owl-nav .owl-prev.disabled,
  .owl-carousel.nav-outside .owl-nav .owl-next.disabled {
    background-color: rgb(43, 42, 42);
    color: rgb(54, 53, 53);
  }
  .owl-carousel.nav-outside .owl-nav .owl-prev {
    left: -40px;
  }
  .owl-carousel.nav-outside .owl-nav .owl-next {
    right: -40px;
  }
  @media (max-width: 992px) {
    .owl-carousel.nav-outside .owl-nav .owl-prev,
    .owl-carousel.nav-outside .owl-nav .owl-next {
      width: 40px;
      height: 40px;
      line-height: 0px;
    }
    .owl-carousel.nav-outside .owl-nav .owl-prev {
      left: -20px;
    }
    .owl-carousel.nav-outside .owl-nav .owl-next {
      right: -20px;
    }
  }
  
  
  
  /* Prev/Next buttons positions outside-top */
  .nav-outside-top .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
    width: 65px;
  }
  .nav-outside-top .owl-nav .owl-prev,
  .nav-outside-top .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: transparent;
    font-size: 16px;
    color: #333;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav-outside-top .owl-nav .owl-prev:hover,
  .nav-outside-top .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #987f28;
  }
  .nav-outside-top .owl-nav .owl-prev.disabled,
  .nav-outside-top .owl-nav .owl-next.disabled {
    background-color: transparent;
    color: #d0d0d0;
  }
  .nav-outside-top:hover .owl-nav .owl-prev {
    left: 0;
  }
  .nav-outside-top:hover .owl-nav .owl-next {
    right: 0;
  }
  
  /* Prev/Next buttons rounded */
  .nav-rounded .owl-nav .owl-prev,
  .nav-rounded .owl-nav .owl-next {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .nav-outside-top.nav-rounded .owl-nav .owl-prev,
  .nav-outside-top.nav-rounded .owl-nav .owl-next {
  }
  .nav-outside-top.nav-rounded .owl-nav .owl-prev:hover,
  .nav-outside-top.nav-rounded .owl-nav .owl-next:hover {
  }
  .nav-outside-top.nav-rounded .owl-nav .owl-prev.disabled,
  .nav-outside-top.nav-rounded .owl-nav .owl-next.disabled {
  }
  
  /* Dots */
  .owl-dots,
  .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 15px;
    margin-top: 0px;
    left: 50%;
    overflow: visible;
    z-index: 999;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #c1c1c1;
    margin: 0px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .owl-dots .owl-dot.active span,
  .owl-dots .owl-dot:hover span {
    background-color: #000;
  }
  
  /* Dots positions outside */
  .dots-outside {
  }
  .dots-outside .owl-dots,
  .dots-outside .owl-nav.disabled + .owl-dots {
    bottom: -30px;
  }
  .dots-left .owl-dots,
  .dots-left .owl-nav.disabled + .owl-dots {
    left: 15px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .dots-right .owl-dots,
  .dots-right .owl-nav.disabled + .owl-dots {
    left: auto;
    right: 15px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  /* Dots rounded */
  .dots-rounded .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  
  /* disable dots on smaller screens (globally) */
  @media (max-width: 992px) {
    .owl-dots {
      display: none;
    }
  }
  
  .fa .fa-check {
    color: #de3f92;
  }
  
  .section-title__triangle {
    position: relative;
    display: flex;
    margin: 0 0 3px;
    justify-content: center;
    vertical-align: middle;
  }
  
  /*--------------------------------------------------------------
  # Departments
  --------------------------------------------------------------*/
  .departments {
    overflow: hidden;
  }
  
  .departments .nav-tabs {
    border: 0;
  }
  
  .departments .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #000;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px;
  }
  
  .departments .nav-link:hover {
    color: #000000;
  }
  
  .departments .nav-link.active {
    color: #fec921;
    border-color: #fec921;
  }
  
  .departments .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
  }
  
  .departments .details h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fec921;
  }
  
  .departments .details p {
    color: #545454;
  }
  
  .departments .details p:last-child {
    margin-bottom: 0;
  }
  
  .departmentsegitim {
    list-style: none;
    font-family: "Shantell Sans", sans-serif;
  }
  
  .departmentsegitim i {
    color: #fec921;
  }
  
  @media (max-width: 992px) {
    .departments .nav-link {
      border: 0;
      padding: 15px;
    }
  
    .departments .nav-link.active {
      color: #000;
      background: #fec921;
    }
  }
  
  .slick-dots li button {
    font-size: 10px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #de3f92 !important;
    border: 0;
    outline: none;
    background: #de3f92 !important;
  }
  
  .slick-dots li button:hover {
    background: #000 !important;
  }
  
  @media (max-width: 2100px) {
    .resimSlider {
      height: 740px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 1920px) {
    .resimSlider {
      height: 675px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 1800px) {
    .resimSlider {
      height: 635px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 1600px) {
    .resimSlider {
      height: 600px;
      background-color: #f2f2f2 !important
    }
  }
  
  @media (max-width: 1400px) {
    .resimSlider {
      height: 500px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 1200px) {
    .resimSlider {
      height: 500px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 1080px) {
    .resimSlider {
      height: 470px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 992px) {
    .resimSlider {
      height: 400px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 780px) {
    .resimSlider {
      height: 290px;
      background-color: #f2f2f2 !important;
    }
  }
  
  @media (max-width: 576px) {
    .resimSlider {
      height: 240px;
      background-color: #f2f2f2 !important;
    }
  }
  @media (max-width: 480px) {
    .resimSlider {
      height: 200px;
      background-color: #f2f2f2 !important;
      margin-top: -11px;
    }
  }
  @media (max-width: 360px) {
    .resimSlider {
      height: 180px;
      background-color: #f2f2f2 !important;
    }
  }
  @media (max-width: 325px) {
    .resimSlider {
      height: 160px;
      background-color: #f2f2f2 !important;
    }
  }
  @media (max-width: 250px) {
    .resimSlider {
      height: 150px;
      background-color: #f2f2f2 !important;
    }
  }
  
  
  .main-footer__navmenu {
    position: relative;
  }
  
  @media (max-width: 767px) {
    .main-footer__navmenu {
      margin-top: 30px;
    }
  }
  
  .main-footer__navmenu ul {
    margin: 0;
    padding: 0;
  }
  
  .main-footer__navmenu ul li {
    list-style: none;
    display: block;
    line-height: 36px;
    color: var(--nisoz-color3);
    text-transform: capitalize;
  }
  
  .main-footer__navmenu ul li a {
    color: inherit;
    display: inline-block;
  }
  
  .main-footer__navmenu ul li a:hover {
    color: #bfa867;
    padding-left: 5px;
  }
  
  .main-footer__about {
    position: relative;
  }
  
  @media (max-width: 767px) {
    .main-footer__about {
      margin-top: 35px;
    }
  }
  
  
  .nav-side-menu {
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: relative;
    top: 40px;
    width: 250px;
    height: 100%;
    color: #e1ffff;
    .brand {
      background-color: #23282e;
      line-height: 50px;
      display: block;
      text-align: center;
      font-size: 14px;
    }
    .toggle-btn {
      display: none;
    }
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 35px;
      cursor: pointer;
      .active {
        border-left: 3px solid #d19b3d;
        background-color: #4f5b69;
      }
      .sub-menu {
        li.active {
          color: #d19b3d;
          a {
            color: #d19b3d;
          }
        }
        li {
          background-color: #181c20;
          border: none;
          line-height: 28px;
          border-bottom: 1px solid #23282e;
          margin-left: 0;
          &amp;:hover {
            background-color: #020203;
            transition: none;
          }
        }
      }
    }
    li {
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 35px;
      cursor: pointer;
      padding-left: 0;
      border-left: 3px solid #2e353d;
      border-bottom: 1px solid #23282e;
      transition: all 0.2s ease;
      .active {
        border-left: 3px solid #d19b3d;
        background-color: #4f5b69;
      }
      .sub-menu {
        li.active {
          color: #d19b3d;
          a {
            color: #d19b3d;
          }
        }
        li {
          background-color: #181c20;
          border: none;
          line-height: 28px;
          border-bottom: 1px solid #23282e;
          margin-left: 0;
          &amp;:hover {
            background-color: #020203;
          }
        }
      }
      a {
        text-decoration: none;
        color: #e1ffff;
        i {
          margin: 10px 15px;
        }
      }
      &amp;:hover {
        border-left: 3px solid red;
        background-color: #bfa867;
        color: #000 !important;;
        transition: none;
      }
    }
  }
  
  .sub-menu {
    li {
      padding-left: 20px;
    }
  }
  
  body {
    margin: 0;
    padding: 0;
  }
  
  li .fa-chevron-down {
    margin: 10px;
    vertical-align: middle;
    float: right;
    transition: transform 0.4s;
    
  }
  
  li.active .fa-chevron-down {
    transform: rotateX(180deg);
  }
  
  @media (max-width: 767px) {
    .nav-side-menu {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center;
        border-radius: 4px;
      }
    }
    .brand {
      text-align: left !important;
      font-size: 22px;
      padding-left: 20px;
      line-height: 50px !important;
    }
  }
  
  @media (min-width: 767px) {
    .nav-side-menu {
      .menu-list {
        .menu-content {
          display: block;
        }
      }
    }
  }
  
  @media (min-width: 767px) {
    .content {
      /* margin-left: 250px; */
    }
  }
  
  .content {
    /* padding: 20px; */
    p {
      color: #000;
    }
  }
  
  table {
    color: #eee;
  }
  
  .sidebars{
    margin:3px 15px 15px 15px;
  }
  
  /*-- Sidebar --*/
  .sidebar {
    position: relative;
  }
  
  @media (max-width: 991px) {
    .sidebar {
      margin: 50px 0 30px;
    }
    .sidebar__left {
      margin: 0 0 50px;
    }
  }
  
  .sidebar__single {
    position: relative;
    background-color: #de3f92!important;
    padding: 44px 50px 45px;
  }
  
  @media (max-width: 767px) {
    .sidebar__single {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  
  .sidebar__singles {
    position: relative;
    padding: 0px;
  }
  
  .sidebar__singles i {
    position: relative;
    padding: 0px;
    font-size: 15px;
  }
  
  .sidebar__singles:hover {
    color: #010101;
  }
  
  .sidebar__single + .sidebar__single {
    margin-top: 30px;
  }
  
  .sidebar__search {
    padding: 30px;
  }
  
  .sidebar__search-form {
    position: relative;
  }
  
  .sidebar__search-form input[type="search"] {
    display: block;
    border: 1px solid #dedee5;
    outline: none;
    background-color: var(--nisoz-white);
    box-shadow: none;
    color: var(--nisoz-color);
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    height: 64px;
    width: 100%;
    padding-right: 50px;
    box-shadow: 0px 10px 30px 0px rgba(var(--nisoz-black4-rgb), 0.03);
  }
  
  .sidebar__search-form input[type="search"]::-webkit-input-placeholder {
    color: var(--nisoz-color);
    opacity: 1;
  }
  
  .sidebar__search-form input[type="search"]:-ms-input-placeholder {
    color: var(--nisoz-color);
    opacity: 1;
  }
  
  .sidebar__search-form input[type="search"]::-ms-input-placeholder {
    color: var(--nisoz-color);
    opacity: 1;
  }
  
  .sidebar__search-form input[type="search"]::placeholder {
    color: var(--nisoz-color);
    opacity: 1;
  }
  
  .sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--nisoz-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .sidebar__search-form button[type="submit"]:hover {
    color: var(--nisoz-base);
  }
  
  .sidebar__title {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 26px;
  }
  
  .sidebar__post {
    position: relative;
    padding-bottom: 53px;
  }
  
  .sidebar__post__list {
    margin: 0;
    padding: 0;
  }
  
  .sidebar__post__list li {
    list-style: none;
    position: relative;
    padding: 3px 0 23px 90px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedee5;
    min-width: 70px;
  }
  
  .sidebar__post__list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .sidebar__post__list li:hover .sidebar__post__content__title a {
    background-size: 0% 1px, 100% 1px;
  }
  
  .sidebar__post__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: var(--nisoz-black);
  }
  
  .sidebar__post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
  }
  
  .sidebar__post__content {
    position: relative;
  }
  
  .sidebar__post__content__meta {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 7px;
  }
  
  .sidebar__post__content__meta i {
    display: inline-block;
    color: var(--nisoz-base);
    margin-right: 3px;
  }
  
  .sidebar__post__content__title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    max-width: 170px;
    margin: 0;
  }
  
  .sidebar__post__content__title a {
    color: inherit;
    background-image: linear-gradient(currentcolor, currentcolor),
      linear-gradient(currentcolor, currentcolor);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
  }
  
  .sidebar__post__content__title a:hover {
    color: var(--nisoz-base);
  }
  
  .sidebar__category {
    position: relative;
    padding-bottom: 10px;
  }
  
  .sidebar__category .sidebar__title {
    margin-bottom: 10px;
  }
  
  .sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar__category-list li {
    position: relative;
    display: block;
  }
  
  .sidebar__category-list li a {
    position: relative;
    z-index: 2;
    display: block;
    align-items: center;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: var(--nisoz-color);
    border-bottom: 1px solid #dedee5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px 0 14px 30px;
  }
  
  .sidebar__category-list li a::after {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "\f061";
    font-size: 12px;
    color: var(--nisoz-black);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .sidebar__category-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--nisoz-white);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
  }
  
  .sidebar__category-list li:last-child a {
    border-bottom: none;
  }
  
  .sidebar__category-list li:hover a,
  .sidebar__category-list li.active a {
    color: var(--nisoz-black);
    padding-left: 43px;
  }
  
  .sidebar__category-list li:hover a::after,
  .sidebar__category-list li.active a::after {
    left: 19px;
  }
  
  .sidebar__category-list li:hover a::before,
  .sidebar__category-list li.active a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
  }
  
  .sidebar__category-list li:hover a::before,
  .sidebar__category-list li.active a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
  }
  
  .sidebar__category-list li:hover a span,
  .sidebar__category-list li.active a span {
    color: var(--nisoz-base);
  }
  
  .sidebar__category-list li.active a {
    font-weight: 600;
  }
  
  .sidebar__project {
    position: relative;
    padding-bottom: 50px;
  }
  
  .sidebar__project__carousel {
    position: relative;
  }
  
  .sidebar__project__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 28px;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
  }
  
  .sidebar__project__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgba(var(--nisoz-white-rgb), 0.2);
    border: 2px solid transparent;
    margin: 0px 2.5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
  }
  
  .sidebar__project__carousel.owl-carousel .owl-dots .owl-dot:hover,
  .sidebar__project__carousel.owl-carousel .owl-dots .owl-dot.active {
    background-color: transparent;
    border: 2px solid var(--nisoz-white);
  }
  
  .sidebar__project__carousel.owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
  }
  
  .sidebar__project__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
  }
  
  .sidebar__project-single {
    position: relative;
    display: block;
    min-height: 163px;
    background-color: var(--nisoz-black);
    z-index: 1;
  }
  
  .sidebar__project-single-title {
    line-height: 22px;
    font-size: 18px;
    color: var(--nisoz-white);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    position: absolute;
    max-width: 110px;
    bottom: 24px;
    left: 29px;
  }
  
  .sidebar__project-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  
  .sidebar__project-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
      0deg,
      RGBA(var(--nisoz-black-rgb), 1) 5%,
      RGBA(var(--nisoz-black-rgb), 0) 51%
    );
  }
  
  .sidebar__tags {
    position: relative;
  }
  
  .sidebar__tags-list {
    margin-bottom: -4px;
  }
  
  .sidebar__tags-list a {
    font-size: 12px;
    line-height: 38px;
    color: var(--nisoz-color);
    background-color: var(--nisoz-white);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    margin-right: 7px;
    margin-bottom: 10px;
    box-shadow: 0px 10px 30px 0px rgba(var(--nisoz-black4-rgb), 0.07);
  }
  
  .sidebar__tags-list a:last-child {
    margin-right: 0;
  }
  
  .sidebar__tags-list a:hover {
    background-color: var(--nisoz-base);
    color: var(--nisoz-black);
  }
  
  .sidebar__comments {
    position: relative;
    padding-bottom: 50px;
  }
  
  .sidebar__comments .sidebar__title {
    margin-bottom: 21px;
  }
  
  .sidebar__comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar__comments-list li {
    display: block;
    position: relative;
    padding-left: 65px;
  }
  
  .sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--nisoz-base);
  }
  
  .sidebar__comments-list li + li {
    margin-top: 26px;
  }
  
  .sidebar__comments-icon {
    height: 44px;
    width: 44px;
    background-color: var(--nisoz-white);
    border-radius: 50%;
    font-size: 16px;
    color: var(--nisoz-black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 0;
    box-shadow: 0px 10px 30px 0px rgba(var(--nisoz-black4-rgb), 0.07);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .sidebar__comments-text-box p {
    font-size: 15px;
    line-height: 24px;
    color: var(--nisoz-color);
    margin: 0;
  }
  
  .sidebar__comments-text-box p a {
    color: var(--nisoz-black);
  }
  
  .sidebar__comments-text-box p a:hover {
    color: var(--nisoz-base);
  }
  
  /*--------------------------------------------------------------
  # Product Page
  --------------------------------------------------------------*/
  .product {
    position: relative;
    padding: 120px 0 90px;
  }
  
  @media (max-width: 767px) {
    .product {
      padding: 80px 0 50px;
    }
  }
  
  .product .nisoz-owl__dots.owl-carousel .owl-dots {
    margin-bottom: 30px;
  }
  
  .product__sidebar {
    position: relative;
  }
  
  @media (max-width: 991px) {
    .product__sidebar-right {
      margin: 50px 0 30px;
    }
  }
  
  .product__sidebar--title {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 11px 14px;
  }
  
  .product__search {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .product__search form {
    border-radius: 0;
    position: relative;
  }
  
  .product__search form input[type="text"] {
    width: 100%;
    height: 64px;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--nisoz-font);
    font-size: 14px;
    color: var(--nisoz-color);
    border: 1px solid #dedee5;
    outline: none;
    font-weight: 500;
    border-radius: 0;
  }
  
  .product__price-ranger {
    background-color: var(--nisoz-color3);
    padding: 25px 16px 28px;
    margin-bottom: 30px;
  }
  
  .product__price-ranger #slider-range {
    margin: 22px 0 0 17px;
    background: var(--nisoz-white);
    border: none;
    height: 5px;
    border-radius: 0;
    position: relative;
  }
  
  .product__price-ranger #slider-range .ui-slider-range {
    height: 100%;
    background: var(--nisoz-base);
  }
  
  .product__price-ranger #slider-range .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--nisoz-base);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
  }
  
  .product__price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin: 18px 0 0 8px;
  }
  
  .product__price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--nisoz-color);
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    line-height: 30px;
    border: none;
    outline: none;
    font-family: var(--nisoz-font);
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  
  .product__price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--nisoz-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: -2px;
  }
  
  .product__price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background-color: var(--nisoz-white);
    font-family: var(--heading-font);
    float: right;
    text-align: center;
    border: none;
    color: var(--nisoz-black);
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    cursor: pointer;
    padding: 0 20px;
    height: 38px;
    border-radius: 0;
    box-shadow: 0px 10px 30px 0px rgba(var(--nisoz-black4-rgb), 0.07);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .product__price-ranger .ranger-min-max-block input[type="submit"]:hover {
    background-color: var(--nisoz-base);
    color: var(--nisoz-black);
  }
  
  .product__categories {
    background-color: var(--nisoz-color3);
    padding: 25px 15px 11px;
  }
  
  .product__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .product__categories ul li {
    position: relative;
    margin: 0 0 4px;
  }
  
  .product__categories ul li a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--nisoz-color);
    font-weight: 500;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 9px 15px 11px;
  }
  
  .product__categories ul li a span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--nisoz-black);
    margin-right: 10px;
    transition: all 0.3s ease;
  }
  
  .product__categories ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--nisoz-white);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
  }
  
  .product__categories ul li:hover a,
  .product__categories ul li.active a {
    color: var(--nisoz-black);
    padding-left: 27px;
  }
  
  .product__categories ul li:hover a::before,
  .product__categories ul li.active a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
  }
  
  .product__categories ul li:hover a span,
  .product__categories ul li.active a span {
    color: var(--nisoz-base);
  }
  
  .product__categories ul li.active a {
    font-weight: 600;
  }
  
  .product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  
  @media (max-width: 991px) {
    .product__info-top {
      margin-top: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .product__info-top {
      display: block;
      margin-top: 40px;
    }
  }
  
  .product__showing-text {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
  }
  
  @media (max-width: 767px) {
    .product__showing-text {
      margin-bottom: 20px;
    }
  }
  
  .product__showing-sort {
    margin: 0;
    font-size: 18px;
  }
  
  .product__showing-sort
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    position: relative;
    display: block;
    width: 340px !important;
    font-family: var(--nisoz-font);
  }
  
  @media (max-width: 360px) {
    .product__showing-sort
      .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
      ) {
      width: 300px !important;
    }
  }
  
  .product__showing-sort .bootstrap-select &gt; .dropdown-toggle::after {
    display: none;
  }
  
  .product__showing-sort .bootstrap-select .dropdown-menu {
    border: none;
  }
  
  .product__showing-sort .bootstrap-select &gt; .dropdown-toggle {
    position: relative;
    height: 64px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--nisoz-color3) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--nisoz-color) !important;
    font-size: 14px;
    line-height: 64px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
  }
  
  .product__showing-sort .bootstrap-select &gt; .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--nisoz-color);
  }
  
  .product__showing-sort .bootstrap-select .dropdown-menu &gt; li + li &gt; a {
    border-top: 1px solid #dedee5;
  }
  
  .product__showing-sort .bootstrap-select .dropdown-menu &gt; li &gt; a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    color: var(--nisoz-color);
    background-color: var(--nisoz-color3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .product__showing-sort .bootstrap-select .dropdown-menu &gt; li:hover &gt; a,
  .product__showing-sort .bootstrap-select .dropdown-menu &gt; li.selected &gt; a {
    background: var(--nisoz-base);
    color: var(--nisoz-black);
    border-color: var(--nisoz-base);
  }
  
  .product__item {
    position: relative;
    background-color: var(--nisoz-white);
    border: 1px solid #dedee5;
    transition: all 500ms ease;
    margin: 0 0 30px;
  }
  
  .product__item:hover {
    box-shadow: 0px 10px 60px 0px rgba(var(--nisoz-black4-rgb), 0.05);
  }
  
  .product__item__img {
    background-color: var(--nisoz-white);
    position: relative;
    overflow: hidden;
  }
  
  .product__item__img img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    transition: all 500ms ease;
    transform: scale(1);
  }
  
  .product__item__btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
  }
  
  .product__item__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--nisoz-color3);
    border-radius: 50%;
    color: var(--nisoz-black);
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
  }
  
  .product__item__btn a:hover {
    background-color: var(--nisoz-base);
    color: var(--nisoz-black);
  }
  
  .product__item__btn a:nth-child(1) {
    -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
  }
  
  .product__item__btn a:nth-child(2) {
    -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity ease 300ms, visibility ease 300ms, background ease 300ms,
      color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
  }
  
  .product__item__btn a + a {
    margin-top: 10px;
  }
  
  .product__item:hover .product__item__img img {
    transform: scale(1.05);
  }
  
  .product__item:hover .product__item__btn a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  
  .product__item__content {
    position: relative;
    text-align: center;
    padding: 20px 20px 19px;
  }
  
  .product__item__ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: var(--nisoz-base);
    letter-spacing: 4.5px;
    margin-bottom: 4px;
  }
  
  .product__item__title {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 2px;
  }
  
  .product__item__title a {
    color: inherit;
  }
  
  .product__item__title a:hover {
    color: var(--nisoz-base);
  }
  
  .product__item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--nisoz-color);
    margin-bottom: 16px;
  }
  
  .product__item .nisoz-btn {
    height: 38px;
    background-color: var(--nisoz-black);
    font-size: 12px;
    letter-spacing: 1.2px;
    color: var(--nisoz-white);
    padding: 3px 20px;
  }
  
  .product__item .nisoz-btn:hover {
    color: var(--nisoz-black);
  }
  
  .product__item .nisoz-btn .nisoz-btn__shape {
    background-color: var(--nisoz-base);
  }
  
  .product .nisoz-owl__dots.owl-carousel .owl-dots {
    margin: 0 0 20px !important;
  }
  
  
  .album-list-item {
    position: relative;
  }
  
  /* album list item image */
  .album-list-item .ali-img-wrap {
    position: relative;
  }
  .album-list-item .ali-img-wrap .ali-img {
    position: relative;
    z-index: 2;
  }
  
  /* album list item link */
  .album-list-item .ali-link {
    display: block;
    text-decoration: none;
  }
  
  .ali-link-my {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    color: rgb(253, 249, 249);
    background-color: rgb(60, 59, 59, 0.3);
    z-index: 10;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    padding: 5px 0 5px 0;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ali-link-my:hover {
    color: rgb(210, 180, 102);
  }
  
  .album-list-item:hover .ali-link-my {
    background-color: #de3f92;
    color: #000;
    height: 40px;
    padding: 10px 0 5px 0;
  }
  
  /* album list item caption */
  .ali-caption {
    position: absolute;
    display: block;
    bottom: -1px;
    left: -1px;
    right: -1px;
    padding: 5% 7% 4% 7%;
    text-align: center;
    z-index: 3;
    background-color: rgba(36, 36, 36, 0.2) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .album-list-item:hover .ali-caption {
    background-color: #de3f92 !important;
    padding-top: 7%;
    padding-bottom: 6%;
  }
  
  /* album list item title */
  .ali-title {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #f4f7f6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .ali-title:hover {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  /* album list item meta */
  .ali-meta {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #666;
  }
  
  /* album list item share */
  .album-list-item .album-share {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 14px;
    color: #333;
    z-index: 11;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .album-list-item:hover .album-share {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .album-list-item .album-share:hover {
    background-color: rgba(255, 255, 255, 0.95);
  }
  
  @media (max-width: 767px) {
    .album-list-item .album-share {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  
  /* album list item styles - if "gutter-2" and "gutter-3" enabled 
  ================================================================== */
  /* album list item style-1 */
  .gutter-2 .ali-style-1.isotope-items-wrap,
  .gutter-3 .ali-style-1.isotope-items-wrap {
    margin-top: 10px;
    margin-right: 10px;
  }
  .ali-style-1 .owl-carousel .owl-stage,
  .ali-style-1 .owl-carousel .owl-stage-outer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  @media (max-width: 767px) {
    .ali-style-1.isotope-items-wrap {
      margin-top: 5px;
      margin-right: 5px;
    }
  }
  .ali-style-1 .album-list-item .ali-img-wrap {
    box-shadow: 0 0 0 1px #fff;
  }
  .gutter-2 .ali-style-1 .album-list-item .ali-img-wrap:before,
  .gutter-3 .ali-style-1 .album-list-item .ali-img-wrap:before,
  .ali-style-1 .owl-carousel .album-list-item .ali-img-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 1;
    -webkit-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .ali-style-1 .album-list-item:hover .ali-img-wrap:before {
    -webkit-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  .gutter-2 .ali-style-1 .album-list-item .ali-img-wrap:after,
  .gutter-3 .ali-style-1 .album-list-item .ali-img-wrap:after,
  .ali-style-1 .owl-carousel .album-list-item .ali-img-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 1;
    -webkit-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
  
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .ali-style-1 .album-list-item:hover .ali-img-wrap:after {
    -webkit-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  
  /* album list item style-2 */
  .gutter-2 .ali-style-2.isotope-items-wrap,
  .gutter-3 .ali-style-2.isotope-items-wrap {
    margin-top: 8px;
  }
  .ali-style-2 .owl-carousel .owl-stage,
  .ali-style-2 .owl-carousel .owl-stage-outer {
    padding-top: 10px;
  }
  .gutter-2 .ali-style-2 .album-list-item .ali-img-wrap:before,
  .gutter-3 .ali-style-2 .album-list-item .ali-img-wrap:before,
  .ali-style-2 .owl-carousel .album-list-item .ali-img-wrap:before {
    position: absolute;
    content: "";
    top: -3px;
    left: 8px;
    right: 8px;
    height: 1px;
    background-color: rgba(191, 168, 123, 2.5);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ali-style-2 .album-list-item:hover .ali-img-wrap:before {
    top: -4px;
  }
  .gutter-2 .ali-style-2 .album-list-item .ali-img-wrap:after,
  .gutter-3 .ali-style-2 .album-list-item .ali-img-wrap:after,
  .ali-style-2 .owl-carousel .album-list-item .ali-img-wrap:after {
    position: absolute;
    content: "";
    top: -5px;
    left: 13px;
    right: 13px;
    height: 1px;
    background-color: rgba(247, 243, 243, 0.5);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ali-style-2 .album-list-item:hover .ali-img-wrap:after {
    top: -7px;
  }
  
  /* ------------------------------------------------------------- *
   *  Album list carousel
  /* ------------------------------------------------------------- */
  
  #content-section.album-list-carousel {
    padding: 45px;
  }
  @media (max-width: 992px) {
    #content-section.album-list-carousel {
      padding: 15px;
    }
  }
  
  /* album list carousel item */
  .album-list-carousel .ali-img {
    min-height: 400px;
  }
  
  /* album list carousel item image zoom on hover */
  .album-list-carousel .hover-zoom .album-list-item {
    overflow: hidden;
  }
  
  
  /* disable dots on smaller screens */
  @media (max-width: 992px) {
    .album-list-carousel .owl-dots {
      display: none;
    }
  }
  
  /* ------------------------------------------------------------- *
   *  Album single carousel
  /* ------------------------------------------------------------- */
  
  #content-section.album-single-carousel {
    padding: 45px;
  }
  @media (max-width: 992px) {
    #content-section.album-single-carousel {
      padding: 15px;
    }
  }
  
  /* album single carousel item */
  .album-single-carousel .album-single-item {
    min-height: 445px;
  }
  
  /* disable dots on smaller screens */
  @media (max-width: 992px) {
    .album-single-carousel .owl-dots {
      display: none;
    }
  }
  
  /* ---------------------------------------------------------------------- *
   *  Full carousel - full height carousel layout (class: "full-carousel")
   *  Note: for "album-list-carousel" and "album-single-carousel" only!
  /* ---------------------------------------------------------------------- */
  
  #content-section.full-carousel {
    min-height: 100%;
    padding: 0px;
  }
  @media (max-width: 992px) {
    #content-section.full-carousel {
      padding: 0px;
    }
  }
  
  /* carousel full height elements */
  .full-carousel .content-wrap,
  .full-carousel .owl-carousel,
  .full-carousel .owl-stage-outer,
  .full-carousel .owl-stage,
  .full-carousel .owl-item,
  .full-carousel .album-list-item,
  .full-carousel .album-single-item,
  .full-carousel .ali-link,
  .full-carousel .ali-img-wrap,
  .full-carousel .ali-img {
    height: 100%;
    max-height: 100%;
  }
  
  /* full carousel content wrap */
  .full-carousel .content-wrap {
    padding: 0;
  }
  
  /* full carousel dots position outside */
  .full-carousel .dots-outside {
    padding-bottom: 40px;
  }
  .full-carousel .dots-outside .owl-dots,
  .full-carousel .dots-outside .owl-nav.disabled + .owl-dots {
    bottom: 10px;
  }
  
  /* if album heading secion is enabled */
  #page-header-secion + .full-carousel {
    min-height: 785px;
    padding: 20px;
  }
  #page-header-secion + .full-carousel .content-wrap {
    padding: 40px;
  }
  #page-header-secion + .full-carousel .dots-outside {
    padding-bottom: 0;
  }
  #page-header-secion + .full-carousel .dots-outside .owl-dots {
    bottom: -30px;
  }
  
  @media (max-width: 992px) {
    #page-header-secion + .full-carousel {
      padding: 15px;
    }
    #page-header-secion + .full-carousel .content-wrap {
      padding: 20px;
    }
    #page-header-secion + .full-carousel .dots-outside {
      padding-bottom: 20px;
    }
  
    /* Disable full heigt on smaller screens */
    #page-header-secion + .full-carousel {
      height: auto !important;
      min-height: auto;
    }
    #page-header-secion + .full-carousel .content-wrap,
    #page-header-secion + .full-carousel .owl-carousel,
    #page-header-secion + .full-carousel .owl-stage-outer,
    #page-header-secion + .full-carousel .owl-stage,
    #page-header-secion + .full-carousel .owl-item,
    #page-header-secion + .full-carousel .album-list-item,
    #page-header-secion + .full-carousel .album-single-item,
    #page-header-secion + .full-carousel .ali-link,
    #page-header-secion + .full-carousel .ali-img-wrap,
    #page-header-secion + .full-carousel .ali-img {
      height: auto;
    }
    #page-header-secion + .album-list-carousel .ali-img {
      min-height: 360px;
    }
  }
  
  /* disable dots on smaller screens */
  @media (max-width: 992px) {
    .full-carousel .owl-dots {
      display: none;
    }
    .full-carousel .dots-outside {
      padding-bottom: 0 !important;
    }
  }
  
  /* ------------------------------------------------------------- *
   *  Content carousel - CC (based on OWL Carousel)
   *  https://github.com/OwlCarousel2/OwlCarousel2
  /* ------------------------------------------------------------- */
  
  .owl-carousel .owl-item {
    /* image flickering fix */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  /* Content carousel item */
  .owl-carousel .cc-item {
    /* best for single item slider */
    position: relative;
    display: block;
    padding-bottom: 56.25%;
  }
  .owl-carousel .cc-item-h {
    /* best for multiple item slider */
    position: relative;
    display: block;
    height: 400px;
  }
  
  /* OWL controls */
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
  }
  
  /* Prev/Next buttons */
  .owl-nav {
    margin: 0;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 48px !important;
    text-align: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    overflow: visible;
    z-index: 999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .owl-carousel .owl-nav .owl-prev {
    padding-right: 0px;
  }
  .owl-carousel .owl-nav .owl-next {
    padding-left: 0px;
  }
  
  @media only screen and (max-width: 992px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      width: 40px;
      height: 40px;
      line-height: 42px;
      opacity: 1;
    }
  }
  
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
  }
  .owl-carousel .owl-nav .owl-prev:hover,
  .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  @media only screen and (min-width: 992px) {
    .owl-carousel:hover .owl-nav .owl-prev {
      left: 20px;
    }
    .owl-carousel:hover .owl-nav .owl-next {
      right: 20px;
    }
  }
  
  /* Prev/Next buttons disabled (no loop) */
  .owl-carousel .owl-nav .owl-prev.disabled,
  .owl-carousel .owl-nav .owl-next.disabled {
    background-color: rgba(173, 173, 173, 0.3);
    color: #888;
  }
  
  /* Prev/Next buttons positions outside (left/right) */
  .owl-carousel.nav-outside .owl-nav .owl-prev,
  .owl-carousel.nav-outside .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    line-height: 50px;
    background-color: #de3f92;
    color: #3db1f5;
    border-color: #de3f92;
    opacity: 1;
  }
  .owl-carousel.nav-outside .owl-nav .owl-prev:hover,
  .owl-carousel.nav-outside .owl-nav .owl-next:hover {
    background-color: #3db1f5;
    color: #de3f92;
    border-color: #3db1f5;
  }
  .owl-carousel.nav-outside .owl-nav .owl-prev.disabled,
  .owl-carousel.nav-outside .owl-nav .owl-next.disabled {
    background-color: #3db1f5;
    color: #de3f92;
  }
  .owl-carousel.nav-outside .owl-nav .owl-prev {
    left: -40px;
  }
  .owl-carousel.nav-outside .owl-nav .owl-next {
    right: -40px;
  }
  @media (max-width: 992px) {
    .owl-carousel.nav-outside .owl-nav .owl-prev,
    .owl-carousel.nav-outside .owl-nav .owl-next {
      width: 40px;
      height: 40px;
      line-height: 0px;
    }
    .owl-carousel.nav-outside .owl-nav .owl-prev {
      left: -20px;
    }
    .owl-carousel.nav-outside .owl-nav .owl-next {
      right: -20px;
    }
  }
  
  /* Prev/Next buttons positions outside-top */
  .nav-outside-top .owl-nav {
    position: absolute;
    top: -35px!important;
    right: 0;
    width: 65px;
  }
  .nav-outside-top .owl-nav .owl-prev,
  .nav-outside-top .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: transparent;
    font-size: 16px;
    color: #333;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav-outside-top .owl-nav .owl-prev:hover,
  .nav-outside-top .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #987f28;
  }
  .nav-outside-top .owl-nav .owl-prev.disabled,
  .nav-outside-top .owl-nav .owl-next.disabled {
    background-color: transparent;
    color: #d0d0d0;
  }
  .nav-outside-top:hover .owl-nav .owl-prev {
    left: 0;
  }
  .nav-outside-top:hover .owl-nav .owl-next {
    right: 0;
  }
  
  /* Prev/Next buttons rounded */
  .nav-rounded .owl-nav .owl-prev,
  .nav-rounded .owl-nav .owl-next {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .nav-outside-top.nav-rounded .owl-nav .owl-prev,
  .nav-outside-top.nav-rounded .owl-nav .owl-next {
  }
  .nav-outside-top.nav-rounded .owl-nav .owl-prev:hover,
  .nav-outside-top.nav-rounded .owl-nav .owl-next:hover {
  }
  .nav-outside-top.nav-rounded .owl-nav .owl-prev.disabled,
  .nav-outside-top.nav-rounded .owl-nav .owl-next.disabled {
  }
  
  /* Dots */
  .owl-dots,
  .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 15px;
    margin-top: 0px;
    left: 50%;
    overflow: visible;
    z-index: 999;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #c1c1c1;
    margin: 0px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .owl-dots .owl-dot.active span,
  .owl-dots .owl-dot:hover span {
    background-color: #000;
  }
  
  /* Dots positions outside */
  .dots-outside {
  }
  .dots-outside .owl-dots,
  .dots-outside .owl-nav.disabled + .owl-dots {
    bottom: -30px;
  }
  .dots-left .owl-dots,
  .dots-left .owl-nav.disabled + .owl-dots {
    left: 15px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .dots-right .owl-dots,
  .dots-right .owl-nav.disabled + .owl-dots {
    left: auto;
    right: 15px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  /* Dots rounded */
  .dots-rounded .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  
  /* disable dots on smaller screens (globally) */
  @media (max-width: 992px) {
    .owl-dots {
      display: none;
    }
  }
  
  .fa .fa-check {
    color: #de3f92;
  }
  
  .section-title__triangle {
    position: relative;
    display: flex;
    margin: 0 0 3px;
    justify-content: center;
    vertical-align: middle;
  }

.renk{
  color: #acd049!important;
}

.Shantell Sans-regular {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #f7b789;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 0;
  color: #f7b789;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapse {
  color: #141414;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #000000;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 12px rgba(61, 177, 245, 1);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(61, 177, 245, 1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}



.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1977cc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.testimonial-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonials {
  margin-left: auto;
  margin-right: auto;
  width: 100%; /* Tam geniÅŸlikte olacak ÅŸekilde ayarlanÄ±r */
  max-width: 1200px; /* Ä°Ã§erik maksimum geniÅŸlik */
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}
/* 
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}  */
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: #3db1f5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #3db1f5;
}

/* about start */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1px;
  content: "";
  background-color: #dadde0;
}

.timeline&gt;li {
  margin-bottom: 50px;
}

.timeline&gt;li:after,
.timeline&gt;li:before {
  display: table;
  content: "";
}

.timeline&gt;li:after {
  clear: both;
}

.timeline&gt;li .t-panel {
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline&gt;li .t-image {
  position: absolute;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #dadde0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.timeline&gt;li .t-image:last-child {
  background-color: #de3f92;
  color: #fff !important;;
}

.timeline&gt;li .t-image h4 {
  font-size: 8px;
  line-height: 16px;
  margin-top: 12px;
}

.timeline .t-heading h4 {
  margin-top: 0;
  color: inherit;
  font-weight: bold;
  font-family: "Shantell Sans", sans-serif;
}

.timeline .t-body&gt;ul,
.timeline .t-body&gt;p {
  margin-bottom: 0;
}

@media(min-width:768px) {
  .timeline:before {
      left: 50%;
  }

  .timeline&gt;li {
      min-height: 100px;
      margin-bottom: 100px;
  }

  .timeline&gt;li .t-panel {
      float: left;
      width: 40%;
      padding: 0 20px 20px 30px;
      text-align: right;
  }

  .timeline&gt;li .t-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
  }

  .timeline&gt;li .t-image h4 {
      font-size: 13px;
      line-height: 17px;
      margin-top: 18px;
      font-family: "Shantell Sans", sans-serif;
  }

  .timeline&gt;li.t-inverted&gt;.t-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
  }
}

@media(min-width:992px) {
  .timeline&gt;li {
      min-height: 150px;
  }

  .timeline&gt;li .t-panel {
      padding: 0 20px 20px;
  }

  .timeline&gt;li .t-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
  }

  .timeline&gt;li .t-image h4 {
      font-size: 19px;
      line-height: 25px;
      margin-top: 31px;
      font-family: "Shantell Sans", sans-serif;
  }

  .timeline&gt;li.t-inverted&gt;.t-panel {
      padding: 0 20px 20px;
  }
}

@media(min-width:1200px) {
  .timeline&gt;li {
      min-height: 170px;
  }

  .timeline&gt;li .t-panel {
      padding: 0 20px 20px 10px;
  }

  .timeline&gt;li .t-image {
      width: 175px;
      height: 175px;
      margin-left: -89px;
  }

  .timeline&gt;li .t-image h4 {
      margin-top: 40px;
      font-size: 22px;
      line-height: 30px;
      font-family: "Shantell Sans", sans-serif;
  }

  .timeline&gt;li.t-inverted&gt;.t-panel {
      padding: 0 100px 20px 20px;
  }
}

@font-face {
  font-family: 'Smooth';
  src: url('../SMOOTH\ RICE.otf') format('truetype'); /* Font dosyasÄ±nÄ±n yolu ve formatÄ± */
}

/*** Youtube Video start ***/
.videos {
  position: relative;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/about/montessori.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.videos .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.videos .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.videos .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-white);
  border-radius: 50%;
  transition: all 200ms;
}

.videos .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.videos .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}
/*** Youtube Video End ***/

/* 
.card {
  position: relative;
  width: 240px;
  height: 320px;
  background-color: #e6377c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  margin: 20px;
  padding:10px;
}

.card::before,
.card::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: lightblue;
  transition: all 0.5s;
  color:black;
}

.card::before {
  top: 5px;
  right: 5px;
  border-radius: 0 15px 0 100%;
}

.card::after {
  bottom: 5px;
  left: 5px;
  border-radius: 0 100%  0 15px;
}

.card:hover::before,
.card:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.5s;
}

.card:hover:after {
  content: "Bizler okulumuzda haftanÄ±n her gÃ¼nÃ¼ ve native speaker Ä°ngilizce Ã¶ÄŸretmenimizle Ä°ngilizce'yi edinim sÃ¼recini bÃ¼yÃ¼k bir hassasiyetle iÅŸliyoruz. DevamÄ±nda ise akÅŸamlarÄ± evimizde bizim Ã§in tanÄ±mlanÄ±ÅŸ I Speak Better platformu Ã¶ÄŸretmenlerimizle online pratikler yapÄ±yoruz.";
} */

.cards {
  width: 280px;
  height: 350px;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.cards:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card-front {
  background-color: #ac9dfb;
  color: #fff;
  display: flex;
  align-items: center;
  border: 10px solid #ac9dfb;
  border-radius: 10px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.card-back {
  background-color: #f78787;
  color: #fff;
  display: flex;
  align-items: center;
  border: 10px solid #f78787;
  border-radius: 10px;
  justify-content: center;
  font-size: 12px;
  transform: rotateY(180deg);
}


.resume-01 .timeline-icon {
  border: 1px solid #acd049;
  background-color: #acd049;
}

.resume-01 .timeline-boxes::before {
  background-color: #acd049;
}

.resume-01 .timeline-contents::before {
  background-color: #acd049;
}

.resume-01 .timeline-year {
  background: #acd049;
}

.resume-01 .svg-inline--fa {
  color: #acd049;
}


.resume-01 .timeline-boxes {
  margin-top: 30px;
  position: relative;
}

.resume-01 .timeline-boxes:before {
  content: ' ';
  background-color: #acd049;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  z-index: 2;
}

.resume-01 .timeline-boxe {
  position: relative;
  margin-bottom: 30px;
  margin-left: 30px;
}

.resume-01 .timeline-contents {
  padding: 30px;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.resume-01 .timeline-contents::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 22px;
  top: 51px;
  left: -22px;
  background-color: #acd049;
}

.resume-01 .timeline-year {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  padding: 0 12px;
  border-radius: 16px;
}

.resume-01 .timeline-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 43px;
  left: -37px;
  z-index: 10;
  border: 1px solid #acd049;
  background-color: #acd049;
  z-index: 3;
}

.resume-01 .title-resume i {
  padding-right: 0.75rem;
}

.resume-01 .svg-inline--fa {
  margin-right: 4px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3db1f5;
  padding: 40px;
}

.cta h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/**************************************
 ** - 06 - Overview Section CSS
 **************************************/
 .overview-content h6 {
	font-size: 16px;
	font-weight: 600;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.overview-content h2 {
	font-size: 33px;
	color: #505060;
	margin: 8px 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.overview-content .features-list li {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-content .features-list li span {
	display: block;
	background-color: #ffffff;
	border-radius: 0px 0px 10px 0px;
	padding: 12px 15px;
	padding-left: 25px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #505060;
	font-size: 15px;
	font-weight: 500;
	border-left: 2px solid #3db1f5;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 12px 0px rgb(61, 177, 245, 0.5);
	overflow: hidden;
}

.overview-content .features-list li span:hover {
	color: #ffffff;
	padding-left: 30px;
}
.overview-content .features-list li span.active {
    color: #fff;
	padding-left: 30px;
}

.overview-content .features-list li span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
  right: 100%;
	bottom: 0;
	border-radius: 0px 0px 10px 0px;
	background-color: #3db1f5;
	background-image: linear-gradient(-135deg, #de3f92 0%, #3db1f5 100%);
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.overview-content .features-list li span.active:before {
  right: 0;
}
.overview-content .features-list li span:hover::before {
	right: 0;
}

.overview-image {
	text-align: center;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 en boy oranÄ± */
}

.hero-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {margin:0;padding:0;}

#hero {
  position:relative;
}

#hero video {
  height:400px;
  width:100%;
  background-position:absolute;
  z-index:10;
  object-fit:cover;
}

#hero .content {
  background:rgba(0,0,0,0.5);
  height:100%;
  width:100%;
  z-index:20;
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .content h1 {
  color:#FFF;
  font-family:Arial,sans-serif;
}

#hero .content p {
  font-size:18px;
  color:#FFF;
  font-family:Arial,sans-serif;
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #de3f92;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  border: 3px solid #acd049;
  height: 100%;
  position: relative;
  border-radius: 15px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  color: #3db1f5;
  text-align: center;
}

.pricing .icon {
  margin: 30px auto 30px auto;
  width: 100%;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.pricing .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  line-height: 0;
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-secondary);
  font-weight: 700;
  font-family: var(--font-secondary);
  margin-bottom: 0;
  text-align: center;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
  font-weight: 400;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #acd049;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 50px;
  color: var(--color-primary);
  border: 1px solid rgba(0, 131, 116, 0.2);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  border: 3px solid #acd049;
}

@media (min-width: 992px) {
  .pricing .featured {
    transform: scale(1.15);
  }
}

.fonti{
  font-family: "Madimi One", sans-serif;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
}

.fontim h4{
  font-family: "Madimi One", sans-serif;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
}</pre></body></html>