html.keta-brand {
  --keta-accent: #D84200;
  --keta-accent-deep: #B83800;
  --keta-ink: #1D1E1E;
  --keta-ink-soft: #2B2B2C;
  --keta-cream: #F5EFE6;
  --keta-cream-soft: #FCFAF6;
  --keta-border: #E6D8CB;
  --keta-muted: #6D6259;
  --tp-common-black: var(--keta-ink);
  --tp-common-black-2: var(--keta-ink-soft);
  --tp-common-black-7: #181818;
  --tp-text-body: var(--keta-muted);
  --tp-common-red-2: var(--keta-accent);
  --tp-common-red-3: var(--keta-accent);
  --tp-theme-1: var(--keta-accent);
  --tp-theme-primary: var(--keta-accent);
}

html.keta-brand body {
  background: var(--keta-cream-soft);
  color: var(--keta-muted);
}

html.keta-brand [data-bg-color="#F6F6F9"],
html.keta-brand .blog-footer-style,
html.keta-brand .tp-footer-area[data-bg-color="#F6F6F9"],
html.keta-brand .tp-copyright-area[data-bg-color="#F6F6F9"] {
  background-color: var(--keta-cream) !important;
}

html.keta-brand .tp-header-border,
html.keta-brand .header-sticky.tp-header-border {
  border-bottom: 0;
}

html.keta-brand .tp-header-menu > nav > ul > li > a,
html.keta-brand .tp-header-dropdown nav ul li.has-dropdown::after,
html.keta-brand .tp-header-8-bar,
html.keta-brand .tp-header-8-bar span,
html.keta-brand .tp-header-14-bar-wrap button,
html.keta-brand .tp-header-lang a,
html.keta-brand .tp-offcanvas-title,
html.keta-brand .tp-offcanvas-contact ul li a,
html.keta-brand .tp-offcanvas-social ul li a {
  color: var(--keta-ink) !important;
}

body.keta-home-header-white #header-sticky:not(.header-sticky) .tp-header-menu > nav > ul > li > a,
body.keta-home-header-white #header-sticky:not(.header-sticky) .tp-header-dropdown nav ul li.has-dropdown::after {
  color: #fff !important;
}

html.keta-brand .tp-header-box .tp-header-menu > nav > ul > li:nth-child(3),
html.keta-brand .tp-header-box .tp-header-menu > nav > ul > li:nth-child(5) {
  display: none;
}

html.keta-brand .tp-header-box .tp-header-menu .tp-megamenu-wrapper,
html.keta-brand .tp-header-box .tp-header-menu .tp-submenu {
  display: none !important;
}

html.keta-brand .tp-header-box .tp-header-dropdown nav > ul > li.has-dropdown::after {
  display: none !important;
}

body.keta-home-header-white #header-sticky:not(.header-sticky) .tp-header-logo a::before {
  background-image: url("../img/keta-yatay.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 240px;
}

html.keta-brand .tp-header-menu > nav > ul > li:hover > a,
html.keta-brand .tp-header-dropdown nav ul li .tp-submenu li:hover > a,
html.keta-brand .tp-megamenu-list ul li a:hover,
html.keta-brand .tp-footer-widget-social a:hover,
html.keta-brand .tp-offcanvas-contact ul li a:hover,
html.keta-brand .tp-offcanvas-social ul li a:hover {
  color: var(--keta-accent) !important;
}

html.keta-brand .dropdown-white-bg nav ul li .tp-submenu,
html.keta-brand .tp-megamenu-wrapper.megamenu-white-bg {
  background: rgba(252, 250, 246, 0.98) !important;
  border: 1px solid var(--keta-border);
  box-shadow: 0 24px 55px rgba(20, 20, 20, 0.1);
}

html.keta-brand .dropdown-white-bg nav ul li .tp-submenu li:hover > a {
  background: rgba(216, 66, 0, 0.08);
}

html.keta-brand .tp-megamenu-list ul li a span.hot,
html.keta-brand .tp-megamenu-list ul li a span.new,
html.keta-brand .tp-megamenu-list ul li a span.pop {
  background: rgba(216, 66, 0, 0.12);
  color: var(--keta-accent);
}

html.keta-brand .tp-offcanvas-wrapper {
  background: var(--keta-cream-soft);
  color: var(--keta-ink);
}

html.keta-brand .tp-header-logo a,
html.keta-brand .tp-offcanvas-logo a {
  position: relative;
  display: block;
  width: 260px;
  height: 72px;
}

html.keta-brand .tp-header-logo img,
html.keta-brand .tp-offcanvas-logo img {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
  pointer-events: none;
}

html.keta-brand .tp-header-logo a::before,
html.keta-brand .tp-offcanvas-logo a::before {
  content: "";
  display: block;
  width: 260px;
  height: 72px;
  background: url("../img/keta-yatay-koyu-header.png") left center/contain no-repeat;
}

html.keta-brand .tp-hero-area {
  position: relative;
  background: url("../img/bg-wrap-2.jpg") center/cover no-repeat !important;
}

html.keta-brand .tp-hero-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 19, 17, 0.72) 0%, rgba(24, 19, 17, 0.56) 48%, rgba(24, 19, 17, 0.7) 100%),
    radial-gradient(circle at 72% 62%, rgba(216, 66, 0, 0.18) 0%, rgba(216, 66, 0, 0.04) 26%, rgba(216, 66, 0, 0) 44%);
  pointer-events: none;
}

html.keta-brand .tp-hero-area > .container {
  position: relative;
  z-index: 1;
}

html.keta-brand .tp-hero-title,
html.keta-brand .tp-hero-info p,
html.keta-brand .tp-hero-info span,
html.keta-brand .tp-hero-info span a,
html.keta-brand .tp-hero-line {
  color: #FFF6EE;
}

html.keta-brand .tp-hero-title {
  line-height: 0.96;
}

@media (max-width: 767px) {
  html.keta-brand .tp-hero-title {
    line-height: 1;
  }
}

html.keta-brand .tp-hero-info {
  border-top-color: rgba(255, 239, 226, 0.6);
}

html.keta-brand .tp-hero-line {
  background-color: rgba(255, 239, 226, 0.6);
}

html.keta-brand .tp-hero-link a:hover {
  background-color: var(--keta-accent);
}

html.keta-brand .tp-text-slide-wrapper.red-bg-2 {
  background-color: var(--keta-accent);
}

html.keta-brand .tp-hero-logo {
  width: 260px;
  padding: 12px 22px;
  background-color: rgba(255, 255, 255, 0.98);
  object-fit: contain;
  transform: translateY(-14px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  html.keta-brand .tp-hero-logo {
    width: 220px;
    padding: 10px 18px;
    transform: translateY(-8px);
  }
}

html.keta-brand .tp-video-area.black-bg,
html.keta-brand .tp-testimonial-area.black-bg-3,
html.keta-brand .tp-award-area.black-bg-3 {
  background-color: #000 !important;
}

html.keta-brand .tp-testimonial-area.black-bg-3 {
  background-image: none !important;
}

html.keta-brand .tp-testimonial-area.black-bg-3 .container,
html.keta-brand .tp-testimonial-area.black-bg-3 .tp-testimonial-slider-wrap {
  position: relative;
  z-index: 3;
}

html.keta-brand .tp-project-category span {
  border-color: rgba(216, 66, 0, 0.12);
  background-color: rgba(216, 66, 0, 0.04);
}

html.keta-brand .tp-project-category span:hover {
  border-color: rgba(216, 66, 0, 0.12);
  background-color: rgba(216, 66, 0, 0.1);
}

html.keta-brand .tp-project-title a:hover {
  color: var(--keta-accent);
}

html.keta-brand .tp-work-title-box .tp-section-title.fs-140 {
  line-height: 0.98;
}

@media only screen and (min-width: 1600px) {
  html.keta-brand .tp-work-title-box .tp-section-title.fs-140 {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  html.keta-brand .tp-work-title-box .tp-section-title.fs-140 {
    font-size: 105px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  html.keta-brand .tp-work-title-box .tp-section-title.fs-140 {
    font-size: 92px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html.keta-brand .tp-work-title-box .tp-section-title.fs-140 {
    font-size: 82px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html.keta-brand .tp-work-title-box .tp-section-title.fs-140 {
    font-size: 64px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  html.keta-brand .tp-work-title-box .tp-section-title.fs-140 {
    font-size: 50px;
    line-height: 1.02;
  }
}

html.keta-brand .tp-funfact-green-wrap {
  border-color: #fff;
  background-color: var(--keta-cream) !important;
}

html.keta-brand .tp-funfact-number span i {
  -webkit-text-stroke-color: #FBF7F1;
}

html.keta-brand .tp-work-item {
  border-color: rgba(216, 66, 0, 0.08);
  background-color: #F8F3EC;
}

html.keta-brand .tp-work-number span {
  background-color: var(--keta-accent);
}

html.keta-brand .tp-work-content p {
  color: var(--keta-muted);
}

html.keta-brand .tp-testimonial-ratting {
  border-color: rgba(255, 234, 219, 0.12);
}

html.keta-brand .tp-testimonial-item {
  border-color: rgba(255, 255, 255, 0.08);
}

html.keta-brand .tp-testimonial-item.green-style {
  background-color: var(--keta-accent);
}

html.keta-brand .tp-testimonial-item.black-style {
  background-color: #24201E;
}

html.keta-brand .tp-testimonial-item.white-style {
  background-color: #FFF8F2;
}

html.keta-brand .tp-testimonial-item.grey-style {
  background-color: #EEE1D5;
}

html.keta-brand .tp-award-top-wrap {
  border-top-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

html.keta-brand .tp-award-item {
  background-color: rgba(255, 255, 255, 0.04);
}

html.keta-brand .tp-award-area.black-bg-3 {
  background-image: none !important;
}

html.keta-brand .tp-award-area .tp-award-subtitle,
html.keta-brand .tp-award-area .tp-award-text,
html.keta-brand .tp-award-area .tp-award-year,
html.keta-brand .tp-award-area .tp-award-position {
  color: var(--tp-common-white);
}

html.keta-brand .tp-award-item::after {
  background-color: var(--keta-accent);
}

html.keta-brand .tp-award-area .tp-award-item:hover .tp-award-year,
html.keta-brand .tp-award-area .tp-award-item:hover .tp-award-text,
html.keta-brand .tp-award-area .tp-award-item:hover .tp-award-position,
html.keta-brand .tp-award-area .tp-award-item:hover .tp-award-icon {
  color: var(--tp-common-white);
}

html.keta-brand .tp-footer-area {
  background-color: var(--keta-cream);
}

html.keta-brand .tp-copyright-area {
  background-color: #F0E6DA;
  border-top: 1px solid var(--keta-border);
}

html.keta-brand .tp-btn-black.btn-red-bg .tp-btn-black-text,
html.keta-brand .tp-btn-black.btn-red-bg .tp-btn-black-circle,
html.keta-brand .tp-btn-yellow-green,
html.keta-brand .tp-btn-yellow-green.sidebar-btn {
  background: var(--keta-accent);
  border-color: var(--keta-accent);
}

html.keta-brand .tp-btn-black.btn-red-bg .tp-btn-black-text,
html.keta-brand .tp-btn-yellow-green,
html.keta-brand .tp-btn-yellow-green.sidebar-btn {
  color: var(--tp-common-white) !important;
}

html.keta-brand .tp-btn-black.btn-red-bg .tp-btn-black-circle svg {
  color: var(--tp-common-white);
}

html.keta-brand .tp-btn-yellow-border {
  color: var(--keta-accent);
  border-color: rgba(216, 66, 0, 0.28);
  background: rgba(216, 66, 0, 0.04);
}

html.keta-brand .tp-btn-yellow-border:hover {
  color: var(--keta-accent);
}

html.keta-brand .tp-btn-yellow-border.postbox-btn {
  color: var(--tp-common-white);
  background: var(--keta-ink);
  border-color: var(--keta-ink);
}

html.keta-brand .tp-btn-yellow-border.postbox-btn i {
  background: var(--keta-accent);
}

html.keta-brand .tp-section-subtitle.pre::before,
html.keta-brand .tp-section-subtitle.fs-17.pre-circle::before,
html.keta-brand .creative-footer-style .tp-footer-widget-title-sm.pre::before {
  background-color: var(--keta-accent) !important;
}

html.keta-brand .back-to-top-btn {
  color: var(--keta-accent);
  background: var(--keta-cream-soft);
  border: 1px solid rgba(216, 66, 0, 0.12);
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.12);
}

html.keta-brand .back-to-top-btn:hover {
  color: var(--tp-common-white);
  background: var(--keta-accent);
}

html.keta-brand .postbox-tag,
html.keta-brand .postbox-details-tag span:first-child,
html.keta-brand .rc-post-category a {
  color: var(--keta-accent);
}

html.keta-brand .tp-breadcrumb-title,
html.keta-brand .tp-breadcrumb-list span,
html.keta-brand .tp-breadcrumb-list span a,
html.keta-brand .postbox-title,
html.keta-brand .postbox-author-name,
html.keta-brand .postbox-details-meta span,
html.keta-brand .postbox-details-list ul li,
html.keta-brand .sidebar-widget-title,
html.keta-brand .sidebar-widget-author-name,
html.keta-brand .postbox__comment-title,
html.keta-brand .postbox-details-form-title,
html.keta-brand .creative-footer-style .tp-footer-widget-title,
html.keta-brand .creative-footer-style .tp-footer-widget-title-sm,
html.keta-brand .creative-footer-style .tp-footer-widget-info a,
html.keta-brand .creative-footer-style .tp-footer-widget-menu ul li a,
html.keta-brand .creative-footer-style .tp-copyright-big-text,
html.keta-brand .creative-footer-style .tp-copyright-left span,
html.keta-brand .creative-footer-style .tp-copyright-right a {
  color: var(--keta-ink);
}

html.keta-brand .postbox-details-text p,
html.keta-brand .postbox-details-content p,
html.keta-brand .postbox__comment-text p,
html.keta-brand .sidebar-widget-author-content p,
html.keta-brand .rc-post-meta span,
html.keta-brand .tp-copyright-right a,
html.keta-brand .tp-copyright-left span,
html.keta-brand .creative-footer-text p {
  color: var(--keta-muted);
}

html.keta-brand .tp-contact-main-ptb,
html.keta-brand .tp-contact-map-ptb,
html.keta-brand .tp-contact-form-ptb,
html.keta-brand .tp-contact-location-ptb {
  background-color: var(--keta-cream-soft);
}

html.keta-brand .tp-contact-location-ptb .tp-gsap-bg {
  background-color: var(--keta-cream) !important;
}

html.keta-brand .tp-contact-main-ptb {
  background-image: none !important;
}

html.keta-brand .tp-contact-main-ptb .tp-career-shape-1 span svg path {
  stroke: rgba(29, 30, 30, 0.18);
}

html.keta-brand .tp-contact-main-funfact-wrap .crp-hero-funfact-bg {
  width: 100%;
  max-width: 340px;
  border-radius: 28px;
  overflow: hidden;
  background-image: none !important;
  background-color: var(--keta-accent) !important;
  box-shadow: 0 30px 60px rgba(29, 30, 30, 0.14);
}

html.keta-brand .tp-contact-main-funfact-wrap .crp-hero-funfact-img {
  opacity: 0.16;
}

html.keta-brand .tp-contact-main-funfact-wrap .crp-hero-funfact-line,
html.keta-brand .tp-contact-main-funfact-wrap .crp-hero-funfact-line::before {
  background-color: rgba(255, 246, 238, 0.95);
}

html.keta-brand .tp-contact-main-funfact-wrap .ar-about-funfact-top-content h4,
html.keta-brand .tp-contact-main-funfact-wrap .ar-about-funfact-item-content p,
html.keta-brand .tp-contact-main-funfact-wrap .ar-about-funfact-item-content a,
html.keta-brand .tp-contact-main-funfact-wrap .ar-about-funfact-item-bottom p,
html.keta-brand .tp-contact-main-funfact-wrap .ar-about-funfact-item-bottom p span {
  color: #FFF6EE;
}

html.keta-brand .tp-contact-main-funfact-wrap .ar-about-funfact-item:not(:last-of-type) {
  border-bottom-color: rgba(255, 246, 238, 0.16);
}

html.keta-brand .tp-contact-main-funfact-wrap .ar-about-funfact-item-icon span {
  border-color: rgba(255, 246, 238, 0.22);
  background-color: rgba(255, 246, 238, 0.08);
}

html.keta-brand .tp-contact-map-wrapper {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--keta-border);
}

html.keta-brand .tp-contact-form-input label,
html.keta-brand .tp-contact-location-left-title,
html.keta-brand .tp-contact-location-loc-title,
html.keta-brand .tp-contact-location-map a,
html.keta-brand .tp-contact-location-right-info a {
  color: var(--keta-ink);
}

html.keta-brand .tp-contact-location-left-info span,
html.keta-brand .tp-contact-location-loc a {
  color: var(--keta-muted);
}

html.keta-brand .tp-contact-location-item {
  border-bottom-color: var(--keta-border);
}

html.keta-brand .tp-contact-location-map a::after {
  background: rgba(29, 30, 30, 0.18);
}

html.keta-brand .tp-contact-location-map a::before {
  background: var(--keta-accent);
}

html.keta-brand .postbox-details-quote-box,
html.keta-brand .postbox-blockquote,
html.keta-brand .sidebar-widget-author {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--keta-border);
}

html.keta-brand .postbox-details-code pre {
  background: #231F1C;
  color: #F8F3EC;
  border-radius: 18px;
}

html.keta-brand .creative-footer-style .tp-footer-widget-menu ul li a {
  border-color: var(--keta-border);
  background: rgba(255, 255, 255, 0.6);
}

html.keta-brand .creative-footer-style .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white) !important;
  background: var(--keta-accent);
  border-color: var(--keta-accent);
}

html.keta-brand .creative-footer-style .tp-footer-widget-info a:hover,
html.keta-brand .creative-footer-style .tp-copyright-right a:hover {
  color: var(--keta-accent) !important;
}

@media (max-width: 991px) {
  html.keta-brand .tp-header-logo a,
  html.keta-brand .tp-offcanvas-logo a,
  html.keta-brand .tp-header-logo a::before,
  html.keta-brand .tp-offcanvas-logo a::before {
    width: 210px;
    height: 58px;
  }

  body.keta-home-header-white #header-sticky:not(.header-sticky) .tp-header-logo a::before {
    background-size: auto 192px;
  }
}
