html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-stretch: condensed;
    font-size: 13pt;
    font-weight:400;
    color: #213f20;
    position: relative;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
}
body {	
    overflow-x: hidden;
    background: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#2f4058;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#2f4058;
}
br {
  	content:"";
  	margin:0;
  	display:block;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#2f4058;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#2f4058;
}
* {
  box-sizing:border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c6c6c6;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#c6c6c6;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#c6c6c6;
}
:-moz-placeholder { /* Firefox 18- */
  color:#c6c6c6;
}
.clear {
    clear:both;
}
h2 {
	font-size: 48px;
    line-height: 1em;
    font-weight: bold;
}
.container {
    position: relative;
    width:1200px;
    margin: 0 auto;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    z-index: 999999999999998;
    padding: 0;
    background: #52ce5f;
    border-radius: 50px;
    border: 1px solid #52ce5f;
    color: #fff;
    width: 130px;
    right: 20px;
    height: 40px;
    cursor: pointer;
    transition: all .3s ease-in;
}
.whatsapp i {
    text-align: center;
    padding: 15px;
    font-size: 17pt;
    color: #231f20;
    line-height: 8px;
    float: left;
}
.whatsapp span {
    color: #231f20;
    float: left;
    line-height: 38px;
    font-size: 9pt;
    font-weight: 600;
}
#tikla {
    display: none;
}  

header{
    width:100%;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
}
header .top {
    width:100%;
    float: left;
    height: 109px;
    background: #fff;
}
header .top .logo {
    float: left;
    height: 69px;
    margin-top:20px;
    position: relative;
    padding-top: 5px;
}
header .top .logo img {
    float: left;
    padding-left: 120px;
}
header .top .logo:after {
    content: "";
    position: absolute;
    left: 10px;
    height: 89px;
    top:-10px;
    width: 101px;
    background: url(../images/logo-after.png) no-repeat;
}

header .head-bilgi {
    float: right;
}
header .head-bilgi .telefon, header .head-bilgi .eposta {
    float: left;
    height: 49px;
    margin-top: 29px;
    margin-left: 50px;
    position: relative;
}
header .head-bilgi .telefon .icon {
    width: 29px;
    height: 30px;
    background: url(../images/head-tel.png) no-repeat;
    position: absolute;
    left: -68px;
    top: 9px;
}
header .head-bilgi .eposta .icon {
    width: 30px;
    height: 30px;
    background: url(../images/head-mail.png) no-repeat;
    position: absolute;
    left: -68px;
    top: 9px;
}
header .head-bilgi .telefon:before, header .head-bilgi .eposta:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -10px;
    width: 1px;
    height: 69px;
    background: #e8e8e8;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
header .head-bilgi .telefon .baslik, header .head-bilgi .eposta .baslik {
    float: left;
    width: 100%;
    line-height: 20px;
    font-weight: 400;
    color: #231f20;
    font-size: 13pt;
}
header .head-bilgi .telefon i, header .head-bilgi .eposta i {
    float: left;
    height: 52px;
    line-height: 52px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #383838;
    font-size: 14pt;
    color: #231f20;
}
header .head-bilgi .telefon span, header .head-bilgi .eposta span {
    float: left;
    line-height: 30px;
    font-size: 18pt;
    font-weight: 500;
    color: #231f20;
}
header .head-bilgi .eposta strong {
    float: left;
    line-height: 30px;
    font-size: 18pt;
    font-weight: 700;
    color: #231f20;
}
header .head-bilgi .telefon strong {
    float: left;
    line-height: 30px;
    font-size: 18pt;
    font-weight: 700;
    color: #231f20;
    margin-left: 5px;
}
header .bottom  {
    height: 70px;
    width: 100%;
    float: left;
    position: relative;
}
header .bottom .menu  {
    float: left;
    background: #ed1c24;
    position: relative;
    width: 840px;
}
header .bottom .menu:before  {
    content:"";
    position: absolute;
    left:-3000px;
    top:0;
    height: 100%;
    width: 3000px;
    background: #ed1c24;
}
header .bottom .menu:after  {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 40px;
    background: #ed1c24;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
header .bottom .menu li  {
    float:left;
}
header .bottom .menu li a  {
    float: left;
    line-height: 70px;
    font-weight: 700;
    font-size: 14pt;
    padding: 0 20px;
    color: #fff;
    transition: all .1s ease-in;
}
header .bottom .menu li a:hover  {
    color: #231f20;
}
header .bottom .menu li:nth-child(1) a  {
    padding: 0 20px 0 0;
}
header .bottom .head-sag .menu-buton {
    width: 40px;
    height: 36px;
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 13px;
}
header .bottom .head-sag .menu-buton span.line {
    display: block;
    width: 40px;
    background: #fff;
    height: 4px;
    margin-top: 8px;
    float: right;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
span.line:nth-child(1) {
    width: 30px !important;
}
span.line:nth-child(3) {
    width: 20px !important;
}
.header .menu-buton:hover span.line {
    width:40px !important;
}
header .bottom .head-sag .menu-buton:hover span.line {
    width: 40px !important;
}
header .bottom .head-sag .menu-buton span.line:Active {
    display: block;
    width:40px;
    background: #fff;
    height:4px;
    margin-top:8px;
    float: right;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
header .bottom .head-sag:before {
    content: "";
    position: absolute;
    left: -30px;
    height: 70px;
    background: #231f20;
    top: 0;
    width: 3000px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
header .bottom .head-sag {
    position: relative;
    float: right;
    margin-right: 50px;
}
header .bottom .head-sag:after {
    content: "";
    position: absolute;
    width: 41px;
    height: 48px;
    left:-52px;
    top:-48px;
    background: url(../images/head-sag-after.png) no-repeat;

}
header .bottom .head-sag .dil {
    line-height: 70px;
    font-weight: 700;
    font-size: 14pt;
    color: #fff;
    width: 230px;
}
header .bottom .head-sag .dil a {
    line-height: 70px;
    font-weight: 700;
    font-size: 14pt;
    color: #fff;
    padding: 0 10px;
    transition: all .1s ease-in;
}
header .bottom .head-sag .dil a:hover  {
    color: #ed1c24;
}
.ustalan    {
    width:100%;
    float: left;
}
.ustalan .slider-alan    {
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    margin-top:20px;
}
.ustalan .slider-alan .slider   {
    width: 100%;
    float: left;
}
.ustalan .slider-alan .slider img  {
    width: 100%;
    float: left;
}
.ustalan .slider-alan .slider .slider-geri   {
    position: absolute;
    top: calc(50% - 20px);
    left: 40px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: rgb(17 17 17 / 16%);
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
.ustalan .slider-alan .slider .slider-ileri   {
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: rgb(17 17 17 / 16%);
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
.ustalan .slider-alan .slider .slider-ileri i, .ustalan .slider-alan .slider .slider-geri i  {
    color: #fff;
    font-size: 17pt;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.alan    {
    width:100%;
    float: left;
    position: relative;
    background: #f6f6f6;
}
.alan .sol   {
    float: left;
    width: 40%;
    padding: 60px 20px 60px 0;
}
.alan .sol .baslik   {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 15pt;
    color: #ed1c24;
}
.alan .sol strong {
    float: left;
    width: 100%;
    font-size: 22pt;
    font-weight: 700;
    margin-top: 10px;
}
.alan .sag   {
    float: left;
    width: 60%;
    padding: 60px 0 60px 20px;
}
.alan .sag .baslik   {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 15pt;
    color: #ed1c24;
}
.alan .sag strong {
    float: left;
    width: 100%;
    font-size: 22pt;
    font-weight: 700;
    margin-top: 10px;
}
.alan .text   {
    width: 100%;
    float: left;
    margin-top:10px;
}

.alan .sag .git {
    background: #ed1c24;
    color: #fff;
    padding: 10px 30px;
    float: left;
    margin-top:20px;
}
.alan .sag .iletisim {
    background: #231f20;
    margin-left: 10px;
}
.sektorler-alan    {
    width:100%;
    float: left;
    padding: 60px 0 150px 0;
    background: #f6f6f6;
}
.sektorler-alan .baslik   {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 26pt;
}
.sektorler-alan .text   {
    width: 100%;
    text-align: center;
    float: left;
}
.sektorler-alan .sektorler   {
    width: 100%;
    float: left;
    margin-top:30px;
    position: relative;
}
.sektorler-alan .sektorler:before   {
    content: "";
    position: absolute;
    left: -3020px;
    top:-100px;
    width: 3000px;
    height:calc( 100% + 200px);
    background: #f6f6f6;
    z-index: 2;
}
.sektorler-alan .sektorler:after   {
    content: "";
    position: absolute;
    right: -3020px;
    top:-100px;
    width: 3000px;
    height:calc( 100% + 200px);
    background: #f6f6f6;
    z-index: 2;
}
.sektorler-alan .sektorler a   {
    background: #fff;
    float: left;
    width: 100%;
}
.sektorler-alan .sektorler a .resim   {
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;
    transition: all .1s ease-in;
    position: relative;
}
.sektorler-alan .sektorler a .resim img   {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .1s ease-in;
}
.sektorler-alan .sektorler a:hover .resim img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15) rotate(10deg) scale(1.05);
    transform: scale3d(1.15, 1.15, 1.15) rotate(10deg) scale(1.05);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.sektorler-alan .sektorler a .icerik   {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
}
.sektorler-alan .sektorler a .icerik .adi  {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16pt;
    text-align: center;
}
.sektorler-alan .sektorler a .icerik .git  {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d6d6d6;
    margin-top: 30px;
}
.sektorler-alan .sektorler a .icerik .git i  {
    color: #101010;
}
.sektorler .sektorler-pagination    {
    bottom:-60px;
}
.sektorler .sektorler-pagination .swiper-pagination-bullet {
    background: #111;
    margin: 0 4px;
}
.sektorler .sektorler-pagination .swiper-pagination-bullet-active {
    background: #111;
}
.slogan-alan {
    float: left;
    width: 100%;
    padding: 0 0 60px 0;
    background: #f6f6f6;
    z-index: -99;
}
.slogan-alan .slogan {
    width: 216px;
    float: left;
    position: relative;
    margin-left: 30px;
    padding: 40px;
    cursor: default;
}
.slogan-alan .slogan:nth-child(1) {
    margin-left: 0;
}
.slogan-alan .slogan .adi {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-weight: 700;
    font-size: 18pt;
    transition: all .1s ease-in;
}
.slogan-alan .slogan .text {
    float: left;
    width: 100%;
    font-size: 11pt;
    padding-bottom: 20px;
    border-bottom: 5px solid #ed1c24;
    transition: all .1s ease-in;
}
.slogan-alan .slogan:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -9;
}
.slogan-alan .slogan:before {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:0;
    background: #231f20;
    z-index: -8;
    transition: all .1s ease-in;
}
.slogan-alan .slogan:hover:before {
    height:100%;
}
.slogan-alan .slogan:hover .adi {
    color:#fff;
}
.slogan-alan .slogan:hover .text {
    color:#fff;
}
.footer {
    width: 100%;
    float: left;
}
.footer .footer-ust {
    width: 100%;
    float: left;
    background: #fff;
    margin-top:-70px;
    padding: 30px 0;
    position: relative;
    border-bottom: 10px solid #ed1c24;
    z-index: 9;
}
.footer .footer-ust:before {
    content:"";
    position: absolute;
    width: 40px;
    height: 100%;
    left:-40px;
    top:0;
    background: #fff;
    border-bottom:10px solid #ed1c24;
}
.footer .footer-ust:after {
    content:"";
    position: absolute;
    width: 40px;
    height: 100%;
    right:-40px;
    top:0;
    background: #fff;
    border-bottom:10px solid #ed1c24;
}
.footer .footer-ust .adres,
.footer .footer-ust .telefon,
.footer .footer-ust .eposta,
.footer .footer-ust .sosyal-medya {
    float: left;
    position: relative;
}
.footer .footer-ust .adres .baslik,
.footer .footer-ust .telefon .baslik,
.footer .footer-ust .eposta .baslik,
.footer .footer-ust .sosyal-medya .baslik {
    float: left;
    width:100%;
    font-weight: 700;
    font-size: 18pt;
    margin-bottom: 10px;
}
.footer .footer-ust .adres strong,
.footer .footer-ust .telefon strong,
.footer .footer-ust .eposta strong,
.footer .footer-ust .sosyal-medya strong {
    font-weight: 700;
}
.footer .footer-ust .adres .text,
.footer .footer-ust .telefon .text,
.footer .footer-ust .eposta .text {
    float: left;
    width: 90%;
}
.footer .footer-ust .adres {
    width: 370px;
}
.footer .footer-ust .telefon {
    width: 280px;
}
.footer .footer-ust .eposta {
    width: 240px;
}
.footer .footer-ust .telefon .text p {
    float: left;
    width: 50%;
}
.footer .footer-ust .sosyal-medya ul {
    float: left;
    width: 100%;
}
.footer .footer-ust .sosyal-medya ul li {
    float: left;
    margin-right: 10px;
}
.footer .footer-ust .sosyal-medya ul li a {
    float: left;
}
.footer .footer-ust .sosyal-medya ul li a i {
    float: left;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color:#231f20;
}
.footer .footer-orta {
    float: left;
    width: 100%;
    padding: 60px 0 30px 0;
    position: relative;
}
.footer .footer-orta .foot-bolum {
    float: left;
    width: 20%;
}
.footer .footer-orta .foot-bolum .baslik {
    float: left;
    width: 100%;
    font-size: 22pt;
    font-weight: 700;
    margin-top: 10px;
}
.footer .footer-orta .foot-bolum .menu {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.footer .footer-orta .foot-bolum .menu li {
    float: left;
    width: 100%;
}
.footer .footer-orta .foot-bolum .menu li a {
    float: left;
    padding:3px 0;
    transition: all .1s ease-in;
}
.footer .footer-orta .foot-bolum .menu li a:hover {
    padding-left:10px;
}
.footer .footer-orta .foot-logo {
    float: left;
    width: 20%;
    position: relative;
}
.footer .footer-orta .foot-logo:after {
    content: "";
    position: absolute;
    left: 6px;
    height: 35px;
    bottom: -45px;
    width: 157px;
    background: url(../images/logo-after.png) no-repeat;
    display:none;
}
.footer-alt .copyright {
    float: left;
    letter-spacing: 0px;
    line-height: 60px;
    color:#231f20;
}
.footer-alt .copyright strong {
    color:#231f20;
    font-weight: 800;
}
.footer-alt .kalitefix {
    float: right;
    transition: all .1s ease-in;
    background: url(../images/kalitefix-logo.png) no-repeat;
    width: 20px;
    height: 24px;
    margin-top: 18px;
    opacity:1;
    overflow: hidden;
    background-position: right;
}
    
.footer-alt .kalitefix:hover {
    opacity: 1;
    width: 150px;
    background-position: left;
}
.footer-alt {
    float: left;
    width: 100%;
}











































.hizmetler-alan  {
    width:100%;
    float: left;
    overflow: hidden;
    background: #fff;
}
.hizmetler-alan .hizmet-liste  {
    width:100%;
    float: left;
    position: relative;
}
.hizmetler-alan .hizmet-liste .hizmet-geri {
    position: absolute;
    right: 70px;
    width: 60px;
    height: 40px;
    background: #252424;
    text-align: center;
    line-height: 40px;
    top:80px;
    transition: all .3s;
    cursor: pointer;
    z-index: 999;
  }

  .hizmetler-alan .hizmet-liste .hizmet-ileri {
    position: absolute;
    right: 0;
    width: 60px;
    height: 40px;
    background: #252424;
    text-align: center;
    line-height: 40px;
    top:80px;
    transition: all .3s;
    cursor: pointer;
    z-index: 999;
  }
  .hizmetler-alan .hizmet-liste .hizmet-geri i, .hizmetler-alan .hizmet-liste .hizmet-ileri i {
    font-size: 18pt;
    width: 100%;
    line-height: 40px;
    color:#fff;
  }
  .hizmetler-alan .hizmet-liste .hizmet-geri:hover, .hizmetler-alan .hizmet-liste .hizmet-ileri:hover, .hizmetler-alan .swiper-button-disabled {
    background: #1f1f1f;
  }

.hizmetler-alan .hizmet-liste .hizmet-resim {
    width: 50%;
    float: right;
    background: #fff;
    overflow: hidden;
    height:600px;
    z-index: 0;
}
.hizmetler-alan .hizmet-liste .hizmet-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik {
    float: left;
    width: 45%;
    overflow: hidden;
    background: #fff;
    height: 405px;
    position: relative;
    margin-top:20px;
    margin-bottom: 0;
}
.hizmetler-alan .hizmet-liste .baslik {
    width: 50%;
    float: left;
    font-weight: 700;
    font-size: 26pt;
    margin-top: 100px;
}
.hizmetler-alan .hizmet-liste .baslik:after {
    content: "";
    position: absolute;
    width: 205px;
    height: 1px;
    opacity: .2;
    background: #fff;
    top: 14px;
    left: 182px;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .adi {
    width: 100%;
    padding-left: 30px;
    padding-right:0;
    padding: 20px 10px;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    float: left;
    margin-top: 40px;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .adi span {
    font-size: 20pt;
    font-weight: 300;
    color: #fff;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .text {
    padding-left: 10px;
    padding-right: 0;
    color: #fff;
    margin-top: 0;
    float: left;
    width: 100%;
    line-height: 18pt;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .text p {
    color: #fff;
    float: left;
    width: 100%;
    line-height: 18pt;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .swiper-slide .butonlar {
    float: left;
    width:100%;
    height: 100px;
    line-height: 100px;
    border-radius:10px;
    cursor: pointer;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .swiper-slide .git {
    color: #000;
    float: left;
    width:calc( 100% - 150px);
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    font-size: 18pt;
    padding-left: 40px;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .swiper-slide .nubber {
    color: #000;
    float: left;
    font-weight: 700;
    font-size:26pt;
    width:70px;
    height:70px;
    text-align: center;
    line-height:70px;
    border:3px solid #000;
    border-radius: 50%;
    margin-top: 15px;
    margin-left: 30px;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .swiper-slide-active .butonlar {
    color: #fff !important;
    line-height: 100px !important;
    background: #ed1c24 !important;
}

.hizmetler-alan .hizmet-liste .hizmet-icerik .butonlar:hover {
    background:#fff;
    color: #1a1a1a;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .swiper-slide-active .butonlar .nubber {
    color: #fff !important;
    border:3px solid #fff !important;
}
.hizmetler-alan .hizmet-liste .hizmet-icerik .swiper-slide-active .butonlar .git {
    color: #fff !important;
}

.hizmetler-alan .hizmet-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    right: 0;
    top: 90px;
}
.hizmetler-alan .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    z-index: 9999;
    margin-left: 5px;
    opacity: 0.2;
}
.hizmetler-alan .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.banner {
    width: 100%;
    height: 170px;
    position: relative;
    display: block;
    background: #231f20;
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    float: left;
    margin-top: 20px;
}
.banner h1 {
    float: left;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    width: 80%;
    margin-top: 45px;
    letter-spacing: -1px;
}
.banner ul.map {
    float: left;
    width: 80%;
}
.banner ul.map li {
    float: left;
    position: relative;
    padding-right:40px;
}
.banner ul.map li:nth-child(1) {
    padding-right: 40px;
}
.banner ul.map li:nth-last-child(1) {
    padding-right: 0;
}
.banner ul.map li:after {
    content: "";
    position: absolute;
    right:15px;
    width: 1px;
    top: 8px;
    height: 25px;
    background: #ed1c24;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.banner ul.map li:before {
    content: "";
    position: absolute;
    right:20px;
    width: 1px;
    top: 8px;
    height: 25px;
    background: #ed1c24;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.banner ul.map li:nth-last-child(1):after, .banner ul.map li:nth-last-child(1):before {
    display:none;
}
.banner ul.map li a {
    color: #fff;
    line-height: 40px;
    transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
}
.banner ul.map li a i {
    color:#fff;
    font-size: 12pt;
    line-height: 40px;
    transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
}
.banner ul.map li a:hover, .banner ul.map li a i:hover {
    color: #ed1c24;
}
.banner .paylas {
    position: absolute;
    right: 0;
    top:35px;
    background: url(../images/paylas.png) no-repeat;
    width: 200px;
    height: 70px;
    background-position: right;
}
.banner .paylas ul {
    float: right;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    margin-top: 40px;
    width: 161px;
    margin-right: 40px;
}
.banner .paylas ul li {
    float: left;
    width: 52px;
    line-height: 38px;
    margin-left: 1px;
    text-align: center;
    position: relative;
}
.banner .paylas ul li:after {
    content:"";
    position: absolute;
    right:0;
    top:0;
    width: 1px;
    height: 24px;
    background: #fff;
}
.banner .paylas ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 24px;
    background: #fff;
    opacity: .3;
}
.banner .paylas ul li:nth-child(3):after {
    display:none;
}
.banner .paylas ul li a {
    width: 100%;
    height: 100%;
    float: left;
}
.banner .paylas ul li a i {
    color: #fff;
}
.sayfa {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-bottom: 100px;
    background: #f3f3f3;
}
.sayfa .sol {
    float: left;
    width: 920px;
    padding: 20px;
    margin-top: 30px;
    background: #fff;
}
.sayfa .sol .resim {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}
.sayfa .sol .resim img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.sayfa .sol .baslik {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
    color: #222;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sayfa .sol .aciklama {
    width: 100%;
    float: left;
}
.sayfa .sol .tarih {
    margin-top: 0;
    float: left;
    background: #f0f0f0;
    padding: 5px;
    font-weight: 300;
    font-size: 10pt;
}
.sayfa .sol .aciklama p {
    line-height: 30px;
    width: 100%;
    float: left;
    font-weight: 400;
}
.sayfa .sol .aciklama p strong {
    font-weight: 700;
}
.sayfa .sol .aciklama li {
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-weight: 400;
}
.sayfa .sag {
    float: right;
    width: 260px;
    margin-left: 20px;
    margin-top: 30px;
}
.sayfa .sag ul.solmenu {
    background: #fff;
    border-bottom: 5px solid #ed1c24;
    float: left;
    width:100%;
}
.sayfa .sag ul.solmenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.sayfa .sag ul.solmenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .sag .baslik {
    font-size: 20px;
    color: #454545;
    float: left;
    width: 100%;
    height: 80px;
    background: #fefefe;
    line-height: 80px;
    padding: 0 20px;
    font-weight: 600;
}
.sayfa .tam1 .gallery {
    float: left;
    width: 100%;
    /* -webkit-box-shadow: 0 10px 50px rgb(0 0 0 / 7%); */
    /* box-shadow: 0 10px 50px rgb(0 0 0 / 7%); */
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 5px solid #ed1c24;
    background: #fff;
}
.sayfa .tam1 .gallery a {
    float: left;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    margin-top: 0;
}
.sayfa .tam1 .gallery a:nth-child(5n+1) {
    margin-left: 0;
}
.sayfa .tam1 .gallery a:nth-child(1n+6) {
    margin-top: 20px;
}
.sayfa .tam1 .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sayfa .tam {
    width: 100%;
    float: left;
}
.sayfa .tam .iletisim-bilgileri {
    width: 100%;
    padding: 60px 0;
    margin-top: 0;
    float: left;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan {
    width: calc(100% / 3 - 20px);
    float: left;
    margin-left: 30px;
    background: #f9f9f9;
    padding: 30px;
    margin-top: 30px;
    /* -webkit-box-shadow: 0 10px 50px rgb(0 0 0 / 7%); */
    /* box-shadow: 0 10px 50px rgb(0 0 0 / 7%); */
    border-bottom: 5px solid #ed1c24;
}
.sayfa .tam .iletisim-bilgileri .adres {
    width:100% !important;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan:nth-child(1) {
    margin-left: 0;
    margin-top: 0;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan:nth-child(2) {
    margin-left: 0;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan .baslik {
    font-size: 18pt;
    font-weight:700;
    float: left;
    width: 100%;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan i {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #e42f2a;
    color: #ffffff;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan .detay {
    float: left;
    width: 100%;
    margin-top: 5px;
    line-height: 30px;
    font-weight: 500;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan .detay p {
    float: left;
    width: 100%;
    line-height: 30px;
    font-weight: 500;
}
.sayfa .tam .iletisim-form {
    float: left;
    background: #f9f9f9;
    position: relative;
    padding: 30px 0px;
    width: 100%;
}
.sayfa .tam .iletisim-form:after {
    content:"";
    background: #f9f9f9;
    position: absolute;
    left:-3000px;
    top:0;
    width: 3000px;
    height: 100%;
}
.sayfa .tam .iletisim-form:before {
    content:"";
    background: #f9f9f9;
    position: absolute;
    right:-3000px;
    top:0;
    width: 3000px;
    height: 100%;
}
.sayfa .tam .iletisim-form .baslik {
    float: left;
    width: 100%;
    font-size: 24pt;
    font-weight: 600;
    position: relative;
}
.sayfa .tam .iletisim-form .baslik:after {
    content:"";
    position: absolute;
    bottom:-20px;
    left:0;
    height: 1px;
    width:140px;
    background:#e6e6e6;
}
.sayfa .tam .iletisim-form .baslik:before {
    content:"";
    position: absolute;
    bottom:-20px;
    left:0;
    height:5px;
    width:70px;
    background:#ed1c24;
}
.sayfa .tam .iletisim-form .baslik span {
    font-size: 24pt;
    font-weight: 300;
}
.sayfa .tam .iletisim-form .aciklama {
    float: left;
    width: 100%;
    margin-top: 40px;
    line-height: 30px;
    font-weight: 500;
}

.sayfa .tam .iletisim-form #form5 {
    float: left;
    width: 100%;
}
.sayfa .tam .iletisim-form #form5 input {
    width: calc(50% - 15px);
    float: left;
    margin-top: 30px;
    line-height: 60px;
    border: 1px solid #f9f9f9;
    margin-left: 30px;
    padding: 0 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.sayfa .tam .iletisim-form #form5 select {
    width: calc(50% - 15px);
    float: left;
    margin-top: 30px;
    border: 1px solid #f9f9f9;
    margin-left: 30px;
    padding: 0 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 60px;
    height: 62px;
}
.sayfa .tam .iletisim-form #form5 input:nth-child(even) {
    margin-left:0;
}

.sayfa .tam .iletisim-form #form5 textarea {
    width: 100%;
    float: left;
    margin-top: 30px;
    height: 90px;
    padding: 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .tam .iletisim-form #form5 button {
    border: none;
    margin-top: 30px;
    text-align: center;
    background: #333332;
    transition: all .3s ease-in;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 10pt;
}
.sayfa .tam .iletisim-form .unuttum {
    float: left;
    margin-top: 30px;
    color: #ed1c24;
}
.sayfa .tam .iletisim-form .yokmu {
    float: left;
}
.sayfa .tam .iletisim-form .yokmu .hesap {
    float: left;
}
.sayfa .tam .iletisim-form .yokmu .unuttum {
    margin-top: 0;
    float: left;
    margin-left: 20px;
}

.sayfa .tam .iletisim-form #form5 input:focus, .sayfa .tam .iletisim-form #form5 textarea:focus {
    border: 1px solid #333332;
}
.sayfa .tam .harita {
    width: 100%;
    margin: 30px 0;
    float: left;
}
.sayfa .tam .harita .baslik {
    float: left;
    width: 100%;
    font-size: 24pt;
    font-weight: 600;
    position: relative;
}
.sayfa .tam .harita .baslik:after {
    content:"";
    position: absolute;
    bottom:-20px;
    left:0;
    height: 1px;
    width:140px;
    background:#e6e6e6;
}
.sayfa .tam .harita .baslik:before {
    content:"";
    position: absolute;
    bottom:-20px;
    left:0;
    height:5px;
    width:70px;
    background:#ed1c24;
}
.sayfa .tam .harita iframe {
    margin-top: 50px;
    float: left;
}
.sayfa .tam .kategoriler a.kategori {
    width: calc(100% / 3 - 20px);
    float: left;
    overflow: hidden;
    margin-left: 30px;
    margin-bottom: 30px;
}
.sayfa .tam .kategoriler a.kategori:nth-child(3n+1) {
    margin-left:0;
}
.sayfa .tam .kategoriler a.kategori .kategori-resim {
    width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
}
.sayfa .tam .kategoriler a.kategori .kategori-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.sayfa .tam .kategoriler a.kategori .urun-resim img {
    object-fit: contain!important;
}
.sayfa .tam .kategoriler a.kategori:hover img {
    transform:rotate(7deg) scale(1.2);
}

.sayfa .tam .kategoriler a.kategori .adi {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 14pt;
    padding: 10px 0px 10px 0px;
}
.sayfa .tam .kategoriler a.kategori .yazi {
    float: left;
    width: 100%;
    line-height: 18pt;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.sayfa .tam .kategoriler a.kategori .yazi:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
}
.sayfa .tam .kategoriler {
    float: left;
    width:100%;
    position: relative;
    margin-top: 30px;
}
.respmen,.mobmen{
    display:none;
}
.respmen {
    display:none;
}
#arrowclk {
    display: none;
}
.sayfa .urun-detay {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.sayfa .urun-detay .resim {
    width: 40%;
    float: left;
    background: #fff;
    padding: 0;
    height:400px;
}
.sayfa .urun-detay .resim .gallery {
    width: 100%;
    float: left;
    height: 100%;
}
.sayfa .urun-detay .resim .gallery a {
    padding: 40px;
    width: 100%;
    float: left;
    height: 100%;
}
.sayfa .urun-detay .resim .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .urun-detay .bilgiler {
    float: left;
    width: 60%;
    padding-left: 30px;
}
.sayfa .urun-detay .bilgiler .adi {
    font-weight: 600;
    font-size: 20pt;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    margin-top: 40px;
}
.sayfa .urun-detay .bilgiler .barkod {
    font-variant-ligatures: discretionary-ligatures;
    font-family: 'ean13_font';
    font-size: 80px;
    width: calc(50% - 10px);
    float: left;
    margin-top: 20px;
}
.sayfa .urun-detay .bilgiler .agirlik {
    float: left;
    width: calc(50% - 10px);
    margin-top: 20px;
    background: #231f20;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}
.sayfa .urun-detay .bilgiler .agirlik span {
    font-size: 14pt;
    line-height: 50px;
    font-weight: 600;
    color: #ffffff;
}
.sayfa .urun-detay .bilgiler .adet {
    float: left;
    width: calc(50% - 10px);
    margin-top: 20px;
    background: #e8e9ea;
    color: #231f20;
    text-align: center;
    line-height: 50px;
}
.sayfa .urun-detay .bilgiler .adet span {
    font-size: 14pt;
    line-height: 50px;
    font-weight: 600;
}
.sayfa .urun-detay .bilgiler .altbilgi {
    float: right;
    width:100%;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    margin-left: 20px;
}
.sayfa .urun-detay .bilgiler .kaydir {
    float: left;
    width: calc(50% - 10px);
    margin-top: 20px;
    background: #e22958;
    color: #ffffff;
    text-align: center;

    line-height: 50px;
    font-weight: 500;
    cursor: pointer;
}
.sayfa .urun-detay .bilgiler .kaydir i {
    color: #ffffff;

    line-height: 50px;
    margin-left: 10px;
}
.sayfa .urun-detay .aciklama {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-top: 30px;
    font-weight: 400;

    line-height: 30px;
}
.sayfa .urun-detay .aciklama p {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    line-height: 30px;
}
.sayfa .urun-detay .aciklama .baslik {
    font-weight: 500;
    font-size: 20pt;
    margin-top: 30px;
}
.sayfa .urun-detay .aciklama .baslik span {
    font-weight: 300;
    font-size: 20pt;
}

.sayfa .urun-detay .aciklama table {
    width: 100%;
    float: left;
    border-collapse: collapse;
}
.sayfa .urun-detay .aciklama table tr th, .sayfa .urun-detay .aciklama table tr td {
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    line-height: 50px;
    font-weight: 500;
}
.sayfa .urun-detay .aciklama table tr th span, .sayfa .urun-detay .aciklama table tr td span {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 12px;
    top: 12px;
}
.sayfa .urun-detay .aciklama table tr:nth-child(even){
    background-color: #f2f2f2;
}
.sayfa .urun-detay .aciklama table tr:hover {
    background-color: #ddd;
}
.sayfa .urun-detay .aciklama table tr:nth-child(1) {
    background: #0064b0;
}
.sayfa .urun-detay .aciklama table tr:nth-child(1):hover {
    background: #0064b0;
}
.sayfa .urun-detay .aciklama table tr:nth-child(1) th, .sayfa .urun-detay .aciklama table tr:nth-child(1) td {
    border: 1px solid #0064b0;
    color: #fff;
    font-weight: 600;
}

.sayfa .urun-detay .bilgiler .altbilgi table {
    width: 100%;
    float: left;
    border-collapse: collapse;
}

.sayfa .urun-detay .bilgiler .altbilgi table tr th, .sayfa .urun-detay .bilgiler .altbilgi table tr td {
    border: none;
    text-align: center;
    position: relative;
    line-height: 30px;
    font-weight: 500;
    font-size: 9pt;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr th span, .sayfa .urun-detay .bilgiler .altbilgi table tr td span {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 12px;
    top: 12px;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(even){
    background-color: #f2f2f2;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:hover {
    background-color: #ddd;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1) {
    background: #6dcff6;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1):hover {
    background: #6dcff6;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1) th, .sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1) td {
    border: none;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
}
