body {
  margin: 0px;
  padding: 0px;
}
.mb-5 {
  margin-bottom: 50px;
}
body a:hover {
  text-decoration: none;
}
.ust {
  margin-top: 0px;
  width: 100%;

  height: 110px;
  text-align: left;
  z-index: 999999;
  position: absolute;
}

.ust2 {
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 9999;
}

#orta_menu {
  width: 100%;
  margin-top: 0px;
}
.orta_menu_ul {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
  text-align: right;
}
.orta_menu_ul li {
  float: left;
  color: #fff;
  padding-top: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 150px;
  font-size: 12px;
  height: 160px;
  text-align: center;
}
.orta_menu_ul li a {
  padding: 0px;
  color: #666;
  text-align: center;
}
.orta_menu_ul li a:hover {
  padding-top: 10px;
  color: #111;
}
.orta_menu_ul li a:hover #orta_menu_resimler {
  background: #ccc;
}
#orta_menu_resimler {
  width: 120px;
  border-radius: 10px;
}

.mobilmenu {
  display: none;
}
#nav_logo {
  display: none;
}

.sekil {
  position: fixed;
  z-index: 999999999999 !important;
}

.sekil2 {
  position: fixed;
  z-index: 9999999 !important;
  margin-left: 0px;
  bottom: 0px;
  top: auto;
  left: 0px;
  width: 155px;
  height: 160px;
  cursor: pointer;
}

.sekil2:hover {
  background-position: 0px 0px -5px;
}

.sekil2 p {
  height: 100px;
  background: #0066b3;
  bottom: 5px;
  left: 10px;
  width: 100px;
  border-radius: 200px;
  position: fixed;
  z-index: 9999999 !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
  color: #2e2d2c;
  text-align: center;
  border: 1px dashed #2e2d2c;
}
.sekil2 p:hover {
  height: 100px;
  background: #2e2d2c;
  transition: all 500ms;
  bottom: -10px;
  left: 0px;
  width: 100px;
  border-radius: 200px;
  position: fixed;
  z-index: 9999999 !important;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  border: 1px dashed #2e2d2c;
}

#taglar,
#mobil_menu {
  display: none;
}
#video {
  width: 100% !important;
  margin-top: -5px;
}

.navi a {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #ccc;
}
.navi a:hover {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

#altLinkler {
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  position: relative;
  z-index: 9;
  background: #fff;
  margin-top: 50px;
  padding-bottom: 30px;
}
#altLinkler::after {
  width: 100%;
  height: 25px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#altLinkler ul {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#altLinkler ul li {
  width: 40%;
  height: 100px;
  float: left;
  position: relative;
  padding: 20px;
  margin-left: 100px;
  margin-bottom: 100px;
}
#altLinkler ul li img {
  width: 150px;
  height: auto;
  float: left;
  /* position: absolute; */
  margin-top: 0px;
  margin-left: -80px;
}
#altLinkler ul li ::first-line {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
}

#altLinkler ul li .baslik {
  margin-top: 0px;
  text-align: center;
  border-bottom: 1px solid #005ba9;
  height: 100px;
}
#altLinkler ul li .baslik h1 {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding-top: 40px;
  padding-right: 0;
  color: #000 !important;
}

#altLinkler ul li:hover h1 {
  color: #fff !important;
  margin-top: 0px;
  transition: all 500ms;
  background: #23353f;
  height: 100px;
}
#altLinkler ul li:hover {
  margin-top: 0px;
  padding-left: 50px;
  transition: all 500ms;
}

#altLinkler ul li a {
  text-decoration: none; /* display: block; */
  height: 150px;
  float: left;
  width: 100%;
}

#orta_menu_resim {
  background-position: center;
  padding-bottom: 50px;
  width: 100%;
  background-repeat: no-repeat;
  transition: all 500ms;
  background-size: 100%;
  height: 100%;
  z-index: -9999;
}

#orta_menu_resim:hover {
  background-position: top;
}

.arama_kutusu {
  position: fixed;
  z-index: 99999;
  width: 40px;
  height: 40px;
  top: 11%;
  right: 0px;
  background-color: rgba(255, 234, 0, 0.9);
  transition: all 500ms;
}
.arama_kutusu i {
  color: #000;
  font-size: 25px;
  margin: 7px;
}
.arama_kutusu:hover {
  top: 0;
  width: 100%;
  height: 50%;
  transition: all 500ms;
  background-color: rgba(255, 234, 0, 0.9);
}
.arama_kutusu_ic {
  display: none;
}
.arama_kutusu:hover .arama_kutusu_ic {
  display: block;
  color: #000;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
  width: 500px;
}
#ara {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: rgba(240, 240, 240, 1);
  width: 100%;
  border: none;
  padding: 15px;
}
#buton {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  font-weight: 900;
  color: #0066b3;
  background-color: #000;
  border: none;
  width: 100%;
  margin-top: 5px;
}
#buton:hover {
  background-color: #fff;
  color: #000;
}

.resim {
  margin-left: 1010px;
  width: 100%;
  position: absolute;
  max-width: 300px;
  margin-top: -70px;
  z-index: 999999999999 !important;
}
.resim img {
  width: 300px;
}
.header_ortala {
  margin: 0px auto;

  width: 100%;
  position: absolute;
  max-width: 100%;
  height: 120px;
  margin-top: 20px;
}
.header_ortala2 {
  margin-left: 288px;
  width: 1024px;
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 3.3% 100%);
  position: absolute;
  height: 45px;
  margin-top: 42px;
  background: #e5e5e5;
  z-index: -99999999999999 !important;
}

.header_ortala3 {
  margin-left: 900px;
  width: 100%;
  position: absolute;
  height: 45px;
  margin-top: 65px;
  z-index: 99999 !important;
  transform: skew(-35deg);
}
.header_ortala4 {
  margin-left: 400px;
  width: 100%;
  position: absolute;
  height: 45px;
  margin-top: 90px;

  z-index: 99999 !important;
  transform: skew(-35deg);
}

#usticerik {
  width: 100%;
  height: 135px;
  margin-top: 0px;

  z-index: -999 !important;
  position: relative;
}
.usticerik_ic {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.usticerik_ic p {
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 10px;
  text-align: left; /* position:absolute; */
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #fff;
  z-index: 99999999999 !important;
  width: 100%;
  background: #23353f;
}

.arkaresim {
  position: absolute;
  z-index: 9999999999 !important;
  left: 70%;
  margin-top: -250px;
}
.arkaresim img {
  width: 1000px;
}
#slogan {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}

#katalog1 p {
  color: #000;
  font-size: 16px;
}

#katalog1 {
  float: left;
  position: relative;
  height: 150px;
  width: 120px;
  background-color: #dbdbdb;
  margin-left: 5px;
  margin-top: 5px;
  z-index: 999999;
  border-radius: 10px;
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
}
#katalog1:hover {
  background-color: #ff7601;
}

#dil_kutusu {
  float: right;
  padding-bottom: 0px;
  width: 150px;
  margin-right: 0px;
  z-index: 99999999999 !important;
  position: relative;
}
#dil_kutusu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#dil_kutusu ul li {
  float: left;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin-top: 8px;
  padding-left: 5px;
}
#dil_kutusu ul a {
  color: #23353f;
  padding: 9px 8px 5px 7px;
}
#dil_kutusu ul a:hover {
  color: #fff;
  background: #005ba9;
  transition: all 500ms;
}

.header_sosyal {
  float: left;
  color: #23353f;
  margin-top: 0px;
  margin-left: 750px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  width: 250px;
  z-index: 999999;
  position: relative;
}
.header_sosyal .fa {
  color: #23353f;
  padding: 9px 8px 8px 7px;
}
.header_sosyal spam {
  color: #1166b0;
  font-size: 14px;
  font-weight: 600;
  padding-right: 50px;
}
.header_sosyal spam:hover {
  text-decoration: underline;
}
.header_sosyal .fa:hover {
  color: #fff;
  background: #005ba9;
  transition: all 500ms;
}

#h_iletisim {
  float: left;
  margin-top: 8px;
  margin-left: 0px;
  position: absolute;
  margin-top: -50px;
  z-index: 9999999;
}
#h_iletisim spam {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #23353f;
}
#h_iletisim .fa {
  font-size: 10px;
  color: #23353f;
}
#h_iletisim .fa-phone-square {
  font-size: 16px;
}

#h_sosyal {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}
#h_sosyal a .fa {
  font-size: 20px;
  color: #646464;
  padding: 10px;
}
#h_sosyal a:hover .fa {
  color: #646464;
}

#clear {
  clear: both;
}
#logo {
  text-align: left;
  float: left;
  margin-top: -20px;
  margin-left: 25px;

  position: absolute;
  z-index: 99999999999 !important;
}
#logo_resim {
  position: absolute;
  width: 260px;
}
a .whatsapp_hatti {
  float: right;
  padding-left: 10px;
  width: 250px;
  padding-top: 10px;
  border: 1px solid #bebebe;
  margin-top: 50px;
  margin-right: 150px;
}
a .whatsapp_hatti i {
  float: left;
  font-size: 40px;
  color: #444;
}
a .whatsapp_hatti p {
  float: left;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  padding-left: 10px;
}
a .whatsapp_hatti span {
  float: left;
  font-size: 16px;
  color: #555;
  font-weight: 700;
  padding-left: 10px;
}

a .musteri_hizmetleri {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  border: 1px solid #bebebe;
  margin-top: 15px;
}
a .musteri_hizmetleri img {
  float: left;
  height: 35px;
}
a .musteri_hizmetleri p {
  float: left;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  padding-left: 10px;
}
a .musteri_hizmetleri span {
  float: left;
  font-size: 16px;
  color: #555;
  font-weight: 700;
  padding-left: 10px;
  margin-top: -3px;
}

#h_iletisim2 {
  float: left;
  width: 180px;
  height: 72px;
  padding: 5px;
  margin-top: -25px;
  margin-left: 730px;
  position: absolute;
  border-radius: 5px;
  z-index: 99999 !important;
}
#h_iletisim2:hover {
  padding-top: 10px;
  transition: all 500ms;
}
#h_iletisim2 p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #23353f;
  margin-left: 40px;
}
#h_iletisim2 .fa {
  font-size: 42px;
  position: absolute;
  color: #23353f;
}

#cizdirik {
  width: 300px;
  height: 20px;
  float: right;
  margin-top: 10px;
  margin-right: 30px;
  z-index: 999999999999 !important;
  position: relative;
}
#cizgi_ic {
  width: 300px;
  height: 20px;
  margin-left: 20px;
  float: right;
  position: absolute;
}

#cizgi_ic .fa {
  color: #fff;
  font-size: 18px;
  padding: 5px;
  float: right;
}
#cizgi_ic b {
  color: #3c3c3b;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  float: left;
}
#cizgi_ic p {
  color: #3c3c3b;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  float: left;
}
#cizgi_ic a {
  color: #3c3c3b;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  float: left;
}
#cizgi_ic a:hover .fa {
  background-image: none;
  color: #222;
}
#cizgi_ic input {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 35px;
  float: left;
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  color: #303030;
  padding: 5px;
}

.header_iletisim {
  float: right;
  margin-top: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #777;
}
.header_iletisim a {
  color: #555;
}
.header_iletisim i {
  font-size: 16px;
}
.menuustde {
  width: 100%;
  position: absolute;
  z-index: 100;
  height: auto;
}
/* .menu {
  float:right;
  height:45px;
  margin-left:auto; margin-right:auto;
  border-radius:5px;
  margin-top:28px;
  position:relative; z-index:99999999;
  

} */

#menu {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding-left: 18px;
  float: left !important;
}
#menu li {
  float: left;
  padding-top: 17px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #23353f;
}
#menu a li p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #23353f;
  padding: 0px;
  margin: 0px;
  transition: all 700ms;
}
#menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #23353f;
  padding: 0px;
  margin: 0px;
}
#menu li:hover {
  background: #23353f;
  color: #fff;
  transition: all 500ms;
}
#menu li:hover a {
  color: #fff;
}
#menu #menu_ayrac {
  font-size: 45px;
  color: #333;
  margin-top: 0px;
  font-weight: 100;
  font-family: "PT Sans", sans-serif;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px !important;
  transition: none;
  height: 55px;
}

#alt_menu {
  display: none;
  background-color: rgba(255, 255, 255, 1) !important;
  border: 1px solid #ccc;
  width: 1200px;
  margin-left: -780px;
  left: 50%;
  padding-bottom: 10px;
}

#alt_menu_ul {
  display: none;
  background: #fff;
  margin: 0px;
  margin-top: 12px;
  margin-left: -15px;
  padding: 0px;
  width: 300px;
}

#menu li:hover #alt_menu_ul {
  display: block !important;
  position: absolute !important;
  z-index: 999999 !important;
  color: #23353f;
}
#alt_menu_ul a li {
  float: none;
  list-style-type: none;
  margin: 0px;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #23353f;
}
#alt_menu_ul a:hover li {
  background-color: #23353f;
  color: #fff;
}
.menu li:hover #alt_menu {
  position: absolute !important;
  z-index: 99999 !important;
  list-style: none;
  display: block;
  margin-top: 15px;
  background-color: #fff;
}

#alt_menu_2 {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 0px;
  text-align: left;
  float: left;
  min-height: 350px;
  width: 24.5%;
  background: #fff;
}
#alt_menu_2:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: all 500ms;
}
#alt_menu_2 p {
  font-size: 15px;
  border-bottom: 2px solid #005ba9;
  text-align: center;
  font-weight: 600;
  min-height: 30px;
  color: #000 !important;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 5px;
  padding-top: 0px;
  font-family: "Montserrat", sans-serif;
}
#alt_menu_2 img {
  width: 380px;
  float: left;
  margin-left: -250px;
  margin-right: auto;
  margin-top: 10px;
  border-radius: 4px;
}

#alt_menu_2 #alt_menu_kategori {
  float: left;
  text-align: left;
  margin-left: 0px;
  list-style-type: none;
  padding-top: 10px;
  margin-top: 0px;
}
#alt_menu_kategori li {
  float: none;
  margin-left: -35px;
  width: 285px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  padding: 0px;
}
#alt_menu_kategori li:hover {
  background-color: #005ba9;
  color: #fff;
}

#orta_menu_resim2 {
  background-position: center;
  padding-bottom: 50px;
  width: 150px;
  background-repeat: no-repeat;
  transition: all 500ms;
  height: 300px;
  z-index: -9999;
}

#orta_menu_resim2:hover {
  background-position: right;
}
.arayalim {
  position: fixed;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
  z-index: 99999999999999;
}

.arayalim-buton {
  background-color: #1166b0;
  color: #fff;
  width: 30px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 250px;
  border-radius: 0px 7px 7px 0px;
  text-align: center;
  position: relative;
  writing-mode: vertical-lr;
  transition: 300ms all;
  text-decoration: none;
}

.arayalim-buton:hover {
  background-color: #23353f;
  color: #fff;
  text-decoration: none;
}

.arayalim2 {
  position: fixed;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 99999999999999;
}

.arayalim2-buton {
  background-color: #1166b0;
  color: #fff;
  width: 30px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 200px;
  border-radius: 0px 7px 7px 0px;
  text-align: center;
  position: relative;
  writing-mode: vertical-lr;
  transition: 300ms all;
  text-decoration: none;
}

.arayalim2-buton:hover {
  background-color: #23353f;
  color: #fff;
  text-decoration: none;
}

#slayt {
  margin-left: 0px;
  width: 100%;
  margin-right: auto;
  position: relative;
  margin-top: 0px;
  z-index: 99 !important;
}
#slayt_arkaplan_renk {
  width: 100%;
  position: relative;
  padding-top: 150px;
  padding-right: 200px; /* height:800px; */
}

.index_orta_dis {
  width: 100%;
  position: relative;
  z-index: 100;
  height: auto;
  background-color: #fff;
}
.index_orta {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 40px;
}
.index_kutular {
  margin-left: 5px;
  margin-right: 5px;
  height: 250px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.index_kutular h2 {
  color: #454545;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  margin: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.index_kutular i {
}
.index_kutular_icerik1 {
  color: #454545;
  padding: 10px;
  width: 700px;
  font-size: 20px;
}
.index_kutular_icerik1 p {
  color: #454545;
  font-size: 14px !important;
}
.index_kutular_icerik {
  color: #454545;
  padding: 20px;
}
#duyurular {
  float: left;
  width: 100%;
  height: 400px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-family: "PT Sans", sans-serif;
  border-bottom: 4px solid #dadada;

  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
  0px 4px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
  0px 4px 3px 0px rgba(0, 0, 0, 0.4);
  z-index: 9999999 !important;
}
#interaktif {
  float: left;
  width: 300px;
  background: -webkit-linear-gradient(left, #e8e8e8, #fff);
  background: linear-gradient(to left, #e8e8e8, #fff);
  transition: all 500ms;
}
#interaktif2 {
  float: left;
  width: 300px;
  background: -webkit-linear-gradient(left, #e8e8e8, #fff);
  background: linear-gradient(to left, #e8e8e8, #fff);
  transition: all 500ms;
}
#interaktif3 {
  float: left;
  width: 300px;
  background: -webkit-linear-gradient(left, #e8e8e8, #fff);
  background: linear-gradient(to left, #e8e8e8, #fff);
  transition: all 500ms;
}
#iletisim {
  float: left;
  width: 300px;
  padding-left: 20px;
  background: -webkit-linear-gradient(left, #e8e8e8, #fff);
  background: linear-gradient(to left, #e8e8e8, #fff);
  transition: all 500ms;
}

.index_kutucuklar {
  margin-left: 0px;
  margin-right: 0px;
  height: 10px;
  margin-bottom: 10px;
}

#fabrika {
  float: left;
  padding-left: 720px;
  margin-top: -30px;
  position: absolute;
  z-index: 999;
}

#slayt_yan_menu {
  width: 250px;
  float: left;
}
#kurresim {
  position: absolute;
  margin-left: 340px;
  margin-top: 40px;
}
#piyasalar_tbl {
  width: 260px;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #454545;
  height: 60px;
}
#piyasalar_tbl td {
  border-bottom: 1px solid #454545;
}

.index_kutular_icerik #marque {
  width: 100%;
  height: 150px;
}
.index_kutular_icerik #marque b {
  font-variant: 500;
  color: 000;
  font-size: 12px;
}
.index_kutular_icerik #marque spam {
  font-variant: 300;
  color: 000;
  font-size: 10px;
}
.index_kutular_icerik #marque i {
  color: 999;
  font-size: 10px;
}
.index_kutular:hover i {
}
.index_kutular:hover h2 {
  transition: all 1000ms;
}

.index_kutular p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #000;
}

.index_kutular_icerik1 a {
  width: 260px;
  padding: 10px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #c8c8c8;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  z-index: 9999999;
}
.index_kutular_icerik1 a:hover {
  background-color: rgb(0, 0, 0);
  color: #fff;
}
.kutular_golge {
  width: 100%;
  height: 13px;
  margin-top: 10px;
  text-align: center;
  z-index: 500;
  text-align: center;
}
.kutular_golge img {
  width: 100%;
  height: 13px;
  margin-top: 10px;
  text-align: center;
  z-index: 500;
  text-align: center;
  z-index: 99999;
}

#kurumsal a,
#kurumsal a:hover {
  color: #ccc;
}

#iletisim h5 {
  color: #111;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #fff;
}
#iletisim span {
  color: #111;
  font-weight: 300;
  font-size: 13px;
}
#iletisim span #iii {
  color: #312b69;
  font-size: 13px;
}

.farkimiz {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 100;
  margin-top: 55px;
  z-index: 999999999 !important;
}
#farkimiz_ic {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.farkimiz_kutular {
  float: left;
  width: 200px;
  height: 180px;
  margin: 10px;
  transition: all 800ms;
  text-align: center;
}
.farkimiz_kutular h2 {
  color: #495159;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  margin-top: 20px;
  font-variant: 100;
}
.farkimiz_kutular i {
  font-size: 20px;
  margin-top: 30px;
  color: #495159;
  border: 1px dashed #495159;
  padding: 22px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  transition: all 800ms;
}

.farkimiz_kutular:hover i {
  font-size: 20px;
  margin-top: 30px;
  -webkit-transform: rotate(360deg);
  transition: all 800ms;
}

.sari_kutu {
  width: 100%;
  background-color: rgba(255, 77, 0, 0.7);
  height: 200px;
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 20px;
}
.sari_kutu_ic {
  font-family: "PT Sans", sans-serif;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.sari_kutu_ic h3 {
  font-weight: 100;
  font-size: 40px;
  color: #fff;
}
.sari_kutu_ic p {
  font-weight: 100;
  font-size: 20px;
  color: #fff;
}

.ana_kutu {
  width: 100%;
  height: 670px;
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 50px;
  z-index: 999;
}
.ana_kutu_ic {
  background: #005ba9;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.ana_kutu_ic1 {
  width: 45%;
  float: left;
  height: 670px;
}
.ana_kutu_ic2 {
  width: 55%;
  float: right;
  background: #52307c;
  height: 670px;
}
.ana_kutu_ic3 {
  width: 100%;
  float: left;
  background: #23353f;
  height: 245px;
}
.ana_kutu_ic h2 {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  padding-left: 50px;
}
.ana_kutu_ic p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  width: 700px;
  padding-left: 50px;
}
.ana_kutu_ic1 img {
  width: auto;
  height: 670px;
  float: right;
}

.uretim {
  width: 100%;
  height: auto;
  padding-left: 50px;
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 100px;
  z-index: 999;
}
.uretim_ic {
  font-family: "Jost", sans-serif;
  width: 1300px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.uretim_ic h2 {
  font-weight: 900;
  font-size: 50px;
  text-align: left;
  color: #fff;
  border-left: 10px solid #ed1651;
  padding: 10px;
}
.uretim_ic p {
  font-weight: 400;
  font-size: 14px;
  padding-left: 0px;
  color: #fff;
}

.uretim2 {
  width: 100%;
  background: #ffcf06;
  clip-path: polygon(0 21%, 100% 0%, 100% 76%, 0% 100%);
  height: 250px;
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: 100px;
  z-index: 999;
}
.uretim_ic2 {
  font-family: "Montserrat", sans-serif;
  width: 1300px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.uretim_ic2 h1 {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
}
.uretim_ic2 p {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.uretim_ic2 img {
  width: 700px;
}

.uretim3 {
  width: 100%;
  background: url(../../index.html) no-repeat center;
  height: 700px;
  position: relative;
  z-index: 100;
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  z-index: 999;
}
.uretim_ic3 {
  font-family: "Montserrat", sans-serif;
  width: 1300px;
  padding-top: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.uretim_ic3 h2 {
  font-weight: 900;
  font-size: 40px;
  color: #000;
  background: #0066b3;
  width: 650px;
  height: 70px;
  padding-top: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.uretim_ic3 a {
  font-weight: 900;
  font-size: 40px;
  color: #000;
}
.uretim_ic3 a:hover {
  font-weight: 900;
  font-size: 50px;
  transition: all 500ms;
  color: #000;
  text-decoration: none;
}
.uretim_ic3 p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.uretim_ic3 img {
  width: 700px;
}

.alt_ortala2 {
  margin-left: 900px;
  width: 100%;
  position: absolute;
  height: 150px;
  top: 0;
  background: #23353f;
  z-index: -99999 !important;
}
.alt_ortala3 {
  margin-left: 0px;
  width: 100%;
  position: absolute;
  height: 100px;
  top: 25px;
  background: #005ba9;
  z-index: -99999 !important;
}
.alt_ortala2 img {
  width: 250px;
  margin-top: 40px;
  margin-left: 40px;
}

#footer_mobil {
  display: none;
}

.footer {
  width: 100%;
  margin-top: -131px;
  height: 550px;
  background-color: #23353f;
  position: relative;
  z-index: 100;
  font-family: "Quicksand", sans-serif;
  clip-path: polygon(0% 20%, 100% 0, 100% 100%, 0 100%);
  background-image: url(../images/6.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  z-index: 9999;
}
.footer_ic {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  color: #fff;
  text-align: center;
}
.footer_ic_logolar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-align: center;
}
.footer_ic_logolar img {
  width: 300px;
}

#ugr_logo {
  float: left;
  width: 75px;
}
a:hover #ugr_logo {
  width: 75px;
}

.icerik {
  /* min-height:500px; padding-bottom:200px; */
  font-family: "Jost", sans-serif;
  background: #fff;
}

.orta {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  /* min-height: 500px; */
  position: relative;
  z-index: 9;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 30px;
}
.orta_sol {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-family: "Jost", sans-serif;
}
.orta_sag {
  width: 0%;
  float: left;
  padding: 10px;
}
.orta_sol h3 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-top: -1px;
}
.etiket {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;

  padding-left: 20px;
  padding-right: 20px;
  background-color: #0e2255;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;

  color: #fff;
  padding-top: 10px;
}
.sol_menu_ul {
  min-height: 30px;
  padding: 0px 5px;
  margin-left: 80px;
  width: 250px;
  border-right: 1px solid #b0b0b0;
}
.sol_menu_ul a li {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 10px;
  border-bottom: 1px solid #b0b0b0;
}
.sol_menu_ul a:hover li {
  color: #fff;
  background: -webkit-linear-gradient(left, #535353, #3c3c3b);
  background: linear-gradient(to left, #535353, #3c3c3b);
  transition: all 500ms;
}
.sol_menu_ul i {
  float: right;
}

.iletisim_logo_firma_adi {
  text-align: center;
  font-family: "PT Sans", sans-serif;
}
.iletisim_bilgi {
  /*float:left; width:50%;*/
  font-family: "Jost", sans-serif;
  font-size: 14px;
}
.iletisim_table {
  /*float:left; width:50%;*/
}
.iletisim_sosyal_icon {
  width: 50%;
  text-align: center;
  float: left;
}
.iletisim_sosyal_icon a i {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 1px dashed #000;
  border-radius: 100px;
  color: #000;
  padding: 15px;
  transition: all 1000ms;
  margin-left: 10px;
  margin-right: 10px;
}
.iletisim_sosyal_icon a:hover i {
  color: #ccc;
  transition: all 1000ms;
  transform: rotate(360deg);
  border: 1px solid #ccc;
}
.iletisim_sosyal_icon h4,
.iletisim_table h4,
.iletisim_bilgi h4 {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
}
.iletisim_table input,
.iletisim_table textarea {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0);
  color: #222;
  font-size: 14px;
  padding: 10px;
  margin-left: 10px;
  font-family: "Jost", sans-serif;
}
.iletisim_table label {
  color: #222;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
}
.iletisim_table #btn {
  color: #fff;
  background-color: #000;
  transition: all 500ms;
}
.iletisim_table #btn:hover {
  color: #000;
  background-color: #c8c8c8;
  transition: all 500ms;
}

#icerik {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: "PT Sans", sans-serif;
  background-image: url(../../index.html);
  background-repeat: repeat;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
  padding-top: 0px;
  margin-top: 200px;
  margin-bottom: 20px;
}
#ic_sol {
  width: 950px;
  float: left;
  margin-top: 20px;
  padding: 10px;
}
#ic_sag {
  margin-top: -50px;
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  background-image: url(../images/header_icon_bg.png);
  border: #ccc 1px solid;
}
#urun_div {
  width: 22%;
  height: 250px;
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 8px 6px -6px #ccc;
  -moz-box-shadow: 0 8px 6px -6px #ccc;
  box-shadow: 0 8px 6px -6px #ccc;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 990;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-top: 55px;
  margin-bottom: 15px;
}
#urun_div p {
  /* font-size: 29px; */
  /* height: 70px; */
  /* margin-top: 100px; */
}
.urun_div_2 {
  width: 100%;
  height: 0px;
  top: 0px;
  background-color: rgba(82, 48, 124, 0.7);
  color: #000;
  position: absolute;
  z-index: 999;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  transition: all 500ms;
  /* color: rgb(82 48 124); */
}

#urun_div_logo {
  width: 100% !important;
  margin-left: 0px;
  padding-top: 30px;
}

#urun_div img {
  margin-top: 0px;
  width: 100%;
  height: auto;
  z-index: 9999999999999999 !important;
}

a #urun_div {
  color: #000;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
}

a:hover #urun_div {
  height: 250px;
}

a #urun_div:hover .urun_div_2 {
  height: 105%;
  transition: all 500ms;
  /* margin-bottom: 0px; */
}

#urun_detay_resim {
  float: left;
  margin: 20px;
  width: 600px;
}
#urun_detay_resim .anaresim {
  border-radius: 5px;
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.1);
  width: 600px;
}
#urun_detay_resim .ekresim {
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 40px;
  position: relative;
  width: 100px;
  height: 80px;
}

#urun_detay {
  float: right;
  margin-right: 0px !important;
  margin-top: 10px;
  background-color: #fff;
  text-align: center;
  color: #000;
  width: 500px;
  height: auto;
  border-radius: 5px;
  /* box-shadow: 7px 7px 3px rgba(0, 0, 0, 0.1); */
}

#urun_detay p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 24px;
   font-family: PT Sans;
text-align: left;}

#urun_detay h1 {
  font-size: 20px;
}

#urun_detay h2 {
  font-size: 24px;
  font-family: PT Sans;
  font-weight: 600;
text-align: left;}
#urun_aciklama {
  float: right;

  margin-top: 10px;
  padding: 10px;
  color: #000;
  width: 500px;
  font-family: "PT Sans";
  border-radius: 5px;
  font-weight: 400;
  height: auto;
  position: relative;
}
#urun_aciklama h4 {
  font-size: 14px;
  font-family: "PT Sans";
  text-align: center;
  font-weight: 400;
}
#siparis {
  position: relative;
  margin-left: 0px;
  width: 100%;
  height: 100%;
  font-family: "Raleway";
}
#siparis_text {
  width: 100%;
  margin-top: 5px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-family: "Raleway";
  font-size: 14px;
  padding: 10px;
  margin-left: 0px;
  box-shadow: 3px 2px 4px #d8d8d8;
  -moz-box-shadow: 3px 2px 4px #d8d8d8;
  -webkit-box-shadow: 3px 2px 4px #d8d8d8;
}
#siparis_btn {
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #005ba9;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway";
  font-size: 18px;
  box-shadow: 3px 4px 0px #ccc;
  -moz-box-shadow: 3px 4px 4px #ccc;
  -webkit-box-shadow: 3px 4px 4px #ccc;
  margin-top: 10px;
  transition: all 300ms;
}
#siparis_btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 700ms;
}
#urun_etiket {
  width: 100%;
  padding: 20px;
}
#etiket_div a {
  padding: 7px;
  margin: 5px;
  background-color: rgba(205, 205, 205, 0.5);
  color: #000;
  font-weight: 600;
  float: left;
}

@media screen and (max-width: 980px) {
  .logo_div {
    background-image: none;
    padding-right: 0;
    margin-top: 50px;
    height: 278px;
  }
  #logo,
  .menu,
  .slayt_golge {
    display: none;
  }

  #mobil_menu {
    display: block;
  }

  .arkaresim {
    display: none;
  }
  .resim {
    display: none;
  }
  .arkaresim2 {
    display: none;
  }

  .solkutu2 {
    float: left;
    width: 100%;
    height: 250px;
    margin-right: 0px;
    text-align: left;
    background-color: #0066b3;
  }
  .solkutu2 img {
    margin-top: 0px;
    width: 100%;
  }
  .solkutu2 p {
    font-family: "PT Sans", sans-serif;
    font-size: 34px;
    margin-right: 10px;
  }
  .sagkutu2 {
    float: left;
    width: 100%;
    height: 250px;
    background-color: #252525;
  }
  .sagkutu2 img {
    margin-top: 0px;
    width: 100%;
  }
  .sagkutu2 p {
    font-family: "PT Sans", sans-serif;
    font-size: 34px;
    margin-left: 10px;
    color: #0066b3;
  }

  #promopis {
    background: #a7a9ac;
  }

  .parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 500px;
    color: #000;
    font-size: 18px;
  }
  .parallax-section p {
    color: #000 !important;
    font-family: "PT Sans";
    text-align: center;
    font-weight: 400;
    z-index: 999999999999 !important;
    position: relative;
    font-size: 14px;
  }
  .parallax-section .yazi {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;

    color: #000 !important;
    font-family: "PT Sans", sans-serif;
  }

  #orta_menu {
    width: 100%;
    margin-top: 0px;
  }
  .orta_menu_ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
  .orta_menu_ul li {
    float: left;
    color: #3c3c3b;
    margin-top: 5px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    width: 45%;
    font-size: 16px;
    margin-bottom: 50px;
    height: 150px;
    margin-right: 10px;
    text-align: center;
  }
  .orta_menu_ul li p {
    height: 60px;
  }

  .orta_menu_ul li:hover {
    background-color: #e3e3e3;
  }
  .orta_menu_ul li a {
    padding: 0px;
    text-align: center;
  }
  .orta_menu_ul li a:hover {
    padding-top: 10px;
  }
  .orta_menu_ul li a:hover #orta_menu_resim {
    background-color: #fff;
  }
  #orta_menu_resim {
    width: 90%;
    height: auto;
    margin-top: 0px;
  }

  #resim {
    display: none;
  }
  #fabrika {
    display: none;
  }

  #usticerik {
    width: 100%;
    height: 100px;
    /* margin-top:50px;*/
    background-color: #23353f;
    z-index: -9999999 !important;
    position: relative;
    background-image: none;
  }
  .usticerik_ic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .usticerik_ic p {
    margin-top: 25px; /* margin-left:-30px; */
    text-align: center; /* position:absolute; */
    font-size: 40px;
    font-family: "Jost";
    font-weight: 900;
    color: #fff;
    z-index: 99999999999 !important;
    width: 100%; /* background:none; */
    clip-path: none;
  }

  .ust {
    margin: 0px auto;
    padding-top: 0px;
    width: 100%;
    -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
    0px 4px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
    0px 4px 3px 0px rgba(0, 0, 0, 0.4);
    height: 50px;
    text-align: left;
    z-index: 99;
  }
  /* .header{width:100%; height:45px; margin-left:auto; margin-right:auto;} */

  .ust2 {
    display: none;
  }

  .header_ortala {
    display: none;
  }
  .header_ortala2 {
    display: none;
  }
  .header_ortala3 {
    display: none;
  }
  .header_ortala4 {
    display: none;
  }
  .alt_ortala2 {
    display: none;
  }

  #altLinkler {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    z-index: 9;
    margin-top: 0;
  }
  #altLinkler::after {
    width: 100%;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  #altLinkler ul {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  #altLinkler ul li {
    width: 90%;
    height: 150px;
    float: left;
    position: relative;
    padding: 20px;
    margin-left: 30px;
    margin-bottom: 0px;
  }
  #altLinkler ul li img {
    width: 100px;
    height: auto;
    float: left;
    /* position: absolute; */
    margin-top: 20px;
    margin-left: -30px;
  }
  #altLinkler ul li ::first-line {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
  }

  #altLinkler ul li .baslik {
    margin-top: 0px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    height: 111px;
  }
  #altLinkler ul li .baslik h1 {
    font-family: "Raleway", sans-serif;
    text-align: right;
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    padding-top: 70px;
    padding-right: 10px;
    color: #000 !important;
  }

  #altLinkler ul li:hover h1 {
    color: #fff !important;
    margin-top: 0px;
    transition: all 500ms;
    background: rgba(0, 0, 0, 1);
    height: 100px;
  }
  #altLinkler ul li:hover {
    margin-top: 0px;
    padding-left: 0px;
    transition: all 500ms;
  }

  #altLinkler ul li a {
    text-decoration: none; /* display: block; */
    height: 100px;
    float: left;
    width: 100%;
  }

  #orta_menu_resim {
    background-position: center;
    padding-bottom: 50px;
    width: 100%;
    background-repeat: no-repeat;
    transition: all 500ms;
    background-size: 100%;
    height: 100%;
    z-index: -9999;
  }

  #orta_menu_resim:hover {
    background-position: top;
  }

  .ana_kutu {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 999;
  }
  .ana_kutu_ic {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .ana_kutu_ic1 {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 50px;
  }
  .ana_kutu_ic2 {
    width: 100%;
    float: right;
    background: #005ba9;
  }
  .ana_kutu_ic3 {
    width: 100%;
    float: left;
    background: #23353f;
  }
  .ana_kutu_ic h2 {
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    padding-left: 50px;
  }
  .ana_kutu_ic p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 80%;
    padding-left: 50px;
  }
  .ana_kutu_ic1 img {
    width: 100%;
    height: auto;
  }

  .uretim {
    width: 100%;
    height: auto;
    padding-left: 50px;
    position: relative;
    z-index: 100;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 100px;
    z-index: 999;
  }
  .uretim_ic {
    font-family: "Jost", sans-serif;
    width: 100%;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .uretim_ic h2 {
    font-weight: 900;
    font-size: 50px;
    text-align: left;
    color: #fff;
    border-left: 10px solid #ed1651;
    padding: 10px;
  }
  .uretim_ic p {
    font-weight: 400;
    font-size: 14px;
    padding-left: 0px;
    color: #fff;
  }

  .uretim2 {
    width: 100%;
    background: #ffcf06;
    clip-path: polygon(0 21%, 100% 0%, 100% 76%, 0% 100%);
    height: 250px;
    position: relative;
    z-index: 100;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 999;
  }
  .uretim_ic2 {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .uretim_ic2 h1 {
    font-weight: 900;
    font-size: 60px;
    color: #fff;
  }
  .uretim_ic2 p {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
  }
  .uretim_ic2 img {
    width: 100%;
  }

  .uretim3 {
    width: 100%;
    background: url(../../index.html) no-repeat center;
    height: 700px;
    position: relative;
    z-index: 100;
    color: #000;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 999;
  }
  .uretim_ic3 {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    padding-top: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .uretim_ic3 h2 {
    font-weight: 900;
    font-size: 40px;
    color: #000;
    background: #0066b3;
    width: 90%;
    height: 70px;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .uretim_ic3 p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
  }
  .uretim_ic3 img {
    width: 100%;
  }

  #cizdirik {
    display: none;
  }
  #cizgi_ic {
    width: 250px;
    height: 20px;
    margin-left: 20px;
    float: left;
    position: absolute;
  }

  #cizgi_ic .fa {
    color: #fff;
    font-size: 18px;
    padding: 5px;
    float: left;
  }
  #cizgi_ic b {
    color: #3c3c3b;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    float: left;
  }
  #cizgi_ic p {
    color: #3c3c3b;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    float: left;
  }
  #cizgi_ic a {
    color: #3c3c3b;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    float: left;
  }
  #cizgi_ic a:hover .fa {
    background-image: none;
    color: #222;
  }
  #cizgi_ic input {
    width: 200px;
    height: 30px;
    float: left;
    font-size: 12px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    margin-top: 8px;
    color: #303030;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }

  #dil_kutusu {
    float: left;
    padding-bottom: 0px;
    width: 150px;
    margin-left: 0px;
    position: relative;
  }
  #dil_kutusu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }
  #dil_kutusu ul li {
    float: left;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 5px;
  }
  #dil_kutusu ul a {
    color: #23353f;
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 10px;
    border: none;
  }
  #dil_kutusu ul a:hover {
    color: #005ba9;
    background-color: #fff;
    transition: all 500ms;
  }
  #dil_kutusu ul img {
    width: 20px;
  }

  a .whatsapp_hatti {
    float: left;
    position: absolute;
    padding-left: 10px;
    width: 250px;
    padding-top: 10px;
    border: 1px solid #bebebe;
    margin-top: 50px;
    margin-left: 0px;
  }
  a .whatsapp_hatti i {
    float: left;
    font-size: 40px;
    color: #444;
  }
  a .whatsapp_hatti p {
    float: left;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    padding-left: 10px;
  }
  a .whatsapp_hatti span {
    float: left;
    font-size: 16px;
    color: #555;
    font-weight: 700;
    padding-left: 10px;
  }

  a .musteri_hizmetleri {
    float: left;
    padding-left: 10px;
    position: absolute;
    padding-right: 10px;
    padding-top: 12px;
    border: 1px solid #bebebe;
    margin-top: 6px;
    margin-left: 300px;
  }
  a .musteri_hizmetleri img {
    float: left;
    height: 35px;
  }
  a .musteri_hizmetleri p {
    float: left;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    padding-left: 10px;
  }
  a .musteri_hizmetleri span {
    float: left;
    font-size: 16px;
    color: #555;
    font-weight: 700;
    padding-left: 10px;
    margin-top: -3px;
  }

  .header_sosyal {
    float: right !important;
    margin-top: -25px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 200px;
    position: relative;
  }
  .header_sosyal .fa {
    color: #23353f;
    padding: 6px;
    border: none;
  }
  .header_sosyal .fa:hover {
    color: #005ba9;
    background: none;
    transition: all 500ms;
  }
  .header_sosyal spam {
    color: #1166b0;
    font-size: 14px;
    font-weight: 600;
    padding-right: 0px;
  }
  .header_sosyal spam:hover {
    text-decoration: underline;
  }

  #h_iletisim {
    display: none;
  }

  #h_iletisim2 {
    display: none;
  }

  .alt_ortala2 {
    display: none;
  }
  .alt_ortala3 {
    margin-left: 0px;
    width: 100%;
    position: absolute;
    height: 100px;
    top: 0px;
    background: #005ba9;
    z-index: -99999 !important;
  }
  .alt_ortala2 img {
    width: 250px;
    margin-top: 20px;
    margin-left: 40px;
  }

  #footer_mobil {
    display: none;
  }

  .footer {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 100px;
    height: auto;
    position: relative;
    z-index: 100;
    font-family: "Montserrat", sans-serif;
    z-index: 99 !important;
  }
  .footer_ic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    color: #fff;
    text-align: center;
  }
  .footer_ic h4 {
    font-size: 26px;
    font-weight: 900;
    margin-left: 30px;
  }

  .footer_ic_logolar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
  }
  .footer_ic_logolar img {
  }

  #ugr_logo {
    float: left;
    width: 75px;
    margin-left: 30px;
  }
  a:hover #ugr_logo {
    width: 75px;
  }

  #slayt {
    margin-left: 0px;
    width: 100%;
    margin-right: auto;
    position: relative;
    margin-top: 0px;
    z-index: 99 !important;
  }
  #slayt_arkaplan_renk {
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-right: 0px; /* height:200px; */
  }

  /*
=====
DEPENDENCES
=====
*/

  /* The component will reset button browser styles */

  .r-button {
    --uirButtonBackgroundColor: var(--rButtonBackgroundColor, transparent);
    --uirButtonPadding: var(
      --rButtonPadding,
      var(--rButtonPaddingTop, 0) var(--rButtonPaddingRight, 0)
      var(--rButtonPaddingBottom, 0) var(--rButtonPaddingLeft, 0)
    );
    --uirButtonBorderWidth: var(--rButtonBorderWidth, 0);
    --uirButtonBorderStyle: var(--rButtonBorderStyle, solid);
    --uirButtonBorderColor: var(--rButtonBorderColor, currentColor);
    --uirButtonFontFamily: var(--rButtonFontFamily, inherit);
    --uirButtonFontSize: var(--rButtonFontSize, inherit);
    --uirButtonColor: var(--rButtonColor);

    background-color: var(--uirButtonBackgroundColor);
    padding: var(--uirButtonPadding);

    border-width: var(--uirButtonBorderWidth);
    border-style: var(--uirButtonBorderStyle);
    border-color: var(--uirButtonBorderColor);

    cursor: pointer;

    font-family: var(--uirButtonFontFamily);
    font-size: var(--uirButtonFontSize);
  }

  .r-button::-moz-focus-inner,
  .r-button[type="button"]::-moz-focus-inner,
  .r-button[type="reset"]::-moz-focus-inner,
  .r-button[type="submit"]::-moz-focus-inner {
    /* Remove the inner border and padding in Firefox. */

    border-style: none;
    padding: 0;
  }

  /* The component will reset browser's styles of link */

  .r-link {
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
  }

  /* The component will reset browser's styles of list */

  .r-list {
    --uirListPaddingLeft: var(--rListPaddingLeft, 0);
    --uirListMarginTop: var(--rListMarginTop, 0);
    --uirListMarginBottom: var(--rListMarginBottom, 0);
    --uirListListStyle: var(--rListListStyle, none);

    padding-left: var(--uirListPaddingLeft) !important;
    margin-top: var(--uirListMarginTop) !important;
    margin-bottom: var(--uirListMarginBottom) !important;
    list-style: var(--uirListListStyle) !important;
  }

  /* Basic styles of the hamburger component */

  .m-hamburger {
    --uiHamburgerDisplay: var(--hamburgerDisplay, inline-flex);
    --uiHamburgerWidth: var(--hamburgerWidth, 28px);
    --uiHamburgerHeight: var(--hamburgerHeight, 20px);
    --uiHamburgerThickness: var(--hamburgerThickness, 4px);
    --uiHamburgerBorderRadius: var(--hamburgerBorderRadius, 5px);
    --uiHamburgerBgColor: var(--hamburgerBgColor, currentColor);

    display: var(--uiHamburgerDisplay);
    width: var(--uiHamburgerWidth);
    height: var(--uiHamburgerHeight);

    position: relative;
    text-indent: -9999px;
  }

  .m-hamburger::before,
  .m-hamburger::after,
  .m-hamburger__label {
    width: 100%;
    height: var(--uiHamburgerThickness);
    border-radius: var(--uiHamburgerBorderRadius);
    background-color: var(--uiHamburgerBgColor);

    position: absolute;
    left: 0;
  }

  .m-hamburger::before,
  .m-hamburger::after {
    content: "";
  }

  .m-hamburger::before {
    top: 0;
  }

  .m-hamburger::after {
    bottom: 0;
  }

  .m-hamburger__label {
    /* The calculation of middle hamburger button line position */

    top: calc(50% - calc(var(--uiHamburgerThickness) / 2));
  }

  /*
=====
MENU STYLES
=====
*/

  .mobilmenu {
    --uiMenuCircleSize: var(--menuCircleSize, 100px);
    --uiMenuCircleOffset: var(--menuCircleOffset, 10px);
    --uiMenuCircleBgColor: var(--menuCircleBgColor, currentColor);

    --hamburgerWidth: var(--menuHamburgerWidth, 28px);
    --hamburgerHeight: var(--menuHamburgerHeight, 20px);
    --hamburgerBgColor: var(--menuHamburgerBgColor, #fff);

    box-sizing: border-box;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
  }

  .mobilmenu__nav {
    box-sizing: border-box;
    width: 100%;
    height: 0;

    transition: opacity 0.2s ease-out;
    opacity: 0;

    display: flex;
    align-items: flex-end;
    z-index: 2;
  }

  .mobilmenu__list {
    width: 100%;
    max-height: 100%;
    display: none;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobilmenu__toggle {
    box-sizing: border-box;
    width: var(--uiMenuCircleSize);
    height: calc(var(--uiMenuCircleSize) / 2);
    padding: var(--uiMenuCircleOffset);
    flex: none;

    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .mobilmenu__toggle::before {
    /*
  1. The font-size property is used to simplify calculations of the element's sizes and position
  2. The negative value for the bottom property need for hiding half of circle. 
  */

    content: "";
    width: 1em;
    height: 1em;
    font-size: var(--uiMenuCircleSize); /* 1 */

    background-color: var(--uiMenuCircleBgColor);
    border-radius: 50%;
    position: absolute;
    bottom: -0.5em; /* 2 */
    left: calc(50% - 0.5em);

    will-change: width, height;
    transition: transform 0.25s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    width 0.25s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    height 0.25s cubic-bezier(0.04, -0.1, 0.29, 0.98);
  }

  .mobilmenu__hamburger::before {
    /* Increase of click button area   */

    content: "";
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
  }

  /* styles of hamburger's animation */

  .m-hamburger::before,
  .m-hamburger::after,
  .m-hamburger__label {
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }

  .m-hamburger::before,
  .m-hamburger::after {
    transition-property: transform;
  }

  .m-hamburger__label {
    transition-property: transform, opacity;
  }

  /*
=====
MENU STATES
=====
*/

  .mobilmenu__hamburger:focus {
    outline: none;
  }

  .mobilmenu_activated {
    height: 100%;
  }

  .mobilmenu_activated .mobilmenu__nav {
    height: 100%;
    opacity: 1;

    will-change: opacity;
    transition-duration: 0.2s;
    transition-delay: 0.3s;
  }

  .mobilmenu_activated .mobilmenu__toggle::before {
    width: 100vmax;
    height: 100vmax;
    transform: translate3d(-50vh, -50vh, 0) scale(5);
    transition-duration: 1s;
  }

  .mobilmenu_activated .mobilmenu__list {
    display: block;
  }
  .mobilmenu_activated .mobilmenu__list li:hover {
    background: #005ba9;
    --colorWhite: #23353f;
  }

  .mobilmenu_activated .m-hamburger::before {
    top: 50%;
    background: #fff;
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }

  .mobilmenu_activated .m-hamburger::after {
    background: #fff;
    transform: translate3d(0, -50%, 0) rotate(135deg);
    top: 50%;
  }

  .mobilmenu_activated .m-hamburger__label {
    transform: rotate(-45deg) translate3d(-0.285em, -0.3em, 0);
    opacity: 0;
  }

  /*
=====
SETTINGS
=====
*/

  :root {
    --colorWhite: #fff;
    --colorMain: #23353f;
    --rLinkTextColor: var(--colorMain);
    --menuCircleSize: 100px;
    --menuCircleBgColor: var(--colorMain);
    --menuHamburgerWidth: 28px;
    --menuHamburgerHeight: 20px;
    --menuHamburgerBgColor: var(--colorWhite);
  }

  /*
=====
DEMO
=====
*/

  .page {
    max-width: 380px;
    padding: 10px;
    margin: auto;
    text-align: center;
  }

  .page__name {
    display: block;
    font-size: 3rem;
    font-weight: 700;
  }

  .page__hint {
    display: block;
    line-height: 1.45;
    margin-top: 1rem;
  }

  .mobilmenu__group {
    --rLinkTextColor: var(--colorWhite);

    padding: 0.5rem 3rem;
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 900;
  }

  .navbar-default {
    display: block;
    background-color: #fff !important;
    text-align: left;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  #nav_logo {
    display: block;
  }
  #nav_logo img {
    width: 250px;
    padding: 0px;
    margin-top: 10px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #252525;
  }

  .navbar-default .navbar-toggle {
    color: #252525 !important;
    border-color: #252525;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #0066b3 !important;
    color: #000 !important;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a {
    background-color: #0066b3 !important;
    color: #fff !important;
    border-bottom: 1px solid #fff;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    background-color: #a7a9ac !important;
    color: #fff !important;
  }
  .navbar-nav > li:hover {
    background-color: #a7a9ac !important;
    color: #fff !important;
  }

  .index_orta {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin-top: 0px;
  }
  .index_kutular_icerik #marque {
    width: 100%;
    height: 150px;
  }
  .index_kutular {
    margin-top: 0px;
    width: 100% !important;
    color: #000;
  }
  .index_kutular_icerik1 a {
    width: 50%;
    padding: 15px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #c8c8c8;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    z-index: 9999999;
  }
  .index_kutular_icerik1 a:hover {
    background-color: rgb(0, 0, 0);
    color: #fff;
  }

  .farkimiz {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
    margin-top: 5px;
    z-index: 999999999 !important;
    box-shadow: 3px 5px 8px #d2d2d2;
  }
  #farkimiz_ic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #duyurular {
    float: left;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 20px;
    font-family: "PT Sans", sans-serif;
    border-bottom: 4px solid #dadada;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
    0px 4px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
    0px 4px 3px 0px rgba(0, 0, 0, 0.4);
    z-index: 9999999 !important;
  }
  #interaktif {
    float: left;
    width: 300px;
    background-color: #eaeaea;
  }
  #interaktif2 {
    float: left;
    width: 300px;
    background-color: #eaeaea;
  }
  #interaktif3 {
    float: left;
    width: 300px;
    background-color: #eaeaea;
  }
  #iletisim {
    float: left;
    width: 300px;
    padding-left: 20px;
    background-color: #eaeaea;
  }

  .sari_kutu {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
  }
  .sari_kutu_ic {
    font-family: "PT Sans", sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .sari_kutu_ic h3 {
    font-weight: 100;
    font-size: 40px;
    color: #fff;
  }
  .sari_kutu_ic p {
    font-weight: 100;
    font-size: 20px;
    color: #fff;
  }

  #resim {
    display: none;
  }

  .farkimiz_kutular {
    float: left;
    width: 90%;
    height: 180px;
    margin: 10px;
    transition: all 800ms;
    text-align: center;
  }
  .farkimiz_kutular h2 {
    color: #495159;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    margin-top: 20px;
    font-variant: 100;
  }
  .farkimiz_kutular i {
    font-size: 20px;
    margin-top: 30px;
    color: #495159;
    border: 1px dashed #495159;
    padding: 22px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    transition: all 800ms;
  }

  .farkimiz_kutular:hover i {
    font-size: 20px;
    margin-top: 30px;
    -webkit-transform: rotate(360deg);
    transition: all 800ms;
  }

  #kurresim {
    display: none;
  }
  #piyasalar_tbl {
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #777;
    height: 60px;
  }
  #piyasalar_tbl td {
    border-bottom: 1px solid #f0f0ef;
  }

  .logo_div {
    height: 154px;
    padding-left: 10px;
  }

  .orta {
    width: 100%;
    margin-top: 20px;
    border: none;
  }
  .icerik {
    width: 100%;
    padding: 0px;
    border: none;
  }
  #icerik {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "PT Sans", sans-serif;
    background-image: url(../../index.html);
    background-repeat: repeat;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px;
    padding-top: 180px;
    margin-bottom: 20px;
  }
  #ic_sol {
    width: 950px;
    float: left;
    margin-top: 20px;
    padding: 10px;
  }
  #ic_sag {
    margin-top: -50px;
    width: 220px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background-image: url(../images/header_icon_bg.png);
    border: #ccc 1px solid;
  }
  .orta_sag {
    display: none;
    border: none;
  }
  .orta_sol {
    width: 100%;
    float: none;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  a:hover #urun_div {
    height: auto;
    background-color: #fff;
  }

  #urun_div {
    width: 100%;
    height: auto;
  }

  #urun_div_logo {
    width: 100px !important;
    margin-left: 50px;
    padding-top: 30px;
  }
  #urun_detay {
    float: left;
    margin-left: 0px !important;
    margin-top: 10px;
    background-color: #fff;
    text-align: center;
    color: #000;
    width: 95%;
    height: auto;
    border-radius: 5px;
  }

  #urun_detay p {
    font-size: 18px;
    font-family: PT Sans;
    font-weight: 600;
  }
  #urun_detay_resim {
    width: 95%;
  }
  #urun_detay_resim .anaresim {
    border-radius: 10px;
    width: 95%;
  }
  #urun_detay_resim .ekresim {
    border-radius: 10px;
    margin-top: 10px;
    width: 25%;
  }

  #urun_div img {
    margin-top: 30px;
    width: 300px;
  }
  #urun_aciklama {
    float: left;

    margin-top: 10px;
    padding: 10px;
    color: #000;
    width: 100%;
    font-family: "PT Sans";
    border-radius: 5px;
    font-weight: 400;
    height: auto;
    position: relative;
  }
  #urun_aciklama h4 {
    font-size: 14px;
    font-family: "PT Sans";
    text-align: center;
    font-weight: 400;
  }

  .iletisim_logo_firma_adi h2 {
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .index_kutular i {
      display: none;
    }
    #slogan {
      float: left;
      margin-top: 12px;
    }

    .sari_kutu {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      height: auto;
    }
    .sari_kutu_ic {
      font-family: "PT Sans", sans-serif;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding-top: 50px;
      margin-bottom: 50px;
    }
    .sari_kutu_ic h3 {
      font-weight: 100;
      font-size: 40px;
      color: #fff;
    }
    .sari_kutu_ic p {
      font-weight: 100;
      font-size: 20px;
      color: #fff;
    }

    .arkaresim {
      display: none;
    }
    .header_ortala {
      margin: 0px auto;
      width: 100%;
      height: 20px;
      margin-top: 20px;
      background: #fff;
      border-bottom: 4px solid #dadada;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
      0px 4px 3px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
      0px 4px 3px 0px rgba(0, 0, 0, 0.4);
    }

    #resim {
      position: relative;
      margin-top: 10px;
    }

    #slayt_yan_menu {
      width: 100%;
      float: left;
    }
    #kurresim {
      display: none;
    }
    #piyasalar_tbl {
      width: 100%;
      font-family: "PT Sans", sans-serif;
      font-size: 16px;
      color: #777;
      height: 60px;
    }
    #piyasalar_tbl td {
      border-bottom: 1px solid #f0f0ef;
    }

    .index_orta {
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      border: none;
      margin-top: 200px;
    }
    #duyurular {
      float: left;
      width: 100%;
      padding-right: 20px;
      margin-bottom: 20px;
      font-family: "PT Sans", sans-serif;
      border-bottom: 4px solid #dadada;
      height: 800px;
      -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
      0px 4px 3px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
      0px 4px 3px 0px rgba(0, 0, 0, 0.4);
      z-index: 9999999 !important;
    }
    #interaktif {
      float: left;
      width: 300px;
      background-color: #eaeaea;
    }
    #interaktif2 {
      float: left;
      width: 300px;
      background-color: #eaeaea;
    }
    #interaktif3 {
      float: left;
      width: 300px;
      background-color: #eaeaea;
    }
    #iletisim {
      float: left;
      width: 300px;
      padding-left: 20px;
      background-color: #eaeaea;
    }

    .index_kutular_icerik1 {
      color: #000;
      padding: 20px;
      width: 100%;
    }

    #urun_detay_resim {
      width: 90%;
    }
    #urun_detay_resim .anaresim {
      border-radius: 10px;
      width: 100%;
    }
    #urun_detay_resim .ekresim {
      border-radius: 10px;
      margin-top: 10px;
      width: 25%;
    }

    a .whatsapp_hatti {
      float: left;
      position: absolute;
      padding-left: 10px;
      width: 200px;
      padding-top: 10px;
      border: 1px solid #bebebe;
      margin-top: 50px;
      margin-left: 0px;
      margin-right: auto;
      height: auto;
    }
    a .whatsapp_hatti i {
      float: left;
      font-size: 30px;
      color: #444;
    }
    a .whatsapp_hatti p {
      float: left;
      font-size: 10px;
      color: #555;
      font-weight: 500;
      padding-left: 10px;
    }
    a .whatsapp_hatti span {
      float: left;
      font-size: 12px;
      color: #555;
      font-weight: 700;
      padding-left: 10px;
    }

    a .musteri_hizmetleri {
      float: left;
      position: absolute;
      padding-left: 10px;
      width: 200px;
      padding-right: 10px;
      padding-top: 12px;
      border: 1px solid #bebebe;
      margin-top: 55px;
      margin-left: 0px;
      height: auto;
    }
    a .musteri_hizmetleri img {
      float: left;
      height: 25px;
    }
    a .musteri_hizmetleri p {
      float: left;
      font-size: 10px;
      color: #555;
      font-weight: 500;
      padding-left: 10px;
    }
    a .musteri_hizmetleri span {
      float: left;
      font-size: 12px;
      color: #555;
      font-weight: 700;
      padding-left: 10px;
      margin-top: -3px;
    }

    #ust {
      width: 100%;
      height: 0px;
      padding: 0px;
      margin: 0px;
    }
    #header {
      width: 100%;
      height: 25px;
      margin-left: auto;
      margin-right: auto;
    }

    .orta_sag {
      width: 100%;
      float: none;
      padding: 0px;
      margin-left: auto;
      margin-right: auto;
    }
    #urun_div {
      width: 100%;
      height: auto;
      float: none;

      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 990;
      background-color: #fff;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .urun_div_2 {
      width: 100%;
      height: 0px;
      color: #111;
      position: absolute;
      z-index: 999;
      font-size: 14px;
      text-align: center;
      font-weight: 400;
      font-family: "PT Sans", sans-serif;
      transition: all 500ms;
    }

    .iletisim_logo_firma_adi {
      text-align: center;
    }
    .iletisim_bilgi {
      float: none;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .iletisim_table {
      float: none;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 34px;
    }
    .iletisim_sosyal_icon {
      float: none;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
    }
  }
}
