@import url("https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap");
@import "../fonts/font.css";
@import "keyframes.css";

:root {
  --primary-font: "Anek Gujarati", sans-serif;
  --second-font: "Bai Jamjuree", sans-serif;
  --primary-color: #0031a2;
  --second-color: #586ba4;
  --low-gray: #f3eaf4;
  --pewder-color: #9eb3c2;
  --white-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: var(--primary-font);
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-60 {
  padding-bottom: 60px;
}

a {
  transition: all 0.4s ease-in-out;
  color: inherit;
}

a:hover {
  color: inherit;
}

::selection {
  color: #fff !important;
  background-color: var(--primary-color);
}

::-moz-selection {
  color: #fff !important;
  background-color: var(--primary-color);
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container--full {
  margin: unset;
  max-width: 1870px;
  padding: 0 90px;
}

.sub-title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Karu";
  margin-bottom: 10px;
  color: var(--primary-color);
  display: block;
}

.sub-title i {
  font-size: 40px;
  margin-inline-end: 20px;
  vertical-align: middle;
}

.section-title h2 {
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px;
  font-size: 36px;
  font-family: "Futura Round";
  color: #282f3b;
}

.home-blog {
  display: flex;
}

.home-blog .entry-content {
  padding: 40px 60px 40px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
  max-width: 345px;
  margin-top: 45px;
}

.home-blog .entry-content .post-meta {
  margin-bottom: 6px;
}

.home-blog .entry-content .post-meta span.date {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 29.6px;
}

.home-blog .entry-content .post-meta span.date i {
  margin-inline-end: 10px;
  color: #b0b0b0;
}

.home-blog .entry-content .post-meta span.date a {
  font-size: 17px;
  font-family: Futura Round;
  color: #b0b0b0;
}

.home-blog .entry-content h4.entry-title {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(11, 61, 44, 0.1);
  color: #000;
  font-family: Futura Round;
}

.home-blog .entry-content p {
  margin-bottom: 15px;
  font-family: Karu;
}

.btn-link {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline !important;
  color: var(--primary-color);
  font-family: Futura Round;
}

.btn-link i {
  margin-inline-start: 7px;
  transition: all 0.3s ease-out 0s;
}

.btn-link:hover > i {
  transform: translateX(3px);
}

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

.home-blog .post-thumbnail {
  margin-inline-start: -35px;
}

.home-blog .post-thumbnail img {
  border-radius: 20px;
  width: 100%;
  height: 335px;
  object-fit: cover;
}

.referanslar {
  padding: 75px 0;
}

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

.referans-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  padding: 6px;
}

.referans-item a {
  position: relative;
  display: block;
  height: 90px;
}

.referans-item img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 90px;
  object-fit: contain;
  transition: all 0.3s ease;
  border: 2px solid #f8f8f8;
  border-radius: 10px;
}

.referans-item:hover > a img {
  opacity: 1;
  transform: scale(0.9);
}

.services {
  padding-top: 55px;
  padding-bottom: 40px;
  background: #f6f6f6;
}

.service-item {
  position: relative;
  margin-bottom: 44px;
}

.service-item .inner-box {
  position: relative;
}

.service-item .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.service-item .image-box .icon {
  position: absolute;
  left: -1px;
  top: 0;
  height: 90px;
  width: 90px;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 45px;
  transition: all 0.3s ease;
  z-index: 2;
}

.service-item .image-box .icon img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

.service-item:hover .icon img {
  filter: invert(1);
}

.service-item .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.service-item .image-box .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #1d1d29);
  pointer-events: none;
  z-index: 2;
  transition: all 0.5s ease;
}

.service-item .image-box .image a {
  display: block;
  width: 100%;
}

.service-item .image-box .image img {
  width: 100%;
  transition: all 0.3s ease;
  height: 400px;
  object-fit: cover;
}

.service-item .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 40px 30px;
  z-index: 9;
  width: 100%;
}

.service-item .content-box .sub-title {
  position: relative;
  padding-top: 20px;
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}

.service-item .content-box .title {
  display: block;
  color: #fff;
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Futura Round";
}

.service-item .content-box .read-more {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 0 0 10px 10px;
  transition: all 0.4s linear;
  opacity: 0;
}

.service-item .inner-box:hover .image-box {
  border-radius: 10px 10px 0 0;
}

.service-item .inner-box:hover .image-box .icon {
  background-color: var(--primary-color);
  color: #fff;
}

.service-item .inner-box:hover .image:before {
  height: 30%;
}

.service-item .inner-box:hover .image img {
  transform: scale(1.1);
}

.service-item .inner-box:hover .read-more {
  width: 100%;
  left: 0;
  opacity: 1;
}

.services .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.services .head .left h4 {
  font-size: 19px;
  color: var(--primary-color);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  line-height: normal;
  font-family: "Karu";
}

.services .head .left h4 i {
  margin-right: 6px;
  margin-top: -4px;
}

.services .head .left h2 {
  font-size: 24px;
  text-transform: capitalize;
  color: #000;
  font-family: "Futura Round";
}

.services .head .right {
  display: flex;
  gap: 0 10px;
}

.prev-btn-custom {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-btn-custom {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.title-left-wrapper .pre {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 19px;
  font-family: "Karu";
}

.title-left-wrapper h2.title {
  margin-top: 10px;
  font-weight: 700;
  word-break: break-word;
  color: #0c0a0a;
  line-height: 1.23;
  font-size: 38px;
  font-family: "Futura Round";
}

.nav-wrapper-title .swiper-pagination {
  left: auto;
  right: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: max-content;
  bottom: unset;
}

.nav-wrapper-title .swiper-pagination .swiper-pagination-bullet {
  background: #c0c0c0;
  opacity: 1;
  margin-left: 30px;
  height: 5px;
  width: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.nav-wrapper-title .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.nav-wrapper-title .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  bottom: -22px;
  border-radius: 50%;
  right: -22px;
  opacity: 1;
  height: 25px;
  width: 25px;
  transform: translate(-50%, -50%);
  border: 2px solid #000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.swiper.homeProjects {
  width: 100%;
  height: 100%;
}

.swiper.homeProjects .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.swiper.homeProjects .swiper-wrapper {
  height: 600px;
}

.swiper.homeProjects .swiper-slide img {
  display: block;
  width: 100%;
  height: 530px;
  object-fit: cover;
}

.project-wrapper {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  transform: scale(0.97);
}

.project-wrapper a {
  display: block;
  overflow: hidden;
}

.project-wrapper a img {
  width: 100%;
  transition: 1.3s;
  height: 530px;
}

.services .project-wrapper a img {
  width: 415px;
  object-fit: cover;
}

.project-wrapper .content {
  text-align: left;
  position: absolute;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  left: 30px;
  right: 30px;
  display: block;
  width: 90%;
  padding: 33px;
  opacity: 1;
  bottom: 30px;
  transition: 1s;
}

.project-wrapper .content a .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.24;
  color: #0c0a0a;
  font-family: Futura Round;
}

.project-wrapper .content span {
  color: #f81212;
  line-height: 26px;
  font-family: Futura Round;
}

.project-wrapper a:hover > img {
  transform: scale(1.15);
}

.homeProjects .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-top: 50px;
  transition: all 0.3s linear;
}

section.iletisim {
  padding-bottom: 35px;
}

.page-header {
  position: relative;
  display: block;
  background-color: #000000;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0 50px;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 35px;
  color: var(--white-color);
  line-height: 50px;
  font-weight: 700;
  font-family: Futura Round;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-family: Karu;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: Karu;
  font-weight: 500;
  color: var(--white-color);
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 3px;
}

.thm-breadcrumb li span {
  font-size: 14px;
}

.contact-page__right {
  position: relative;
  display: block;
  margin-left: 100px;
}

.contact-page__right .section-title {
  margin-bottom: 17px;
  position: relative;
  display: block;
  margin-top: -13px;
}

.section-title__icon {
  position: relative;
  display: block;
  top: 4px;
}

.section-title__icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--primary-color);
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #888888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 11px;
}

.section-title__title {
  margin: 0;
  color: #151515;
  font-size: 45px !important;
  line-height: 54px !important;
  font-weight: 600 !important;
}

.contact-page__text {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.contact-page__contact-list {
  position: relative;
  display: block;
  margin-top: 27px;
}

.contact-page__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-page__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #f3f3f3;
  font-size: 23px;
  color: var(--primary-color);
  transition: all 500ms ease;
}

.contact-page__contact-list li .content {
  margin-left: 30px;
}

.contact-page__contact-list li .content p {
  color: #888888;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  font-family: Karu;
}

.contact-page__contact-list li .content h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 27px;
  color: #000;
}

.contact-page__contact-list li .content h4 a {
  color: #000;
  transition: all 500ms ease;
  font-family: Futura Round;
  font-size: 19px;
}

.contact-page__contact-list li .content h4 a span {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #888888;
  margin-right: 4px;
}

.contact-page__contact-list li + li {
  margin-top: 10px;
}

.contact-page__contact-list li:hover .icon {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.contact-page__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
  border-top: 1px solid #ddd;
  margin-top: 80px;
}

.contact-page__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-page__bottom-icon {
  position: relative;
  display: inline-block;
}

.contact-page__bottom-icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--primary-color);
}

.contact-page__bottom-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.contact-page__bottom-content li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  font-family: Futura Round;
}

.contact-page__bottom-content li p {
  line-height: 26px;
  color: #888888;
  font-size: 17px;
  font-family: Karu;
}

.contact-page__bottom-content li + li {
  margin-left: 40px;
}

.contact-page__bottom-right {
  position: relative;
  display: block;
}

.contact-page__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-page__social-shape {
  position: absolute;
  top: -30px;
  left: 105px;
}

.contact-page__social-shape img {
  width: auto;
}

.shape-animation {
  animation-name: shape-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.contact-page__social span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-right: 70px;
  font-family: Futura Round;
}

.contact-page__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  background-color: #f3f3f3;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-page__social a + a {
  margin-left: 10px;
}

.contact-page__social a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--primary-color);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.contact-page__social a:hover {
  color: #fff;
}

.contact-page__social a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

.map iframe {
  position: relative;
  display: block;
  border: none;
  height: 565px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.contact_form {
  margin-top: 20px;
}

.contact_form .form_group:not(:last-of-type) {
  margin-bottom: 30px;
}

.contact_form .form_group {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.contact_form .form_group .form_item {
  position: relative;
}

.contact_form .form_group .form_item.half {
  width: calc(50% - 15px);
}

.contact_form .form_group .form_item svg {
  fill: var(--primary-color);
  height: 30px;
  left: 25px;
  position: absolute;
  top: 15px;
  width: 30px;
}

.contact_form .form_group .form_item svg path {
  fill: var(--primary-color);
  stroke-width: 1px;
}

.contact_form .form_group .form_item input:not([type="checkbox"]),
.contact_form .form_group .form_item select,
.contact_form .form_group .form_item textarea {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: unset;
  box-shadow: unset;
  color: #1d1d1b;
  font-family: Karu;
  font-size: 1.125rem;
  height: 65px;
  outline: 0;
  padding: 15px 15px 15px 75px;
  transition: border-color 0.3s ease;
  width: 100%;
}

.contact_form .form_group .form_item.full {
  width: 100%;
}

.contact_form .form_group .form_item.textarea svg {
  top: 20px;
}

.contact_form .form_group .form_item.textarea textarea {
  height: 160px;
  padding: 25px 25px 25px 75px;
  resize: none;
}

.contact_form .form_group .form_item select {
  appearance: none;
}

.contact_form .form_group .form_item button {
  background-color: var(--primary-color);
  border: 0;
  color: #1d1d1b;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 13px 45px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: grid;
  place-items: center;
  color: #fff;
  line-height: 1;
}

.contact_form .form_group .form_item button span {
  margin-top: 2px;
  font-family: Futura Round;
  font-size: 16px;
}

.contact_form .form_group .form_item button:hover {
  background-color: #1d1d1b;
  color: #fff;
}

.page-top-bar {
  z-index: 99999;
 
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #003e9d;
  border-bottom-width: 1px;
  border-bottom-color: rgba(216, 216, 216, 0.2);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.78;
  text-transform: none;
  font-size: 14px;
}

.top-bar-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.page-top-bar .top-bar-left {
  flex-grow: 1;
}

.page-top-bar ul {
  z-index: 9999;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-top-bar .top-bar-info .info-item {
  padding: 16px 0;
  margin-right: 55px;
  display: inline-block;
  line-height: 1;
}

.top-bar-info .info-item a {
  line-height: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: none;
  font-size: 14px;
  font-family: var(--second-font);
}

.top-bar-info .info-text {
  vertical-align: middle;
}

.top-bar-info ion-icon {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.top-bar-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-social-network .social-link {
  padding: 2px 13px;
  float: left;
  text-align: center;
  font-size: 18px;
}

.page-header {
  position: relative;
  z-index: 4;
  transition: all 0.5s ease-in-out !important;
}

.header .page-header-inner {
  border-bottom-width: 0px;
  border-bottom-color: #eee;
  background: #003e9d;
  background-color: #003e9d;
}

.header .header-wrap {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 99px;
    overflow: visible;
  
}

.branding {
  line-height: 0;
}

.header .branding__logo {
  padding: 0 33px;
  display: inline-block;
}

.branding__logo a {
  display: inline-block;
}

.branding__logo a img {
  width: 259px;
 
}

.header .page-navigation {
  flex-grow: 1;
 
}

.header .menu--primary {
  position: static;
  text-align: center;
  display: block;
}

.header .menu--primary .menu__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.header .menu--primary .menu__container > li {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
 
  text-align: center;
  border-left: 1px solid hsla(0, 0%, 85%, 0.2);
  flex-grow: 1;
}

.menu--primary a {
  color: #fff;
}

.header .menu--primary li > a {
  font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.26;
    text-transform: none;
    font-size: 18px !important;
    font-family: "Futura Round";
    letter-spacing: 1px;
}

.header .menu--primary .menu__container > li > a {
  padding: 0 20px;
  height: 100%;
}

.toggle-sub-menu {
  position: relative;
  margin-left: 15px;
}

.toggle-sub-menu:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea4d";
  font-size: 12px;
}

.header .header-right {
  min-width: 68px;
  justify-content: center;
  display: flex;
  margin: 0 -12px;
  align-items: center;
  flex-shrink: 0;
}

.header-right > div {
  padding: 0 12px;
}

.btn-open-popup-search {
  display: block;
  line-height: 0;
  font-size: 20px;
}

.header .popup-search-wrap i {
  color: #fff;
}

.page-open-mobile-menu {
  display: none;
}

.page-open-mobile-menu .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.page-open-mobile-menu .icon {
  position: relative;
  width: 24px;
  height: 18px;
}

.menu--primary .sub-menu {
  padding: 25px 0;
  min-width: 270px !important;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  border-bottom: 3px solid transparent;
  position: absolute;
  width: auto;
  display: none;
  top: auto;
  left: 0px;
  max-width: 20em;
  background-color: #fff;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover > .sub-menu {
  top: 100%;
  display: block;
  width: max-content;
  z-index: 10;
}

.remove-z {
  z-index: 1;
}

.swiper.homeSwiper {
  width: 100%;
  height: 85vh;
}

.swiper.homeSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper.homeSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper.homeSwiper .swiper-pagination {
  width: max-content;
  height: max-content;
  left: 0;
  top: 50%;
  bottom: unset;
  display: flex;
  flex-direction: column;
}

.swiper.homeSwiper
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-top: 25px;
}

.swiper.homeSwiper .swiper-pagination .swiper-pagination-bullet {
      border-radius: 13px;
    width: 13px;
    height: 13px;
    margin-left: 13px;
  transition: all 0.3s ease-in-out;
}

.swiper.homeSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
}

.swiper.homeSwiper .content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: var(--second-font);
  transition: all 0.5s ease-in-out;
}

.swiper.homeSwiper .content h3 {
      position: relative;
    font-size: 16px;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
    font-family: "Futura Round";
}

.swiper.homeSwiper .content h3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper.homeSwiper .content h1 {
  width: 100%;
  max-width: 500px;
  font-size: 35px;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

.swiper.homeSwiper .content a {
  position: relative;
  width: max-content;
  padding: 12px 50px;
  background-color: var(--primary-color);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.swiper.homeSwiper .content a::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.swiper.homeSwiper .content a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 20px;
  height: 3px;
  background-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.swiper.homeSwiper .content a:hover {
  background-color: #6f6f6e;
}

.swiper.homeSwiper .content a:hover::before,
.swiper.homeSwiper .content a:hover::after {
  width: 100%;
  background-color: #6f6f6e;
}

.swiper.homeSwiper .swiper-pagination-bullet span {
  position: absolute;
  right: -15px;
  margin-top: -10px;
  font-family: var(--second-font);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.swiper.homeSwiper .swiper-slide .box {
  position: absolute;
  top: 24%;
  left: 12%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 415px;
  z-index: 5;
  opacity: 0.1;
  perspective: 300px;
  transform-style: preserve-3d;
}

.pt-130 {
  padding-top: 130px;
}

.pb-110 {
  padding-bottom: 110px;
}

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

.about__area .sec-title-wrapper {
  text-align: center;
  position: relative;
  z-index: 9;
  padding-bottom: 70px;
  transition: all 0.5s ease-in-out;
}

.about__area .sec-title {
  font-weight: 600;
  font-size: 43px !important;
  font-family: "Futura Round";
  line-height: 1;
  color: #000;
  transition: all 0.5s ease-in-out;
}

.about__left {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  transition: all 0.5s ease-in-out;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: 665px !important;
  background-position: left !important;
}

.about__left img {
  position: absolute;
  width: 100%;
  height: 160%;
  object-fit: cover;
  bottom: 0;
}

.about__mid {
  padding-left: 80px;
  padding-top: 60px;
}

.about__mid p {
  max-width: 440px;
  font-size: 17px;
  line-height: 1.4;
  color: #555;
  padding-bottom: 20px;
  font-weight: 500;
  font-family: Karu;
}

.about__mid .signature {
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
}

.about__area .shape-1 {
  position: absolute;
  left: 350px;
  top: 334px;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}

.about__right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.about__right img {
  object-fit: cover;
  width: 100%;
  height: 344px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease-in-out;
}

.area-content {
  position: relative;
  padding: 100px 0px 0px;
  overflow: hidden;
}

.area-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(300deg, #0000008c 40%, rgba(0, 0, 0, 0.09) 100%);
  opacity: 0.9;
  z-index: 1;
}

.area-content .img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 600px;
}

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

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.title_and_video {
  position: relative;
  padding-bottom: 150px;
  padding-top: 60px;
  z-index: 11;
}

.title_and_video .col-lg-4 {
  position: relative;
}

.title_all_box {
  position: relative;
}

.text-end {
  text-align: right !important;
}

.title-sections {
  position: relative;
}

.title_and_video .title_sections h2 {
  color: #fff;
  font-family: "Futura Round";
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
}

.title_all_box .title_sections p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
  font-family: var(--second-font);
  font-weight: 500;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}

.neden-biz-btn-one {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
}

.neden-biz-btn-one:hover {
  color: #fff;
  border-radius: 0px 10px 0px 10px;
}

.neden-biz {
  position: relative;
  overflow: hidden;
}

.neden-biz::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: calc(100% + 1000px);
  left: 40%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.neden-biz::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: calc(100% + 1000px);
  right: 40%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.process_box {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.process_box .process_box_outer {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.process_box_outer .content_box {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.process_box_outer .content_box .icon {
  float: left;
  width: 47px;
  height: 47px;
}
.process_box_outer .content_box .icon .img {
  width: 47px;
  height: 47px;
}

.process_box_outer .content_box .icon img {
  font-size: 47px;
  line-height: 47px;
  width: 47px;
  color: var(--primary-color);
}

.process_box_outer .content_box h2 {
  position: relative;
  margin-left: 20px;
  font-family: var(--second-font);
  padding-right: 15px;
}

.process_box_outer .content_box h2 a {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Futura Round";
}

.process_box_outer p {
  margin-bottom: 25px;
  line-height: 26px;
  font-family: "Karu";
  font-weight: 500;
}

.pt-60 {
  padding-top: 60px;
}

.title_all_box {
  position: relative;
}

.title_all_box .title_sections {
  position: relative;
  margin-bottom: 40px;
}

.title_all_box .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primary-color);
  padding: 0px 0px 10px 0px;
  text-decoration: underline !important;
  font-family: "Karu";
}

.title_all_box .title_sections .title {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0px 0px 10px 0px;
  font-family: "Futura Round";
}

section.urun-gruplari {
  padding: 100px 0;
}

.product_box {
  position: relative;
  text-align: center;
  padding: 20px;
  border: 1px solid #e4e7ee;
  background: #ececec;
}

.product_box:hover {
  
  background: #0031a2;
}

 

.product_box .inner_box {
  position: relative;
}

.product_box .inner_box .image_box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.product_box .inner_box .image_box img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.product_box .inner_box .image_box .preview-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100px;
  opacity: 0;
  right: 0;
  text-align: center;
  height: auto;
  padding: 20px;
  transition: all 0.5s ease;
}

.product_box .inner_box .image_box .preview-box a {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  line-height: 46px;
  min-height: 46px;
  min-width: 160px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  font-family: var(--second-font);
  transition: all 0.5s ease;
}

.product_box .content_box h2 {
  font-weight: 700;
  margin: 0;
  color: #282f3b;
  font-size: 1.3rem;
  font-family: "Futura Round";
}

.product_box:hover .inner_box .image_box .preview-box {
  opacity: 1;
  bottom: 0;
}

.product_box .inner_box .image_box .preview-box a:hover {
  background: #42386e;
  border-color: #42386e;
}

.owl-carousel_urun-gruplari .owl-dots {
  margin-top: 21px;
}

.owl-carousel_urun-gruplari .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ddd;
  transition: all 0.4s ease-in-out;
}

.owl-carousel_urun-gruplari .owl-dots .owl-dot span:hover {
  background-color: transparent;
}

.owl-carousel_urun-gruplari .owl-dots .owl-dot.active span {
  width: 18px;
  background-color: var(--primary-color);
  height: 12px;
}

.footer {
  border-top: 1px solid rgba(29, 35, 31, 0.1);
  padding: 50px 0 0 0;
    background: #ebebeb;
    background-image: url(../img/footer-bg-s.jpeg);
    background-size: cover;
}

.footer-top {
  border-top: 1px solid rgba(29, 35, 31, 0.1);
  border-bottom: 1px solid rgba(29, 35, 31, 0.1);
  padding: 40px 0 0 0;
  margin-bottom: 60px;
}

.footer-top img {
  width: 280px;
}

.single-info-item {
  display: flex;
}

.single-info-item .icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid #a5a5a533;
  /* box-shadow: 0 0 40px 0 rgb(11 61 44 / 4%);   */
}

.single-info-item .icon .fa-envelope-open {
  font-size: 20px;
}

.single-info-item .icon svg {
  width: 25px;
  height: 25px;
}

.single-info-item .info span.title {
  font: 600 18px var(--second-font);
  line-height: 26px;
  font-family: Futura Round;
}

.single-info-item .info p {
  color: #333;
  line-height: 21px;
  font-family: Karu;
  font-weight: 500;
  font-size: 15px;
}

.single-footer {
  position: relative;
  display: block;
}

.single-footer-widget {
  padding-right: 20px;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -2px;
  padding-bottom: 24px;
}

.single-footer-widget .title h3 {
  color: #32344b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: Futura Round;
}

.footer-widget-links {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.footer-widget-links ul li {
  position: relative;
  display: block;
  line-height: 20px;
  margin-bottom: 17px;
}

.footer-widget-links ul li a {
  color: #676c7c;
  font-size: 17px;
  font-weight: 500;
  transition: all 500ms ease;
  font-family: Karu;
}

.footer-widget-links ul + ul {
  margin-left: 70px;
}

.footer-subscribe-box {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  height: 70px;
}

.footer-subscribe-box .subscribe-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 320px;
  padding-left: 30px;
  font-family: var(--second-font);
}

.footer-subscribe-box .subscribe-title h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #32344b;
  font-family: Futura Round;
}

.footer-subscribe-box .subscribe-box {
  position: relative;
  display: block;
  flex: 1;
  max-width: 850px;
  width: 100%;
  margin: 0;
  flex: 1;
  padding-left: 30px;
}

.footer-subscribe-box .subscribe-box::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 10px;
  width: 1px;
  height: 50px;
  background-color: #e7ece9;
}

.footer-subscribe-box .subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}

.footer-subscribe-box .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: transparent;
  border: 0px solid rgba(255, 255, 255, 0.2);
  color: #676c7c;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  transition: all 500ms ease;
  font-family: Karu;
}

.footer-subscribe-box .subscribe-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #32344b;
  color: #fff;
  overflow: hidden;
  padding-top: 5px;
  transition: all 0.3s linear;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: var(--second-font);
  padding-bottom: 10px;
  border-radius: 5px;
}

.btn-one .txt {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
  font-family: Futura Round;
}

.footer-subscribe-box .subscribe-form button ion-icon {
  color: #28ad60;
  margin-right: 6px;
  font-size: 20px;
}

.subscribe-title i {
  color: #28ad60;
  font-size: 20px;
  margin-right: 10px;
}

.footer__copyrights {
  display: flex;
  align-items: center;
  padding: 28px 0;
  justify-content: space-between;
  text-align: center;
  background-color: transparent;
  border-top: 1px solid #c1c1c1;
  font-family: var(--second-font);
  font-weight: 500;
  font-family: Futura Round;
}

.footer__copyrights ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyrights ul li + li {
  margin-left: 15px;
  border-left: 2px solid #c1c1c1;
  padding-left: 20px;
}

.footer__copyrights ul li a {
  opacity: 0.7;
  font-weight: 600;
  font-family: Karu;
}

.sosyal-footer {
  display: flex;
  gap: 0 20px;
}

.sosyal-footer li a img {
  width: 25px;
  height: 25px;
}

.sosyal-footer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sosyal-footer li a.facebook {
  border: 2px solid #1877f2 !important;
}

.sosyal-footer li a.instagram > img {
  width: 26px !important;
}

.sosyal-footer li a.instagram {
  border: 2px solid #e1306c !important;
}

.sosyal-footer li a.youtube {
  border: 2px solid #ff0000 !important;
}

.sosyal-footer li a.linkedin {
  border: 2px solid #0a66c2 !important;
}

.accounts-name {
  font-family: var(--second-font);
  color: var(--primary-color);
  font-weight: 400;
  font-size: 17px;
  font-style: italic;
}

.back-to-top {
  background-color: transparent;
  border-radius: 50%;
  bottom: 30px;
  color: #c1c1c1;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  z-index: 337;
  border: 2px solid #c1c1c1;
  justify-content: center;
}

.back-to-top:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.back-to-top.active {
  display: inline-block;
}

.blog {
  padding: 100px 0;
}

.blog-detail .img-content {
  position: relative;
  margin-bottom: 30px;
}

.blog-detail .img-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-detail .img-content .date-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: var(--primary-color);
  padding: 25px 35px;
  border-radius: 0 16px 16px 0;
  font-family: var(--second-font);
  font-weight: 600;
  font-size: 17px;
  word-break: break-word;
  text-align: center;
}

.blog-detail .img-content .date-box span {
  display: block;
}

.blog-detail .content h2 {
  font-family: Futura Round;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.blog-detail .content p {
  font-size: 17px;
  font-family: Karu;
  line-height: 1.6;
  font-weight: 900;
  color: black;
}

.blog-detail .content h3 {
    font-size: 17px;
    font-family: Karu;
    line-height: 1.6;
    font-weight: 900;
    color: #0031a2;
}

.blog-detail .content p + p {
  margin-top: 15px;
}

.last-blog h2 {
  font-size: 20px;
  font-family: Futura Round;
  margin-left: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}

.item-last {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  background-color: #f5f9ff;
  border-radius: 10px;
}

.item-last img {
  width: 100px;
  height: 80px;
  margin-right: 15px;
  object-fit: cover;
  border-radius: 10px;
}

.item-last .content-last span {
  font-size: 14px;
  font-weight: 500;
  font-family: Karu;
  margin-bottom: 5px;
  display: block;
  opacity: 0.65;
}

.item-last .content-last h2 {
  margin-bottom: 5px;
  margin-left: 0;
}

.item-last .content-last h2 a {
  color: var(--primary-color);
  opacity: 1;
  font-weight: 600;
  font-family: Futura Round;
  font-size: 16px;
}

.item-last .content-last a {
  font-family: Karu;
  font-weight: 500;
  opacity: 0.65;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.item-last .content-last a i {
  margin-left: 5px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
}

.item-last .content-last a:hover > i {
  transform: translateX(3px);
}

.animate-big {
  position: relative;
  overflow: hidden;
  max-width: 230px;
  margin-top: 30px;
}

.text--anime {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  animation: textAnime 1.8s forwards;
}

.text--anime--primary {
  background-color: var(--white-color);
}

.last-blog {
  padding-left: 30px;
  border-left: 2px solid #d3d3d3;
}

.blog-detail {
  padding-right: 50px;
}

.box-inner {
  width: 100%;
  display: block;
  height: 100%;
 
}

/*SUCCESS FORM*/
.success-form {
  display: flex;
  padding: 13px 20px;
  font-size: 18px;
  color: #000;
  background-color: transparent;
  align-items: center;
  font-family: var(--primary-font);
  border: 2px solid #000;
  font-weight: 500;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.success-box {
  height: 0;
}

.success-form .check {
  font-size: 20px;
  color: #00bb46;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  height: 51px;
}

.success-form.active .success-box {
  height: max-content;
}

@keyframes textAnime {
  20% {
    left: 0%;
  }

  49% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ref-grid .referans-item img {
  object-fit: contain;
}

.widget-aside {
  padding: 30px;
  border: 1px solid #e5e8ef;
  border-radius: 4px;
  margin-bottom: 30px;
  font-family: var(--second-font);
  background: #fbfbfb;
}

.widget-aside .widget-title {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  position: relative;
  font-size: 22px;
  font-family: Futura Round;
  line-height: 24px;
  letter-spacing: 0;
  color: #df0000;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
}

.widget-aside .widget-title::after {
  display: block;
  height: 3px;
  margin-top: 0;
  margin-bottom: -2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 30px;
  background-color: var(--primary-color);
}

.widget-aside .download .item-download {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e8ef;
  padding-bottom: 15px;
  position: relative;
}

.widget-aside .download .item-download a {
  display: block;
  padding: 7px 0px 7px 0px;
  border-bottom: 1px solid lightgrey;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  font-family: Futura Round;
}

.widget-aside .download .item-download img {
  width: 55px;
  height: 47px;
  object-fit: contain;
  padding-right: 12px;
  float: left;
}

.widget-aside .download .item-download a span {
  color: #6d7a8c;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}

.widget-aside .download .item-download a:hover {
  color: #4f87fb;
}

.widget-aside .download .item-download:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.h-content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  margin-bottom: 45px;
}

.h-content .text p {
  font-size: 17px;
  font-family: Karu;
  line-height: 1.6;
  font-weight: 900;
  color: black;
}

.h-content .text p + p {
  margin-top: 15px;
}

.dlab-box {
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
}

.dlab-media {
  position: relative;
  overflow: hidden;
}

.dlab-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.project-media .dlab-img-overlay1::before {
  opacity: 0;
  background-color: #191c0a;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s linear;
}

.dlab-media a {
  color: var(--primary-color);
}

.dlab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: 400px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.35s linear;
  object-fit: cover;
}

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.mfp-link {
  width: 100px;
  height: 100px;
  display: block;
  font-size: 34px;
  line-height: 100px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -50px;
  transform: scale(0) rotate(360deg);
}

.mfp-link i {
  background: transparent;
  vertical-align: middle;
  color: #fff;
}

.dlab-img-overlay1::after {
  content: "";
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.3s linear;
}

.dlab-box:hover .dlab-img-overlay1:before {
  opacity: 0.8;
}

.dlab-box:hover .mfp-link {
  transform: scale(1) rotate(0deg);
}

.content-inner {
  padding-top: 80px;
  padding-bottom: 50px;
}

.max-w800 {
  max-width: 800px;
}

.pre-title {
  font-size: 18px;
  letter-spacing: 5px;
  color: #555;
  font-weight: 400;
  text-transform: uppercase;
}

.pre-h2 {
  font-size: 32px;
  line-height: 45px;
  color: #2b2d2e;
  font-weight: 700;
  font-family: Futura Round;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.pro-details {
  padding-left: 70px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0 13px 5px;
}

.pro-details i {
  background-color: #f5f5f5;
  height: 53px;
  width: 53px;
  color: #000;
  border-radius: 50px;
  line-height: 53px;
  font-size: 20px;
  top: 10px;
  position: absolute;
  left: 0;
  text-align: center;
}

.titl-pr {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: 5px;
  font-family: Karu;
  font-weight: 800;
  font-size: 15px;
}

.titl-pr strong {
  font-size: 18px;
  margin-bottom: 2px;
  font-family: Futura Round;
}

.content-pr p {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: Karu;
}

.projects-prev-next {
  padding: 40px 0;
  border: none;
  border: 2px solid #b6b6b6;
}

.projects-prev-next a {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #8d8d8d;
  line-height: 1em;
  font-family: Futura Round;
  font-weight: 500;
}

.projects-prev-next a i {
  font-size: 18px;
}

.projects-prev-next .projects-prev-next-right a i {
  margin-left: 0;
  margin-left: 5px;
}

.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
}

.grid-i i {
  font-size: 24px !important;
}

.projects-prev-next a:hover {
  color: var(--primary-color);
}

.video .pro-details {
  border: 2px solid var(--primary-color);
  padding: 12px 0 12px 80px;
  height: unset;
  border-radius: 4px;
}

.video {
  display: unset !important;
}

.video .pro-details i {
  top: 10px;
  left: 15px;
}

.col.p-lr0 + .col.p-lr0 {
  margin-left: 20px;
}

.content-inner .col.p-lr0 {
  display: flex;
  align-items: center;
}

.corporate-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: max-content;
  padding: 4rem 0;
}

.corporate-container .container .content-corporate .corporate-txt p {
  line-height: 1.5;
  font-size: 1.15rem;
  opacity: 0.75;
  font-weight: 400;
  font-family: var(--second-font);
  text-align: justify;
}

.corporate-txt p + p {
  margin-top: 25px;
}

.product-wrap {
  margin-bottom: 2rem;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 0px;
    border: 1px solid #b8b8b8;
}

.product {
  position: relative;
  overflow: hidden;
  font-family: var(--second-font);
  font-size: 1.4rem;
  color: #999;
  transition: 0.3s;
}

.product-media {
  position: relative;
  margin-bottom: 0;
  transition: box-shadow 0.3s;
}

.product-media img {
  position: relative;
  width: 100%;
  height: 220px;
  object-fit: contain;
  opacity: 1;
}

.product-details {
  position: relative;
 
  padding: 1rem;
}

.product-cat {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: var(--second-font);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.product-name {
  margin-bottom: 0.3rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #0031a2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.sidebar-content {
  padding: 0 2rem;
  background-color: #fff;
  opacity: 1;
  line-height: 1.3;
  transition: transform 0.4s, opacity 0.4s;
}

.sidebar .filter-actions {
  display: flex;
  align-items: center;
  padding-right: 0.6rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.sidebar .btn-outline {
  color: var(--primary-color);
  background-color: #fff;
  padding: 0.61em 0.92em 0.61em;
  margin-right: 2rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 0;
}

.sidebar .btn-outline:hover {
  border-radius: 0;
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-icon-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-icon-right i {
  margin-left: 0.8rem;
  font-size: 1rem;
}

.btn-outline {
  border: 2px solid var(--primary-color);
}

.sidebar-toggle-remain.sidebar .toggle-remain i {
  transition: transform 0.3s;
}

.sidebar-content .widget {
  border-top: 3px solid #eee;
}

.widget-collapsible .widget-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 2.6rem 0.3rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
  border: none;
  transition: padding 0.3s;
  font-family: var(--second-font);
}

.sidebar-content .widget-body {
  margin-bottom: 1.8rem;
  opacity: 1;
  transition: opacity 0.3s;
  font-family: Futura Round;
}

.filter-items ul {
  display: none;
  position: relative;
  margin: 1rem 0 -0.5rem;
  padding-left: 1.3rem;
}

.filter-items > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.filter-items.search-ul li {
  padding: 13.5px 3px;
  font-size: 0.93rem;
  font-family: var(--second-font);
  color: #222;
}

.filter-items a {
  position: relative;
  display: block;
  font-weight: 500;
}

.filter-items ul:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  bottom: 3px;
  border-left: 1px solid #eee;
}

.toolbox-pagination {
  position: relative;
  margin-bottom: 1rem;
  padding: 2.5rem 0.2rem;
  border-top: 1px solid #e1e1e1;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: var(--second-font);
  line-height: 1.5;
  transition: margin 0.4s;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.toolbox.toolbox-pagination {
  z-index: 2;
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.1rem;
  font-family: var(--second-font);
  letter-spacing: 0.01em;
  justify-content: center;
  color: #222;
}

.page-item:not(:last-child) {
  margin-right: 0.5rem;
}

.disabled > .page-link {
  color: #aaa;
  width: 100px;
  border: none;
}

.page-link-next {
  color: #000 !important;
  width: 100px;
}

.active > .page-link,
:hover:not(.disabled) > .page-link {
  border-color: #dadada;
  color: #222;
}

.page-link-next,
.page-link-prev {
  min-width: 8rem !important;
  padding: 1.2rem !important;
  border-radius: 0 !important;
}

.page-link:focus {
  z-index: 3;
  color: #000 !important;
  background-color: transparent;
  outline: 0;
  box-shadow: unset !important;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem !important;
  height: 3rem;
  padding: 0 0.3rem !important;
  line-height: 1;
  background-color: transparent;
  border: 0.1rem solid transparent;
  transition: border 0.3s;
  color: #aaa;
}

.page-link-prev i {
  margin-right: 0.5rem;
}

.page-item.active a {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #000 !important;
}

.filter-items .with-ul > a > i {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7rem;
  line-height: 0;
  margin: -1.3rem -3px 0 0;
  padding: 1.2rem 5px;
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: transform 0.3s;
}

.page-link-next i {
  margin-left: 0.5rem;
}

.details-gallery-images {
  width: 100%;
  overflow: hidden;
  height: 400px;
  transition: all 0.4s ease-in-out;
  border: 1px solid #c9c8c8;
}

.details-gallery-images .single-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}

.details-gallery-thumbs {
  position: relative;
  height: max-content;
}

.details-gallery-thumbs .swiper-container {
  max-width: 410px;
  margin: 20px auto 0;
  overflow: hidden;
}

.details-gallery-thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s linear;
}

.details-gallery-thumbs .swiper-container img {
  width: 100%;
  height: 93px;
  object-fit: contain;
}

.details-gallery-thumbs .swiper-button-next,
.details-gallery-thumbs .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  display: flex;
  color: #e6e6e6;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s linear;
  outline: none;
  opacity: 1;
  margin-top: 0;
  transform: translateY(-50%);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}

.details-gallery-thumbs .swiper-button-next:hover,
.details-gallery-thumbs .swiper-button-prev:hover {
  color: #fff;
  background-color: #f2a100;
  border-color: #f2a100;
}

.details-gallery-thumbs .swiper-button-prev {
  left: 0;
}

.details-gallery-thumbs .swiper-button-next {
  right: 0;
}

.details-gallery-thumbs .swiper-button-prev:after,
.details-gallery-thumbs .swiper-button-next:after {
  font-size: 14px;
}

.product-details-description .product-name {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  font-family: var(--second-font);
}

span.s-tit {
  font-family: var(--second-font);
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 700;
  color: #00538b;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

span.ref {
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.product-details-description .product-color {
  display: flex;
}

.product-details-description .lable {
  color: #3f3d3d;
  font-size: 14px;
  font-family: var(--second-font);
  font-weight: 600;
  margin-right: 5px;
}

.product-details-description .product-color ul {
  display: flex;
}

.product-details-description .product-color ul li {
  margin-left: 15px;
}

.product-details-description .product-color ul li input[type="checkbox"],
.product-details-description .product-color ul li input[type="radio"] {
  display: none;
}

.product-details-description
  .product-color
  ul
  li
  input[type="checkbox"]
  + label,
.product-details-description .product-color ul li input[type="radio"] + label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #666;
  font-family: var(--second-font);
  cursor: pointer;
  display: block;
}

.product-details-description
  .product-color
  ul
  li
  input[type="checkbox"]
  + label
  span,
.product-details-description
  .product-color
  ul
  li
  input[type="radio"]
  + label
  span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #888;
  display: inline-block;
  position: relative;
  top: 2px;
  transition: all 0.3s linear;
  box-shadow: 0 0 37px 2px rgba(0, 0, 0, 0.5);
}

.product-details-description p {
  line-height: 1.8;
  color: #6c788c;
  margin-bottom: 0;
  font-family: var(--second-font);
  margin-top: 25px;
}

.product-info .left {
  justify-content: start;
  margin-right: 40px;
  margin-top: 20px;
}

.product-info .left .form-group {
  margin-bottom: 0;
}

.product-info .left .form-group label {
  font-family: var(--second-font);
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.product-info .left .form-group span {
  font-family: var(--second-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.product-info .left .form-group .info {
  font-family: var(--second-font);
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 11px;
  font-weight: 500;
}

.details-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.section-padding-02 {
  padding-top: 100px;
}

.product-details-tabs .nav {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 8px;
}

.product-details-tabs .nav li {
  margin: 0 5px;
}

.product-details-tabs .nav li button {
  color: #ccc;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--second-font);
  border: 0;
  background: none;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s linear;
}

.product-details-tabs .nav li button.active {
  color: #f2a100;
}

.product-details-tabs .nav li button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f2a100;
  bottom: -9px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.product-details-tabs .nav li button.active::before {
  opacity: 1;
  visibility: visible;
}

.product-details-tabs .tab-content {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 35px;
}

.grid-p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
}

.grid-p p {
  font-size: 15px;
  font-family: var(--second-font);
  font-weight: 500;
}

.grid-p p span {
  font-weight: 600;
  font-size: 16px;
}

.description-content {
  line-height: 1.6;
  color: #6c788c;
  margin-bottom: 0;
  font-family: var(--second-font);
}

.p-det-sli {
  padding: 100px 0 50px 0;
}

.product-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
  padding-bottom: 10px;
}

.product-top-wrapper > * {
  padding-bottom: 5px;
}

.section-title .title {
  font-size: 25px;
  font-weight: 700;
  color: #444;
  margin-bottom: 0;
  font-family: var(--second-font);
}

.single-product {
  position: relative;
  margin-top: 30px;
}

.single-product a {
  display: block;
}

.single-product a img {
  width: 100%;
  height: 305px;
  object-fit: contain;
}

.single-product .product-content {
  padding-top: 13px;
  padding-right: 45px;
}

.single-product .product-content .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--second-font);
  color: #4c4c4c;
  transition: all 0.3s linear;
}

.p-slide-p {
  overflow: hidden;
}

.swiper-arrows {
  display: flex;
  gap: 0 15px;
}

.swiper-arrows .priv-next,
.swiper-arrows .priv-prev {
  position: relative;
  top: 0;
  margin-top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
  display: block;
  left: 0;
  right: 0;
  margin: 0 3px;
  color: #4c4c4c;
  border-radius: 50%;
  font-size: 28px;
  transition: all 0.3s linear;
  outline: none;
  cursor: pointer;
}

.swiper-arrows .priv-next i,
.swiper-arrows .priv-prev i {
  font-size: 16px;
}

.swiper-arrows .priv-next:hover,
.swiper-arrows .priv-prev:hover {
  background-color: #f2a100;
  border-color: #f2a100;
  color: #fff;
}

.corporate-sidebar {
  padding: 40px;
  background-color: #f8f8f8;
  height: 100%;
}

.corporate-sidebar a {
  display: block;
  padding-left: 10px;
  color: #363636;
  font-family: Futura Round;
  font-size: 19px;
  font-weight: 600 !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  min-height: 40px;
  width: 100%;
  position: relative;
}

.corporate-sidebar a.active {
  color: var(--primary-color);
}

.corporate-sidebar a.active::before {
  position: absolute;
  content: "";
  left: 26px;
  top: 90%;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 30px;
  background-color: var(--primary-color);
}

.corporate-sidebar a:hover {
  transform: translateX(10px);
}

.corporate-container .corporate-img {
  margin-bottom: 20px;
  margin-top: -16px;
}

.corporate-container .corporate-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.corporate-container .corporate-text {
  line-height: 1.55;
  font-size: 1.14rem;
  font-weight: 400;
  font-family: Karu;
  color: black;
}

.corporate-text p + p {
  margin-top: 15px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #191919;
  transition: all 0.3s ease-in-out;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu .logo-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  color: #fff;
}

.mobile-menu .logo-close img {
  width: 170px;
  object-fit: contain;
  cursor: pointer;
}

.mobile-menu .logo-close svg {
  cursor: pointer;
}

.mobile-menu .logo-close svg path {
  stroke: #fff;
}

.mobile-menu .menu-mobile {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.mobile-menu .menu-mobile ul {
  display: block;
  width: 100%;
  overflow: auto;
}

.mobile-menu .menu-mobile ul li {
  width: 100%;
}

.mobile-menu .menu-mobile ul li a {
  font-size: 17px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #fff;
  padding: 14px 20px;
  border-bottom: 1px solid #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-mobile {
  height: max-content;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.mobile-menu .menu-mobile ul li a {
  font-size: 17px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #fff;
  padding: 14px 20px;
  border-bottom: 1px solid #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu .menu-mobile ul li a i {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .menu-mobile ul {
  display: block;
  width: 100%;
  overflow: auto;
  transition: height 0.3s ease-in-out;
  background-color: #323539;
}

.mobile-menu .menu-mobile ul li {
  width: 100%;
}

.dropdown-mobile ul {
  height: 0;
}

.dropdown-mobile ul.active {
  height: 100% !important;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease;
}

.mobile-nav__toggler svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.main-menu.active .mobile-nav__toggler svg {
  fill: #000;
}

.flags {
  display: flex;
  margin-top: 13px;
}

.flags ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
}

.flags ul li {
  width: max-content !important;
  padding-left: 10px;
}

.flags ul li a {
  width: max-content !important;
  border: none !important;
  padding: 10px 5px !important;
}

.flags ul li a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px dashed #fff;
  padding: 2px;
  transition: all 0.4s ease-in-out;
}

.flags ul li + li {
  margin-left: -9px;
}

.social {
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
}

.menu-mobile .social ul {
  display: flex !important;
  padding-left: 10px;
}

.menu-mobile .social ul li {
  width: max-content !important;
}

.menu-mobile .social ul li a {
  font-size: 23px;
  color: #fff;
  padding: 0 8px !important;
  border: none !important;
}

.sub-menu {
  background-color: #6f6f6e !important;
  padding: 0 !important;

}

.sub-menu .menu-item a {
  padding: 10px;
  line-height: 0.46 !important;
}

.sub-menu .menu-item-wrap {
  color: #fff !important;
  width: max-content;
  padding-left: 20px;
}

.project-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  color: #000;
}

.page-header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  z-index: 100;
}

.dokuman-item {
    display: inline-table;
    /* gap: 1rem 10px; */
    background: #ffffff;
    width: 275px;
    border: 1px dashed #0031a2;
    padding: 14px;
    max-width: 100%;
    margin: 5px;
    text-align: center;
}

.dokuman-item:hover {
    background: #e6ebff;
    transform: translateY(-5px);
}

.sertifkalarimg {
    position: relative;
    width: 100%;
    text-align: center;
}

.sertifkalarimg img {
    width: 100%;
 
    border-radius: 6px;
}

.sertifikabaslik h3 {
  font-size: 16px;
    margin-top: 22px;
    color: #0031a2;
    font-weight: 600;
    font-family: 'Futura Round';
     
}


.dokuman-item .left-img {
  height: 320px;
}

.dokuman-item .left-img img {
  height: 100%;
  object-fit: contain;
}

.dokuman-item .right-content {
  padding: 10px;
}

.dokuman-item .right-content h3 {
  font-size: 20px;
  font-family: Futura Round;
  text-transform: uppercase;
  font-weight: 500;
}

.dokuman-item .right-content p {
  font-size: 17px;
  color: hsl(0deg 0% 0% / 60%);
  margin-top: 20px;
  font-family: var(--primary-font);
}

.dokuman-item .right-content img {
  width: 40px;
  height: 40px;
  margin-top: 15px;
}

.search-box {
  position: fixed;
  top: -100%;
  left: 0;
  background-color: #57524f;
  width: 100%;
  height: 300px;
  z-index: 1000;
  transition: all 0.3s linear;
}
.search-box.active {
  top: 0;
}
.search-box .search-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.search-box .search-content i {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
.search-box .search-content .group {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #c5c5f8;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
}
.search-box .search-content .group svg {
  margin-right: 8px;
  width: 27px;
  height: 27px;
  stroke: var(--primary-color);
}
.search-box .search-content .group svg path {
  stroke: var(--primary-color);
}
.search-box .search-content .group input[type="text"] {
  font-size: 17px;
  font-family: var(--second-font);
  font-weight: 500;
  color: #0e0d46;
  flex: 1;
  width: calc(100% - 35px);
}
.arama-container-fluid {
  padding: 0 0 40px 0;
}
.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 60px 0 20px 0;
}
.search-data {
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
}
.img-search a {
  width: 100%;
  height: 100%;
  display: block;
}
.img-search .figure-img-search {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
}
.search-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 270px);
  min-height: 200px;
  height: 100%;
  overflow: hidden;
}
.search-text aside {
  line-height: 1;
  margin-bottom: 12px;
}
.search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #5a5d61;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.search-text aside a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 1px solid #1b1c1d;
  background: transparent;
  margin-right: 9px;
  border-radius: 50%;
}
.search-text h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4em;
}
.search-text h4 a {
  color: #000;
}

.area .menu ul li ul.active {
  display: block;
}

.area .menu ul li ul.active li a {
  padding-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-title h2 {
    font-size: 36px;
  }

  .sec-title {
    font-size: 50px !important;
  }

  .about__mid {
    padding-left: 30px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page-top-bar .container-fluid {
    padding: 0 65px;
  }
}

@media screen and (max-width: 1200px) {
  .header .page-navigation {
    display: none;
  }

  .page-open-mobile-menu {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin-top: -13px;
    cursor: pointer;
  }

  .page-open-mobile-menu .inner {
    height: 0;
  }

  .page-navigation {
    display: none;
  }

  .header .header-wrap {
    justify-content: space-between;
  }

  .header .branding__logo {
    padding: 0;
  }

  .blog .entry-content {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .sidebar-fixed .sidebar-content {
    overflow: visible;
    position: relative;
    padding: 0;
    opacity: 1;
    z-index: 22;
  }

  .sidebar .filter-actions {
    margin-bottom: 0;
  }

  .sidebar-toggle-remain .toggle-remain {
    position: absolute;
    transition: 0.4s;
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  .about__mid {
    padding-left: 20px;
  }

  .about__mid .signature {
    margin-bottom: 30px;
  }

  .about__area .shape-1 {
    display: none;
  }

  .about__area .sec-title {
    font-size: 37px;
  }

  .about__area .sec-title-wrapper {
    padding-bottom: 39px;
  }

  .swiper.homeSwiper .content {
    left: 46%;
  }

  .swiper.homeSwiper .content h1 {
    font-size: 35px;
  }

  .swiper.homeSwiper .content h3 {
    margin-bottom: 20px;
  }

  .title_all_box .title_sections .title {
    font-size: 26px;
    line-height: 30px;
  }

  .title-left-wrapper h2.title {
    font-size: 25px;
  }

  .nav-wrapper-title .swiper-pagination {
    margin-top: 0;
    left: 45%;
    right: unset;
    bottom: -28% !important;
    top: unset;
    transform: translate(-50%, -50%);
  }

  .nav-wrapper-title
    .swiper-pagination
    .swiper-pagination-bullet-active:first-child {
    margin-left: 15px;
  }

  .project-home-container .swiper-container .mt-40 {
    margin-top: 0;
  }

  .title-left-wrapper h2.title {
    margin-bottom: 15px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .home-blog {
    flex-direction: column;
  }

  .home-blog .entry-content {
    margin-top: 0;
  }

  .home-blog .post-thumbnail {
    margin-inline-start: 0;
  }

  .title_and_video .title_sections h2 {
    font-size: 30px;
  }

  .title_all_box {
    text-align: left !important;
  }

  .about__right img {
    position: unset;
    height: 300px;
    object-fit: contain;
  }

  .about__right {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .service-item .image-box .image {
    height: 400px;
  }

  .service-item .image-box .image img {
    height: 400px;
  }

  .accounts-name {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }

  .footer-subscribe-box {
    flex-direction: column;
    padding: 33px 0 40px !important;
    height: max-content;
  }

  .footer-subscribe-box .subscribe-box {
    padding: 0 30px;
  }

  .footer-subscribe-box .subscribe-title {
    width: 300px;
    padding-left: 0px;
    margin-bottom: 13px;
    justify-content: center;
  }

  .footer-subscribe-box .subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-subscribe-box .subscribe-form button {
    position: relative;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin-top: 15px;
  }

  .footer-subscribe-box .subscribe-form input[type="email"] {
    background: #f3f3f3;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
  }

  .footer-subscribe-box .subscribe-box::before {
    background-color: transparent;
  }

  .blog-detail {
    padding-right: 0;
  }

  .last-blog {
    padding-left: 0;
    border: none;
    margin-top: 30px;
  }

  .swiper.homeSwiper .swiper-slide .box {
    width: 100%;
    max-width: 450px;
    left: 16%;
  }

  .footer__copyrights {
    flex-direction: column;
    gap: 10px 0;
  }

  .contact-page__right {
    margin-left: 0;
    margin-top: 40px;
  }

  .iletisim .container {
    padding: 0 25px;
  }

  .ref-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-p {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-details-tabs .nav li button {
    font-size: 15px;
  }

  .product-details-description {
    margin-top: 40px;
  }

  .single-product {
    margin: 30px 15px 0;
  }

  .product-top-wrapper {
    padding: 15px 15px 0;
  }

  .details-gallery-images {
    height: 410px;
  }

  .details-gallery-images .single-img img {
    height: 100%;
  }

  .page-header__inner h2 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .contact-page__bottom {
    flex-direction: column;
  }

  .contact-page__bottom-right {
    margin-top: 45px;
  }

  .col.p-lr0 + .col.p-lr0 {
    margin-left: 0;
  }

  .mobile-p-lr0 {
    flex-direction: column;
  }

  .mobile-p-lr0 .p-lr0 {
    width: 100%;
  }

  .projects-prev-next-left {
    margin-bottom: 10px;
  }

  .projects-prev-next-right {
    margin-top: 10px;
  }

  .d-sm-flex {
    display: flex;
    flex-direction: column;
  }
  .referans-item img {
    width: 145px !important;
    margin: 0 auto;
  }

  .nav-wrapper-title {
    justify-content: center;
  }

  .title-left-wrapper {
    text-align: center;
  }

  .title_all_box .title_sections {
    text-align: center;
  }
  .process_box_outer .content_box h2 a {
    line-height: 1.3;
  }
  .guven-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .neden-biz-btn {
    width: max-content;
    margin: 0 auto;
  }
  .single-footer-widget .title {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 16px !important;
  }
  .footer-widget-links {
    justify-content: center;
  }
  .footer-widget-links ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sosyal-footer {
    flex-direction: unset !important;
  }
}

@media screen and (max-width: 480px) {
  .branding__logo a img {
    width: 235px;
  }

  .top-bar-info .info-item a {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0em;
    text-transform: none;
    font-size: 13px;
    font-family: var(--second-font);
  }

  .page-top-bar .top-bar-info .info-item {
    padding: 15px 0;
    margin-right: 30px;
    display: inline-block;
    line-height: 1;
  }

  .services .project-wrapper {
    width: max-content;
  }
  .swiper.homeSwiper .swiper-slide .box {
    width: 100%;
    max-width: 300px;
    left: 18%;
  }

  .ref-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .swiper.homeSwiper .swiper-slide .box {
    max-width: 320px !important;
  }

  .swiper.homeSwiper .content h3 {
    padding-left: 15px !important;
    margin-left: 0 !important;
  }

  .swiper.homeSwiper .content {
    left: 50% !important;
  }
  .guven-sec {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .guven-sec .col-xl-3 {
    width: 287px;
    margin: 0 auto;
  }
  .header .header-right {
    margin: 0;
    margin-top: 24px;
    margin-left: 4px;
  }

  .mobile-p-lr0 {
    flex-direction: inherit;
  }

  .footer-top img {
    width: 100%;
    height: 100%;
  }

  .header .header-wrap {
    align-items: flex-start;
    justify-content: flex-start;
    height: 67px;
  }
  .page-open-mobile-menu {
    margin-top: -3px !important;
  }
  .h-content .text p {
    font-size: 15px;
  }

  .about__left {
    background-size: 362px !important;
  }
}

.language {
  position: relative;
  padding-left: 20px;
  display: grid;
  place-items: center;
}
.language .current {
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.language .current::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 25px;
  background-color: transparent;
  opacity: 0;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateZ(0);
}
.language .current span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.25s ease;
}
.language .current svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.language .current img {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
.language .list {
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 10%;
  z-index: 10;
  top: 43px;
  transform: translateX(-50%) translateZ(0);
  padding: 10px 25px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}
.language .list li {
  display: flex;
  justify-content: center;
  align-items: center !important;
  flex-wrap: nowrap;
  flex-direction: row;
}
.language .list li a {
  font-size: 14px;
  color: #231f2d;
  transition: color 0.25s ease;
  font-weight: 500;
  flex-shrink: 0;
}
.language .list li a img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.language .list li + li {
  margin-top: 10px;
}

.language.active .list {
  opacity: 1;
  visibility: visible;
}

 
.tdsbuton {
  font-size: 17px;
    font-weight: 700;
}

.tdsbuton a {
  background: red;
    padding: 15px;
    border-radius: 100px;
    color: white;
}

.tdsbuton a:hover {
  background: white;
    padding: 15px;
    border-radius: 100px;
    color: red;
}


.teknikaciklama {
  font-family: Montserrat,sans-serif;
}
 



