section {
  position: relative;
}

.border-top {
  border-top: 1px solid #ccc;
}

ul {
  padding: 0px;
}

/* BURGER MENU START */
.menu-wrap .toggler {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 12;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 15px 0px;
  opacity: 0;
}

.menu-wrap .popup {
  float: right;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 13px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-wrap .popup i {
  margin-left: 6px;
}

.menu-wrap .popup:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-fixed .menu-wrap .popup {
  padding: 2px 20px;
  margin: 7px 55px 7px 0px;
}

.menu-wrap .modal .gonder {
  width: 100%;
  background: #000;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-wrap .modal .gonder:hover {
  background: #424242;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 11;
  width: 30px;
  height: 30px;
  margin: 15px 0px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .hamburger>div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.menu-wrap .hamburger>div::before,
.menu-wrap .hamburger>div::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 3px;
  background: inherit;
}

.menu-wrap .hamburger>div::after {
  top: 10px;
}

.menu-wrap .toggler:checked+.hamburger>div {
  transform: rotate(135deg);
}

.menu-wrap .toggler:checked+.hamburger>div:before,
.menu-wrap .toggler:checked+.hamburger>div:after {
  top: 0;
  transform: rotate(90deg);
}

.menu-wrap .toggler:checked:hover+.hamburger>div {
  transform: rotate(225deg);
}

.menu-wrap .toggler:checked~.menu {
  visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked~.menu>div>div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px;
  visibility: hidden;
  overflow: hidden;
  z-index: 2;
}

.menu-wrap .menu ul.menuler li a {
  text-decoration: none;
  transition: color 0.4s ease;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  text-transform: lowercase;
  display: block;
}

.ilet {
  margin-bottom: 20px;
  font-size: 18px;
}

.header4 .menu-wrap .menu ul.menuler li a {
  line-height: 55px;
  padding: 0px;
}

/* BURGER MENU FINISH */

/***********mobilbar start***************/
.mobil-nav ul {
  margin: 0;
  column-count: 5;
}

.mobil-nav ul li {
  text-align: center;
  height: 50px;
  font-weight: 500;
  vertical-align: middle;
  padding: 7px 0;
  border-left: 1px solid #bcbaba;
  border-top: 1px solid #ccc;
}

.mobil-nav ul li small {
  display: block;
  font-size: 9px;
  line-height: 7px;
}

.mobil-nav {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  box-shadow: 6px 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  z-index: 9999;
}

.mobil-nav ul li.active a,
.mobil-nav ul li.active i {
  color: #5c8600;
}

.mobil-nav svg,
.mobil-nav i {
  font-size: 17px;
  margin-bottom: 6px;
  color: #616161;
}

/***********mobilbar finish***************/
#eye1,
#eye2,
#eye3 {
  position: absolute;
  right: 25px;
  top: calc(50% - 13px);
  font-size: 18px;
  cursor: pointer;
}

.tracer-nav .navbar .navbar-brand img {
  max-width: 215px;
  max-height: 130px;
  padding: 5px 0px;
}

.tracer-responsive-nav .logo,
.tracer-responsive-nav .logo img {
  max-width: 200px;
  max-height: 120px;
  width: inherit;
  padding: 3px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mean-container .mean-bar {
  height: 100%;
  display: flex;
  align-items: center;
}

.tracer-nav .navbar .navbar-nav {
  display: flex;
  align-items: center;
}

.tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav {
  position: absolute;
  top: 85px;
  margin-top: 0px;
}

.tracer-responsive-nav .logo img {
  object-fit: contain;
}

.mean-container a.meanmenu-reveal {
  padding-top: 0px;
}

.tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul {
  display: block;
  box-shadow: inherit;
  min-height: 600px;
  background-color: #fff;
  overflow-x: hidden;
}

.navbar-area.is-sticky .kurmenu {
  display: none !important;
}

header .topbar ul.headilet a,
header .topbar ul.headilet i {
  font-size: 14px;
}

header.header1 .is-sticky .topbar,
header.header2 .is-sticky .topbar,
header.header5 .is-sticky .topbar {
  display: none !important;
}

.langu span {
  font-size: 14px;
}

.navbar-area.is-sticky .tracer-nav .navbar .navbar-nav .nav-item a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-area.is-sticky .tracer-nav .navbar .navbar-nav .nav-item i.bx-home {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-area.is-sticky .logo img {
  max-height: 35px;
  width: inherit !important;
  margin: 5px 0px;
}

.navbar-area.is-sticky .menu-wrap .hamburger,
.navbar-area.is-sticky .menu-wrap .toggler {
  margin: 3px 0px;
}

header.header4 .is-sticky .menu-wrap {
  margin: 5px 45px 0px 0px;
}

.navbar-area .logo img {
  max-width: 215px;
  max-height: 120px;
  padding: 5px 0px;
}

.navbar-area.is-sticky .menu-wrap .popup {
  margin: 0px 13px 5px 0px;
}

.navbar-area.is-sticky .tracer-nav .navbar .navbar-nav .nav-item>.dropdown-menu {
  top: 40px;
}

.navbar-area.is-sticky .tracer-nav .navbar .navbar-brand img {
  max-height: 45px;
}

.navbar-area.is-sticky .tracer-responsive-nav .logo,
.navbar-area.is-sticky .tracer-responsive-nav .logo img {
  max-height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-area.is-sticky .tracer-responsive-nav .logo {
  margin: 5px 0px;
}

/* .anasayfa header.fixed {
  background: transparent;
} */

header .single-footer-widget .social-link li a:hover {
  color: #fff;
}

header ul.headilet li {
  float: left;
  list-style-type: none;
  margin-left: 30px;
}

header ul.headilet li:first-child {
  margin-left: 0px;
}

header .social-link {
  height: 30px;
}

header ul.headilet li i {
  position: relative;
  top: 2px;
}

header ul.headilet {
  line-height: 31px;
}

header .single-footer-widget .social-link li a {
  background-color: #e6e6e6;
  color: #333333;
  width: 28px !important;
  height: 28px !important;
}

header .topbar {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}

.mean-container .mean-nav ul li a {
  color: #333;
}

.anasayfa header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.project-start-content {
  padding-left: 30px;
}

.special6 .video-img-hover {
  min-height: 120px;
}

.process-content {
  margin-left: 35px;
}

.owl-dots {
  text-align: center;
}

.owl-dots button {
  /* background: #cdcbcb !important; */
  border-radius: 50%;
  margin-right: 7px;
}

.owl-dots button.active {
  /* background: #7b7b7b !important; */
  border: 1px solid #000;
}

.owl-dots button {
  width: 26px;
  height: 8px;
  border-radius: 4px;
  margin: 5px;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

/* .single-footer-widget .footer-links-list {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .minthizmet2 h2 {
    font-size: 33px;
    line-height: 36px;
  }

  body .minthizmet2 {
    padding: 25px;
  }

  body .single-solutions-box {
    padding: 10px;
  }

  body .single-services-box-item {
    padding: 65px 20px 45px;
  }

  body .contact-form {
    margin-top: 0px;
    padding: 15px;
  }

  body .testimonials-slides.owl-carousel .owl-nav .owl-prev,
  body .testimonials-slides.owl-carousel .owl-nav .owl-next {
    position: inherit;
  }

  body .process-content {
    margin-left: 0px;
  }

  body .about-content .content .features-list li span {
    padding: 20px;
  }

  body .case-study-slides.owl-carousel .owl-nav .owl-prev,
  body .case-study-slides.owl-carousel .owl-nav .owl-next {
    bottom: inherit;
    font-size: inherit;
  }

  body .testimonials-slides.owl-carousel .owl-nav .owl-prev {
    left: 0px !important;
    right: auto !important;
  }

  body .testimonials-slides.owl-carousel .owl-nav .owl-next {
    left: auto !important;
    right: 0px !important;
  }

  body .yuvarlakfoto {
    width: 340px;
    height: 340px;
  }

  body .explore-learning-area .video-img-hover {
    height: 205px;
  }

  body .video-img-hover {
    min-height: 135px;
  }

  body .project-start-content {
    padding-left: 0px;
  }

  body .single-services-item {
    padding: 10px;
  }

  body .single-services-item h3 {
    font-size: 19px;
    height: inherit;
  }

  .default-btn i {
    left: 10px;
  }

  .default-btn {
    padding: 6px 10px 6px 28px;
  }

  body .project-start-content {
    text-align: left;
  }

  body .noktali {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  body .view-details-btn {
    letter-spacing: 0px;
  }

  body .bcard15.blogbox .content {
    padding: 15px 7px;
  }

  body .bcard14 {
    padding: 0px;
  }

  body .bcard14 .overlay1::before {
    left: 5px;
    top: 5px;
    height: calc(100% - (10px));
  }

  body .bcard14 .overlay1::after {
    right: 5px;
    bottom: 5px;
    width: calc(100% - (10px));
  }

  body .blogbox .content {
    padding: 5px;
    opacity: 1;
    min-height: 50px;
  }

  body .noktali-siyah {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  body .bcard13 .content p {
    display: none;
  }

  body .bcard13 .content h3 {
    -webkit-line-clamp: 4;
  }

  body .bcard13 .cont-data {
    padding: 12px;
    width: calc(100% - (5px));
  }

  body .item-overlay::before,
  body .item-overlay::after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 1;
  }

  body .spabox .cont-data {
    padding: 12px;
    width: calc(100% - (5px));
  }

  body .spabox .content p {
    display: none;
  }

  body .spabox .content h3 {
    -webkit-line-clamp: 4;
    transform: translate3d(0, 0, 0);
  }

  body .item-overlay {
    opacity: 1;
  }

  body .item-overlay:before,
  body .item-overlay:after {
    transform: scale(1);
  }

  body .hovertit.blogbox .content {
    padding: 5px;
  }

  body .blogbox h3,
  body .blogbox h4 {
    font-size: 16px !important;
  }

  body .single-services-box-item {
    padding: 10px;
  }

  body .single-solutions-box {
    padding: 10px;
  }

  body .single-process-box {
    padding: 10px;
  }

  body .blogbox p {
    font-size: 16px;
    line-height: 16px;
  }

  body .explore-learning-video .video-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
  }

  .anavitrin .sub-title,
  .anavitrin .aciklama {
    font-size: 100% !important;
  }

  .anavitrin .title {
    font-size: 150% !important;
  }

  body .owl-carousel .owl-item .vitrinfoto2 {
    width: 300px;
  }
}

@media (max-width: 767px) {
  body .firmaform.yatay2form .form-floating {
    width: 100%;
    margin-right: 0px;
    float: inherit;
  }

  .blg11 {
    margin: 0px;
    padding: 20px;
    border-radius: 20px;
  }

  .blg11 img {
    border-radius: 20px;
  }

  .col-lg-6 .content11 {
    padding-left: 0px;
    margin-top: 35px;
  }

  body .cat12.overview-box .overview-content .content .features-list li {
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
    width: 100%;
  }

  body .overview-box .overview-content .content.right-content {
    padding-left: 0px;
  }

  body .formfoto6:before {
    width: 100%;
  }

  body .firmaform.yatayform .formtipi {
    column-count: 1;
  }

  blockquote,
  .blockquote {
    padding: 30px !important;
  }

  .iletdiv {
    margin-bottom: 20px;
  }

  .mean-container .mean-nav ul li a.nav-link svg {
    display: none;
  }

  .default-btn i,
  .default-btn svg {
    left: 9px;
  }

  .ptb-70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  body .bilgiformu {
    right: 5px;
    bottom: 10px;
    top: inherit;
    rotate: 0deg;
    width: 55%;
  }

  body .mintlogo {
    float: right;
  }

  body .owl-carousel .owl-item .vitrinfoto2 {
    width: 200px;
    right: 0px;
  }

  body .page-title-area.fotolu {
    height: 180px;
  }

  .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav .social-link {
    display: block !important;
    padding: 15px !important;
  }

  .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav .social-link li {
    width: 40px;
    display: block;
  }

  .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav .social-link li a {
    padding: 0px;
    text-align: center;
  }

  .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav .social-link li a i {
    display: block;
  }

  .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav .single-footer-widget .mean-expand {
    display: none;
  }

  .header4 .menuler .single-footer-widget .social-link li a {
    width: 45px;
    height: 45px;
    color: #333333;
  }

  body .page-title-area h1 {
    font-size: 20px !important;
  }

  body .oklu .anavitrin .owl-nav {
    display: none;
  }

  body .vitrin3 .slicont,
  body .vitrin3 .slifoto {
    width: 100% !important;
  }

  body .vitrin3 .slicont,
  body .vitrin3 .itembg {
    height: auto !important;
  }

  body .vitrin3 .sub-title {
    bottom: 10px;
    left: 10px;
  }

  body .faq-accordion-tab.tabsolda .tabs,
  body .faq-accordion-tab.tabsolda .tab-content {
    width: 100%;
  }

  body .faq-accordion-tab.tabsolda .tabs li {
    width: 50%;
    float: left;
  }

  body .tabsolda.d-flex {
    display: block !important;
  }

  body .owl-carousel.slider-thumbs {
    display: none !important;
  }

  body .anavitrin .item .itembg.vh-100 {
    height: inherit !important;
  }

  /* body .bilgiformu {
    display: none;
  } */

  body {
    overflow-x: hidden;
  }

  body .sol .banner-item-content,
  body .sag .banner-item-content {
    width: 90%;
    margin-left: 5%;
    padding: 25px;
  }

  body .noktali {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  body .view-details-btn {
    letter-spacing: 0px;
  }

  body .bcard15.blogbox .content {
    padding: 15px 7px;
  }

  body .parallax .content {
    width: 100%;
    margin-left: 0px;
    min-height: 300px;
  }

  body .bcard14 {
    padding: 0px;
  }

  body .bcard14 .overlay1::before {
    left: 5px;
    top: 5px;
    height: calc(100% - (10px));
  }

  body .bcard14 .overlay1::after {
    right: 5px;
    bottom: 5px;
    width: calc(100% - (10px));
  }

  body .blogbox .content {
    padding: 5px;
    opacity: 1;
  }

  body .noktali-siyah {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  body .bcard13 .content p {
    display: none;
  }

  body .bcard13 .content h3 {
    -webkit-line-clamp: 4;
  }

  body .bcard13 .cont-data {
    padding: 12px;
    width: calc(100% - (5px));
  }

  body .item-overlay::before,
  body .item-overlay::after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 1;
  }

  body .spabox .cont-data {
    padding: 12px;
    width: calc(100% - (5px));
  }

  body .spabox .content p {
    display: none;
  }

  body .spabox .content h3 {
    -webkit-line-clamp: 4;
    transform: translate3d(0, 0, 0);
  }

  body .item-overlay {
    opacity: 1;
  }

  body .item-overlay:before,
  body .item-overlay:after {
    transform: scale(1);
  }

  body .hovertit.blogbox .content {
    padding: 5px;
  }

  body .single-services-box-item {
    padding: 10px;
  }

  body .single-solutions-box {
    padding: 10px;
  }

  body .single-process-box {
    padding: 10px;
  }

  body .referans2 {
    padding: 30px;
  }

  body .why-choose-us-content,
  body .our-brand-partners-list {
    min-height: inherit;
  }

  body .parallax {
    min-height: 300px;
  }

  body .parallax h1 {
    font-size: 35px;
    line-height: 36px;
  }

  body .parallax p {
    font-size: 15px;
    line-height: 25px;
  }

  body .blog6check ul li {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  body .ozellik p {
    font-size: 13px;
  }

  body .project-start-content {
    padding-left: 0px;
  }

  body .project-start-content {
    text-align: left;
  }

  body .single-services-item {
    padding: 10px;
    height: inherit;
  }

  body .single-services-item h3 {
    font-size: 19px;
  }

  .default-btn i {
    left: 10px;
  }

  .default-btn {
    padding: 6px 10px 6px 28px;
  }

  body .yataybox {
    display: block;
  }

  body .single-services-item h3,
  body .single-projects-box .content h3,
  body .single-services-box h3,
  body .single-process-box h3,
  body .single-solutions-box h3,
  body .single-featured-services-box h3,
  body .single-services-box-item h3,
  body .single-what-we-do-box h3,
  body .single-featured-services-item h3 {
    height: inherit;
  }

  body .menu-wrap .menu {
    padding: 15px;
  }

  body header.header4 .menu-wrap {
    margin: 0px 45px 0px 0px;
  }

  .tracer-responsive-menu .langu {
    position: absolute;
    right: 45px;
    top: 27px;
    z-index: 999;
  }

  .is-sticky .tracer-responsive-menu .langu {
    top: 10px;
  }

  body .adres {
    padding: 11px;
  }

  body .process-content {
    margin-left: 0px !important;
  }

  body .process-content .single-box-item .image {
    padding: 10px 15px;
  }

  body .how-its-work-content .inner-box .single-item .count-box {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }

  body .how-its-work-content .inner-box .single-item::before {
    left: 25px;
  }

  body .how-its-work-content .inner-box .single-item::after {
    left: 11px;
    bottom: 35px;
  }

  body .explore-learning-area .video-img-hover {
    height: 215px;
    min-height: 200px;
  }

  body .single-featured-services-box {
    margin-bottom: 10px;
  }

  body .container .owl-carousel .owl-nav {
    left: -15px;
    right: -15px;
  }

  body .explore-learning-video .video-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    top: calc(50% - (12px));
  }

  body .single-projects-box .content h3,
  body .single-services-box h3,
  body .single-process-box h3,
  body .single-solutions-box h3,
  body .single-featured-services-box h3,
  body .single-services-box-item h3,
  body .single-what-we-do-box h3,
  body .single-featured-services-item h3 {
    font-size: 16px;
  }

  .banner-item-content.sol {
    width: 90%;
    margin-left: 5%;
  }

  .single-case-study-item .case-study-content {
    margin-left: 0px;
  }

  body .anavitrin .title.md,
  body .anavitrin .sub-title.md,
  body .anavitrin .aciklama.md {
    font-size: 25px;
    line-height: 28px;
  }

  body .anavitrin .title.xl,
  body .anavitrin .sub-title.xl,
  body .anavitrin .aciklama.xl {
    font-size: 45px;
    line-height: 48px;
  }

  body .main-banner-item {
    height: 535px;
  }

  body .owl-carousel .single-gallery-item {
    margin-bottom: 0px;
  }

  body .single-gallery-item {
    margin-bottom: 20px;
  }

  .tracer-responsive-nav .logo,
  .tracer-responsive-nav .logo img {
    max-height: 85px;
  }

  body .tracer-responsive-menu.mean-container {
    height: 85px;
  }

  body .is-sticky .tracer-responsive-menu.mean-container {
    height: inherit;
  }

  body header.is-sticky .tracer-responsive-menu.mean-container {
    height: inherit;
  }

  .navbar-area.is-sticky .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav {
    margin-top: 0px;
    top: 50px;
  }

  body .yuvarlakfoto {
    width: 300px;
    height: 300px;
    margin: 0px auto;
    float: inherit;
    margin-top: 7px !important;
  }

  body .case-study-slides.owl-carousel .owl-nav {
    top: inherit;
    bottom: 140px;
  }

  .mintlogo img {
    margin: 10px auto;
  }

  body .sabitilet {
    bottom: 5px;
  }

  body .icerikzemin {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  body .sidezemin {
    width: 100%;
  }

  body .page-title-area {
    padding: 30px 0px;
  }

  body .blogbox {
    margin-bottom: 10px;
  }

  body .m1 .card17 .minthizmet1,
  body .m1 .card17 .minthizmet2,
  body .m1 .card18 .minthizmet1,
  body .m1 .card18 .minthizmet2 {
    width: 100%;
    float: inherit;
    height: inherit;
  }

  body .m1 .minthizmet2 {
    padding: 10px;
  }

  body .m1:nth-child(2n) .minthizmet2 {
    padding: 10px;
  }

  body .minthizmet2 .sub-title {
    letter-spacing: 5px;
  }

  body .m1 .d-flex {
    display: inherit !important;
  }

  .navbar-area .logo {
    display: flex !important;
    align-items: center;
    height: 100%;
  }

  .navbar-area .logo img {
    max-width: 140px;
  }

  body.anasayfa header {
    height: 85px;
  }

  body .single-services-item {
    padding: 5px;
  }

  body .default-btn {
    padding: 5px 10px 5px 30px;
    font-size: 12px;
  }

  body .default-btn i {
    left: 9px;
  }

  body .single-projects-box .content {
    padding: 10px;
  }

  body .referanslogolar {
    column-count: 3;
  }

  body .referanslogolar .refe {
    margin-right: 0px;
  }

  body .refe2logo h2 {
    text-align: center;
  }

  body .refe2logo {
    padding-left: 0px;
  }

  body .refe2logo .view-all {
    text-align: center;
    display: block;
  }

  body .single-projects-box .content h3 {
    font-size: 16px;
  }

  body .single-projects-box .content span {
    font-size: 10px;
  }
}

.anavitrin .d-table {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .oklu .anavitrin .owl-nav {
    display: block;
  }

  .rakam .anavitrin .owl-nav {
    display: none;
  }
}

.oklu .anavitrin .owl-nav {
  display: block;
}

.ana-thumbs {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  background-color: rgb(222 222 222 / 82%);
  z-index: 1;
  padding: 10px 0px;
  min-width: 390px;
}

.rakam .ana-thumbs {
  background-color: transparent;
  left: inherit;
}

.ana-thumbs .owl-item .item.active {
  color: #000;
  transition: background 0.2s;
  background: #fff;
}

.rakam .ana-thumbs .owl-item {
  width: 55px !important;
}

.rakam .ana-thumbs .owl-item .item {
  border: 1px solid #e1e1e1;
  background: #ffffff45;
}

.rakam .ana-thumbs .owl-item .item h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  line-height: 44px;
  text-align: center;
}

.rakam .ana-thumbs .owl-item .item.active {
  background: #ffffff9e;
}

.ana-thumbs .owl-item .item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 7px 0px;
  font-weight: 700;
  font-size: 21px;
  cursor: pointer;
}

body .anavitrin.owl-carousel .owl-nav {
  left: 0px;
  right: 0px;
}

body .page-title-area {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
}

body .page-title-area h1 {
  font-size: 36px;
  font-weight: bold;
}

.page-title-area.fotolu {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  height: 300px;
}

body .page-title-area.fotolu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00000060;
  z-index: 1;
}

body .page-title-area.fotolu .page-title-content {
  position: relative;
  z-index: 2;
}

body .page-title-area.fotolu h1,
body .page-title-area.fotolu ul li,
body .page-title-area.fotolu ul li a {
  color: #fff;
}

.d-table2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.d-table2 .d-table-cell2 {
  display: flex;
  flex: 1;
  border-bottom: 1px solid white;
}

.d-table2 .banner-item-content {
  display: flex;
  align-items: center;
}

.vitrin2 .main-banner-item {
  height: 100vh;
  /* height: calc(100vh - (138px)); */
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.main-banner-item {
  background-color: transparent;
}

.owl-carousel .owl-item .vitrinfoto2 {
  position: absolute;
  bottom: 0;
  width: 550px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.sol .vitrinfoto2 {
  right: 50px;
}

.sag .vitrinfoto2 {
  left: 50px;
}

.owl-item.active .sol .vitrinfoto2 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .sag .vitrinfoto2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.anavitrin .title.beyaz,
.anavitrin .sub-title.beyaz,
.anavitrin .aciklama.beyaz {
  color: #fff !important;
  text-shadow: 1px 4px 10px #0e0e0e;
}

.anavitrin .btn-box .default-btn {
  box-shadow: 1px 4px 10px #d1d1d1;
}

.anavitrin .title.siyah,
.anavitrin .sub-title.siyah,
.anavitrin .aciklama.siyah {
  color: #444 !important;
}

.anavitrin .title.transparan,
.anavitrin .sub-title.transparan,
.anavitrin .aciklama.transparan {
  display: none;
}

.anavitrin .item .itembg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.banner-item-content .default-btn.siyah {
  background: #444;
  color: #fff;
}

.banner-item-content .default-btn.beyaz {
  background: #fff;
  color: #444;
}

.banner-item-content>.siyah .default-btn.transparan {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.banner-item-content .default-btn.transparan {
  border: 1px solid #444;
  color: #444;
  background-color: transparent;
}

.single-services-box-item .image img,
.single-what-we-do-box .image img,
.single-featured-services-box .image img {
  width: 70%;
}

.sidezemin {
  width: 22%;
}

.icerikzemin {
  width: 78%;
}

.icerikzemin.float-end {
  padding-left: 30px;
}

.icerikzemin.float-start {
  padding-right: 30px;
}

.sidezemin .nice-select {
  white-space: inherit;
  line-height: 18px;
}

.process-content .single-box-item h3 {
  font-size: 19px;
  font-weight: 600;
}

.process-content .single-box-item .image {
  width: 70px;
  height: 70px;
  margin: 15px;
  padding: 0px;
}

.process-content .single-box-item .countlu {
  width: calc(100% - 85px);
}

.about-content .content .about-list li span p,
.overview-box .overview-content .content .features-list li span p {
  font-weight: 400;
}

.overview-box .overview-content .content .features-list li span:hover p {
  color: #ffffff;
}

.temp6 .about-content .content ul li {
  position: relative;
  margin-bottom: 35px;
  padding-left: 53px;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
}

.temp6 .about-content .content ul li:before {
  content: "\f10f";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #deecf4;
  font-size: 20px;
  z-index: 999;
}

/* .single-services-item h3,
.single-projects-box .content h3,
.single-services-box h3,
.single-process-box h3,
.single-solutions-box h3,
.single-featured-services-box h3,
.single-services-box-item h3,
.single-what-we-do-box h3,
.single-featured-services-item h3 */

.blogbox h3 {
  font-size: 20px;
  margin: 0px;
}

.yuvarlakfoto {
  width: 500px;
  height: 500px;
  overflow: hidden;
  float: right;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 5px solid #fff;
  /* box-shadow: 0px 0px 20px #969696; */
  border-radius: 50%;
}

.yuvarlakfoto img {
  max-width: inherit;
  height: 500px;
  width: auto !important;
}

.referanslogolar {
  column-count: 4;
}

.box-shadow {
  box-shadow: 0 5px 40px 10px #eaeaef;
}

.referanslogolar .refe {
  margin-right: 10px;
}

.referanslogolar .refe img {
  width: 100%;
}

.refe2logo {
  padding-left: 50px;
}

.referans {
  border: 1px solid #ccc;
}

.mintlogo img {
  background: #fff;
  padding: 5px;
  width: 90px;
}

.sabitilet {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99;
}

.sabitilet .sabittel,
.sabitilet .whatsabit {
  margin: 0px 5px;
  text-align: center;
  float: left;
}

.sabitilet a:hover {
  color: inherit !important;
}

.whatsabit {
  width: 45px;
  height: 45px;
  z-index: 999;
  background: #10b418;
  border-radius: 50%;
}

.whatsabit i,
.whatsabit svg {
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: relative;
  text-shadow: 2px 0 0 #10b418, -2px 0 0 #10b418, 0 2px 0 #10b418,
    0 -2px 0 #10b418, 1px 1px #10b418, -1px -1px 0 #10b418, 1px -1px 0 #10b418,
    -1px 1px 0 #10b418;
}

.sabittel i,
.sabittel svg {
  text-align: center;
  line-height: 45px;
  font-size: 29px;
  padding: 6px;
  color: #fff;
  transform: rotate(-25deg);
}

.sabittel {
  width: 45px;
  height: 45px;
  z-index: 999;
  background: #fd7f00;
  border-radius: 50%;
}

.blogbox .content {
  padding: 10px;
}

.yataybox {
  display: flex;
  align-items: center;
}

.blogbox .yataybox .image {
  float: left;
  width: 25%;
  margin-bottom: 0px;
}

.blogbox .yataybox .icon {
  float: left;
  width: 20%;
  margin-bottom: 0px;
}

.blogbox .yataybox .content {
  float: right;
  width: 75%;
  text-align: left;
  margin-bottom: 0px;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.megamenu .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255);
}

.header5 .navbar-dark .navbar-nav .nav-link {
  padding: 15px;
}

.header5 .homeicon {
  display: none !important;
}

.header5 .tracer-nav .navbar .navbar-nav.promenu.hovercizgi>.nav-item:after {
  bottom: 0px;
}

.header5 .is-sticky .tracer-nav .navbar .navbar-nav.hovercizgi>.nav-item:after,
.header8 .is-sticky .tracer-nav .navbar .navbar-nav.hovercizgi>.nav-item:after {
  bottom: 7px;
}

.tracer-nav .navbar .navbar-nav .nav-item a {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
}

.tracer-nav .navbar .navbar-nav .nav-item a svg {
  position: absolute;
  padding: 25px 0;
  margin-left: 4px;
}

.tracer-nav .navbar .navbar-nav.langu2 .nav-item .dropdown-menu {
  top: 37px;
  width: 140px;
  min-width: inherit;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 300;
}

.bar {
  width: 20px;
  height: 1.3px;
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 5px;
}

.bar:before {
  width: 100%;
  height: 1.3px;
  content: "";
  margin-top: -6px;
  position: absolute;
}

.bar:after {
  width: 100%;
  height: 1.3px;
  content: "";
  margin-top: 6px;
  position: absolute;
}

.navbar-dark .bar,
.navbar-dark .bar:before,
.navbar-dark .bar:after {
  background: #fff;
}

.navbar-light .bar,
.navbar-light .bar:before,
.navbar-light .bar:after {
  background: #000;
}

.product-card-kurumsal {
  border: 1px solid #ccc;
}

.product-card-kurumsal .product-title {
  padding: 10px;
}

.product-card-kurumsal .product-title h4 {
  font-size: 14px;
  font-weight: 600;
  min-height: 34px;
}

.product-card-kurumsal span {
  margin-left: 10px;
}

.accordion .accordion-button {
  background: transparent;
  padding: 12px;
  color: inherit;
}

ul li {
  list-style: none;
}

.icerikzemin ul li {
  list-style: disc;
}

.single-gallery-item {
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
}

.baslik h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

/*ILETISIM DETAYI START*/
.adres {
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
  background: white;
  margin-bottom: 31px;
}

.adres p {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  /* font-size: 18px;
  line-height: 25px; */
}

.adres .phone {
  margin: 5px 0px 0px 10px;
  display: block;
}

.adres svg {
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 15px;
  line-height: 50px;
  padding: 12px;
  text-align: center;
  margin: 0px auto 5px auto;
  display: block;
}

.adres h5 {
  margin: 0px;
  font-size: 12px;
  text-align: center;
}

.iletdiv {
  padding: 25px;
  background: #e0e0e0 !important;
}

.adres .float-start {
  width: 20%;
}

.adres .float-end {
  width: 80%;
}

#map {
  width: 100%;
}

#map .ymaps-2-1-77-map {
  height: 250px !important;
}

/*ILETISIM DETAYI FINISH*/

/*MİNT YAZLIMA ÖZEL*/
.m1 .minthizmet1,
.m1 .minthizmet2 {
  width: 50%;
  display: flex;
  align-items: center;
  float: left;
  height: 100%;
}

.m1 .minthizmet2 .content {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m1:nth-child(2n) .minthizmet1 {
  float: right;
}

.minthizmet2 {
  border: 20px solid;
  padding: 20px 80px 20px 20px;
}

.minthizmet2 h2 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.minthizmet2 ul li:before {
  content: "\ebe7";
  font-family: "boxicons";
  font-weight: 900;
  margin-right: 5px;
}

.minthizmet2 ul li {
  font-weight: 700;
}

.minthizmet2 ul {
  padding-left: 0px;
}

.minthizmetkat .col-md-4:nth-child(1) {
  background-color: #e7d5aa70;
}

.minthizmetkat .col-md-4:nth-child(2) {
  background-color: #ecb9af70;
}

.minthizmetkat .col-md-4:nth-child(3) {
  background-color: #c2da9e70;
}

.minthizmetkat .col-md-4:nth-child(4) {
  background-color: #f1d2f170;
}

.minthizmetkat .col-md-4:nth-child(5) {
  background-color: #abe6e870;
}

.minthizmetkat .col-md-4:nth-child(6) {
  background-color: #c9beda70;
}

.minthizmetkat .single-services-item {
  background-color: transparent;
  box-shadow: inherit;
  margin-bottom: 0px;
  padding: 30px 30px 20px 30px;
}

.minthizmetkat h3,
.minthizmetkat p,
.minthizmetkat .default-btn {
  color: #393939;
}

.minthizmetkat img {
  width: 190px;
  filter: grayscale(100%);
}

.minthizmetkat .single-services-item:hover img {
  filter: inherit;
}

header .langu {
  float: right;
}

header.header4 .langu {
  margin: 15px 0px;
}

header.header4 .is-sticky .langu {
  margin: 3px 0px;
}

.langu img {
  width: 20px;
}

.bloggim img {
  max-height: 300px;
  display: table;
  margin: 0px auto;
}

.blogbox .icon {
  width: 105px !important;
  height: 105px !important;
  padding: 12px !important;
  margin: 0px auto 0px auto;
  display: table;
}

.firmaform.yatay3form .form-floating {
  width: calc(33% - 20px);
  margin-right: 20px;
  float: left;
}

.firmaform.yatay2form .form-floating {
  width: calc(50% - 20px);
  margin-right: 20px;
  float: left;
}

.firmaform .errorlist {
  color: red;
  position: absolute;
}

.firmaform.yatay2form::after,
.firmaform.yatay3form::after {
  content: "";
  clear: both;
  display: table;
}

.firmaform {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row wrap;
}

.firmaform .form-group {
  margin-bottom: 15px;
  flex: 100%;
}

.firmaform.yatayform .formtipi {
  column-count: 3;
}

.firmaform .nice-select {
  width: 100%;
}

.firmaform .nice-select .current {
  font-size: 16px;
  font-weight: 600;
}

.firmaform .nice-select .list {
  width: 100%;
}

.form-control:focus {
  background-color: white;
}

.bgsect {
  background-position: center center !important;
  background-size: cover !important;
  padding: 100px 0px;
}

.video-img-hover {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 190px;
  margin-bottom: 5px;
  height: 226px;
}

.blog4 .video-img-hover {
  min-height: 355px;
}

.icerikzemin .services-details-desc .video-btn,
.services-details-area .video-btn {
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
}

.header6 .navbar-brand {
  padding-right: 55px !important;
  padding-left: 20px;
  clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
}

.nav-number {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: flex;
  justify-content: end;
}

.nav-number a {
  width: 50px;
  height: 50px;
  font-size: 31px;
  border: 1px solid #fff;
  background: #ffffff3b;
  margin-left: 10px;
  border-radius: 0px;
  line-height: 39px;
}

.nav-number a.active {
  background: #ffffff9c;
}

.about-three .shape6 {
  position: absolute;
  top: -330px;
  right: 0;
  z-index: -1;
}

.about-three .shape5 {
  position: absolute;
  top: -490px;
  left: 0;
  z-index: -1;
}

.about-three__img {
  position: relative;
  display: block;
  width: 84%;
}

.about-three__img1 {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img1::before {
  position: absolute;
  top: -25px;
  left: 50px;
  bottom: 90px;
  right: -50px;
  border: 1px solid #e5dedc;
  content: "";
  z-index: 2;
}

.about-three__img1 .shape3 {
  position: absolute;
  top: 20px;
  right: -35px;
  width: 5px;
  height: 65px;
  z-index: 2;
}

.about-three__img1 .shape4 {
  position: absolute;
  bottom: 190px;
  right: -30px;
  z-index: 5;
}

.float-bob-y {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-three__img1 .inner {
  position: relative;
  display: block;
}

.about-three__img1 .shape1 {
  position: absolute;
  top: 35px;
  left: 17px;
  width: 5px;
  height: 65px;
  z-index: 2;
}

.about-three__img1 .shape2 {
  position: absolute;
  top: 85px;
  left: 28px;
  width: 10px;
  height: 230px;
  background: #ffffff;
  z-index: 2;
}

.about-three__img1 .inner img,
.about-three__img2 img {
  width: 100%;
}

.about-three__img2 {
  position: relative;
  display: block;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 8px solid #ffffff;
  overflow: hidden;
  margin: -170px auto 0px;
  z-index: 5;
  box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.dalga .image,
.circle .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.dalga .image:hover:before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s;
}

.circle .image:hover:before {
  -webkit-animation: circle 1.2s;
  animation: circle 1.2s;
}

.dalga .image img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.dalga .image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dalga .image:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.hoverimgsize .image {
  overflow: hidden;
}

.hoverimgsize .image img {
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hoverimgsize .image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contentposition {
  position: absolute;
  top: 10px;
  left: 0px;
  background: #00000082;
}

.contentposition h3,
.contentposition p {
  color: #fff;
}

.circle .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.grayimage img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayimage:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.hovershadow:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 8%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.formfoto2 {
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
}

.formfoto2:before {
  content: "";
  position: absolute;
  background: #00000096;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.formfoto6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 50%;
}

.formfoto6 .analysis-form {
  background: transparent;
}

.formfoto6 a,
.formfoto6 p {
  color: #fff;
}

.formfoto6 a:hover {
  color: #d3d3d3;
}

.anasayfa header.header7.fixed {
  left: 30px;
  right: 30px;
  top: 30px;
  border-radius: 50px;
  padding: 0px 50px;
}

.bg-transparent {
  background: transparent !important;
}

.vitrin3 .slicont,
.vitrin3 .itembg {
  height: calc(100vh - (132px));
}

.vitrin3 .sol .slicont,
.vitrin3 .sag .slifoto {
  width: 50%;
  float: left;
}

.vitrin3 .sol .banner-item-content,
.vitrin3 .sag .banner-item-content {
  width: 100%;
  margin-left: 0px;
}

.vitrin3 .sol .slifoto,
.vitrin3 .sag .slicont {
  width: 50%;
  float: right;
}

.vitrin3 .banner-item-content {
  padding: 0px 70px;
  width: 100%;
}

.vitrin3.owl-carousel .owl-nav {
  top: inherit;
  bottom: 0px;
  background: #fff;
  width: 50%;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 6px 10px #d1d1d1;
}

.vitrin3.owl-carousel .owl-nav .owl-prev,
.vitrin3.owl-carousel .owl-nav .owl-next {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 50px;
  background: #f0f0f0;
  left: inherit;
  right: inherit;
  position: relative;
}

.vitrin3 .sub-title {
  font-size: 24px;
  position: absolute;
  bottom: 145px;
  width: 176px;
  text-align: center;
  padding: 20px;
}

.vitrin3 .sol .sub-title {
  left: 17px;
}

.vitrin3 .sag .sub-title {
  right: 17px;
}

.vitrin3 .owl-item.active .itembg {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.hovertit {
  overflow: hidden;
}

.hovertit .image,
.hovertit .icon {
  margin: 0px;
}

.hovertit .content h4,
.hovertit .content p {
  color: #fff;
}

.blogbox.hovertit p {
  -webkit-line-clamp: 2;
}

.hovertit:hover .content {
  opacity: 1;
}

.hovertit .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  opacity: 0;
  background: #00000097;
  color: #fff;
  padding: 12px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hovertit:hover .content {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hovertit .content h4 {
  font-size: 16px;
}

.bcard11 {
  position: relative;
}

.bcard11 .content {
  width: 60%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.bcard11 .image,
.bcard11 .icon {
  margin: 0px;
}

.spabox {
  position: relative;
  overflow: hidden;
}

.item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.item-overlay::before,
.item-overlay::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  opacity: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.item-overlay::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.item-overlay::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.spabox .content {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.spabox .cont-data {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px;
}

.spabox .cont-data h3 {
  margin-bottom: 5px;
  color: #fff;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.spabox .cont-data p {
  margin-bottom: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.spabox:hover .cont-data h3,
.spabox:hover .cont-data p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.spabox:hover .item-overlay,
.spabox:hover .content {
  opacity: 1;
  -moz-opacity: 1;
}

.spabox:hover .item-overlay::before,
.spabox:hover .item-overlay::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.spabox:hover .cont-data h3,
.spabox:hover .cont-data p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.spabox.instagram i {
  font-size: 40px;
}

.spabox.instagram .item-overlay::before,
.item-overlay::after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.spabox.instagram .cont-data {
  padding: 25px;
}

.parallax {
  background-size: cover !important;
  background-position: center !important;
  min-height: 500px;
  background-attachment: fixed !important;
  z-index: -1;
  position: relative;
}

.parallax:before {
  content: "";
  position: absolute;
  background: #000000a3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.parallax .container {
  position: relative;
  z-index: 99;
}

.parallax img {
  opacity: 0;
}

.parallax .content {
  width: 60%;
  margin-left: 20%;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.parallax h1,
.parallax .sub-title,
.parallax p {
  color: #fff !important;
}

/********************* INSERT START ********************/
.insert {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  background: #f4f4f4;
  margin-bottom: 40px;
}

.insertcart {
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.conttext {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  z-index: 99;
}

.insertcart .inscontent {
  position: relative;
  width: 35%;
  top: -10px;
}

.insertcart .price1 {
  text-decoration: line-through;
  color: #000;
}

.insertcart .price2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.insertcart .price2 h1 {
  line-height: 80px;
  position: relative;
  display: inline-block;
  margin-left: -18px;
  color: #000;
}

.insertcart .price2 span {
  position: absolute;
  bottom: 7px;
  right: -15px;
  font-size: 40%;
}

.insertcart.fotoyatay .insfoto {
  position: relative;
  bottom: -20px;
}

.insertcart.fotodikey .insfoto {
  position: relative;
  right: -50px;
}

.insertcart.fotodikey h3 {
  font-size: 15px;
  line-height: 19px;
  color: #000;
  width: 37%;
  position: initial;
}

.insertcart h3 {
  font-size: 15px;
  line-height: 19px;
  color: #000;
  position: absolute;
  top: 15px;
  left: 45%;
}

.price2 .tlicon {
  position: absolute;
  bottom: 29px;
  right: 17px;
}

.col-md-12 .insertcart .price2 h1 {
  font-size: 88px;
  line-height: 160px;
}

.col-md-12 .insertcart .price2 span {
  right: -24px;
}

.col-md-12 .insertcart .price1 {
  font-size: 26px;
}

.col-md-12 .insertcart .inscontent {
  top: -25px;
}

.col-md-12 .price2 .tlicon {
  bottom: 68px;
  right: 35px;
  font-size: 20px;
}

.col-md-12 .insertcart h3 {
  font-size: 28px;
  top: 25px;
  line-height: 35px;
}

.inserdate h3 {
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
}

.inserdate h3 span {
  font-size: 60%;
}

h3.slogan {
  font-size: 35px;
  font-family: "Trocchi", serif;
  margin: 0px;
  color: #fff;
}

.insertbaslik {
  position: relative;
  z-index: 1;
}

.insertbaslik:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10px;
  background: red;
  z-index: -1;
}

.insertsave {
  position: absolute;
  right: 3px;
  top: 3px;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.insert {
  position: relative;
}

.insert:hover .insertsave {
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.inslogobg {
  position: relative;
}

.inslogobg .img1 {
  -webkit-filter: drop-shadow(0px 0px 10px #22222293);
  filter: drop-shadow(0px 0px 10px #22222293);
}

.inslogobg .img2 {
  position: absolute;
  max-width: 65%;
  max-height: 85%;
  z-index: 99;
  top: 5px;
  bottom: 5px;
  left: 10px;
  right: 10px;
}

.inslogobg .img2 img {
  max-width: 100%;
  max-height: 100%;
}

.insertaltbaslik {
  position: relative;
}

.insertaltbaslik:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0px;
  background: #fab713;
  z-index: 0;
}

.altbaslikslogan {
  position: relative;
}

.altbaslikslogan .img1 {
  -webkit-filter: drop-shadow(0px 0px 10px #22222293);
  filter: drop-shadow(0px 0px 10px #22222293);
}

.altbaslikslogan .d-flex {
  position: absolute;
  max-width: 80%;
  margin-left: 20%;
  max-height: 50%;
  margin-top: 10%;
  line-height: 50px;
  top: 5px;
  bottom: 5px;
  left: 10px;
  right: 10px;
  text-align: center;
}

.adresler {
  margin: -7px 0px 0px 15px;
}

.adresler p {
  font-weight: bold;
  margin: 0px;
}

.adresler p span {
  font-weight: 400;
}

/********************* INSERT FINISH ********************/
.bcard13 .content {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bcard13 .cont-data {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px;
}

.bcard13 .content h3,
.bcard13 .content p {
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.bcard13:hover .content h3,
.bcard13:hover .content p,
.bcard13:hover .content {
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.bcard13:hover .content h3 {
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}

.bcard13:hover .content p {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
}

.bcard13:hover .content,
.bcard13:hover .siyahbg {
  opacity: 0;
}

.bcard14 {
  /* background: url(/static/img/cicek1.png);
  background-position: top -10px right -10px !important;
  background-size: 110px;
  background-repeat: no-repeat; */
  padding: 30px;
  box-shadow: 0 0 20px rgb(0 0 0 / 8%);
  overflow: hidden;
}

.bcard14 .icon1 {
  width: 100px;
  height: 100px;
  background: url(/static/img/cicek1.png);
  background-size: contain !important;
  background-repeat: no-repeat;
  right: -15px;
  top: -15px;
  position: absolute;
}

.bcard14 .icon2 {
  width: 100px;
  height: 100px;
  background: url(/static/img/cicek2.png);
  background-size: contain !important;
  background-repeat: no-repeat;
  left: -15px;
  bottom: -15px;
  position: absolute;
}

.bcard14 .overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(/static/img/cicek2.png);
  background-position: bottom -10px left -10px !important;
  background-size: 60px;
  background-repeat: no-repeat; */
}

.bcard14 .overlay1::before {
  position: absolute;
  content: "";
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  left: 15px;
  top: 15px;
  height: calc(100% - (30px));
  width: calc(100% - (110px));
}

.bcard14 .overlay1::after {
  position: absolute;
  content: "";
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  right: 15px;
  bottom: 15px;
  width: calc(100% - (30px));
  height: calc(100% - (110px));
}

.bcard14 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bcard14:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.bcard15 {
  box-shadow: 0 0 20px rgb(0 0 0 / 8%);
  text-align: center;
}

.bcard15 .icon {
  position: absolute;
  width: 120px !important;
  height: 120px !important;
  padding: 25px !important;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 999;
  border: 1px dashed #e0e0e0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

.col-md-2 .bcard15 .icon {
  width: 90px !important;
  height: 90px !important;
  padding: 18px !important;
}

.col-md-2 .bcard15.blogbox.ikonlu .content {
  padding: 75px 25px 35px 25px;
}

.bcard15:hover .icon {
  transform: rotateY(180deg);

  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bcard15 .icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bcard15.blogbox .content {
  padding: 20px 35px 35px 35px;
}

.bcard15.blogbox.ikonlu .content {
  padding: 85px 40px 40px 40px;
}

.bcard15.blogbox {
  margin-bottom: 60px;
}

.bcard19 .content {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bcard19 .cont-data {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px;
}

.bcard19 .content h3,
.bcard19 .content p {
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.bcard19:hover .siyahbg {
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  background: #000000e0;
}

.noktali {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px dashed #e0e0e0;
}

.noktali-siyah {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px dashed #4d4d4d;
}

.siyahbg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #00000070;
}

.yukari {
  position: relative;
  z-index: 9;
  margin-top: -150px;
  width: 90%;
  margin-left: 5%;
  box-shadow: 0px 0px 30px #d0d0d0;
  background: #fff;
}

.nice-select {
  width: 100%;
}

.nice-select ul.list {
  width: 100%;
  /* height: 300px;
  overflow-y: scroll; */
}

/**********************************************************************/
/********** DİKEY SLİDER BAŞLADI **********/
.slider-thumbs.sli6dik {
  position: absolute;
  left: -125px;
  top: 176px;
  transform: rotate(90deg);
  width: 355px;
  height: 75px;
}

.slider-thumbs.sli6dik .owl-nav {
  display: block;
}

body .owl-carousel.slider-thumbs.sli6dik .owl-nav .owl-prev,
body .owl-carousel.slider-thumbs.sli6dik .owl-nav .owl-next {
  width: 30px;
  height: 55px;
}

.slider-thumbs.sli6dik .thumbfoto1 {
  background-position: center center !important;
  background-size: cover !important;
  width: 90px;
  height: 90px;
  transform: rotate(-90deg);
}

.slider-thumbs.sli6dik .slide {
  width: 90px;
  height: 90px;
  cursor: pointer;
}

.slider-thumbs.sli6dik .owl-item {
  width: 90px !important;
}

.dikslider {
  overflow: hidden;
}

.dikslider .anavitrin {
  float: right;
  width: calc(100% - 110px);
}

.dikslider .owl-nav {
  display: none;
}

/********** DİKEY SLİDER BİTİŞ **********/

.bilgiformu {
  position: fixed;
  right: -100px;
  top: calc(50% - 19px);
  z-index: 9999;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  rotate: -90deg;
  padding: 5px 20px;
  width: 240px;
  cursor: pointer;
}

.formicerikalt {
  width: 380px;
  padding: 20px;
  overflow-y: scroll;
}

.formicerikalt p,
.formicerikalt a {
  color: #fff;
  line-height: 20px;
}

.formicerikalt a:hover {
  color: inherit;
}

.formicerik {
  position: fixed;
  z-index: 9999;
  right: -395px;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.formicerik.show {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.formicerik .default-btn {
  width: 100%;
  background: #000;
}

.close {
  float: right;
  font-size: 23px;
  cursor: pointer;
  padding: 0px 20px;
}

header .close {
  line-height: 80px;
  background: white;
}

.cat12.overview-box .overview-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cat12.overview-box .overview-content .content .features-list li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.blog6check ul li::after {
  content: "\f10f";
  font-family: Flaticon;
  font-size: 13px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  line-height: 12px;
  margin-right: 10px;
  position: absolute;
  left: 10px;
}

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

.blog6check ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
  margin-top: 10px;
  margin-right: 20px;
  padding: 8px 10px 8px 40px;
  position: relative;
  cursor: pointer;
  background-color: #f8faff;
}

.blog6check ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog6check ul li:hover::before {
  width: 100%;
}

.blog6check ul li:hover::after {
  background: #fff;
  color: #000;
}

.blog6check ul li:hover {
  background-color: transparent;
  color: #fff;
}

.blog6check ul li a:hover,
.blog6check ul li:hover a {
  color: inherit;
}

.footerilkbloglar {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-details-area .anavitrin .item {
  border: 1px solid #ededed;
}

.products-details-area .slider-thumbs .slide img {
  border: 1px solid #ededed;
  cursor: pointer;
}

/*********************** HAREKETLİ DALGA EFEKTİ BAŞLADI ***********************/
.wavessection {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  left: 0;
  right: 0;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

.wavesparal>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.wavesparal>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.wavesparal>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.wavesparal>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.wavesparal>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

/*********************** HAREKETLİ DALGA EFEKTİ BİTTİ ***********************/

/*********************** VİDEOLU ALAN BAŞLADI ***********************/

.videobg {
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: -2;
  background: #000;
}

.videobg iframe {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
}

.videobg img {
  height: 350px !important;
}

.videobg img:first-child {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 15px;
}

.videobg img:nth-child(2) {
  position: absolute;
  z-index: 2;
  right: 150px;
  top: 60px;
  border-radius: 15px;
}

.videobg h2,
.videobg p {
  color: #fff;
}

/*********************** VİDEOLU ALAN BİTTİ ***********************/
.alert {
  font-size: 18px;
  font-weight: 600;
}

.usericon {
  padding: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  margin: 0px auto;
  align-items: center;
}

.usericon svg {
  font-size: 55px;
  width: 100%;
}

.esonuc .sidezemin {
  width: 20%;
}

.esonuc .icerikzemin {
  width: 78%;
}

.esonuc .icerikzemin .default-btn {
  background-color: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

/*************************************/
.search2 .others-option {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 10px #a1a1a1;
}

.search2.active .others-option {
  transition: all 0.5s ease-in-out;
  visibility: visible;
  top: 0;
  opacity: 1;
}

.search2 .search-box .input-search {
  height: 80px;
}

.srcbutton {
  padding: 5px 10px;
  border: 0px;
}

body .navbar-area {
  position: inherit;
}

.header7 .navbar-area {
  padding: 0px 20px;
}

.cat1.blogbox .yataybox .image img {
  border-radius: 50%;
}

.cat1.blogbox .yataybox h3 {
  text-transform: uppercase;
  font-size: 40px;
}

.cat1.blogbox .yataybox {
  padding: 20px;
}

.secturun .col-md-6:first-child .blogbox {
  background: #c0f2cd;
}

.secturun .col-md-6:last-child .blogbox {
  background: #ffe8bc;
}

.tasarimornek section:nth-child(2n) {
  background: #f3f3f3;
}

.kartbaslik {
  background: #aeaeae;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}

.single-industries-serve-box:hover p {
  color: #ffffff;
}

.single-industries-serve-box p {
  font-weight: 400;
}

.contyazi {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogbox.paket {
  border-radius: 10px;
}

.blogbox.paket .content p {
  letter-spacing: 2px;
}

.blogbox.paket .default-btn p {
  margin: 0px;
}

.blogbox.paket .default-btn a {
  color: #fff;
}

.blogbox.paket ul li {
  color: #121212;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px 10px 40px;
}

.blogbox.paket ul li:before {
  content: "";
  background-image: url(/static/img/favicon.png);
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.asd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
}

.banner-item-content {
  position: relative;
  z-index: 9;
}

.goog-te-combo {
  width: 100%;
  height: 35px;
  margin-top: 7px !important;
}

.blog8 .contfoto .contacikla {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px;
  width: 70%;
}

.blog8 .cont .banner-text-header {
  background-color: #4d4d4d;
}

.blog8 .cont .banner-text-1 {
  position: relative;
  display: table;
  padding: 0 30px;
  font-size: 48px;
  line-height: 1.46em;
  color: #333;
  font-weight: 900;
  font-style: italic;
  background-color: #fede00;
}

.blog8 .cont .banner-text-1:after {
  position: absolute;
  right: -20px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 20px 0 0;
  border-color: #fede00 transparent transparent transparent;
}

.blog8 .cont .banner-text-2 {
  padding: 0.625em 0.9375em;
  font-size: 32px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
}

.blog8 .contfoto {
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: bottom right !important;
}

.whatslider {
  content: "";
  position: absolute;
  bottom: 150px;
  height: 0px;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}

.whatslider a {
  font-family: arial;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  line-height: 28px;
  background: #82d47e;
  margin-bottom: 10px;
  padding: 5px 20px;
}

.whatslider i {
  font-size: 27px;
  margin-right: 5px;
}

.whatsabit:hover .whatslider {
  transition: all 0.3s ease;
}

.whatsabit:hover .whatslider a {
  opacity: 1;
  transition: all 1s 0.2s ease;
}

.form-check {
  display: inline-block;
}

.form-check label {
  line-height: 26px;
  margin-left: 11px;
}

.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.messages li {
  padding: 10px;
  border-radius: 5px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.messages .success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.messages .error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.refWrap {
  -webkit-perspective: 2000;
  -moz-perspective: 2000;
  -ms-perspective: 2000;
  perspective: 2000;
  -ms-transform: perspective(2000px);
  -moz-transform: perspective(2000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;

  display: inline-block;
}

.refItem {
  height: 290px;
  width: 368px;
  transition: 0.5s;
  transform-style: preserve-3d;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.refItem:hover {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.refFront {
  z-index: 2;
  background: #fff;
}

.refBack {
  transform: rotate3d(0, 45, 0, 180deg);
}

.refFront,
.refBack {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto 25px;
  transform-style: preserve-3d;
}

.refFront .inner,
.refBack .inner {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px);
  -webkit-transform: translateY(-50%) translateZ(60px);
  -ms-transform: translateY(-50%) translateZ(60px);
}

.tracer-nav .navbar .navbar-nav.langu2 .nav-item a i,
.tracer-nav .navbar .navbar-nav.langu2 .nav-item svg {
  padding: 10px 0px;
}

.minthizmet2 .sub-title {
  position: absolute;
  right: -29%;
  width: 65%;
  text-align: center;
  top: 45%;
  color: #b7b7b7;
  font-size: 16px;
  letter-spacing: 12px;
  padding: 10px;
  white-space: nowrap;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.m1:nth-child(2n) .minthizmet2 .sub-title {
  left: -29%;
  right: inherit;
}

.m1:nth-child(2n) .minthizmet2 {
  float: left;
  padding: 20px 20px 20px 80px;
}

.m1 .minthizmet2 {
  float: right;
}

/* .blogbox.card17 .yataybox .content {
  padding-left: 50px;
} */

.default-btn2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-style: italic;
}

.default-btn2 i {
  margin-left: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn2:hover i {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 15px;
}

.bloglar .blogbox.card17:nth-child(2n) .yataybox .content {
  float: left;
}

body .bgrey {
  background: #f8f8f8;
}

blockquote,
.blockquote {
  text-align: left;
  margin: 0px;
}

blockquote p,
.blockquote p {
  color: #707070;
  font-weight: 400;
  font-size: 18px !important;
}

blockquote::before,
.blockquote::before {
  left: inherit;
  right: 50px;
  top: -30px;
}

.single-products-box .products-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
}

.blogbox.anapaket .content .default-btn {
  background: #5bbcab;
}

.blogbox.anapaket .default-btn a {
  color: #fff;
}

.blogbox.anapaket .default-btn p {
  margin: 0px;
}

.blogbox.anapaket h1 {
  font-size: 40px;
  background: #ff7f50;
  color: #fff;
  font-weight: 400;
}

.blogbox.anapaket h1 span {
  font-size: 50%;
  text-transform: lowercase;
}

.blogbox.anapaket ul li {
  color: #121212;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px 10px 30px;
}

.blogbox.anapaket ul li:before {
  content: "\f560";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background-size: contain;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.single-testimonials-item::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f10e";
}

.subecard p {
  margin: 0px;
}

.subecard ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 7px 0px;
}

.subecard h3 {
  background: #e2e2e2;
  text-align: center;
  padding: 6px;
}

.ckeditor ul {
  padding-left: 2rem;
}

.ckeditor ul li {
  list-style: disc;
}

.elementor-shape-top {
  top: -1px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape-top svg {
  height: 60px;
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.elementor-shape.elementor-shape-bottom {
  transform: rotate(180deg);
}

.elementor-shape-bottom {
  bottom: -1px;
}

.dalgazemin {
  background-image: url(/static/img/dalgazemin.png) !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
}

.thumbdots {
  width: calc(100% - 160px);
  margin-left: 160px;
}

.thumbdots div {
  width: 100%;
}

.thumbdots .owl-controls .owl-dot {
  background-size: cover;
  margin-top: 10px;
}

.thumbdots .owl-dots {
  position: absolute;
  top: 0;
  left: -160px;
  width: 160px;
  height: 100%;
}

.thumbdots .owl-dot {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px !important;
  height: 100px !important;
}

.thumbdots .owl-dots button {
  border-radius: 0px;
  position: relative;
}

.thumbdots .owl-dots button.active:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  height: 20px;
  width: 20px;
  right: -11px;
  border-top: 1px solid #c7a566;
  border-right: 1px solid #c7a566;
  background-color: #fefaf3;
  opacity: 1;
  z-index: -1;
}

body .slider-thumbs2.owl-carousel .owl-nav .owl-prev {
  background-color: transparent;
  position: absolute;
  left: 40px;
}

body .slider-thumbs2.owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  position: absolute;
  right: 40px;
}

.products-details-area .anavitrin .item {
  width: 80%;
  margin: 0px auto;
}

/*.urunslidik .anavitrin {
  width: calc(100% - 160px);
  margin-left: 160px;
}*/

/*.slider-thumbs2.owl-carousel {
  position: absolute;
  left: 0;
  top: -160px;
  transform-origin: bottom left;
  transform: rotate(90deg);
  width: 585px;
}*/

/*.slider-thumbs2.owl-carousel .owl-item {
  transform: rotate3d(0, 0, 1, -90deg);
}*/

.slider-thumbs2.owl-carousel .owl-item .slide {
  background-color: #fff;
  cursor: pointer;
}

.slider-thumbs2.owl-carousel .owl-stage {
  margin-top: 15px;
}

.dikslider {
  position: relative;
}

body .VIpgJd-ZVi9od-l4eHX-hSRGPd,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:active,
body .goog-te-gadget {
  font-size: 8px;
  text-align: right;
}

.goog-te-gadget img {
  width: 30px;
}

body .goog-te-gadget .goog-te-combo {
  border: 0px;
  background: transparent;
  text-align: right;
  height: 20px;
}

.log-in-title {
  text-align: center;
  margin-bottom: 20px;
}

.nav.nav-tabs {
  border-bottom: none;
  white-space: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
}

.nav.nav-tabs .nav-link {
  background-color: #fff;
  border: 0px;
  color: #000;
}

.blg11 {
  margin: 20px;
  padding: 100px;
}

.blg11 img {
  border-radius: 50px;
}

.blg11 .process-image {
  position: relative;
  z-index: 2;
}

.blg11 .process-image:after {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  left: 8%;
  top: 8%;
  z-index: -1;
  border-radius: 50px;
  background-color: #ffffff30;
  transform: rotate(-3deg);
  box-shadow: 4px 4px 20px #0000002b;
}

.content11 ul li {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #424242;
  -webkit-box-shadow: 3px 3px 13px rgb(0 0 0 / 8%);
  box-shadow: 3px 3px 13px rgb(0 0 0 / 8%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 19px;
  font-weight: 600;
  /*-webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  animation-delay: 5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;*/
}

.content11 ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  margin-right: 15px;
  color: #cbcbcb;
}

.col-lg-6 .content11 {
  padding-left: 60px;
}

.category18 .part2 .bcard19 {
  height: calc(50% - 25px);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.category18 .part2 .image {
  display: none;
}

.category18 .blogbox h3 {
  font-size: 40px;
}

.profilesidebar {
  display: none;
}

.sidebar .profilesidebar {
  width: 25%;
  display: block;
}

.sidebar .profilecontent {
  width: 73%;
}

.profilecontent {
  width: 100%;
}

.profile-authentication-area .sidebar .profilesidebar .nav.nav-tabs .nav-link {
  text-align: left;
  margin-bottom: 10px;
  margin-right: 0px;
}

.profile-authentication-area .nav.nav-tabs .nav-link {
  margin-right: 10px;
}

.profile-authentication-area .nav.nav-tabs {
  display: flex;
  justify-content: center;
}

.profile-authentication-area .sidebar .nav.nav-tabs {
  display: block;
}