@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@font-face {
  font-family: "gothamblack";
  src: url("fonts/gotham-black-webfont.woff2") format("woff2"),
    url("fonts/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight";
  src: url("fonts/gotham-light-webfont.woff2") format("woff2"),
    url("fonts/gotham-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold";
  src: url("fonts/gotham-bold-webfont.woff2") format("woff2"),
    url("fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamthin";
  src: url("fonts/gotham-thin-webfont.woff2") format("woff2"),
    url("fonts/gotham-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.allTrans,
header,
header.fixed,
header.fixed .navbar,
header #sidebar-wrapper .bayi form .btn,
header #sidebar-wrapper .bayi form .btn:hover,
header #sidebar-wrapper .bayi .bayiol,
header #sidebar-wrapper .bayi .bayiol:hover,
main .section .btn,
main .section .btn:hover,
main .section#section4 .catalog li a,
main .section#section4 .catalog li a:hover:before,
main .section#section4 .catalog li a:hover span,
main .btn-all,
main #exampleModal .btn,
main #exampleModal .btn:hover,
.page #weksper .right .right-text .btn,
.page #weksper .right .right-text .btn:hover {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.allTrans2,
header .navbar .navbar-nav .column b,
header .navbar .navbar-nav .column a:hover b,
header .navbar .navbar-nav .column2 ul li a,
header .navbar .navbar-nav .column2 ul li a:hover,
main .section .systems li:hover:before,
main .section .systems li a,
main .section .systems li a:hover,
.page main #urunler .buttons #Prev,
.page main #urunler2 .buttons #Prev,
.page main #urunler .buttons #Prev:hover,
.page main #urunler2 .buttons #Prev:hover,
.page main #urunler .buttons #Next,
.page main #urunler2 .buttons #Next,
.page main #urunler .buttons #Next:hover,
.page main #urunler2 .buttons #Next:hover,
.page main #urunler.camodaurunler .buttons #Prev,
.page main #urunler2.camodaurunler .buttons #Prev,
.page main #urunler.camodaurunler .buttons #Prev:hover,
.page main #urunler2.camodaurunler .buttons #Prev:hover,
.page main #urunler.camodaurunler .buttons #Next,
.page main #urunler2.camodaurunler .buttons #Next,
.page main #urunler.camodaurunler .buttons #Next:hover,
.page main #urunler2.camodaurunler .buttons #Next:hover,
.page main #katalog .katalog-slider .item .slide-header,
.page main #katalog .reklam-slider .item .slide-header,
.page main #katalog .katalog-slider .item:hover .slide-header,
.page main #katalog .reklam-slider .item:hover .slide-header,
.page main #katalog .basin-slider .item .slide-header,
.page main #katalog .basin-slider .item:hover .slide-header,
.page main #katalog .basin-slider .item:hover,
.page main #katalog .buttons #Prev,
.page main #katalog .buttons #Prev:hover,
.page main #katalog .buttons #Next,
.page main #katalog .buttons #Next:hover,
.page main #katalog.basin .buttons #Prev,
.page main #katalog.basin .buttons #Prev:hover,
.page main #katalog.basin .buttons #Next,
.page main #katalog.basin .buttons #Next:hover,
.page main #mudurlukler .buttons #Prev,
.page main #mudurlukler .buttons #Prev:hover,
.page main #mudurlukler .buttons #Next,
.page main #mudurlukler .buttons #Next:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.allTrans3 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.allTrans4,
header .navbar .navbar-nav li .dropdown-menu li a:hover span:before,
main .section.active h1 span:before,
main .section.active h2 span:before,
main .section .systems li,
main .section .systems li:hover,
main .section#section4 .catalog li a:hover,
main .section#section4 .catalog li a:hover img,
.page main .section.active h1 span:before,
.page main .section.active h2 span:before,
.page main .section.active h3 span:before,
.page main .section.active h4 span:before,
.page main #urunler.camodaurunler.active h1 span:before,
.page main #urunler.camodaurunler.active h2 span:before,
.page main #urunler.camodaurunler.active h3 span:before,
.page main #urunler.camodaurunler.active h4 span:before,
.page main #urunler2.camodaurunler.active h1 span:before,
.page main #urunler2.camodaurunler.active h2 span:before,
.page main #urunler2.camodaurunler.active h3 span:before,
.page main #urunler2.camodaurunler.active h4 span:before,
.page main #teknik-bilgi .renk li:hover:before,
.page main #renkler .renk li:hover:before,
.page main #donanim .renk li:hover:before {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(34px);
    -moz-filter: blur(34px);
    -o-filter: blur(34px);
    -ms-filter: blur(34px);
    filter: blur(34px);
  }
}
@-moz-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(34px);
    -moz-filter: blur(34px);
    -o-filter: blur(34px);
    -ms-filter: blur(34px);
    filter: blur(34px);
  }
}
@-o-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(34px);
    -moz-filter: blur(34px);
    -o-filter: blur(34px);
    -ms-filter: blur(34px);
    filter: blur(34px);
  }
}
@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slidedown {
  0% {
    opacity: 0;
    height: 0px;
  }
  65% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes slidedown2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideleft {
  0% {
    opacity: 0;
    width: 0%;
  }
  70% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes slideleft2 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slidelefttoright {
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
}

.blur {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-animation: blur 1s forwards;
  -moz-animation: blur 1s forwards;
  -o-animation: blur 1s forwards;
  animation: blur 1s forwards;
}

.container {
  width: 1170px;
  padding: 0px;
}

.container-fluid {
  padding: 0px 90px;
}

html {
  height: 100% !important;
  width: 100% !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  overflow-x: hidden;
  background: #fff;
  outline: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.baslik {
  font-family: "Open Sans", sans-serif;
  outline: 0px;
}

.h3,
h3 {
  font-size: 22px;
  text-decoration: none;
}

a {
  color: #121a1f;
  text-decoration: none;
  outline: 0px;
}

a:hover {
  color: #070155;
}

a,
a:hover,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0px;
}

img {
  border: none;
}

p {
  margin: 0px;
}

header {
  float: left;
  width: 100%;
  position: fixed;
  display: block;
  z-index: 99999;
}
header .navbar {
  padding: 0px;
  background: none;
  border: none;
  height: 90px;
  margin-bottom: 0px;
  padding-top: 30px;
  border-radius: 0px;
  z-index: 100;
}
header .navbar .container {
  position: relative;
}
header .navbar .navbar-brand {
  height: 52px;
  width: 172px;
  padding: 0px;
  margin-top: -15px;
  margin-left: 0px !important;
  background-image: url(../../assets/images/logo-w.png);
  background-size: contain;
  background-repeat: no-repeat;
}
header .navbar .navbar-nav {
  float: right;
}
header .navbar .navbar-nav li {
  margin: 0px 15px;
  position: static;
  /*&.active, &:hover, {
        	a{ background: none!important; 
        		&::after { width: 100%; transition: width .5s; }
        	}
        }*/
}
header .navbar .navbar-nav li i {
  font-size: 22px;
  margin-top: -3px;
}
header .navbar .navbar-nav li a {
  font-family: sans-serif;
  padding: 10px 5px;
  font-weight: 600;
  height: 100%;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0px;
}
header .navbar .navbar-nav li a span {
  color: #070155;
}
.fixed .navbar .navbar-nav li a {
  font-family: sans-serif;
  padding: 10px 5px;
  font-weight: 600;
  height: 100%;
  font-size: 14px;
  color: #070155;
  letter-spacing: 0px;
}
header .navbar .navbar-nav li a:hover {
  color: #fe4f01;
}
header .navbar .navbar-nav li .btn-lang {
  background: #ffffff;
  border-radius: 40px;
  border: 0px;
  margin-top: 3px;
  line-height: 24px;
  color: #9aa7b8;
}
header .navbar .navbar-nav li .btn-lang:hover {
  background: #003f7a;
}
header .navbar .navbar-nav li .btn-group.open.show .btn-lang {
  background: #003f7a;
}
header .navbar .navbar-nav li .dropdown-menu {
  display: none;
  top: 40px;
  left: -40px;
  border: none;
  min-width: 120px;
  border: 2px solid #070155;
}
header .navbar .navbar-nav li .dropdown-menu li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  position: relative;
  background: none;
  padding: 10px 0px;
}
header .navbar .navbar-nav li .dropdown-menu li a span {
  position: relative;
}
header .navbar .navbar-nav li .dropdown-menu li a span:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0px;
  background: #fe3400;
  width: 0%;
  transition: width 1.5s;
  height: 5px;
  z-index: -1;
}
header .navbar .navbar-nav li .dropdown-menu li a:hover {
  color: #070155;
}
header .navbar .navbar-nav li .dropdown-menu li a:hover span:before {
  width: 100%;
  transition-delay: 0.4s;
}
header .navbar .navbar-nav li:first-child .dropdown-menu {
  display: none;
  top: 40px;
  left: -75px;
  border: none;
  min-width: 120px;
  border: 2px solid #070155;
}
header .navbar .navbar-nav li:last-child .dropdown-menu {
  display: none;
  top: 40px;
  left: -45px;
  border: none;
  min-width: 120px;
  border: 2px solid #070155;
}
header .navbar .navbar-nav li .dropdown-item {
  display: block;
  color: #9aa7b8 !important;
  line-height: 23px;
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
header .navbar .navbar-nav li .dropdown-item:hover {
  color: #fff !important;
  background: #003e77 !important;
}
header .navbar .navbar-nav li img {
  float: left;
  margin-right: 5px;
}
header .navbar .navbar-nav .dropdown,
header .navbar .navbar-nav .dropup {
  position: static;
}
header .navbar .navbar-nav .dropdown:hover a.urun {
  position: relative;
}
header .navbar .navbar-nav .dropdown:hover a.urun:after {
  content: "";
  position: absolute;
  left: 21px;
  bottom: 0px;
  border-color: #040036 transparent transparent transparent;
  border-style: solid;
  border-width: 9px;
  width: 0px;
  height: 0px;
  transform: rotate(180deg);
}
header .navbar .navbar-nav .dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  min-height: 370px;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #070155;
  z-index: 1;
  font-family: sans-serif;
}
header .navbar .navbar-nav .dropdown-content:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #fff;
  height: 130px;
}
header .navbar .navbar-nav .dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}
header .navbar .navbar-nav .dropdown:hover .dropdown-content {
  display: block;
}
header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
header .navbar .navbar-nav .column {
  float: left;
  width: 20%;
  padding: 30px 2px;
  padding-bottom: 0px;
}
header .navbar .navbar-nav .column b {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  float: left;
  width: 100%;
}
header .navbar .navbar-nav .column img {
  float: none;
  margin: auto;
  display: block;
  min-height: 300px;
  object-fit: cover;
}
header .navbar .navbar-nav .column a {
  color: #070155 !important;
  float: left;
  padding: 0px;
  text-decoration: none;
  display: block;
  text-align: center;
}
header .navbar .navbar-nav .column a:hover b {
  color: #fe4f01;
}
header .navbar .navbar-nav .column2 {
  float: none;
  width: 24%;
  padding: 0px 0px;
  margin: auto;
  text-align: center;
}
header .navbar .navbar-nav .column2 ul {
  font-family: "Open Sans", sans-serif;
  margin: 0px 10px;
  padding: 0px;
  font-size: 18px;
  margin-bottom: 30px;
}
header .navbar .navbar-nav .column2 ul span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #070155;
  line-height: 30px;
}
header .navbar .navbar-nav .column2 ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #070155;
  letter-spacing: -0.41px;
  line-height: 30px;
}
header .navbar .navbar-nav .column2 ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #070155;
  padding: 0px;
}
header .navbar .navbar-nav .column2 ul li a:hover {
  color: #fe4f01;
}
header .navbar .navbar-nav .column2 .contact {
  float: left;
  margin: 20px 15px;
  display: block;
}
header .navbar .navbar-nav .column2 .contact .text {
  font-family: "Open Sans", sans-serif;
  float: none;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #070155;
  letter-spacing: 0px;
  text-align: center;
  line-height: 28px;
}
header .navbar .navbar-nav .column2 .contact .phone {
  font-family: "Open Sans", sans-serif;
  float: left;
  font-weight: 700;
  font-size: 54px;
  color: #fe3400;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 54px;
  margin-top: 10px;
}
header .navbar .navbar-nav .column2 .contact .phone span {
  color: #070155;
}
header .navbar .navbar-nav .row:after {
  content: "";
  display: table;
  clear: both;
}
header .navbar .navbar-collapse {
  width: 75%;
  float: right;
  margin-right: -15px;
}
header .navbar .rightbtn {
  float: right;
}
header .navbar .rightbtn .show {
  display: inline-block !important;
}
header .navbar .rightbtn .dropdown-menu {
  width: 30px;
  min-width: 30px;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  width: 39px;
  text-align: center;
  border: 2px solid #070153;
  border-top: 0px;
}
header .navbar .rightbtn .dropdown-menu .dropdown-item {
  width: 100%;
  float: none;
  display: block;
  line-height: 24px;
  border-bottom: 1px solid #e8e8e8;
}
header .navbar .rightbtn .btn-lang {
  float: right;
  margin-right: 6px;
  min-height: 38px;
  border: 2px solid #070155;
  background: none;
  padding: 6px 8px;
  border-radius: 0px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #070155;
  letter-spacing: -0.48px;
}
header.fixed .navbar {
  border-radius: 0px;
  display: block;
  background: rgba(255, 255, 255, 0.75);
  padding-top: 10px;
  height: 65px;
  border-radius: 0px;
  /*.navbar-toggle { display: block; position: absolute; float: left; left: 44%; margin-top: 3px; border: none!important; z-index: 99; @extend .allTrans;
    	&:hover{ background-color: #045baa; }
    	.icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; margin-bottom: 5px; background-color: #fff!important; }
    }
    .navbar-collapse{ display: none!important; }*/
}
header.fixed .navbar-brand {
  height: 40px;
  margin-top: -4px;
  background-image: url(../../assets/images/logo.png) !important;
}
header.toggled #sidebar-wrapper {
  width: 330px;
}
header #sidebar-wrapper {
  left: auto !important;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #e8e8e8;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 99;
}
header #sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
header .sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 300px;
  right: 0;
}
header .sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
header .sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
header .sidebar-nav .dropdown-menu {
  background-color: grey;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
header .sidebar-nav li a:hover,
header .sidebar-nav li a:active,
header .sidebar-nav li a:focus,
header .sidebar-nav li.active a,
header .sidebar-nav li.active a:hover,
header .sidebar-nav li.active a:active,
header .sidebar-nav li.active a:focus {
  background-color: transparent;
  color: red;
  text-decoration: none;
}
header .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}
header .hamburger {
  position: relative;
  float: right;
  height: 32px;
  width: 36px;
  z-index: 999;
  min-height: 38px;
  border: 2px solid #fe4f01;
  background: #fe4f01;
}
header .hamburger span {
  opacity: 1;
}
header .hamburger.close {
  opacity: 1;
}
header .hamburger:hover,
header .hamburger:focus,
header .hamburger:active {
  outline: none;
}
header .hamburger.open-nav:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
header .hamburger.open-nav:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
header .hamburger.open-nav:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
header .hamburger.open-nav:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
header .hamburger.open-nav .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #fff;
  margin-top: 2px;
}
header .hamburger.open-nav .hamb-middle {
  background-color: #fff;
  margin-top: 4px;
}
header .hamburger.open-nav .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #fff;
  margin-top: 4px;
}
header .hamburger.open-nav .hamb-top,
header .hamburger.open-nav .hamb-middle,
header .hamburger.open-nav .hamb-bottom {
  height: 2px;
  float: left;
  position: relative;
  width: 100%;
}
header.toggled .hamburger {
  background: url(../images/close.png) #fff no-repeat center center;
}
header.toggled .hamburger span {
  opacity: 0;
}
header .hamburger.open-nav {
  display: block;
}
header.toggled .hamburger.open-nav {
  display: none;
}
header .hamburger.close {
  display: none;
}
header.toggled .hamburger.close {
  display: block;
  border: 1px solid #fff;
}
header #sidebar-wrapper .bayi {
  padding-top: 100px;
  width: 65%;
  margin: 30px;
}
header #sidebar-wrapper .bayi h4 {
  font-family: sans-serif;
  font-size: 18px;
  color: #070154;
  letter-spacing: 0px;
  font-weight: 600;
}
header #sidebar-wrapper .bayi form {
  margin-top: 15px;
}
header #sidebar-wrapper .bayi form .form-control {
  background: none;
  border-radius: 0px;
  border: 2px solid #070154;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #070154;
  letter-spacing: 0px;
  line-height: 28px;
}
header #sidebar-wrapper .bayi form .btn {
  background: #070155;
  border-radius: 0px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 28px;
}
header #sidebar-wrapper .bayi form .btn:hover {
  background: #fe4f01;
}
header #sidebar-wrapper .bayi form ::placeholder {
  color: #070154;
  opacity: 1;
}
header #sidebar-wrapper .bayi form :-ms-input-placeholder {
  color: #070154;
}
header #sidebar-wrapper .bayi form ::-ms-input-placeholder {
  color: #070154;
}
header #sidebar-wrapper .bayi .bayiol {
  border-radius: 0px;
  margin: 30px 0px;
  padding: 30px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 28px;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
header #sidebar-wrapper .bayi .bayiol:hover {
  /*background: #ddd;*/
}
header .dropdown-menu:before {
  content: "";
  background: url(../images/tri-arrow.png) no-repeat;
  width: 20px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -10px;
}

.search-box {
  position: absolute;
  top: 25%;
  display: none;
  z-index: 99;
  margin: auto;
  left: 50%;
  margin-left: -585px;
}
.search-box .search-input {
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  line-height: 50px;
  border-bottom: 12px solid #fe3400;
  text-align: center;
  font-size: 16px;
  color: #5b5880;
}
.search-box .search-btn {
  position: absolute;
  left: 10px;
  top: 15px;
}

main {
  float: left;
  width: 100%;
  position: relative;
  display: block;
}
main .section {
  background-size: 100% 100% !important;
  /*&.fp-auto-height{
    	&:after{ display: none!important; }
    }*/
}
main .section .scroll {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #c8c8c8;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 14px;
  position: absolute;
  bottom: 10px;
  padding-left: 15px;
  z-index: 9;
}
main .section .scroll img {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
main .section#section0 .scroll {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #d8d8d8;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  bottom: -10px;
  padding-left: 0px;
}
main .section#section0 .scroll img {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
main .section:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../images/w.png) no-repeat top right;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
main .section#section4:after {
  opacity: 0.3;
}
main .section .weksper {
  position: relative;
  z-index: 99;
  position: relative;
  top: 15px;
}
main .section h1 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 72px;
  color: #fff;
  letter-spacing: -2.45px;
}
main .section h1 span {
  position: relative;
  z-index: 9;
}
main .section h1 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 0px;
  transition: width 1.5s;
  height: 30px;
  z-index: -1;
}
main .section h2 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 72px;
  color: #ffffff;
  letter-spacing: -2.45px;
}
main .section h2 span {
  position: relative;
  z-index: 9;
}
main .section h2 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 0px;
  width: 0px;
  transition: width 1.5s;
  height: 30px;
  z-index: -1;
}
main .section.active h1 span:before,
main .section.active h2 span:before {
  width: 215px;
  transition-delay: 0.7s;
}
main .section.active .animated1 {
  animation: slidedown2;
  animation-duration: 1.3s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
main .section.active .animated2 {
  animation: slidedown2;
  animation-duration: 2.3s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
main .section.active .animated3 {
  animation: slidedown2;
  animation-duration: 3.3s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
main .section.active .animated4 {
  animation: slidedown2;
  animation-duration: 4.3s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
main .section.active .animatedleft {
  animation: slideleft;
  animation-duration: 1s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
main .section.active .animatedleft2 {
  animation: slideleft;
  animation-duration: 2s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
main .section.active .animatedleft3 {
  animation: slideleft2;
  animation-duration: 3s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
main .section .btn {
  position: relative;
  z-index: 99;
  background: #fe3400;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.2px;
  line-height: 28px;
  padding: 10px 30px;
  float: left;
  border-radius: 0px;
  margin-left: 5px;
  margin-top: 15px;
  font-weight: 600;
}
main .section .btn:hover {
  background: #cd4102;
}
main .section .systems {
  position: relative;
  margin: 0px;
  padding: 0px;
}
main .section .systems .slick-list {
  -webkit-transform: none !important;
  -moz-transform: !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
main .section .systems .slick-track {
  -webkit-transform: none !important;
  -moz-transform: !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
main .section .systems:before {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../images/w.png) no-repeat top right;
  height: 100%;
  width: 100%;
}
main .section .systems li {
  float: left;
  width: 50%;
  border-right: 1px solid #fff;
  list-style: none;
  position: relative;
  background-size: cover !important;
  height: 100vh;
}
main .section .systems li:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
}
main .section .systems li a {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: -0.82px;
  text-align: center;
  z-index: 999;
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
main .section .systems li a h3 {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
main .section .systems li a h3 span {
  position: relative;
}
main .section .systems li a h3 span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.5s;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main .section .systems li:hover h3 span:after {
  width: 100%;
}
main .section#section4 {
  background: #030023;
}
main .section#section4 h2 {
  color: #d4d4d4;
}
main .section#section4 .catalog {
  position: absolute;
  margin: 0px;
  padding: 0px;
  z-index: 99;
  margin-top: -35%;
  min-height: 750px;
}
main .section#section4 .catalog li {
  float: left;
  width: 47%;
  list-style: none;
  position: relative;
  padding: 15px 10px;
}
main .section#section4 .catalog li span {
  opacity: 0;
  position: absolute;
  bottom: 20%;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  z-index: 999;
  left: 0px;
  width: 94%;
  font-size: 16px;
  font-weight: 600;
}
main .section#section4 .catalog li a {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
main .section#section4 .catalog li a:hover img {
  transform: scale(1.02);
}
main .section#section4 .catalog li a:hover:before {
  content: "";
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 101%;
  left: 0px;
  top: 0px;
  background: rgba(7, 1, 85, 0.5);
}
main .section#section4 .catalog li a:hover span {
  opacity: 1;
}
main .section#section4 .catalog li a:hover span:before {
  display: none;
}
main .section.last {
  background: #e8e8e8;
}
main footer {
  background: #e8e8e8;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
main footer .top {
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  margin-top: 50px;
  padding-bottom: 25px;
  border-bottom: 2px solid #130f49;
  width: 100%;
}
main footer .top .contact {
  float: none;
  margin: auto;
  display: block;
  width: fit-content;
}
main footer .top .contact .text {
  font-family: "Open Sans", sans-serif;
  float: left;
  margin-top: 20px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #130f49;
  letter-spacing: -0.41px;
  text-align: center;
  line-height: 28px;
}
main footer .top .contact .phone {
  font-family: "Open Sans", sans-serif;
  float: left;
  font-weight: 700;
  font-size: 54px;
  color: #fe3400;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 54px;
}
main footer .top .contact .phone span {
  color: #130f49;
}
main footer .center {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 2px solid #130f49;
  width: 100%;
}
main footer .center ul {
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #5b5880;
  letter-spacing: -0.41px;
  line-height: 34px;
}
main footer .center ul span {
  color: #5b5880;
  font-weight: 900;
}
main footer .center ul li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #5b5880;
  letter-spacing: -0.41px;
  line-height: 26px;
}
main footer .center ul li a {
  color: #5a5880;
  font-size: 15px;
  letter-spacing: 0px;
}
main footer .center ul li a:hover {
  color: #fe4f01;
}
main footer .center .social {
  position: absolute;
  right: 0px;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  padding-right: 15px;
}
main footer .center .social li {
  list-style: none;
  float: left;
  margin-left: 12px;
}
main footer .bottom {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
}
main footer .bottom .copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #5b5880;
  letter-spacing: -0.41px;
  text-align: left;
  padding-bottom: 14px;
}
main footer .bottom .copyright a {
  color: #5b5880;
}
main footer .bottom .copyright a:hover {
  color: #fe4f01;
}
main footer .bottom .incefikirler img {
  float: right;
}
main .btn-all {
  border: 2px solid #bdcdd9;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  color: #bdcdd9;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 12px 75px;
  margin: auto;
  margin-top: 20px;
  display: table;
  font-size: 16px;
}
main .btn-all:hover {
  background: #bdcdd9;
  border: 2px solid #bdcdd9;
  color: #0a294e;
  border-radius: 6px;
}
main #exampleModal form {
  min-height: 360px;
  margin-top: 160px;
  padding: 0px 15px;
}
main #exampleModal .modal-dialog {
  width: 60%;
  margin: 30px auto;
  top: 31.3%;
}
main #exampleModal .modal-content {
  position: relative;
  background-color: #040036;
}
main #exampleModal .modal-header,
main #exampleModal .modal-footer {
  border: none;
}
main #exampleModal .modal-header {
  position: relative;
  z-index: 999;
}
main #exampleModal .modal-title {
  position: relative;
  padding: 0px 15px;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #d8d8d8;
  letter-spacing: -1.45px;
  margin-top: 150px;
}
main #exampleModal .modal-title span {
  position: relative;
  z-index: 9;
}
main #exampleModal .modal-title span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 100%;
  height: 15px;
  z-index: -1;
}
main #exampleModal .form-control {
  margin-bottom: 15px;
  height: 50px;
  border: 2px solid #5b5880;
  border-radius: 0px;
  background: none;
  padding: 0px 10px;
  color: #fff;
}
main #exampleModal select {
  color: #999 !important;
}
main #exampleModal .btn {
  position: relative;
  float: right;
  z-index: 99;
  background: #fe3400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 28px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 600;
}
main #exampleModal .btn:hover {
  background: #cd4102;
}
main #exampleModal .kapat {
  background: #fff;
  color: #000;
  display: block !important;
  float: right;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px;
  padding: 3px 13px;
}
main #exampleModal .kapat:hover {
  color: #fff;
}

.page {
  background: #e8e8e8;
}
.page header {
  background: #e8e8e8;
}
.page.urun header {
  background: none;
}

.cambalkon-page header {
  background: none !important;
}

.page.urun header .navbar .navbar-nav li a {
  color: #d8d8d8;
}
.page.urun header .navbar .navbar-nav li ul li a {
  color: #070155;
}
.page.urun header .navbar .rightbtn .btn-lang {
  border: 2px solid #fff;
  color: #fff;
}
.page.urun header .navbar .search {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page.urun header.fixed .navbar-nav li a {
  color: #070155;
}
.page.urun header.fixed .rightbtn .btn-lang {
  border: 2px solid #070155;
  color: #070155;
}
.page.urun header.fixed .search {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(0);
}
.page.urun #section0:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page.urun .section:after {
  content: "";
  position: absolute;
  right: 0px;
  display: block;
  background: url(../images/w.png) no-repeat top right;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.page.detay .section:after {
  content: "";
  position: absolute;
  right: 0px;
  display: block;
  background: url(../images/w.png) no-repeat top right;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
.page footer .top .contact .text {
  font-family: "Open Sans", sans-serif;
  float: left;
  margin-top: 0px;
}
.page main .section {
  overflow: hidden;
}
.page main .section h1 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #d8d8d8;
  letter-spacing: -1.45px;
}
.page main .section h1 span {
  position: relative;
  z-index: 9;
}
.page main .section h1 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 0%;
  transition: width 1.5s;
  height: 20px;
  z-index: -1;
}

.page main .section h2 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 0%;
  transition: width 1.5s;
  height: 20px;
  z-index: -1;
}
.page main .section h3 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #d8d8d8;
  letter-spacing: -1.45px;
  margin-bottom: 20px;
}
.page main .section h3 span {
  position: relative;
  z-index: 9;
}
.page main .section h3 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 100%;
  transition: width 1.5s;
  height: 20px;
  z-index: -1;
}
.page main .section h4 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #d8d8d8;
  letter-spacing: -1.45px;
}
.page main .section h4 span {
  position: relative;
  z-index: 9;
}
.page main .section h4 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 0%;
  transition: width 1.5s;
  height: 15px;
  z-index: -1;
}
.page main .section .text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #5b5880;
  letter-spacing: -0.41px;
  line-height: 25px;
  padding: 15px 0px;
}
.page main .section .container {
  position: relative;
  z-index: 99;
}
.page main .section .menu {
  margin: 0px;
  padding: 0px;
}
.page main .section .menu li {
  float: left;
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: -0.82px;
  margin-bottom: 30px;
}
.page main .section .menu li a {
  background: #040036;
  border: 2px solid #ffffff;
  width: 100%;
  min-height: 150px;
  color: #fff;
  display: block;
  padding-top: 60px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.page main .section .menu li a:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 17px;
  background: url(../images/w-sub.png) no-repeat top right;
  height: 80%;
  width: 100%;
  background-size: contain;
}
.page main .section .menu li:hover a {
  background: #fe3400;
}
.page main .section .map {
  float: right;
  position: absolute;
  top: 11%;
  right: 0px;
  z-index: 99;
}
.page main .section:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../images/w.png) no-repeat top right;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.page main .section.detaybg:after {
  opacity: 0.3;
}
.page main .section.detaybg:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5) no-repeat;
  width: 100%;
  height: 100%;
}
.page main .section.active h1 span:before,
.page main .section.active h2 span:before,
.page main .section.active h3 span:before,
.page main .section.active h4 span:before {
  width: 100%;
  transition-delay: 0.7s;
}
.page main .section.active .animated1 {
  min-height: 500px;
  animation: slidedown;
  animation-duration: 0.6s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
.page main .section.active .animated2 {
  min-height: 500px;
  animation: slidedown;
  animation-duration: 1.4s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
.page main .section.active .animated3 {
  min-height: 500px;
  animation: slidedown;
  animation-duration: 2.3s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
.page main .section.active .animatedleft {
  animation: slideleft2;
  animation-duration: 1s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
.page main .section.active .animatedleft2 {
  animation: slideleft2;
  animation-duration: 2s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
.page main .section.active .animatedleft3 {
  animation: slideleft2;
  animation-duration: 3s;
  animation-timing-function: easeInQuint;
  animation-direction: normal;
}
.page main #section0:after,
.page main #katalog:after {
  opacity: 0.3;
}
.page main #kurumsal .text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #d8d8d8;
  letter-spacing: -0.41px;
  line-height: 28px;
  padding: 30px 0px;
}
.page main #kurumsal:before {
  background: url(../images/bg1.jpg) no-repeat top center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -webkit-animation: blur 1s forwards;
  -moz-animation: blur 1s forwards;
  -o-animation: blur 1s forwards;
  animation: blur 1s forwards;
}
.page main #kurumsal:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.page main #urunler h1,
.page main #urunler2 h1 {
  margin-bottom: 100px;
}
.page main #urunler .text,
.page main #urunler2 .text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #d8d8d8;
  letter-spacing: -0.41px;
  line-height: 28px;
  padding: 30px 0px;
  font-weight: 600;
}
.page main #urunler:before,
.page main #urunler2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}
.page main #urunler .img,
.page main #urunler2 .img {
  float: left;
  width: 100%;
  display: block;
  min-height: 65px;
}
.page main #urunler h3 span img,
.page main #urunler2 h3 span img {
  margin: auto;
  display: block;
  position: relative;
  top: 20px;
}
.page main #urunler .buttons,
.page main #urunler2 .buttons {
  position: absolute;
  right: 15px;
  top: 40px;
  width: 110px;
  z-index: 99;
}
.page main #urunler .buttons #Prev,
.page main #urunler2 .buttons #Prev {
  background: url(../images/prev.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: left;
  border: 1px solid #fff;
}
.page main #urunler .buttons #Prev:hover,
.page main #urunler2 .buttons #Prev:hover {
  background: url(../images/prev.png) #fe4f01 no-repeat center center;
}
.page main #urunler .buttons #Next,
.page main #urunler2 .buttons #Next {
  background: url(../images/next.png) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: right;
  border: 1px solid #fff;
}
.page main #urunler .buttons #Next:hover,
.page main #urunler2 .buttons #Next:hover {
  background: url(../images/next.png) #fe4f01 no-repeat center center;
}
.page main #urunler.camodaurunler,
.page main #urunler2.camodaurunler {
  background: none !important;
}
.page main #urunler.camodaurunler h1,
.page main #urunler2.camodaurunler h1 {
  color: #ffffff;
  margin-bottom: 50px;
}
.page main #urunler.camodaurunler h3,
.page main #urunler2.camodaurunler h3 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #d8d8d8;
  letter-spacing: -1.45px;
  margin-bottom: 20px;
}
.page main #urunler.camodaurunler h3 span,
.page main #urunler2.camodaurunler h3 span {
  position: relative;
  z-index: 9;
}
.page main #urunler.camodaurunler h3 span:before,
.page main #urunler2.camodaurunler h3 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 0%;
  transition: width 1.5s;
  height: 10px;
  z-index: -1;
}
.page main #urunler.camodaurunler.active h1 span:before,
.page main #urunler.camodaurunler.active h2 span:before,
.page main #urunler.camodaurunler.active h3 span:before,
.page main #urunler.camodaurunler.active h4 span:before,
.page main #urunler2.camodaurunler.active h1 span:before,
.page main #urunler2.camodaurunler.active h2 span:before,
.page main #urunler2.camodaurunler.active h3 span:before,
.page main #urunler2.camodaurunler.active h4 span:before {
  width: 100%;
  transition-delay: 0.7s;
}
.page main #urunler.camodaurunler p,
.page main #urunler2.camodaurunler p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.16px;
  line-height: 28px;
  margin: 12px 0px;
}
.page main #urunler.camodaurunler .product-slider .item,
.page main #urunler2.camodaurunler .product-slider .item {
  padding: 0px 25px !important;
  padding-right: 15px;
}
.page main #urunler.camodaurunler .product-slider h3,
.page main #urunler2.camodaurunler .product-slider h3 {
  font-size: 28px;
}
.page main #urunler.camodaurunler .product-slider h3 span:before,
.page main #urunler2.camodaurunler .product-slider h3 span:before {
  height: 10px;
}
.page main #urunler.camodaurunler .product-slider img,
.page main #urunler2.camodaurunler .product-slider img {
  height: 27px;
  margin: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page main #urunler.camodaurunler:after,
.page main #urunler2.camodaurunler:after {
  opacity: 0.3;
}
.page main #urunler.camodaurunler .buttons,
.page main #urunler2.camodaurunler .buttons {
  position: absolute;
  right: 15px;
  top: 40px;
  width: 110px;
  z-index: 99;
}
.page main #urunler.camodaurunler .buttons #Prev,
.page main #urunler2.camodaurunler .buttons #Prev {
  background: url(../images/prev.png) no-repeat center center !important;
  position: absolute;
  left: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: left;
  border: 1px solid #fff !important;
}
.page main #urunler.camodaurunler .buttons #Prev:hover,
.page main #urunler2.camodaurunler .buttons #Prev:hover {
  background: url(../images/prev.png) #fe4f01 no-repeat center center;
}
.page main #urunler.camodaurunler .buttons #Next,
.page main #urunler2.camodaurunler .buttons #Next {
  background: url(../images/next.png) no-repeat center center !important;
  position: absolute;
  right: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: right;
  border: 1px solid #fff !important;
}
.page main #urunler.camodaurunler .buttons #Next:hover,
.page main #urunler2.camodaurunler .buttons #Next:hover {
  background: url(../images/next.png) #fe4f01 no-repeat center center;
}
.page main #urunler p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #5b5880;
  letter-spacing: -0.41px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 20px;
}
.page main #urunler .product-slider .slick-slide {
  outline: 0;
}
.page main #urunler .product-slider .item {
  padding-right: 15px;
  padding: 10px 40px;
}
.page main #urunler {
  background: #e8e8e8 !important;
}
.page main #urunler:before {
  display: none !important;
}
.page main #urunler h1 {
  color: #070155;
  margin-bottom: 70px;
}
.page main #urunler .buttons #Prev {
  background: url(../images/prev.png) #070155 no-repeat center center;
  border: 1px solid #070155;
}
.page main #urunler .buttons #Next {
  background: url(../images/next.png) #070155 no-repeat center center;
  border: 1px solid #070155;
}
.page main #urunler .buttons.color #Prev {
  background: url(../images/prev2.png) no-repeat center center;
  border: 1px solid #070155;
}
.page main #urunler .buttons.color #Prev:hover {
  background: url(../images/prev2.png) #fe4f01 no-repeat center center;
}
.page main #urunler .buttons.color #Next {
  background: url(../images/next2.png) no-repeat center center;
  border: 1px solid #070155;
}
.page main #urunler .buttons.color #Next:hover {
  background: url(../images/next2.png) #fe4f01 no-repeat center center;
}
.page main #urunler3 {
  background-image: linear-gradient(90deg, #b4b4b4 10%, #e5e5e5 80%);
}
.page main #urunler3 h2 {
  margin-bottom: 10px;
}
.page main #urunler3 form {
  width: 20%;
  margin-top: 20px;
}
.page main #urunler3 form .form-control {
  margin-bottom: 15px;
  height: 50px;
  border: 2px solid #5b5880;
  border-radius: 0px;
  background: none;
  padding: 0px 10px;
}
.page main #urunler3 .info {
  float: left;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #5b5880;
  letter-spacing: -0.41px;
  line-height: 38px;
  margin-bottom: 10px;
}
.page main #urunler3 .info img {
  float: left;
  margin-right: 10px;
}
.page main #kampanya {
  background: #e8e8e8;
}
.page main #kampanya h1 {
  margin-bottom: 10px;
  color: #040036;
}
.page main #kampanya form {
  width: 20%;
  margin-top: 20px;
}
.page main #kampanya form .form-control {
  margin-bottom: 15px;
  height: 50px;
  border: 2px solid #5b5880;
  border-radius: 0px;
  background: none;
  padding: 0px 10px;
}
.page main #kampanya .text {
  color: #716e90;
}
.page main #kampanya .img {
  width: 40%;
  float: right;
  position: absolute;
  top: 11%;
  right: 0px;
}
.page main #kampanya .btn {
  width: 100%;
  background: #fe3400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.41px;
  line-height: 28px;
  margin-top: 30px;
  margin-right: 15px;
}
.page main #kampanya .btn:hover {
  background: #040036;
}
.page main #kampanya .btn.dark {
  background: #040036;
}
.page main #kampanya .btn.dark:hover {
  background: #fe3400;
}
.page main #satis {
  background: #e8e8e8;
}
.page main #satis h1 {
  margin-bottom: 10px;
  color: #040036;
}
.page main #satis form {
  width: 60%;
  margin-top: 20px;
}
.page main #satis form .form-control {
  margin-bottom: 15px;
  height: 50px;
  border: 2px solid #5b5880;
  border-radius: 0px;
  background: #030023;
  padding: 0px 10px;
  color: #fff;
}
.page main #satis form select {
  color: #040036 !important;
}
.page main #satis .text {
  color: #716e90;
}
.page main #satis .info {
  float: left;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #5b5880;
  letter-spacing: -0.41px;
  line-height: 38px;
  margin-bottom: 10px;
}
.page main #satis .info img {
  float: left;
  margin-right: 10px;
}
.page main #satis .img {
  width: 40%;
  float: right;
  position: absolute;
  top: 11%;
  right: 0px;
}
.page main #satis .btn {
  width: 100%;
  background: #fe3400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.41px;
  line-height: 28px;
  margin-top: 30px;
  margin-right: 15px;
}
.page main #satis .btn:hover {
  background: #040036;
}
.page main #satis .btn.dark {
  background: #040036;
}
.page main #satis .btn.dark:hover {
  background: #fe3400;
}
.page main #bayi {
  background: #030023;
}
.page main #bayi:after {
  opacity: 0.3;
}
.page main #bayi h2 {
  margin-top: 170px;
  margin-bottom: 10px;
  color: #fff;
}
.page main #bayi form {
  width: 100%;
  margin-top: 20px !important;
  position: relative;
  z-index: 99;
}
.page main #bayi form .form-control {
  margin-bottom: 15px;
  height: 50px;
  border: 2px solid #5b5880;
  border-radius: 0px;
  background: #030023;
  padding: 0px 10px;
  color: #fff;
}
.page main #bayi form textarea {
  padding-top: 10px !important;
}
.page main #bayi form input[type="checkbox"],
.page main #bayi form input[type="radio"] {
  margin-right: 5px;
  margin-bottom: 0px;
  line-height: normal;
  width: 13px;
  height: 25px !important;
  float: left;
  line-height: 42px;
  padding: 0px !important;
}
.page main #bayi form select {
  color: #999 !important;
}
.page main #bayi form input[type="file"]:focus,
.page main #bayi form input[type="checkbox"]:focus,
.page main #bayi form input[type="radio"]:focus {
  outline: 0px;
  box-shadow: none;
}
.page main #bayi form p {
  display: block;
}
.page main #bayi form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #bbb;
}
.page main #bayi .text {
  color: #fff;
}
.page main #bayi .btn {
  width: 100%;
  background: #fe3400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.41px;
  line-height: 28px;
  margin-top: 30px;
  margin-right: 15px;
}
.page main #bayi .btn:hover {
  background: #040036;
}
.page main #bayi .btn.dark {
  background: #040036;
}
.page main #bayi .btn.dark:hover {
  background: #fe3400;
}
.page main #katalog {
  background: #030023;
}
.page main #katalog h1 {
  margin-bottom: 30px;
  color: #fff;
}
.page main #katalog .text {
  color: #fff;
}
.page main #katalog .btn {
  width: 100%;
  background: #fe3400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.41px;
  line-height: 28px;
  margin-top: 30px;
  margin-right: 15px;
}
.page main #katalog .btn:hover {
  background: #040036;
}
.page main #katalog .btn.dark {
  background: #040036;
}
.page main #katalog .btn.dark:hover {
  background: #fe3400;
}
.page main #katalog .katalog-slider,
.page main #katalog .reklam-slider {
  margin: 0px -15px;
}
.page main #katalog .katalog-slider .slick-slide img,
.page main #katalog .reklam-slider .slick-slide img {
  display: block;
  margin: auto;
}
.page main #katalog .katalog-slider .item .slide-header,
.page main #katalog .reklam-slider .item .slide-header {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.36px;
  text-align: center;
  line-height: 35px;
}
.page main #katalog .katalog-slider .item:hover .slide-header,
.page main #katalog .reklam-slider .item:hover .slide-header {
  color: #fe4f01;
}
.page main #katalog .basin-slider {
  margin: 0px -15px;
}
.page main #katalog .basin-slider .item {
  border: 6px solid #ffffff;
  float: left;
  width: 100%;
  margin: 10px 0px;
  min-height: 75px;
}
.page main #katalog .basin-slider .item .slide-header {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.36px;
  text-align: left;
  line-height: 25px;
  padding-top: 15px;
}
.page main #katalog .basin-slider .item:hover .slide-header {
  color: #fe4f01;
}
.page main #katalog .basin-slider .item:hover {
  border: 6px solid #fe4f01;
}
.page main #katalog .fuar-slider {
  margin: 0px -15px;
}
.page main #katalog .fuar-slider .item {
  margin-bottom: 30px;
}
.page main #katalog .buttons {
  position: absolute;
  right: 15px;
  top: 45px;
  width: 110px;
  z-index: 99;
}
.page main #katalog .buttons #Prev {
  background: url(../images/prev.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: left;
  border: 1px solid #fff;
}
.page main #katalog .buttons #Prev:hover {
  background: url(../images/prev.png) #fe4f01 no-repeat center center;
}
.page main #katalog .buttons #Next {
  background: url(../images/next.png) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: right;
  border: 1px solid #fff;
}
.page main #katalog .buttons #Next:hover {
  background: url(../images/next.png) #fe4f01 no-repeat center center;
}
.page main #katalog.basin .buttons {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 110px;
  z-index: 99;
}
.page main #katalog.basin .buttons .dropdown-menu {
  min-width: 50px;
  background: #fff;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page main #katalog.basin .buttons .dropdown-menu .dropdown-item {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #eee;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.page main #katalog.basin .buttons .dropdown-menu .dropdown-item:hover {
  background: #fe4f01;
  color: #fff;
}
.page main #katalog.basin .buttons .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.75em;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.page main #katalog.basin .buttons .btn {
  width: 100%;
  background: none;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.41px;
  padding: 0px 10px;
  height: 48px;
  line-height: 48px;
  margin-top: 30px;
  border: 1px solid #fff;
  margin-right: 15px;
}
.page main #katalog.basin .buttons #Prev {
  background: url(../images/prev.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: left;
  border: 1px solid #fff;
}
.page main #katalog.basin .buttons #Prev:hover {
  background: url(../images/prev.png) #fe4f01 no-repeat center center;
}
.page main #katalog.basin .buttons #Next {
  background: url(../images/next.png) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: right;
  border: 1px solid #fff;
}
.page main #katalog.basin .buttons #Next:hover {
  background: url(../images/next.png) #fe4f01 no-repeat center center;
}
.page main #iletisim {
  background: #e8e8e8;
}
.page main #iletisim h1 {
  margin-bottom: 10px;
  color: #040036;
}
.page main #iletisim form {
  width: 95%;
  margin-top: 20px;
  position: relative;
  z-index: 99;
  margin-top: 0px;
}
.page main #iletisim form .form-control {
  margin-bottom: 15px;
  height: 50px;
  border: 2px solid #5b5880;
  border-radius: 0px;
  background: none;
  padding: 0px 10px;
}
.page main #iletisim form textarea {
  padding-top: 10px !important;
}
.page main #iletisim .text {
  color: #040036;
  font-size: 15px;
  line-height: 25px;
  padding: 15px 0px;
}
.page main #iletisim .text p {
  margin-bottom: 3px;
}
.page main #iletisim .btn {
  width: 100%;
  background: #fe3400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.41px;
  line-height: 28px;
  margin-top: 30px;
  margin-right: 15px;
}
.page main #iletisim .btn:hover {
  background: #040036;
}
.page main #iletisim .btn.dark {
  background: #040036;
}
.page main #iletisim .btn.dark:hover {
  background: #fe3400;
}
.page main #mudurlukler {
  background-image: linear-gradient(90deg, #b4b4b4 10%, #e5e5e5 80%);
}
.page main #mudurlukler .minh {
  height: 125px;
}
.page main #mudurlukler .item {
  background: #ffffff;
  padding: 20px 15px;
  margin-top: 30px;
  min-height: 235px !important;
}
.page main #mudurlukler .item b {
  color: #040036;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 15px;
}
.page main #mudurlukler .item strong {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 17px;
  float: left;
  width: 100%;
}
.page main #mudurlukler .item p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-align: justify;
  color: #040036;
  letter-spacing: -0.41px;
  line-height: 21px;
  margin-bottom: 4px;
}
.page main #mudurlukler .btn {
  width: 100%;
  background: #040036;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: -0.41px;
  line-height: 28px;
  margin-right: 15px;
}
.page main #mudurlukler .btn:hover {
  background: #fe3400;
}
.page main #mudurlukler .btn.dark {
  background: #040036;
}
.page main #mudurlukler .btn.dark:hover {
  background: #fe3400;
}
.page main #mudurlukler .buttons {
  position: absolute;
  right: 0px;
  top: -30px;
  width: 110px;
  z-index: 99;
}
.page main #mudurlukler .buttons #Prev {
  background: url(../images/prev.png) #fe4f01 no-repeat center center;
  position: absolute;
  left: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: left;
  border: 1px solid #fe4f01;
}
.page main #mudurlukler .buttons #Prev:hover {
  background: url(../images/prev.png) #070155 no-repeat center center;
  border: 1px solid #070155;
}
.page main #mudurlukler .buttons #Next {
  background: url(../images/next.png) #fe4f01 no-repeat center center;
  position: absolute;
  right: 0px;
  top: 39%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  float: right;
  border: 1px solid #fe4f01;
}
.page main #mudurlukler .buttons #Next:hover {
  background: url(../images/next.png) #070155 no-repeat center center;
  border: 1px solid #070155;
}
.page main #teknik-bilgi h2,
.page main #renkler h2 {
  margin-bottom: 50px;
}
.page main #teknik-bilgi .text p,
.page main #renkler .text p {
  margin: 2px 0px;
}
.page main #teknik-bilgi .text p img,
.page main #renkler .text p img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.page main #teknik-bilgi .img,
.page main #renkler .img {
  width: 45%;
  float: right;
  position: absolute;
  top: 5%;
  right: 0px;
}
.page main #teknik-bilgi .imgdiv,
.page main #renkler .imgdiv {
  width: 45%;
  float: right;
  position: absolute;
  top: 10%;
  right: 0px;
  height: 700px;
  overflow: hidden;
  z-index: 9;
}
.page main #teknik-bilgi .imgdiv .img,
.page main #renkler .imgdiv .img {
  width: 100%;
  float: right;
  position: absolute;
  top: 5%;
  right: 0px;
}
.page main #teknik-bilgi .renk,
.page main #renkler .renk {
  margin: 30px 0px;
  padding: 0px;
}
.page main #teknik-bilgi .renk li,
.page main #renkler .renk li {
  width: 40%;
  list-style: none;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #efefef;
  position: relative;
}
.page main #teknik-bilgi .renk li img,
.page main #renkler .renk li img {
  float: left;
}
.page main #teknik-bilgi .renk li span,
.page main #renkler .renk li span {
  font-size: 16px;
  color: #5b5880;
  letter-spacing: -0.36px;
  text-align: center;
  line-height: 55px;
  float: left;
  width: calc(95% - 55px);
  text-align: center;
}
.page main #teknik-bilgi .renk li:before,
.page main #renkler .renk li:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #040036;
  width: 0%;
  transition: width 0.8s;
  height: 2px;
}
.page main #teknik-bilgi .renk li:hover:before,
.page main #renkler .renk li:hover:before {
  width: 100%;
  transition-delay: 0.5s;
}
.page main #teknik-bilgi .renkbaslik,
.page main #renkler .renkbaslik {
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 44px;
  color: #5b5880;
}
.page main #teknik-bilgi .ulrenk,
.page main #renkler .ulrenk {
  float: left;
  margin-left: 130px !important;
}
.page main #teknik-bilgi .renk li {
  margin-right: 7px !important;
}
.page main #teknik-bilgi .img {
  width: 35%;
  float: right;
  position: absolute;
  top: 8%;
  right: 0px;
  z-index: 9;
}
.page main #teknik-bilgi .video {
  width: 35%;
  float: right;
  position: absolute;
  top: 32%;
  right: 15px;
  z-index: 9;
}
.page main #donanim {
  background-image: linear-gradient(90deg, #b4b4b4 10%, #e5e5e5 80%);
}
.page main #donanim h2 {
  margin-bottom: 0px;
}
.page main #donanim .text p {
  margin: 2px 0px;
}
.page main #donanim .text p img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.page main #donanim .renk {
  margin: 30px 0px;
  padding: 0px;
}
.page main #donanim .renk li {
  width: 40%;
  list-style: none;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #efefef;
  position: relative;
}
.page main #donanim .renk li img {
  float: left;
  border-right: 2px solid #ddd;
}
.page main #donanim .renk li span {
  font-size: 16px;
  color: #5b5880;
  letter-spacing: -0.36px;
  text-align: center;
  line-height: 55px;
  float: left;
  width: calc(95% - 55px);
  text-align: center;
}
.page main #donanim .renk li:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #040036;
  width: 0%;
  transition: width 0.8s;
  height: 2px;
}
.page main #donanim .renk li:hover:before {
  width: 100%;
  transition-delay: 0.5s;
}
.page main #donanim .img {
  width: 60%;
  float: right;
  position: absolute;
  top: 6%;
  right: 0px;
}
.page main #donanim .imgdiv {
  width: 45%;
  float: right;
  position: absolute;
  top: 15%;
  right: 0px;
  height: 750px;
  overflow: hidden;
  z-index: 9;
}
.page main #donanim .imgdiv .img {
  width: 100%;
  float: right;
  position: absolute;
  top: 5%;
  right: 0px;
}
.page .kurumsal {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin: 150px 0px;
  margin-bottom: 30px;
  /*.onepage-menu { position: fixed; top: 100px; height: 220px; width: 180px; left: 10px; z-index: 99; }
    .onepage-menu.fixed { position: fixed; top: 100px; z-index: 999999; }
    .onepage-menu .one-menu { margin: 0px; padding: 0px; list-style: none; float: left; position: relative; overflow-y: hidden; border: none; background: #e8e8e8; border-top-right-radius: 10px; border-bottom-right-radius: 10px; padding-left: 10px; }
    .onepage-menu .one-menu:before { content: ""; position: absolute; width: 4px; height: 285px; left: 0px; top: 8px; opacity: 0.2; background: #A3B3BF; border-radius: 3.5px; }
    .onepage-menu .one-menu li { list-style: none; float: left; position: relative; }
    .onepage-menu .one-menu li a { font-family:$font; font-size: 14px; color: #0A063A; line-height: 36px; background: none; padding: 0px 5px; border: none; font-weight: 600; padding-right: 0px; }*/
}
.page .kurumsal h1 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #0a063a;
  letter-spacing: -1.45px;
}
.page .kurumsal h1 span {
  position: relative;
  z-index: 9;
}
.page .kurumsal h1 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 100%;
  height: 20px;
  z-index: -1;
}
.page .kurumsal .subtext {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #5b5880;
  text-decoration: underline;
  letter-spacing: -0.55px;
  line-height: 40px;
  margin-bottom: 70px;
}
.page .kurumsal .text .left {
  padding-right: 0px;
  margin-right: 0px;
  min-height: 540px;
}
.page .kurumsal .text .right {
  background: url(../images/kurumsal-procon.jpg) no-repeat center center;
  margin-left: 0px;
  margin-left: -15px;
  padding-left: 0px;
  min-height: 540px;
  padding: 150px 70px;
}
.page .kurumsal .text .right h5 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -0.95px;
}
.page .kurumsal .text .right h5 span {
  position: relative;
  z-index: 9;
}
.page .kurumsal .text .right h5 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 100%;
  height: 10px;
  z-index: -1;
}
.page .kurumsal .text .right .right-text {
  font-family: "Open Sans", sans-serif;
  font-family: Helvetica;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.36px;
  line-height: 28px;
}
.page .kurumsal .text2 {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  padding: 100px 0px;
}
.page .kurumsal .text2 .left {
  font-family: "Open Sans", sans-serif;
  min-height: auto;
  font-size: 22px;
  color: #5b5880;
  letter-spacing: -0.55px;
  line-height: 40px;
}
.page .kurumsal .text2 .right {
  background: none;
  min-height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #5b5880;
  letter-spacing: -0.41px;
  line-height: 30px;
}
.page .kurumsal .text3 {
  background: url(../images/kurumsal-procon.jpg) #0a063a no-repeat top right;
  min-height: 626px;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  padding: 63px 0px;
}
.page .kurumsal .text3 .left {
  background: url(../images/kurumsal-procon.jpg) no-repeat center center;
  min-height: 500px;
  padding: 25px 65px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.55px;
  line-height: 27px;
}
.page .kurumsal .text3 .left h5 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -0.95px;
}
.page .kurumsal .text3 .left h5 span {
  position: relative;
  z-index: 9;
}
.page .kurumsal .text3 .left h5 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe3400;
  width: 100%;
  height: 10px;
  z-index: -1;
}
.page .kurumsal .text3 .left .right-text {
  font-family: "Open Sans", sans-serif;
  font-family: Helvetica;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.36px;
  line-height: 28px;
}
.page .kurumsal .text4 {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  padding: 100px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #5b5880;
  letter-spacing: -0.36px;
  line-height: 28px;
}
.page .kurumsal .text4 .item {
  margin: 30px 0px;
}
.page .kurumsal .text4 .item img {
  display: block;
  margin-bottom: 30px;
}
.page .kurumsal #satis {
  position: relative;
  padding: 200px 0px;
}
.page .kurumsal #satis .map {
  float: right;
  position: absolute;
  top: 11%;
  right: 0px;
}
.page .kurumsal #satis .form-control {
  background: none;
}
.page #weksper h1 {
  position: relative;
  z-index: 99;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #0a063a;
  letter-spacing: -1.45px;
}
.page #weksper h1 span {
  position: relative;
  z-index: 9;
}
.page #weksper h1 span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #fe5001;
  width: 100%;
  height: 20px;
  z-index: -1;
}
.page #weksper .left img {
  float: left;
  margin-top: 20px;
}
.page #weksper .right {
  padding: 86px 70px;
}
.page #weksper .right .right-text {
  padding: 30px 0px;
}
.page #weksper .right .right-text .btn {
  background: #fe4e01;
  border-radius: 0px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 28px;
  margin: 30px 0px;
}
.page #weksper .right .right-text .btn:hover {
  background: #fe4f01;
}
.page #weksper .text2 {
  padding: 30px 0px;
}
.page #weksper .text2 .right {
  padding: 0px 15px;
  font-size: 16px;
  line-height: 28px;
}
.page #weksper #satis:after {
  opacity: 0;
}

.mobile-bayilist {
  display: none;
}

@media screen and (max-width: 1470px) {
  main .section#section4 .catalog {
    margin-top: -33%;
  }
  main .section#section4 .catalog li {
    width: 42%;
  }

  .page main .section .map {
    width: 49%;
    height: 85%;
  }
  .page main #satis .img {
    width: 47%;
    float: right;
    position: absolute;
    top: 10%;
    right: 0px;
  }
  .page main #iletisim .map {
    width: 49%;
    height: 85%;
  }
  .page main #teknik-bilgi .img,
  .page main #renkler .img {
    width: 40%;
    top: 8%;
  }
  .page main #katalog .buttons {
    top: 87px;
  }
  .page main #katalog.basin .buttons {
    top: 60px;
  }
  .page main #katalog h1 {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .page main #teknik-bilgi h2,
  .page main #renkler h2 {
    margin-bottom: 15px;
  }
  .page main #donanim .img {
    width: 49%;
  }
  .page main #urunler h1 {
    margin-bottom: 40px;
    margin-top: 90px;
  }
  .page main #urunler .buttons {
    top: 105px;
  }
  .page main #urunler.camodaurunler .buttons,
  .page main #urunler2.camodaurunler .buttons {
    top: 105px !important;
  }
}
#exampleModal .mtop form {
  min-height: 400px !important;
  margin-top: 100px !important;
  padding: 0px 15px;
}

.reddot-winner {
  position: absolute;
  top: 0px;
  left: 40%;
}

/*mobil görünüm*/
@media screen and (max-width: 820px) {
  header .navbar .navbar-nav .column img {
    min-height: 130px;
    object-fit: cover;
  }

  header .navbar-toggle {
    border-color: #ddd;
    background: #fe4f01;
    border: none;
    border-radius: 0px;
    padding: 13px 8px;
    margin: 0px;
    margin-left: 10px;
  }
  header .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
  header .navbar {
    height: auto;
    margin-top: 30px;
    padding-top: 0px;
  }
  header .navbar .navbar-nav {
    float: right;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  header .navbar .navbar-nav li {
    border-bottom: 1px solid #dcdcdc;
    margin: 0px;
  }
  .nav li:hover {
    background: #070155;
  }
  .navbar .navbar-nav li a {
    padding: 9px 15px;
    color: #070155 !important;
  }
  header .navbar .navbar-nav .dropdown-menu li a {
    padding: 10px 15px !important;
  }
  header .navbar .navbar-nav .dropdown-menu:before {
    display: none;
  }
  header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    border: none;
    padding: 0px 10px;
    margin-bottom: 13px;
  }
  header .navbar .navbar-nav .dropdown-content {
    border: none;
  }
  header .navbar .navbar-nav .dropdown-content .column {
     float: left;
    width: 33%;
    padding: 5px 5px;
    padding-bottom: 0px;
  }
  header .navbar .navbar-brand {
    height: 52px;
    padding: 0px;
    margin-top: -4px;
  }
  header .navbar .navbar-brand img {
    height: 85%;
  }
  header .navbar .navbar-collapse {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    position: relative;
    visibility: visible;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 17px;
    border: 0px;
  }
  header .navbar .rightbtn .btn-lang {
    padding: 6px 5px;
  }
  header.fixed .navbar {
    margin-top: 0px;
    padding-top: 20px;
    height: 75px;
  }

  .urun header .navbar .navbar-nav li a {
    color: #070155 !important;
  }

  .container {
    width: 100%;
    padding: 0px 15px;
  }

  .container-fluid {
    padding: 0px 15px;
  }

  main .section {
    background-size: cover !important;
    min-height: 100vh;
    padding-top: 100px;
    position: relative;
  }
  main .section:after {
    display: none;
  }
  main .section.active h1 span:before,
  main .section.active h2 span:before {
    width: 105%;
  }
  main .section .btn {
    margin-left: 0px;
    font-size: 14px;
    padding: 10px 20px;
  }
  main .section .weksper {
    left: 0px;
    width: 40%;
    margin-top: 0px;
  }
  main .section h1:first-child {
    margin-top: 70px;
    color: #fff;
  }
  main .section h1,
  main .section h2,
  main .section h3 {
    font-size: 42px !important;
    line-height: 60px !important;
  }
  main .section h2 {
    font-size: 46px;
  }
  main .section h3 {
    font-size: 46px;
  }
  main .section h4 {
    font-size: 35px !important;
  }
  main .section .scroll {
    padding-left: 15px !important;
    position: relative;
    margin-top: 25px;
    display: block;
    width: 100%;
    float: left;
  }
  main .section#section5 .scroll {
    position: absolute;
  }
  main .section .systems li {
    background-size: cover !important;
    height: 50vh;
    width: 50% !important;
  }
  main .section .systems li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
  }
  main .section .systems li a h3 {
    bottom: auto;
    top: 80%;
    font-size: 14px !important;
    line-height: 18px !important;
    width: 100%;
    letter-spacing: 0.1px;
    vertical-align: text-top;
  }
  main .section#section3 {
    padding-top: 0px;
    min-height: auto;
  }
  main .section#section4 .catalog {
    margin-top: 0px;
    position: relative;
    float: left;
    padding: 0px 0px;
    min-height: auto;
  }
  main .section#section4 .catalog li {
    width: 50%;
    padding: 15px 0px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  main .section#section4 .catalog li a:hover span {
    font-size: 13px;
    padding: 2px;
    bottom: 25px;
  }
  main .section#section5 {
    padding-top: 0px;
    min-height: auto;
  }
  main .section#section5 .slide {
    padding-top: 90px;
    height: 100vh;
    background-size: cover !important;
  }
  main .section#section5 #slide14 {
    display: none;
  }
  main .section.last {
    padding-top: 0px;
  }
  main footer .top .contact .phone {
    font-size: 40px;
    line-height: 40px;
  }
  main footer .center ul {
    margin: 0px;
    padding: 0px 0px;
    margin-top: 10px;
    font-size: 14px;
    color: #5b5880;
    letter-spacing: -0.41px;
    line-height: 20px;
  }
  main footer .center ul li {
    line-height: 20px;
  }
  main footer .center ul li a {
    font-size: 13px;
  }
  main footer .center .social {
    bottom: -100px;
  }
  main footer .bottom .incefikirler img {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }

  .page main .mobile-bayilist {
    display: block;
    height: 300px;
    overflow: auto;
    font-size: 14px;
    padding: 8px;
    margin: 15px 0px;
    line-height: 22px;
  }
  .page main .mobile-bayilist hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #c1c1c1;
  }
  .page main .section .map {
    position: relative;
  }
  .page main #satis form {
    width: 75%;
  }
  .page main #satis h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .page main #satis #map-canvas {
    display: none;
  }
  .page main #satis .info {
    display: none;
  }
  .page main #satis .modals-btn {
    display: none;
  }
  .page main #bayi .btn {
    margin-left: 0px;
  }
  .page main #bayi h2 {
    margin-top: 0px;
  }
  .page main #bayi form .form-control {
    background: none !important;
  }
  .page main .kurumsal {
    margin: 100px 0px;
    margin-bottom: 0px;
  }
  .page main .kurumsal h1 {
    font-size: 45px;
    letter-spacing: 0px;
  }
  .page main .kurumsal .subtext {
    font-size: 18px;
    letter-spacing: -0.55px;
    line-height: 35px;
    margin-bottom: 35px;
  }
  .page main .kurumsal .text .left {
    min-height: 300px;
    background-size: 100% !important;
  }
  .page main .kurumsal .text .right {
    padding: 30px 30px;
    height: auto;
    min-height: auto;
  }
  .page main .kurumsal .text3 {
    padding: 50px 0px;
  }
  .page main .kurumsal .text3 .left {
    padding: 25px 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .page main .kurumsal .text2 {
    padding: 50px 0px;
  }
  .page main .kurumsal .text2 .left {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .page main .kurumsal .text4 {
    padding: 50px 0px;
  }
  .page main .kurumsal .text4 .item {
    min-height: auto !important;
    margin: 50px 0px;
  }
  .page main .kurumsal .text4 .item img {
    margin-bottom: 15px;
  }
  .page main .kurumsal #satis {
    padding: 30px 0px;
  }
  .page main .kurumsal #satis .map {
    position: relative;
  }
  .page main .buttons {
    top: 95px !important;
    width: 80px !important;
  }
  .page main .buttons #Prev,
  .page main .buttons #Next {
    width: 35px !important;
    height: 40px !important;
  }
  .page main #weksper h1 {
    font-size: 45px;
  }
  .page main #weksper .left {
    padding-right: 15px;
    min-height: 340px;
  }
  .page main #weksper .left img {
    max-width: 100%;
  }
  .page main #weksper .right {
    padding: 86px 30px;
    position: relative;
  }
  .page main #weksper .text2 {
    padding: 0px 0px;
  }
  .page main #kampanya h1 {
    margin-bottom: 10px;
    color: #040036;
    font-size: 36px;
    margin-top: 120px;
    line-height: 40px;
    padding-top: 20px;
  }
  .page main #kampanya .text {
    margin-top: 55px;
  }
  .page main #kampanya .img {
    width: 100%;
    float: right;
    position: relative;
    top: 11%;
    right: 0px;
  }
  .page main #urunler h1 {
    margin-bottom: 30px;
    margin-top: 0px !important;
    font-size: 40px;
    line-height: 45px;
  }
  .page main #urunler p {
    font-size: 16px;
    line-height: 20px;
  }
  .page main #urunler .product-slider {
    margin-top: 25px;
  }
  .page main #urunler .product-slider .item {
    padding-right: 15px;
    padding: 10px 15px;
  }
  .page main #urunler .buttons {
    top: 84px !important;
  }
  .page main #urunler .text,
  .page main #urunler2 .text {
    padding: 10px 0px;
  }
  .page main #urunler3 {
    padding-top: 0px;
  }
  .page main #urunler3 .map {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .page main #urunler3 form {
    width: 75% !important;
    margin-top: 20px;
  }
  .page main #urunler3 form .form-control {
    background: none !important;
  }
  .page main #urunler3 #map-canvas {
    display: none;
  }
  .page main #urunler3 .info {
    display: none;
  }
  .page main #urunler3 .modals-btn {
    display: none;
  }
  .page main #urunler.camodaurunler h1,
  .page main #urunler2.camodaurunler h1 {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 16px !important;
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .page main #urunler.camodaurunler .product-slider .item,
  .page main #urunler2.camodaurunler .product-slider .item {
    padding: 0px 5px !important;
    padding-right: 5px;
  }
  .page main #urunler.camodaurunler .product-slider h3,
  .page main #urunler2.camodaurunler .product-slider h3 {
    font-size: 25px !important;
    margin-bottom: 0px;
    line-height: 35px !important;
  }
  .page main #urunler.camodaurunler .product-slider2 .item,
  .page main #urunler2.camodaurunler .product-slider2 .item {
    padding: 0px 5px !important;
    padding-right: 5px;
  }
  .page main #urunler.camodaurunler .product-slider2 h3,
  .page main #urunler2.camodaurunler .product-slider2 h3 {
    font-size: 25px !important;
    margin-bottom: 0px;
    line-height: 35px !important;
  }
  .page main #urunler.camodaurunler .product-slider3 .item,
  .page main #urunler2.camodaurunler .product-slider3 .item {
    padding: 0px 5px !important;
    padding-right: 5px;
  }
  .page main #urunler.camodaurunler .product-slider3 h3,
  .page main #urunler2.camodaurunler .product-slider3 h3 {
    font-size: 25px !important;
    margin-bottom: 0px;
    line-height: 35px !important;
  }
  .page main #urunler.camodaurunler p,
  .page main #urunler2.camodaurunler p {
    font-size: 15px;
    line-height: 23px;
  }
  .page main #katalog h1 {
    margin-bottom: 60px;
    margin-top: 20px;
    font-size: 45px;
    line-height: 45px;
  }
  .page main #iletisim h1 {
    font-size: 45px;
  }
  .page main #iletisim .text {
    line-height: 20px;
  }
  .page main #iletisim .map {
    width: 100%;
    height: 100%;
  }
  .page main #mudurlukler {
    padding-top: 20px;
  }
  .page main #mudurlukler .btn {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 87px;
  }
  .page main #bayi form label {
    max-width: 92%;
  }
  .page main #teknik-bilgi .img,
  .page main #renkler .img {
    width: 40%;
    top: 20%;
  }
  .page main #teknik-bilgi .renk li span,
  .page main #renkler .renk li span {
    font-size: 13px;
  }
  .page main #teknik-bilgi .renk li,
  .page main #renkler .renk li {
    width: 45%;
  }
  .page main #teknik-bilgi .imgdiv,
  .page main #renkler .imgdiv {
    width: 100%;
    float: left;
    position: relative;
    top: 5%;
    right: auto;
    left: 0px;
    height: 100%;
  }
  .page main #teknik-bilgi .imgdiv img,
  .page main #renkler .imgdiv img {
    max-width: 100%;
  }
  .page main #teknik-bilgi .ulrenk {
    float: left;
    margin-left: 0px !important;
  }
  .page main #teknik-bilgi .ulrenk li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page main .renkbaslik {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 44px;
    color: #5b5880;
  }
  .page main #teknik-bilgi .video {
    width: calc(97% - 10px);
    float: left;
    position: relative;
    top: 0px;
    right: auto;
    z-index: 9;
    left: 10px;
  }
  .page main #donanim {
    min-height: auto;
    padding-top: 0px;
  }
  .page main #donanim .imgdiv {
    width: 100%;
    float: left;
    position: relative;
    top: 0%;
    right: 0px;
    height: auto;
  }
  .page main #donanim .imgdiv img {
    max-width: 100%;
  }
  .page main #donanim .renk li {
    width: 45%;
  }
  .page main #donanim .renk li span {
    font-size: 12px;
  }
  .page .fp-section.fp-table,
  .page .fp-slide.fp-table {
    background-size: cover !important;
  }
  .page .slick-dots {
    display: none !important;
  }

  .invert-it {
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 284px;
  }

  .search-box {
    left: 0px;
    margin-left: 0px;
  }
  .search-box .search-btn {
    position: absolute;
    left: auto;
    top: 15px;
    right: 25px;
  }

  .page main #urunler .buttons.mobiletop {
    top: 115px !important;
  }

  main #exampleModal .modal-dialog {
    width: 100%;
    margin: 10px auto;
    top: -9px;
  }

  main #exampleModal .modal-title {
    margin-top: 0px;
    font-size: 34px;
  }

  main #exampleModal form {
    min-height: 360px;
    margin-top: 10px;
    padding: 0px 15px;
  }

  .page footer .top .contact .text {
    float: none;
  }

  .page main #teknik-bilgi.donanimpage {
    padding-top: 30px;
  }
  .page main #teknik-bilgi.donanimpage h2 {
    margin-bottom: 15px;
    font-size: 25px !important;
    width: 64%;
    line-height: 40px !important;
  }
  .page main #teknik-bilgi.donanimpage .img {
    top: 10%;
  }

  #exampleModal .mtop form {
    min-height: 400px !important;
    margin-top: 0px !important;
    padding: 0px 15px;
  }

  #exampleModal .mtop .form-control {
    margin-bottom: 7px;
    height: 43px;
  }

  #exampleModal .mtop .modal-title {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .reddot-winner {
    position: absolute;
    top: auto;
    left: auto;
    width: 140px;
    bottom: 35%;
    right: 15px;
  }
}
.invert-it {
  -webkit-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
  direction: rtl !important;
}
.rtl h1 span,
.rtl h2 span,
.rtl h3 span,
.rtl h4 span,
.rtl h5 span,
.rtl h6 span {
  direction: rtl !important;
}
.rtl main .section h2 {
  direction: rtl !important;
}
.rtl main .section .weksper {
  float: right;
}
.rtl p {
  direction: rtl !important;
}
.rtl li {
  direction: rtl !important;
}
.rtl span {
  direction: rtl !important;
}
.rtl .btn {
  float: right !important;
}
.rtl li a {
  direction: rtl !important;
}
.rtl .item {
  direction: rtl !important;
}
.rtl #urunler .buttons,
.rtl #urunler2 .buttons {
  left: 15px !important;
}
.rtl .invert-it {
  float: right;
}
.rtl .scroll {
  direction: rtl !important;
}
.rtl .scroll img {
  float: right !important;
  margin-left: 10px;
}

@media (min-width: 767px) and (max-width: 991px) {
  main .section#section4 .catalog li {
    width: 25% !important;
  }

  #section4 .btn {
    float: right;
  }

  .page main #urunler .buttons {
    top: 10px !important;
  }

  .slick-slide img {
    margin: auto;
  }

  main .section .systems li a h3 {
    bottom: 4%;
    top: auto;
  }

  .page main .kurumsal .text .left {
    min-height: 700px;
    background-size: 100% !important;
  }
  .page main .kurumsal .text .right {
    background-size: 100%;
  }
  .page main .kurumsal .text3 .left {
    background-size: 100%;
  }
  .page main .kurumsal .text4 .item {
    width: 50%;
    float: left;
  }

  .page main .section.active .animated1,
  .page main .section.active .animated2,
  .page main .section.active .animated3 {
    min-height: auto;
  }

  .page main #teknik-bilgi .renk li,
  .page main #renkler .renk li {
    width: 23%;
  }

  .page main #teknik-bilgi .imgdiv,
  .page main #renkler .imgdiv {
    top: 2%;
    width: 50%;
    float: none;
    margin: auto;
  }

  .page main #teknik-bilgi .imgdiv img,
  .page main #renkler .imgdiv img {
    margin: auto;
    display: block;
    margin: auto;
  }

  .page main #donanim .imgdiv {
    width: 50%;
    float: none;
    margin: auto;
  }

  .page main #donanim .renk li {
    width: 30%;
  }

  .fp-tableCell {
    padding-top: 100px;
  }

  .page main #urunler.camodaurunler .buttons,
  .page main #urunler2.camodaurunler .buttons {
    top: 25px !important;
  }

  header .navbar {
    margin-top: 20px;
  }

  main .section h1:first-child {
    margin-top: 150px;
    color: #fff;
  }

  .invert-it {
    margin-top: 150px;
  }

  .page main .section h1:first-child {
    margin-top: 50px;
    color: #fff;
  }

  .page main #urunler3 form .form-control {
    width: 50% !important;
  }

  .search-box {
    margin-left: -400px;
  }

  .search-box .search-btn {
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
  }

  main .section {
    min-height: auto;
  }
}
/*
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    -webkit-filter:brightness(0) invert(1);
    -ms-filter:brightness(0) invert(1);
    -o-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
}*/

/*# sourceMappingURL=style.css.map */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 1000; /* Ensure it stays on top */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.page header .navbar .navbar-brand {
  height: 52px;
  width: 172px;
  padding: 0px;
  margin-left: 0px !important;
  background-image: url(../../assets/images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page header .navbar .navbar-nav li a {
  color: #070155;
}

.kurumsal .content p {
  margin-bottom: 10px;
}

.product-slider h3 {
  width: 100%;
  text-align: center;
}

.product-slider h3 span {
  color: #070155;
  font-size: 29px;
}

.product-slider h3 span:before {
  height: 15px !important;
}

#teknik-bilgi h2 {
  color: #070155;
}

#renk-bilgi h2 {
  color: #070155;
}
#renkler h2 {
  color: #070155;
}
#donanim h2 {
  color: #070155;
}

.colorcats {
  display: none;
}
