/* Colors */
/* Functions */
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot');
  src: url('../../fonts/icomoon.svg') format('embedded-opentype'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-placeholder-1:before {
  content: "\e90e";
}
.icon-envelope-1:before {
  content: "\e90f";
}
.icon-telephone:before {
  content: "\e910";
}
.icon-Path:before {
  content: "\e90d";
}
.icon-next:before {
  content: "\e90c";
}
.icon-left-arrow:before {
  content: "\e900";
}
.icon-right-arrow:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e902";
  color: #fff;
}
.icon-down-arrow .path1:before {
  content: "\e903";
  color: #ffc107;
}
.icon-down-arrow .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: #000000;
}
.icon-down-arrow .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: #000000;
}
.icon-facebook-logo:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-left-arrow1:before {
  content: "\e908";
  color: #fff;
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-square:before {
  content: "\e90a";
  color: #4246e1;
}
.icon-youtube:before {
  content: "\e90b";
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
#right-phone,
#right-whatsapp {
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
}
#right-phone a,
#right-whatsapp a {
  height: 75px;
  width: 75px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#right-phone a:hover,
#right-whatsapp a:hover {
  padding-right: 5px;
  width: 90px;
}
#right-phone i,
#right-whatsapp i {
  color: #fff;
  font-size: 44px;
}
#right-phone {
  top: 55%;
}
#right-phone a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #e3000f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3000f 0%, #e3000f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e3000f 0%, #e3000f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#right-whatsapp {
  top: 45%;
}
#right-whatsapp a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #464646;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #ff4d58;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff4d58 0%, #e3000f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff4d58 0%, #e3000f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff4d58 0%, #e3000f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x img {
  margin-right: 12px;
}
#mobile-footer-cta-buttons .button-x span.text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 120px 0 50px;
  width: 75%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../imgs/icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: #fa1b2a;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #fd414d;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
  content: ' ';
  filter: invert(1);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-bottom: 35px;
}
#side-menu .content ul.social-menu li {
  margin-right: 16px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu .content ul.social-menu li a img {
  width: 30px;
  height: 30px;
  filter: invert(0.4);
}
a.mobile-hamburger-menu {
  z-index: 999999;
  display: flex;
  right: 0;
  top: 50%;
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #000;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #e3000f;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #e3000f;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #e3000f;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #e3000f;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .h-ust-alan {
  background-color: #e3000f;
}
header .h-ust-alan .top-sosyal li a {
  padding: 10px;
  display: block;
}
header .h-ust-alan .top-sosyal li a img {
  width: 26px;
  height: 26px;
  filter: invert(1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-ust-alan .top-sosyal li:first-child {
  margin-left: -10px;
}
header .h-ust-alan .top-sosyal li:hover img {
  filter: invert(0.7);
}
header .h-ust-alan .bilgi {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.9px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}
header .h-ust-alan .bilgi::after {
  content: '';
  display: flex;
  width: 0;
  height: 1px;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-ust-alan .bilgi:hover::after {
  width: 100%;
}
header .h-alt-alan {
  padding: 10px 0;
}
header .h-alt-alan .top-logo {
  height: 110px;
  display: block;
}
header .h-alt-alan .top-logo img {
  width: 100%;
  display: block;
  max-height: 100%;
}
header .h-alt-alan .top-menu {
  display: flex;
  margin-right: 10px;
}
header .h-alt-alan .top-menu li {
  position: relative;
}
header .h-alt-alan .top-menu li a {
  display: block;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #252525;
  padding: 20px;
}
header .h-alt-alan .top-menu li::after {
  content: '';
  display: flex;
  width: 0;
  height: 1px;
  background-color: #252525;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -10px;
}
header .h-alt-alan .top-menu li:hover::after {
  width: 100%;
}
header .h-alt-alan .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-alt-alan .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #252525;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-alt-alan .top-menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .h-alt-alan .top-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #252525 transparent;
}
header .h-alt-alan .top-menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
}
header .h-alt-alan .top-menu li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .h-alt-alan .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .h-alt-alan .top-menu li ul.sub-menu li:after {
  display: none;
}
header .h-alt-alan .top-menu li ul.sub-menu li a {
  white-space: nowrap;
  color: #252525;
  margin: 0;
  padding: 10px 30px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .h-alt-alan .top-menu li ul.sub-menu li ul.sub-menu {
  top: 20px;
  left: 100%;
  transform: translateX(0);
}
header .h-alt-alan .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header .h-alt-alan .dil-seciniz {
  cursor: pointer;
}
header .h-alt-alan .dil-seciniz li {
  position: relative;
}
header .h-alt-alan .dil-seciniz li a {
  border: solid 1px #a1a1a1;
  padding: 13px 15px;
  display: flex;
  align-items: center;
}
header .h-alt-alan .dil-seciniz li a span {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #252525;
  margin-right: 20px;
}
header .h-alt-alan .dil-seciniz li img {
  height: 20px;
  width: 28px;
}
header .h-alt-alan .dil-seciniz li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-alt-alan .dil-seciniz li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-alt-alan .dil-seciniz li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .h-alt-alan .dil-seciniz li ul.sub-menu li {
  padding: 0;
  margin: 0;
}
header .h-alt-alan .dil-seciniz li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .h-alt-alan .dil-seciniz li ul.sub-menu li a {
  white-space: nowrap;
  color: #a1a1a1;
  margin: 0;
  padding: 10px 30px;
  display: block;
  border-bottom: none;
}
header .h-alt-alan .dil-seciniz li ul.sub-menu li:last-child {
  border-bottom: 1px solid #a1a1a1;
}
#home-slider {
  position: relative;
  margin-bottom: 45px;
}
#home-slider .owl-nav .owl-next,
#home-slider .owl-nav .owl-prev {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #e3000f;
  background-color: #e3000f;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-slider .owl-nav .owl-next i,
#home-slider .owl-nav .owl-prev i {
  color: #fff;
  line-height: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}
#home-slider .owl-nav .owl-next:hover,
#home-slider .owl-nav .owl-prev:hover {
  background-color: #fff;
}
#home-slider .owl-nav .owl-next:hover i,
#home-slider .owl-nav .owl-prev:hover i {
  color: #e3000f;
}
#home-slider .owl-nav .owl-prev {
  left: 5%;
}
#hakkimizda {
  margin-bottom: 120px;
}
#hakkimizda img {
  max-width: 100%;
  width: 100%;
}
#hakkimizda .h-text-area .h-title {
  font-size: 32.5px;
  font-weight: 900;
  letter-spacing: 1.63px;
  color: #e3000f;
  margin-bottom: 10px;
}
#hakkimizda .h-text-area .h-sub-title {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 2.98px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
#hakkimizda .h-text-area .h-text {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #000;
  margin-bottom: 20px;
}
#hakkimizda .h-text-area .h-text p {
  margin: 20px 0;
}
#hakkimizda .h-text-area .h-more {
  display: block;
  padding: 25px 70px;
  border: solid 2px #000;
  width: max-content;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#hakkimizda .h-text-area .h-more:hover {
  background-color: #000;
  color: #fff;
}
#urun-servis {
  position: relative;
  background-image: url('../../imgs/layer-12.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 0px;
  margin-bottom: 270px;
}
#urun-servis .us-title {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
}
#urun-servis .us-sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
#urun-servis .us-more {
  display: block;
  padding: 25px 65px;
  border: solid 2px #fff;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
  width: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#urun-servis .us-more:hover {
  background-color: #fff;
  color: #000;
}
#urun-servis .us-area {
  margin-top: -30px;
  transform: translateY(50%);
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
  padding: 40px 0;
}
#urun-servis .us-area li {
  width: 100%;
  border-right: 1px solid #000;
}
#urun-servis .us-area li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0px 35px;
}
#urun-servis .us-area li a img {
  margin-bottom: 30px;
}
#urun-servis .us-area li a span {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #000;
  white-space: nowrap;
}
#urun-servis .us-area li:last-child {
  border: none;
}
#bizden-haber {
  margin-bottom: 100px;
}
#bizden-haber .bh-title {
  font-weight: bold;
  font-size: 48px;
  color: #000;
}
#bizden-haber .bh-sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 70px;
}
#bizden-haber .owl-theme .owl-dots {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bizden-haber .owl-theme .owl-dots .owl-dot span {
  width: 19px;
  height: 19px;
  background-color: #000000;
}
#bizden-haber .owl-theme .owl-dots .active span {
  height: 26px;
  width: 26px;
  background-color: #e3000f;
}
#bizden-haber .item {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-bottom: 20px;
}
#bizden-haber .item img {
  max-width: 100%;
  width: 100%;
}
#bizden-haber .item .item-text-area {
  padding: 25px 25px 0 0;
}
#bizden-haber .item .item-text-area .tarih {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #e3000f;
  margin-bottom: 20px;
}
#bizden-haber .item .item-text-area .baslik {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
  color: #000;
}
#bizden-haber .item .item-text-area .yazi {
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.8px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#bizden-haber .item .item-text-area .daha-fazla {
  font-size: 13.5px;
  letter-spacing: 0.68px;
  color: #000;
  padding: 15px 35px;
  border: solid 2px #000;
  width: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#bizden-haber .item:hover .item-text-area .daha-fazla {
  background-color: #000;
  color: #fff;
}
#sayfa-banner {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#sayfa-banner .banner-title {
  font-size: 51px;
  z-index: 9;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2.55px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#breadcrumb {
  padding: 30px 0;
  border-bottom: solid 1px #000;
}
#breadcrumb .sayfa-bc {
  display: flex;
  align-items: baseline;
}
#breadcrumb .sayfa-bc li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#breadcrumb .sayfa-bc li:hover a {
  opacity: 0.5;
}
#breadcrumb .sayfa-bc li::after {
  padding: 0 10px;
  content: '/';
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
}
#breadcrumb .sayfa-bc li:last-child a {
  font-size: 24px;
  letter-spacing: 1.2px;
}
#breadcrumb .sayfa-bc li:last-child::after {
  display: none;
}
.page-template-page--iletisim #breadcrumb {
  border-top: 1px solid #000;
  border-bottom: none;
}
#ic-sayfa-alan {
  padding: 80px 0 120px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
}
#ic-sayfa-alan ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#ic-sayfa-alan p,
#ic-sayfa-alan ul,
#ic-sayfa-alan ol {
  margin: 25px 0;
}
#ic-sayfa-alan h1 {
  font-size: 28px;
}
#ic-sayfa-alan h2 {
  font-size: 24px;
}
#ic-sayfa-alan h3 {
  font-size: 20px;
}
#ic-sayfa-alan h4,
#ic-sayfa-alan h5 {
  font-size: 16px;
}
#ic-sayfa-alan h1,
#ic-sayfa-alan h2,
#ic-sayfa-alan h3,
#ic-sayfa-alan h4 {
  margin: 25px 0;
  letter-spacing: 1.3;
  line-height: 1.5;
}
#ic-sayfa-alan ul {
  padding-left: 20px;
}
#ic-sayfa-alan ul li {
  list-style: disc;
}
#ic-sayfa-alan p img {
  margin-bottom: 20px;
}
#ic-sayfa-alan a {
  color: #15618a;
  font-weight: 600;
}
#ic-sayfa-alan img {
  max-width: 100%;
}
#ic-sayfa-alan p {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
}
#ic-sayfa-alan .ic-sayfa-baslik {
  font-size: 32.5px;
  font-weight: 900;
  letter-spacing: 1.63px;
  color: #e3000f;
  margin-bottom: 10px;
  line-height: 1;
}
#ic-sayfa-alan #hakkimizda-syf {
  margin-bottom: 75px;
}
#ic-sayfa-alan #hakkimizda-syf img {
  max-width: 100%;
  width: 100%;
}
#ic-sayfa-alan #misyon-vizyon {
  margin-bottom: 120px;
  padding: 70px 0 10px;
  background-image: url('../../imgs/mv-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#ic-sayfa-alan #misyon-vizyon .ic-sayfa-baslik {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
}
#ic-sayfa-alan #misyon-vizyon .ic-sayfa-yazi {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.8px;
}
#ic-sayfa-alan #misyon-vizyon .ic-sayfa-yazi p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
#ic-sayfa-alan #kalite .ic-sayfa-baslik {
  width: 40%;
  border-bottom: 1px solid #e3000f;
  padding-bottom: 20px;
  margin-bottom: 55px;
}
#ic-sayfa-alan #kalite ul li {
  padding-left: 20px !important;
  margin: 15px 0 !important;
}
#ic-sayfa-alan #urunler .urun-card {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
#ic-sayfa-alan #urunler .urun-card img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#ic-sayfa-alan #urunler .urun-card .bg {
  background-color: #464646;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#ic-sayfa-alan #urunler .urun-card .urun-text-area {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
}
#ic-sayfa-alan #urunler .urun-card .urun-text-area .urun-sayi {
  font-size: 69px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #e3000f;
  line-height: normal;
  margin-bottom: 40px;
}
#ic-sayfa-alan #urunler .urun-card .urun-text-area .urun-yazi {
  font-size: 31px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  color: #000;
}
#ic-sayfa-alan #urunler .urun-card:hover .bg {
  opacity: 0.6;
}
#ic-sayfa-alan #urun-kategori .kategori-card {
  margin-bottom: 30px;
  display: block;
}
#ic-sayfa-alan #urun-kategori .kategori-card img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 35px;
}
#ic-sayfa-alan #urun-kategori .kategori-card .card-baslik {
  background-color: #e3000f;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 17px 20px 13px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#ic-sayfa-alan #urun-kategori .kategori-card .kategori-text-area {
  padding: 25px 45px 30px 25px;
}
#ic-sayfa-alan #urun-kategori .kategori-card .kategori-text-area .grup-no {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #000;
  margin-bottom: 15px;
}
#ic-sayfa-alan #urun-kategori .kategori-card .kategori-text-area .card-aciklama {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ic-sayfa-alan #urun-kategori .kategori-card:hover .card-baslik {
  background-color: #000;
  color: #fff;
}
#ic-sayfa-alan #urun-detay-alani {
  margin-bottom: 65px;
}
#ic-sayfa-alan #urun-detay-alani img {
  width: 100%;
}
#ic-sayfa-alan #urun-detay-alani .detay-text-area .urun-baslik {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #e3000f;
  margin-bottom: 70px;
  width: 50%;
  text-transform: uppercase;
}
#ic-sayfa-alan #urun-detay-alani .detay-text-area h1,
#ic-sayfa-alan #urun-detay-alani .detay-text-area h2,
#ic-sayfa-alan #urun-detay-alani .detay-text-area h3,
#ic-sayfa-alan #urun-detay-alani .detay-text-area h4,
#ic-sayfa-alan #urun-detay-alani .detay-text-area h5,
#ic-sayfa-alan #urun-detay-alani .detay-text-area h6 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
#ic-sayfa-alan #urun-detay-alani .detay-text-area ul,
#ic-sayfa-alan #urun-detay-alani .detay-text-area ol {
  margin: 25px 0;
}
#ic-sayfa-alan #urun-detay-alani .detay-text-area ul {
  padding-left: 20px;
}
#ic-sayfa-alan #urun-detay-alani .detay-text-area ul li {
  list-style: disc;
}
#ic-sayfa-alan #urun-detay-alani .detay-text-area p img {
  margin-bottom: 20px;
}
#ic-sayfa-alan #urun-detay-alani .detay-text-area a {
  color: #15618a;
  font-weight: 600;
}
#ic-sayfa-alan #detay-tab .tab-ust {
  background-color: #e3000f;
  margin-bottom: 85px;
}
#ic-sayfa-alan #detay-tab .tab-ust ul {
  list-style: none;
  padding: 0;
}
#ic-sayfa-alan #detay-tab .tab-ust ul li {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  padding: 55px 0 45px;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-right: 1px solid #fff;
}
#ic-sayfa-alan #detay-tab .tab-ust ul li.active {
  background-color: #fff;
  color: #e3000f;
}
#ic-sayfa-alan #detay-tab .tab-ust ul li:first-child {
  border-left: 1px solid #fff;
}
#ic-sayfa-alan #detay-tab .tab-content .tab {
  display: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#ic-sayfa-alan #detay-tab .tab-content .tab.current {
  display: inline;
}
#ic-sayfa-alan #detay-tab .tab-content .tab .ic-sayfa-yazi {
  text-align: center;
}
.img-tab {
  margin-bottom: 20px;
  display: block;
}
.mb10 {
  margin-bottom: 10px;
}
#iletisim-sayfa iframe {
  width: 100%;
  height: 450px;
}
#iletisim-sayfa .iletisim-alan {
  background-color: #ebebeb;
}
#iletisim-sayfa .iletisim-alan .iletisim-row {
  transform: translateY(-35%);
}
#iletisim-sayfa .iletisim-alan .iletisim-row .iletisim-card {
  min-height: 100%;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 40px 50px;
  color: #000;
  letter-spacing: 1.5px;
  line-height: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#iletisim-sayfa .iletisim-alan .iletisim-row .iletisim-card .i-card-baslik {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#iletisim-sayfa .iletisim-alan .iletisim-row .iletisim-card .i-card-link {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px;
}
#iletisim-sayfa .iletisim-alan .iletisim-row .iletisim-card:hover {
  background-color: #e3000f;
  color: #fff;
}
.mb30 {
  margin-bottom: 30px;
}
footer {
  background-color: #000000;
}
footer .footer-ust {
  padding: 120px 0 40px;
  border-bottom: solid 1px #fff;
}
footer .footer-ust .footer-social {
  margin-top: 20px;
  display: flex;
}
footer .footer-ust .footer-social li {
  margin-right: 100px;
}
footer .footer-ust .footer-social li a {
  display: flex;
  padding: 25px;
  margin-right: 15px;
  border: 1px solid #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-ust .footer-social li a img {
  height: 27px;
  width: 27px;
  filter: invert(1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-ust .footer-social li a:hover {
  background-color: #fff;
}
footer .footer-ust .footer-social li a:hover img {
  filter: invert(0);
}
footer .footer-ust .footer-social li:last-child {
  margin: 0;
}
footer .footer-ust .footer-menu li a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.94;
  letter-spacing: 0.9px;
  color: #fff;
  padding: 8px;
  margin-left: -8px;
  line-height: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-ust .footer-menu li:first-child {
  margin-top: -8px;
}
footer .footer-ust .footer-menu li:hover a {
  opacity: 0.6;
}
footer .footer-ust .footer-ust-baslik {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  letter-spacing: 0.9px;
  color: #fff;
  margin-bottom: 25px;
}
footer .footer-alt {
  padding: 25px 0;
}
footer .footer-alt .footer-bc {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-alt .footer-bc li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-alt .footer-bc li:hover a {
  opacity: 0.5;
}
footer .footer-alt .footer-bc li::after {
  padding: 0 5px;
  content: '/';
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
}
footer .footer-alt .footer-bc li:last-child::after {
  display: none;
}
footer .ziyaret {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}
#faq {
  margin-bottom: 100px;
}
#faq .faq-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.13;
  color: #484650;
  margin-bottom: 45px;
}
#faq .soru {
  border-bottom: solid 1px #484650;
  padding: 13px 26px;
}
#faq .soru .alt-soru {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #484650;
}
#faq .soru i {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(0deg);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #484650;
}
#faq .soru .rotate {
  transform: rotate(180deg);
}
#faq .soru .acilmis {
  transition: all ease 0.3s;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #484650;
}
#faq .soru .acilmisa {
  height: auto;
  opacity: 1;
  padding: 15px 0 10px;
}
#faq .acilir {
  cursor: pointer;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: bold;
  color: #000;
}
.cookies {
  text-align: center;
  padding: 35px 0 0 0;
  border-top: 1px solid #FFF;
  margin-top: 35px;
}
.cookies a {
  color: #FFF;
  font-size: 14px;
  display: block;
  margin: 10px 0;
}