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: 'Poppins', sans-serif;
    font-stretch: condensed;
    font-size: 12pt;
    font-weight:300;
    color: #333;
    position: relative;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    letter-spacing: -.2px;
}
.respmen {
    display: none;
}
.respmen, .mobmen {
    display: 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:1250px;
    margin: 0 auto;
}
header  {
    width:100%;
    height:100px;
    float: left;
    z-index: 999999;
}
header .top {
    width:100%;
    height:100px;
    float: left;
    position: relative;
}
header .top .sol {
    float: left;
}
header .top .sol .logo {
    float: left;
    height: 75px;
    margin-top: 13px;
    margin-left: 0;
    position: relative;
}
header .top .sol .logo:before {
    content: "";
    position: absolute;
    left: -2640px;
    height: 130px;
    background: rgb(33, 142, 210);
    background: linear-gradient(43deg, rgba(33, 142, 210, 1) 40%, rgba(12, 114, 177, 1) 100%);
    top: -93px;
    width: 2580px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(10deg);
    display: none;
}
header .top .sol .logo:after {
    content: "";
    position: absolute;
    left: -2000px;
    height: 20px;
    background: rgb(255 255 255);
    top: 87px;
    width: 2000px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(10deg);
    z-index: 999;
    display: none;
}
header .top .menu {
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}
header .top .menu li {
    float: left;
}
header .top .menu li a {
    float: left;
    padding: 0 15px;
    line-height: 50px;
    font-weight: 600;
    font-size: 14pt;
}
header .top .sol .logo img {
    float: left;
    height: 100%;
}
header .top .head-sag {
    position: absolute;
    right: 0;
    padding: 0 0 0 10px;
    top: 30px;
    z-index: 1;
}
header .top .head-sag .doviz {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    padding: 0 0px 0 20px;
    color: #fff;
}
header .top .head-sag .doviz strong {
    font-weight: 700;
    font-size: 13pt;
    color:#fff;
}
header .top .head-sag .doviz small {
    padding: 0 20px;
    font-weight: 100;
    color:#fff;
}
header .top .head-sag:before {
    content: "";
    position: absolute;
    left: 1px;
    height: 40px;
    background: rgb(33, 142, 210);
    background: linear-gradient(312deg, rgba(33, 142, 210, 1) 40%, rgba(12, 114, 177, 1) 100%);
    /* top: -10px; */
    width: 2580px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(10deg);
    border-radius:4px;
}
.head-iletisim {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.head-iletisim .telefon {
    float: right;
    line-height: 40px;
    color: #fff;
    position: relative;
    padding: 0 0 0 60px;
    z-index: 0;
    font-weight: 700;
}
.head-iletisim .telefon span {
    color: #fff;
}
.head-iletisim .telefon:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 8px;
    height: 22px;
    width: 20px;
    background: url(../images/head-tel-icon.png) no-repeat;
    z-index: 2;
}
.head-iletisim .telefon:after {
    content: "";
    position: absolute;
    left: 1px;
    height: 40px;
    background:#252122;
    /* top: -10px; */
    width: 2580px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(10deg);
    /* border-radius: 10px; */
    z-index: -1;
    border-radius: 4px;
}
.head-iletisim .eposta {
    float: right;
    line-height: 40px;
    color: #252122;
    position: relative;
    padding: 0 20px 0 55px;
    z-index: 0;
    z-index: 0;
    font-weight: 700;
}
.head-iletisim .eposta span {
    color: #252122;
}
.head-iletisim .eposta:before {
    content: "";
    position: absolute;
    left: 20px;
    top:12px;
    height: 16px;
    width: 24px;
    background: url(../images/head-mail-icon.png) no-repeat;
    z-index: 2;
}
header .top .sag {
    float: right;
}
header .top .sag .urunara {
    float: left;
    height: 44px;
    line-height: 44px;
    margin-top: 47px;
}
header .top .sag .dil {
    float: left;
}
header .top .sag .urunara button {
    line-height: 42px;
    border: 1px solid #eeeeee;
    background: #fff;
    width: 44px;
    text-align: center;
    cursor: pointer;
}
header .top .sag .urunara button i {
    color: #231f20;
}
.slider-alan {
    float: left;
    width: 100%;
    background: rgb(37,33,34);
    background: linear-gradient(80deg, rgba(37,33,34,1) 15%, rgba(57,57,57,1) 25%, rgba(57,57,57,1) 35%, rgba(37,33,34,1) 45%);
    padding: 40px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.slider-alan .slider-text {
    display: flex;
    width: calc(50% - 50px);
    box-sizing: border-box;
    height: calc(100vh - 210px);
    float: left;
    transition: .5s;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.slider-alan .slider-text h2 {
    line-height:80px;
    color: #fff;
    font-weight: 400;
}
.slider-alan .slider-text h2.yangin {
    padding: 0 30px;
    border-radius: 10px;
    margin: 10px 0;
    font-weight: bold;
    position: relative;
}
.slider-alan .slider-text h2.yangin:before {
    content: "";
    position: absolute;
    background: #f10909;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: -1;
    transform: skewX(10deg);
    border-radius: 10px;
    
}
.slider-alan .slider-text h2.pompa-hidrofor {
    /* background: #414141; */
    /* padding: 0 30px; */
    /* border-radius: 10px; */
    /* margin: 10px 0; */
    font-weight: 400;
    line-height: normal;
}
.slider-alan .slider-text h2.isi-tesisat {
    line-height: normal;
}
.slider-alan:before {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:80px;
    background: #e2e7eb;
}
.slider-alan:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #e2e7eb;
    z-index:0;
}
.slider {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    height: calc(100vh - 210px);
    float: right;
    justify-content: flex-end;
    margin-right: 30px;
    transition: .5s;
    z-index: 99999999;
}
.box {
    width:100%;
    height: 100%;
    display: inline-block;
    margin-left:-10px;
    cursor: pointer;
    position: relative;
    transform: skewX(10deg);
    overflow: hidden;
    transition: 0.5s;
    margin-right: 40px;
    transition: .30s ease;
    flex: 1;
    border-radius: 10px;
}
.box:hover { 
    flex:1 1 23%; 
    transition: .30s ease;
}




.box > .img {
    transform: skewX(-10deg);
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -75%;
    overflow: hidden;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.box:hover > img {
    width: 100%;
    height: 100%;
    transition: .30s ease;
}





























.alan {
    width:100%;
    float: left;
    padding: 80px 0;
}
.alan .resimbg {
    position: absolute;
    left: -20px;
    top: 20px;
    z-index: 5;
    width: 300px;
    height: 500px;
    margin-left: 205px;
    transform: skewX(10deg);
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid #e2e7eb;
}
.alan .resim {
    float: left;
    left: 0;
    top: 0;
    z-index: 5;
    width: 300px;
    height: 500px;
    margin-left: 205px;
    transform: skewX(10deg);
    overflow: hidden;
    margin-right: 20px;
    border-radius: 10px;
}
.alan .resim img {
    height: 100%;
    object-fit: cover;
    transform: skewX(-10deg);
    width: 160%;
    margin-left: -110px;
}
.alan .kurumsal {
    float: left;
    position: relative;
    z-index: 2;
    width: 600px;
    padding: 0 0 0 40px;
    height: 500px;
    display: flex;
    box-sizing: border-box;
    transition: .5s;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.alan .kurumsal .baslik {
    font-weight: 700;
    font-size: 26pt;
    line-height: 40px;
    float: left;
    width: 100%;
}
.alan .kurumsal .aciklama {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.alan .kurumsal .aciklama p {
    float: left;
    width: 100%;
    line-height: 35px;
}
.alan .kurumsal .slogan {
    font-weight: 700;
    font-size: 21pt;
    line-height: 35px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.alan .kurumsal a.devami {
    font-weight: 500;
    padding: 5px 20px;
    float: left;
    margin-top: 10px;
    position: relative;
    transition: 0.5s;
}
.alan .kurumsal a.devami:hover {
    color: #fff;
}
.alan .kurumsal a.devami:before {
    content: "";
    position: absolute;
    background: #e2e7eb;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skewX(10deg);
    border-radius: 5px;
    transition: 0.5s;
}
.alan .kurumsal a.devami:hover:before {
    width:0;
}
.alan .kurumsal a.devami:after {
    content: "";
    position: absolute;
    background: #000;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skewX(10deg);
    border-radius: 5px;
    transition: 0.5s;
}
.alan .kurumsal a.devami:hover:after {
    width:100%;
}
.alan .urun-gruplari {
    position: relative;
    width: 820px;
    background: url(../images/urun-gruplari-bg.png) no-repeat;
    background-position: top right;
    height:530px;
    float: left;
    padding: 80px 0px 80px 80px;
}
.alan .urun-gruplari .baslik {
    font-weight: 700;
    font-size: 26pt;
    line-height: 40px;
    float: left;
    width: 100%;
}
.alan .urun-gruplari ul.alan-urunler {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.alan .urun-gruplari ul.alan-urunler li {
    float: left;
    width: calc(100% / 3 - 10px);
    margin-left: 15px;
    position: relative;
    list-style: disc;
}
.alan .urun-gruplari ul.alan-urunler li:nth-child(3n+1) {
    margin-left: 0;
}
.alan .urun-gruplari ul.alan-urunler li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30pt;
    position: relative;
    transition: all .1s ease-in;
    font-weight: 700;
    font-size: 15pt;
}
.alan .urun-gruplari ul.alan-urunler li:hover a {
    color: #2e3192;
    letter-spacing: .5px;
}
.alan .urun-gruplari .devami {
    color: #333;
    font-weight: 500;
    position: absolute;
    right: 50px;
    top: 80px;
}
.markalar-alan   {
    float: left;
    width: 100%;
    background: #231f20;
    padding: 30px 0;
    z-index: -1;
    position: relative;
}
.markalar-alan .markalar   {
    width: 100%;
    float: left;
    overflow: hidden;
}
.markalar-alan .markalar .marka  {
    width: 100%;
    height:65px;
}

.markalar-alan .markalar img   {
    width: 100%;
    float: left;
    transition: .30s ease;
    cursor: pointer;
    height: 100%;
    object-fit: contain;
    background: #fff;
    padding:5px 10px;
}
.markalar-alan .markalar img:hover   {
    filter:none;
    filter: grayscale(100%);
    opacity: .4;
}
.sektorler-alan {
    float: left;
    width: 100%;
    position: relative;
    z-index: -1;
    background: #e2e7eb;
}
.sektorler-alan .sektorler-sol {
    width: 430px;
    float: left;
    margin-top: 80px;
    padding: 0;
}
.sektorler-alan .baslik {
    font-weight: 700;
    font-size: 26pt;
    float: left;
    width: 100%;
    position: relative;
    line-height: 80px;
    color: #fff;
}
.sektorler-alan .baslik:before {
    content: "";
    position: absolute;
    background: #c4ccd3;
    width: 3000px;
    height: 100%;
    left: -2700px;
    top: 0;
    z-index: -1;
    transform: skewX(10deg);
    border-radius: 10px;
}
.sektorler-alan .aciklama {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.sektorler-alan .sektor-ileri {
    width: 50px;
    height:50px;
    z-index: 9999999;
    position: absolute;
    top:15px;
    right: 0;
    cursor: pointer;
    line-height:53px;
    text-align: center;
    color:#000;
    padding: 0 0 0 4px;
}
.sektorler-alan .sektor-geri {
    width: 50px;
    height: 50px;
    z-index: 9999999;
    position: absolute;
    top:15px;
    right: 70px;
    cursor: pointer;
    line-height: 53px;
    text-align: center;
    color: #000;
    padding: 0 4px 0 0;
}
.sektorler-alan .sektor-geri i,
.sektorler-alan .sektor-ileri i {
    color:#fff;
}
.sektorler-alan .sektor-geri:before,
.sektorler-alan .sektor-ileri:before {
    content: "";
    position: absolute;
    background: #c4ccd3;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    z-index: -1;
    border-radius:50%;
    transition: .5s;
}
.sektorler-alan .sektor-geri:hover:before,
.sektorler-alan .sektor-ileri:hover:before {
    background: #252122;
}
.sektorler-alan .sektorler {
    width: calc(100%);
    float: left;
    overflow: hidden;
    padding:40px 0 60px 0;
    margin-left: 0;
}
.sektorler-alan .sektorler a {
    width: 100%;
    float: left;
    position: relative;
    transition: .30s ease;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 60px;
    overflow: hidden;
    transition: .5s;
    height: 440px;
}
.sektorler-alan .sektorler a:hover {
    margin-top:0;
    filter: grayscale(100%);
}
.sektorler-alan .sektorler a .resim {
    width: 100%;
    transition: .30s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
}
.sektorler-alan .sektorler a .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .30s ease;
    transition: .5s;
}
.sektorler-alan .sektorler a:hover .resim img {
    height: 110%;
}
.sektorler-alan .sektorler a .logo {
    float: left;
    width: 100%;
    height: 90px;
    z-index: 666666;
}
.sektorler-alan .sektorler a .logo img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.sektorler-alan .sektorler a i {
    font-size: 11pt;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #218ed2;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    border-radius: 10px;
    transition: .5s;
}
.sektorler-alan .sektorler a:hover i {
    background: #000;
}
.sektorler-alan .sektorler a .adi {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14pt;
    z-index: 9999;
    margin-top: 10px;
}
.sektorler-alan .sektorler-sol a.devami {
    background: #231f20;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    float: left;
    margin-top:20px;
    border-radius: 30px;
}
.sektorler-alan .sektorler-sol .sektor-ileri {
    float: left;
    z-index: 99999;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #231f20;
    border-radius: 50%;
    margin-top: 20px;
    margin-left:10px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.sektorler-alan .sektorler-sol .sektor-geri {
    float: left;
    z-index: 99999;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #231f20;
    border-radius: 50%;
    margin-top: 20px;
    margin-left:10px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.sektorler-alan .sektorler-sol .sektor-ileri i, .sektorler-alan .sektorler-sol .sektor-geri i {
    color: #fff;
    line-height: 45px;
    font-size: 18pt;
    width: 45px;
}
.sektorler-alan .sektorler .swiper-slide a .resim:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0, rgba(255, 255, 255, 0) 10%, rgb(255 255 255) 100%);
    height: 100%;
    width: 100%;
    z-index: 8888;
    transition: .30s ease;
}
.altalan    {
    width:100%;
    float: left;
    z-index: -1;
    position: relative;
    background: #e2e7eb;
}
.altalan .bilgiler-alan   {
    width:100%;
    float: left;
    padding:0 0 60px 0;
}
.altalan .bilgiler-alan .baslik {
    font-weight: 700;
    font-size: 26pt;
    float: left;
    width: 100%;
    margin-top: 60px;
    position: relative;
    line-height: 80px;
    color: #fff;
}
.altalan .bilgiler-alan .baslik:before {
    content: "";
    position: absolute;
    background: #c4ccd3;
    width: 3000px;
    height: 100%;
    left:-2755px;
    top: 0;
    z-index: -1;
    transform: skewX(10deg);
    border-radius: 10px;
}
.altalan .bilgiler-alan .bilgiler {
    width: 100%;
    float: left;
    margin:40px 0 60px 0;
    overflow: hidden;
}

.altalan .bilgiler-alan .bilgiler a {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    transition: .30s ease;
    padding: 0 70px;
}
.altalan .bilgiler-alan .bilgiler a:hover {
    filter: grayscale(100%);
}
.altalan .bilgiler-alan .bilgiler a .resim {
    width: 50%;
    float: left;
    height: 300px;
    overflow: hidden;
    transition: .30s ease;
    border-radius: 25px;
}
.altalan .bilgiler-alan .bilgiler a .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .30s ease;
}
.altalan .bilgiler-alan .bilgiler a:hover .resim img {
    height: 110%;
}
.altalan .bilgiler-alan .bilgiler a .adi {
    position: relative;
    float: left;
    width: 50%;
    line-height: 40pt;
    font-weight: 700;
    font-size: 26pt;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 45px;
}
.altalan .bilgiler-alan .bilgiler a .text {
    position: relative;
    float: left;
    width: 50%;
    line-height: 24pt;
    padding-left: 50px;
    padding-right: 50px;
}
.footer {
    width: 100%;
    float: left;
    padding-top: 80px;
    background: #127aba;
}
.footer .footer-ust .sosyal .baslik {
    float: left;
    font-size: 14pt;
    line-height: 33px;
    color:#fff;
}
.footer .footer-ust .sosyal .baslik strong {
    font-size: 14pt;
    font-weight: 700;
    color: #fff;
}
.footer .footer-ust .sosyal ul {
    float: left;
    margin-left:15px;
}
.footer .footer-ust .sosyal ul li {
    float: left;
    margin-left:5px;
}
.footer .footer-ust .sosyal ul li a {
    float: left;
    color:#fff;
}
.footer .footer-ust .sosyal ul li a i {
    float: left;
    color: #08013b;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    background: #fff;
    font-size: 9pt;
}
.footer .footer-ust .telefon {
    margin-left: 35px;
    float: right;
    height: 53px;
    line-height: 53px;
    padding: 0 25px 0 50px;
    background: #ffffff2e;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin-top: -10px;
}
.footer .footer-ust .telefon span {
    color: #fff;
}
.footer .footer-ust .telefon::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    background: url(../images/telicon.png) no-repeat;
    width: 20px;
    height: 20px;
}
.footer .footer-ust .sosyal {
    float: right;
}
.footer .footer-ust {
    float: left;
    width: 100%;
    position: relative;
}
.footer .footer-ust:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: calc(100% / 2);
    height: 1px;
    background: #e0e1e1;
}
.footer .footer-orta {
    float: left;
    width: 100%;
    margin-top: 70px;
}
.footer .footer-orta .footer-logo {
    float: left;
    width: 320px;
    margin-right: 200px;
}
.footer .footer-orta .footer-logo img {
    float: left;
}
.footer .footer-orta .foot-menu {
    float: left;
    width: 75%;
}
.footer .footer-orta .foot-menu-kurumsal {
    float: left;
    width: 25%;
}
.footer .footer-orta .foot-menu .baslik,
.footer .footer-orta .foot-menu-kurumsal .baslik {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 24pt;
    color:#fff;
}
.footer .footer-orta .foot-menu ul,
.footer .footer-orta .foot-menu-kurumsal ul {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.footer .footer-orta .foot-menu ul li {
    float: left;
    width:25%;
}
.footer .footer-orta .foot-menu-kurumsal ul li {
    float: left;
    width:100%;
}
.footer .footer-orta .foot-menu ul li a,
.footer .footer-orta .foot-menu-kurumsal ul li a {
    float: left;
    line-height:30px;
    color:#fff;
}
.footer .footer-alt {
    float: left;
    width: 100%;
    padding: 40px 0;
    color:#fff;
}
.footer .footer-alt strong {
    font-weight: 700;
    color:#fff;
}

.banner {
    width: 100%;
    float: left;
    background: #137bbc url(../images/footer-bg.png) no-repeat;
    background-position: center center;
    height: 140px;
    margin-top: 0;
}
.banner .adi {
    width: 900px;
    float: left;
    color: #fff;
    font-weight: 700;
    font-size: 18pt;
    margin-top: 36px;
}
.banner ul.map {
    width: 900px;
    float: left;
    margin-top: 7px;
}
.banner ul.map li a, .banner ul.map li, .banner ul.map i  {
    color: #fff;
    float: left;
    transition: all .1s ease-in;
    font-size:11pt;
    text-transform: uppercase;
}
.banner ul.map li a:hover  {
    color: #008fd5;
}
.banner ul.map i {
    padding: 0 10px;
}
.banner .paylas {
    position: absolute;
    right: 0;
    top:32px;
    background: url(../images/paylas.png) no-repeat;
    width: 210px;
    height: 65px;
    background-position: right;
  }
.banner .paylas ul {
    float: right;
    border: 1px solid #fff;
    margin-top: 30px;
    width: 214px;
    margin-right: 40px;
    border-radius:25px;
}
.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: #231f20;
}
.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(4):after {
    display:none;
}
.banner .paylas ul li a {
    width: 100%;
    height: 100%;
    float: left;
    font-size:12pt;
}
.banner .paylas ul li a i {
    color: #fff;
}
.sayfa  {
    width: 100%;
    float: left;
    /* margin-top: 60px; */
    /* margin-bottom: 90px; */
    background: #e2e7eb;
    padding-bottom: 60px;
}
.sayfa .sol  {
    width:300px;
    float: left;
    margin-top: 60px;
    border-radius: 30px;
    overflow: hidden;
}
.sayfa .sol .baslik {
    width: 100%;
    height: 90px;
    background: #000000;
    color: #fff;
    font-weight: 600;
    line-height: 90px;
    font-size: 18pt;
    padding: 0 20px;
    overflow: hidden;
}
.sayfa .sol .baslik i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 90px;
    color: #fff;
    background: #0e0e0e;
}
.sayfa .sol .baslik i:before {
    font-size: 16pt;
}
.sayfa .sol ul.solmenu {
    background: #231f20;
    float: left;
    width: 100%;
    display: block;
}
.sayfa .sol ul.solmenu li {
    float: left;
    width: 100%;
}
.sayfa .sol ul.solmenu li a {
    padding: 16px 50px 16px 20px;
    float: left;
    width: 100%;
    line-height: 18px;
    font-weight: 500;
    font-size: 12pt;
    position: relative;
    border-bottom: 1px solid #2f2c2c;
    color: #fff;
    position: relative;
    transition: all .1s ease-in;
    text-transform: uppercase;
}
.sayfa .sol ul.solmenu li a:hover {
    padding:16px 50px 16px 30px;
}
.sayfa .sol ul.solmenu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgb(255 255 255 / 3%);
    transition: all .1s ease-in;
}
.sayfa .sol ul.solmenu li a:hover:before {
    width:100%;
}
.sayfa .sol ul.solmenu li a:after {
    content: "\f105";
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    background: #0e0e0e;
    font-family: "FontAwesome";
    text-align: center;
    color:#fff;
    font-size: 16pt;
    line-height: 50px;
}
.sayfa .sol .sol-iletisim {
    float: left;
    width: 100%;
    background: #231f20 url(../images/footer-bg.png) no-repeat;
    padding: 40px 50px 40px 50px;
    text-align: right;
}
.sayfa .sol .sol-iletisim .text {
    color: #fff;
    float: left;
    width: 100%;
    line-height: 25px;
}
.sayfa .sol .sol-iletisim .git {
    background: #0e0e0e;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    float: left;
    border-radius: 30px;
    width: 80%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 10%;
}
.sayfa .sag  {
    width:890px;
    float: left;
    margin-left:60px;
    background: #ffffff;
    margin-top: 60px;
    border-radius: 30px;
    overflow: hidden;
}
.sayfa .sag .resim  {
    width: 100%;
    float: left;
    overflow: hidden;
}
.sayfa .sag .resim img  {
    width: 100%;
    float: left;
}
.sayfa .sag .icerik  {
    width: 100%;
    float: left;
    padding: 30px;
}
.sayfa .sag .icerik .baslik  {
    font-weight: 700;
    font-size: 21pt;
    padding:0 0 10px 0;
}
.sayfa .sag .icerik p  {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.sayfa .sag .icerik p strong {
    font-weight: 700;
}
.sayfa .tam {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.sayfa .tam .markalar {
    width: 100%;
    float: left;
}
.sayfa .tam .markalar .marka {
    float: left;
    width: calc(100% / 5 - 24px);
    margin-left: 30px;
    margin-top: 30px;
    height: 520px;
    background: #fff;
    box-shadow: 0 0 20px 0px #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}
.sayfa .tam .markalar .marka:nth-child(5n+1) {
    margin-left:0;
}
.sayfa .tam .markalar .marka:nth-child(-n+5) {
    margin-top:0;
}
.sayfa .tam .markalar .marka .marka-banner {
    width: 100%;
    float: left;
    height:75%;
    opacity:1;
}
.sayfa .tam .markalar .marka .logo {
    position: absolute;
    left: calc(50% - 70px);
    top: calc(70% - 70px);
    width: 140px;
    background: rgb(46 49 146 / 5%);
    height: 140px;
    border-radius: 50%;
    padding: 10px;
    z-index: 1001;
    box-shadow: 0 0 10px 0 #f9f9f9;
}
.sayfa .tam .markalar .marka .logo:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(circle farthest-corner at top left,rgb(255 255 255 / 50%) 0,rgb(0 0 0 / 0%) 75%);
    left: 10px;
    top: 10px;
    border-radius: 50%;
    content: "";
    height:0;
    position: absolute;
    width:0;
    z-index: 2;
}
.sayfa .tam .markalar .marka .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.sayfa .tam .markalar .marka .marka-adi {
    position: relative;
    text-align: center;
    padding: 10px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-top: 55px;
    font-size: 15pt;
}
.sayfa .tam .markalar .marka .marka-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .1s ease-in;
    position: relative;
    z-index: 999;
}
.sayfa .tam .markalar .marka .marka-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(255 255 255) 100%);
    z-index: 1000;
}
.sayfa .tam .iletisim-bilgileri {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 30px;
    border-radius: 30px;
}
.sayfa .tam .iletisim-bilgileri .adres {
    width: 100%;
    float: left;
    box-shadow: 0 0 0px 1px #e8e8e8;
    padding: 20px 20px;
    position: relative;
    border-radius: 10px
}
.sayfa .tam .iletisim-bilgileri .eposta {
    width: calc(50% - 15px);
    float: left;
    box-shadow: 0 0 0 1px #e8e8e8;
    padding: 20px 20px;
    position: relative;
    margin-left:30px;
    margin-top: 30px;
    border-radius: 10px
}
.sayfa .tam .iletisim-bilgileri .eposta:nth-child(2n+2) {
    margin-left:0;
}
.sayfa .tam .iletisim-bilgileri .telefon:nth-child(3) {
    width: calc(25% - 22.5px);
    float: left;
    box-shadow: 0 0 0px 1px #d6d6d6;
    padding: 20px 20px;
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
    background: #d6d6d6;
    border-radius: 10px;
}
.sayfa .tam .iletisim-bilgileri .telefon:nth-child(3) i {
    background: #2e3192;
}
.sayfa .tam .iletisim-bilgileri i {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #d6d6d6;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 10pt;
    border-radius: 5px;
}
.sayfa .tam .iletisim-bilgileri .adi {
    float: left;
    width: 100%;
    font-weight: 800;
    font-size: 12pt;
}
.sayfa .tam .iletisim-bilgileri .icerik {
    width: 100%;
    float: left;
    font-size: 11pt;
    font-weight: 500;
    margin-top: 5px;
}
.sayfa .tam .iletisim-bilgileri .telefon:nth-child(1n+4) {
    width: calc(100% / 4 - 22.5px);
    float: left;
    box-shadow: 0 0 20px 0 #e8e8e8;
    padding: 20px;
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
    border-radius: 10px;
}
.sayfa .tam .iletisim-bilgileri .telefon:nth-child(4n+5) {
    margin-left: 0;
}

.sayfa .harita {
    float: left;
    width: 100%;
    margin-left: 0;
    height: 320px;
}
.sayfa .tam .iletisim-form {
    float: left;
    background: #fff;
    position: relative;
    padding: 30px 450px 30px 30px;
    width: 100%;
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.sayfa .tam .iletisim-form img {
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    height: 100%;
}
.sayfa .tam .iletisim-form .baslik {
    font-weight: 700;
    font-size: 16pt;
    float: left;
    width: 100%;
    text-align: center;
}
.sayfa .tam .iletisim-form .aciklama {
    float: left;
    width: 100%;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}
.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: 65px;
    border: 1px solid #f9f9f9;
    margin-left: 30px;
    padding: 0 20px;
    border: 1px solid #e8e8e8;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 10px;
}
.sayfa .tam .iletisim-form #form5 input:nth-child(odd) {
    margin-left:0;
}

.sayfa .tam .iletisim-form #form5 textarea {
    width: 100%;
    float: left;
    margin-top: 30px;
    height: 90px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 10px;
}
.sayfa .tam .iletisim-form #form5 button {
    margin-top: 30px;
    text-align: center;
    float: right;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    margin-left: 20px;
    line-height: 40px;
    width: 120px;
    background: #ededed;
    color: #333;
    border: none;
    transition: all .2s ease-in;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
}

.sayfa .tam .iletisim-form #form5 h4 {
    width: calc(50% - 15px);
    float: left;
    margin-top: 30px;
    line-height: 60px;
    border: 1px solid #f9f9f9;
    margin-right: 30px;
    padding: 0 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.sayfa .tam .iletisim-form #form5 button:hover {
    background: #ed1c24;
    color: #fff;
}
.sayfa .tam .iletisim-form #form5 input:focus, .sayfa .tam .iletisim-form #form5 textarea:focus {
    border: 1px solid #333332;
}
.sayfa .sektorler-sayfa {
    width: 100%;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}
.sayfa .sektorler-sayfa a {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 10px;
    transition: .30s ease;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.sayfa .sektorler-sayfa a .resim {
    width: 100%;
    height: 300px;
    float: left;
    transition: .30s ease;
    overflow: hidden;
    background: #000;
    border-radius: 5px;
}
.sayfa .sektorler-sayfa a .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .30s ease;

}
.sayfa .sektorler-sayfa a:hover .resim img {
    opacity:1;

}
.sayfa .sektorler-sayfa a .adi {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: center;
    color: #fff;
    line-height: 20pt;
    font-weight: 600;
    font-size: 14pt;
    z-index: 9999;
    padding: 10px 10px;
    text-transform: uppercase;
    background:rgb(46 49 146 / 90%);
    width: calc(100% - 40px);
    border-radius: 6px;
}
.sayfa .sektorler-sayfa .swiper-slide a .resim:before {
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    height: 0;
    width: 100%;
    z-index: 8888;
    transition: .30s ease;
}
.sayfa .sektorler-sayfa .swiper-slide a:hover .resim:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    height: 100%;
    width: 100%;
    z-index: 8888;
}
.sayfa .tam a.sektor {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    transition: .30s ease;
    padding: 30px 30px;
    background: #fff;
    border-radius: 30px;
}
.sayfa .tam a.sektor:hover {
    filter: grayscale(100%);
}
.sayfa .tam a.sektor .resim {
    width: 50%;
    float: left;
    height: 300px;
    overflow: hidden;
    transition: .30s ease;
    border-radius: 25px;
}
.sayfa .tam a.sektor .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .30s ease;
}
.sayfa .tam a.sektor:hover .resim img {
    height: 110%;
}
.sayfa .tam a.sektor .adi {
    position: relative;
    float: left;
    width: 50%;
    line-height: 40pt;
    font-weight: 700;
    font-size: 26pt;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 45px;
}
.sayfa .tam a.sektor .text {
    position: relative;
    float: left;
    width: 50%;
    line-height: 24pt;
    padding-left: 50px;
    padding-right: 50px;
}
.sayfa .tam a.kategori {
    width: calc(100% / 4 - 22.5px);
    float: left;
    overflow: hidden;
    position: relative;
    transition: .30s ease;
    margin-left: 30px;
    margin-top: 30px;
    padding: 10px;
    box-shadow: 0 0 10px 0px #e5e5e5;
    border-radius: 10px;
}
.sayfa .tam a.kategori:hover {
    box-shadow: 0 0 30px 0px #cccccc;
}
.sayfa .tam a.kategori:nth-child(4n+1) {
    margin-left: 0;
}
.sayfa .tam a.kategori:nth-child(-n+4) {
    margin-top:0;
}
.sayfa .tam a.kategori .resim {
    width: 100%;
    height: 400px;
    float: left;
    transition: .30s ease;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.sayfa .tam a.kategori .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .30s ease;

}
.sayfa .tam a.kategori:hover .resim img {
    opacity:1;

}
.sayfa .tam a.kategori .adi {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: center;
    color: #fff;
    line-height: 20pt;
    font-weight: 600;
    font-size: 16pt;
    z-index: 9999;
    padding: 10px 10px;
    text-transform: uppercase;
    background:rgb(46 49 146 / 90%);
    width: calc(100% - 40px);
    border-radius: 6px;
}
.sayfa .tam a.kategori .resim:before {
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    height: 0;
    width: 100%;
    z-index: 8888;
    transition: .30s ease;
}
.sayfa .tam a.kategori:hover .resim:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    height: 100%;
    width: 100%;
    z-index: 8888;
}
.sayfa .sag a.urun {
    width: calc(100% / 3 - 40px);
    float: left;
    overflow: hidden;
    position: relative;
    transition: .30s ease;
    margin-left: 30px;
    margin-top: 30px;
    height: 320px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 20px;
}
.sayfa .sag a.urun:nth-child(3n+1) {
    margin-left:30px;
}
.sayfa .sag a.urun:hover {
    filter: grayscale(100%);
    border:1px solid #127aba;
}
.sayfa .sag a.urun .resim {
    width: 100%;
    height:200px;
    float: left;
    transition: .30s ease;
    overflow: hidden;
    position: relative;
}
.sayfa .sag a.urun .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .30s ease;

}
.sayfa .sag a.urun:hover .resim img {
    opacity: 1;
}
.sayfa .sag a.urun .adi {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    font-size: 14pt;
}
.sayfa .urun-detay {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    margin-top: 60px;
    border-radius: 30px;
}
.bottom30 {
    float: left;
    width:100%;
    margin-bottom: 30px;
}
.sayfa .urun-detay .detay-icerik {
    width: 70%;
    float: left;
    background: #fff;
}
.sayfa .urun-detay .detay-icerik .baslik {
    font-weight: 700;
    font-size: 21pt;
    float: left;
    width: 100%;
}
.sayfa .urun-detay .detay-icerik .text {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.sayfa .urun-detay .detay-icerik .text p {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.sayfa .urun-detay .detay-resim {
    float: left;
    width: calc(30% - 60px);
    height: 400px;
    margin-right: 60px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}
.sayfa .urun-detay .detay-resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .urun-detay .detay-icerik .kullanim-alanlari {
    float: left;
    width: 100%;
    padding: 20px;
    font-weight: 400;
    box-shadow: 0px 10px 20px 0 #d3d3d3;
    background: #f1f1f1;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.sayfa .urun-detay .detay-icerik .kullanim-alanlari .altbaslik {
    font-weight: 700;
    font-size: 13pt;
    float: left;
    width: 100%;
}
.sayfa .urun-detay .detay-icerik .kullanim-alanlari p {
    float: left;
    width: 100%;
}
.sayfa .diger-urunler a.urun {
    width: calc(100% / 5 - 24px);
    float: left;
    overflow: hidden;
    position: relative;
    transition: .30s ease;
    margin-left: 30px;
    margin-top: 30px;
}
.sayfa .diger-urunler a.urun:nth-child(5n+1) {
    margin-left: 0;
}
.sayfa .diger-urunler a.urun:nth-child(-n+5) {
    margin-top: 30px;
}
.sayfa .diger-urunler a.urun .resim {
    width: 100%;
    height:320px;
    float: left;
    transition: .30s ease;
    overflow: hidden;
    background: #000;
}
.sayfa .diger-urunler a.urun .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .30s ease;
    opacity:.2;

}
.sayfa .diger-urunler a.urun:hover .resim img {
    opacity:1;

}
.sayfa .diger-urunler a.urun .adi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 20pt;
    font-weight: 600;
    font-size: 14pt;
    text-shadow: 1px 1px 2px #000000;
    z-index: 9999;
    padding: 25px 10px;
    text-transform: uppercase;
}
.sayfa .diger-urunler a.urun:before {
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    height: 0;
    width: 100%;
    z-index: 8888;
    transition: .30s ease;
}
.sayfa .diger-urunler a.urun:hover:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    height: 100%;
    width: 100%;
    z-index: 8888;
}
.sayfa .sag .arama  {
    width: 100%;
    float: left;
}
.sayfa .sag .arama .arama-baslik {
    font-weight: 700;
    font-size: 21pt;
    float: left;
    width: 100%;
}
.sayfa .sag .arama .sonuc {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sayfa .sag .arama .sonuc .link {
    float: left;
    width: 100%;
    color: #b53237;
    font-size: 10pt;
    font-weight: 400;
}
.sayfa .sag .arama .sonuc .adi {
    float: left;
    width: 100%;
    color: #424490;
    font-size: 13pt;
    font-weight: 700;
}
.sayfa .sag .arama .sonuc .text {
    float: left;
    width: 100%;
    font-size: 11pt;
    font-weight: 400;
}
.ortu2	{
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgb(46 49 146 / 90%);
    z-index: 1111;
}
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 0;
    top:0;
    left: 0;
    transition: 0.5s 0.2s;
    overflow: hidden;
    z-index: 1112;
    display: table;
  }
  .overlay .ortala{
    display:table-cell;
    vertical-align: middle;
  }
.overlay .aramatext {
    width: 100%;
    float: left;
    line-height: 20pt;
    color: #fff;
    font-size: 18pt;
    font-weight: 600;
    margin-bottom: 10px;
    display: none;
}
.overlay #aramaform input {
    width: 100%;
    height: 65px;
    font-family: inherit;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12pt;
    float: left;
}
.overlay #aramaform button {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    padding: 0;
    display: none;
}
.overlay #aramaform button i {
    width: 65px;
    height: 65px;
    background: #ededed;
    color: #333;
    text-align: center;
    line-height: 65px;
    font-size: 15pt;
}
.overlay #aramaform {
    float: left;
    width: 100%;
    position: relative;
    display: none;

}
.whatsapp {
    position: fixed;
    bottom: 20px;
    z-index: 999999999;
    padding: 0;
    background: #17cd06;
    color: #fff;
    width: 60px;
    right: 20px;
    border-radius: 60px;
    height: 60px;
    cursor: pointer;
    transition: all .3s ease-in;
}
.whatsapp i {
	width: 60px;
    height: 60px;
    text-align: center;
    padding: 15px;
    font-size: 23pt;
    color: #fff;
}
#tikla {
    display: none;
}  
.sayfa .sag .gallery {
    width: 100%;
    float: left;
} 
.sayfa .sag .gallery a {
    width: calc(100% / 4 - 22.5px);
    float: left;
    margin-left: 30px;
    margin-top: 30px;
} 
.sayfa .sag .gallery a:nth-child(4n+1) {
    margin-left:0;
} 
.sayfa .sag .gallery a img {
    width:100%;
    height:100%;
    object-fit: cover;
} 
.sayfa .tam a.urun {
    width: calc(100% / 4 - 22.5px);
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 60px;
    transition: .5s;
    height: 440px;
}
.sayfa .tam a.urun:nth-child(-n+4) {
    margin-top:0;
}

.sayfa .tam a.urun:nth-child(4n+1) {
    margin-left:0;
}
.sayfa .tam a.urun:hover {
    filter: grayscale(100%);
}
.sayfa .tam a.urun .resim {
    width: 100%;
    transition: .30s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
}
.sayfa .tam a.urun .resim:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0, rgba(255, 255, 255, 0) 10%, rgb(255 255 255) 100%);
    height: 100%;
    width: 100%;
    z-index: 8888;
    transition: .30s ease;
}
.sayfa .tam a.urun .logo {
    float: left;
    width: 100%;
    height: 90px;
    z-index: 666666;
}
.sayfa .tam a.urun .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .tam a.urun i {
    font-size: 11pt;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #218ed2;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    border-radius: 10px;
    transition: .5s;
}
.sayfa .tam a.urun:hover i {
    background: #000;
}
.sayfa .tam a.urun .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .30s ease;
}
.sayfa .tam a.urun:hover .resim img {
    opacity:1;
    height: 110%;
}
.sayfa .tam a.urun .adi {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 0 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.sayfa .fiyatlistedetay {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 60px;
    border-radius: 30px;
    padding: 30px;
}
.sayfa .fiyatlistedetay .markaresim {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    padding: 30px;
    margin: 0 auto;
    float: left;
    box-shadow: 0px 0px 1px 1px #e2e7eb;
}
.sayfa .fiyatlistedetay .markaresim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .fiyatlistedetay .icerik {
    float: left;
    width: calc(100% - 200px);
    padding-left: 30px;
    margin-top: 30px;
}
.sayfa .fiyatlistedetay .icerik>p {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sayfa .fiyatlistedetay .icerik h1.baslik {
    width: 100%;
    margin-top: 30px;
    font-size: 24pt;
    font-weight: 600;
}
.sayfa .fiyatlistedetay .icerik .dokuman {
    float: left;
    width: calc(100%);
    margin-top: 0;
    /* margin-left: 30px; */
    /* background: #fff; */
    /* box-shadow: 0 0 0 1px #eee; */
    /* border-radius: 30px; */
    border-bottom: 1px solid #eee;
}
.sayfa .fiyatlistedetay .icerik .dokuman a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.sayfa .fiyatlistedetay .icerik .dokuman a i {
    float: left;
    /* width: 120px; */
    /* height: 120px; */
    text-align: center;
    line-height:60px;
    font-size: 40pt;
    /* background: #008fd5; */
    color: #252122;
    border-radius: 50%;
    transition: all .1s ease-in;
}
.sayfa .fiyatlistedetay .icerik .dokuman a p {
    float: left;
    font-weight: 500;
    text-align: center;
    line-height: 60px;
    padding-left: 30px;
    font-size: 14pt;
}
.sayfa .fiyatlistedetay .icerik .dokuman a img.markalogo {
    float: left;
    width: 100%;
    padding: 20px 40px;
    margin-top: 20px;
}
.sayfa .fiyatlistedetay>.icerik>.dokuman>p {
    float: left !important;
    width: calc(100% - 120px) !important;
    text-align: left !important;
    font-size: 14pt !important;
}
.sayfa .tam .icerik {
    float: left;
    width: 100%;
}
.sayfa .tam .icerik h1.baslik {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 24pt;
    font-weight: 600;
}
.sayfa .tam .icerik p {
    float: left;
    width: 100%;
}
@media(max-width:1200px) {
    header{
        display: none;
    }
    .head-iletisim {
        display: none;
    }
    .slider-alan:before,
    .slider-alan:after {
        display: none;
    }
    .slider-alan .slider-text {
        display: none;
    }
    .slider-alan {
        float: left;
        width: 100%;
        background:#fff;
        padding: 0 0;
        position: relative;
        z-index: 2;
    }
    .slider {
        z-index: 0;
        margin-top: 0;
        z-index: -1;
        position: relative;
        width: 120%;
        height: calc(60vh + 84px);
        margin-right: -10%;
    }
    .box {
        margin-right: 0;
        border-radius: 0;
    }
    .box > .img {
        left: -100%;
    }
    .whatsapp {
        z-index: 1000000;
        bottom: 30px;
    }
    .whatsapp i {
        text-align: center;
        font-size: 23pt;
        color: #fff;
        line-height:60px;
        width: 100%;
        height: auto;
        float: left;
        padding: 0;
    }
    #tikla {
        height: 54px;
        text-align: center;
        line-height: 54px;
        margin-top: 15px;
        font-size: 18pt;
        color: #ffffff;
        padding-left: 0;
        display: block;
        z-index: 9999999999999;
        right: 15px;
        width: 54px;
        cursor: pointer;
        background: #008fd5;
        border-radius: 50%;
    }    
    .alan {
        margin-top: 0;
        padding: 20px;
        z-index: -1;
        position: relative;
    }
    .alan .kurumsal {
        width: 100%;
        background: #fff;
        padding: 30px 10px;
        height: auto;
    }
    .alan .urun-gruplari {
        width: 100%;
        height: auto;
        padding: 30px 0;
        margin-top: 30px;
    }
    .alan .urun-gruplari ul.alan-urunler {
        margin-top: 0;
    }
    .alan .urun-gruplari ul.alan-urunler li {
        width:50%;
        margin-left: 0;
        list-style: none;
    }
    .alan .urun-gruplari ul.alan-urunler li a {
        line-height: 24pt;
        font-weight:700;
        font-size: 13pt;
    }
    .alan .urun-gruplari .devami {
        color: #333;
        font-weight: 500;
        position: relative;
        right: 0;
        top: 0;
        float: left;
    }
    .sektorler-alan {
        margin-top: 0;
        position: relative;
        z-index: 0;
        height: auto;
        padding: 20px;
        z-index: -1;

    }
    .sektorler-alan .sektorler-sol {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    .sektorler-alan .sektorler {
        width: 100%;
        padding: 30px 0;
        margin-left: 0;
    }
    .container {
        width: 100%;
    }
    .altalan {
        padding: 0 20px;
    }
    .altalan .bilgiler-alan {
        padding: 30px 0;
    }
    .altalan .bilgiler-alan .bilgiler {
        margin-top: 30px;
    }
    .markalar-alan .markalar {
        padding: 0 20px;
    }
    .banner .paylas {
        display: none;
    }
    .banner ul.map {
        display: none;
    }
    .banner .adi {
        width: 100%;
        font-size: 15pt;
        margin-top: 0;
        text-align: center;
        padding: 20px 10px;
    }
    .banner {
        height: auto;
        position: relative;
        z-index: -1;
        margin-top: 84px;
    }
    .sayfa {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        padding:0 30px 10px 30px;
        position: relative;
        z-index: -1;
    }
    .sayfa .sol {
        width: 100%;
        float: left;
    }
    .sayfa .sag {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .footer .foot-orta .foot-menu ul li a {
        font-weight: 300;
        font-size: 12pt;
        float: left;
        width: 100%;
        line-height: normal;
    }
    .sayfa .tam a.kategori {
        width: calc(100% / 2 - 10px);
        float: left;
        overflow: hidden;
        position: relative;
        transition: .30s ease;
        margin-left:20px;
        margin-top:20px;
    }
    .sayfa .tam a.kategori:nth-child(-n+4) {
        margin-top:20px;
    }
    .sayfa .tam a.kategori:nth-child(-n+2) {
        margin-top: 0;
    }
    .sayfa .tam a.kategori:nth-child(4n+1) {
        margin-left:20px;
    }
    .sayfa .tam a.kategori:nth-child(2n+1) {
        margin-left:0;
    }
    .sayfa .tam a.kategori .resim {
        height: 260px;
    }
    .sayfa .tam a.kategori .adi {
        line-height: normal;
        font-size: 14pt;
        padding: 10px 0;
    }
    .sayfa .sag a.urun {
        width: calc(100% / 2 - 10px);
        float: left;
        overflow: hidden;
        position: relative;
        transition: .30s ease;
        margin-left:20px;
        margin-top:20px;
    }
    .sayfa .sag a.urun:nth-child(3n+1) {
        margin-left:20px;
    }
    .sayfa .sag a.urun:nth-child(2n+1) {
        margin-left:0;
    }
    .sayfa .sag a.urun:nth-child(-n+3) {
        margin-top:20px;
    }
    .sayfa .sag a.urun:nth-child(-n+2) {
        margin-top:0;
    }
    .sayfa .sag a.urun .resim {
        height: 160px;
    }
    .sayfa .sag a.urun .adi {
        line-height: normal;
        font-size: 12pt;
        padding: 10px 0;
    }
    .sayfa .urun-detay .detay-resim {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .sayfa .urun-detay .detay-icerik {
        width: 100%;
        float: left;
    }
    .sayfa .urun-detay .detay-icerik .text {
        margin-top: 0;
    }
    .sayfa .tam a.sektor {
        width:100%;
        float: left;
        overflow: hidden;
        position: relative;
        transition: .30s ease;
        margin-left:0;
        margin-top:20px;
        padding: 0;
        background: none;
        border-radius: 0;
    }
    .sayfa .tam a.sektor:nth-child(-n+4) {
        margin-top:20px;
    }
    .sayfa .tam a.sektor:nth-child(-n+2) {
        margin-top: 0;
    }
    .sayfa .tam a.sektor:nth-child(4n+1) {
        margin-left:20px;
    }
    .sayfa .tam a.sektor:nth-child(2n+1) {
        margin-left:0;
    }
    .sayfa .tam a.sektor .resim {
        height: auto;
        width: 100%;
    }
    .sayfa .tam a.sektor .adi {
        line-height: normal;
        font-size: 19pt;
        padding: 0;
        width: 100%;
        margin-top: 10px;
    }
    .sayfa .sektorler-sayfa a .resim {
        height: 260px;
    }
    .sayfa .tam .markalar .marka {
        float: left;
        width: calc(100% / 2 - 10px);
        margin-left: 20px;
        margin-top: 20px;
        height: 350px;
        background: #fff;
        border-bottom: 5px solid #ed1c24;
    }
    .sayfa .tam .markalar .marka:nth-child(-n+5) {
        margin-top: 20px;
    }
    .sayfa .tam .markalar .marka:nth-child(5n+1) {
        margin-left: 20px;
    }
    .sayfa .tam .markalar .marka:nth-child(-n+2) {
        margin-top: 0;
    }
    .sayfa .tam .markalar .marka:nth-child(2n+1) {
        margin-left: 0;
    }
    .sayfa .tam .iletisim-bilgileri {
        width: 100%;
        float: left;
    }
    .sayfa .tam .iletisim-bilgileri .eposta {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .sayfa .tam .iletisim-bilgileri .telefon:nth-child(3) {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .sayfa .tam .iletisim-bilgileri .telefon {
        width: 100%;
        margin-left:20px;
        margin-top: 20px;
    }
    .sayfa .tam .iletisim-bilgileri .telefon:nth-child(1n+4) {
        width: calc(100% / 2 - 10px);
        float: left;
        box-shadow: 0 0 20px 0 #e8e8e8;
        padding: 20px;
        position: relative;
        margin-left: 0;
        margin-top: 20px;
    }
    .sayfa .tam .iletisim-bilgileri .telefon:nth-child(4n+5) {
        margin-left: 0;
    }
    .sayfa .tam .iletisim-bilgileri .telefon:nth-child(2n+5) {
        margin-left: 20px;
    }
    .sayfa .tam .harita {
        float: left;
        width: 100%;
        margin-left: 0;
        padding: 10px;
        box-shadow: 0 0 20px 0 #e8e8e8;
        height: 454px;
        margin-top: 20px;
    }
    .sayfa .tam .iletisim-form #form5 input {
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-left: 0;
    }
    .sayfa .tam .iletisim-form #form5 textarea {
        margin-top: 20px;
    }
    .sayfa .tam .markalar .marka .marka-adi {
        position: relative;
        text-align: center;
        padding: 10px;
        line-height: 40px;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-top: 30px;
        font-size: 13pt;
        z-index: 99999999999999;
    }
    .ortu2 {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(46 49 146 / 90%);
        z-index: 999997;
    }
    .overlay {
        display:none;
    }
    .resport {
        position: fixed;
        width: 100%;
        height:160vh;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 0;
    }
    .sayfa .fiyatlistedetay .icerik {
        float: left;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .sayfa .fiyatlistedetay .icerik .dokuman a i {
        float: left;
        width: 50px;
        /* height: 120px; */
        text-align: center;
        line-height: 60px;
        font-size: 40pt;
        /* background: #008fd5; */
        color: #252122;
        border-radius: 50%;
        transition: all .1s ease-in;
    }
    .sayfa .fiyatlistedetay .icerik .dokuman a p {
        float: left;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
        padding-left: 10px;
        font-size: 13pt;
        width: calc(100% - 50px);
    }
    .respmen {
        background-color:#333;
        color: #fff;
        position: fixed;
        width: 75%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        left: -75%;
        display:block !important;
        z-index:9999;
        cursor: pointer;
        text-align: center;
    }
    .respmen .mail {
        float: left;
        width: calc(100% - 40px);
        background: #008fd5;
        margin-left: 20px;
        margin-top: 20px;
        font-weight: 800;
        padding: 10px;
        color: #fff;
    }
    .respmen .telefon {
        float: left;
        width: calc(100% - 40px);
        background: #008fd5;
        margin-left: 20px;
        margin-top: 10px;
        font-weight: 800;
        padding: 10px;
        color: #fff;
    }
    .respmen .mail span,
    .respmen .telefon span {
        color: #fff;
    }


    .mobmen .doviz {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .mobmen .doviz .usd {
        width: 50%;
        float: left;
        text-align: center;
        height: 50px;
        line-height:50px;
        background: #008fd5;
        font-weight: 800;
        font-size: 14pt;
        color: #fff;
    }
    .mobmen .doviz .eur {
        width: 50%;
        float: left;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: #066391;
        font-weight: 800;
        font-size: 14pt;
        color: #fff;
    }
    .mobmen .doviz .usd span, .mobmen .doviz .eur span {
        font-size: 14pt;
        color: #fff;
    }
    .menlog {
        width: 100%;
        float: left;
        position: relative;
        padding: 0;
    }
    .menlog:before {
        content: "";
        width: 9999px;
        z-index: 9991;
        right: 0;
        position: absolute;
        background: #fff;
        height: 84px;
    }
    .menlog img {
        margin-top: 10px;
        padding: 0;
        float: left;
        position: relative;
        z-index: 9999;
        object-fit: scale-down;
        height:66px;
        margin-left: 35px;
    }
    .respmen ul.menu {
        width: 100%;
        float: left;
        margin-top: 10px;
        display: block;
        background: no-repeat;
        height: auto;
        text-align: left;
        border-top: none;
    }
    .respmen ul.menu li {
        color: #fff;
        font-size: 15px;
        text-align: center;
        float: left;
        width: 100%;
    }
    .respmen ul.menu li a {
        color: #fff;
        line-height: 45px;
        font-weight: 400;
        text-align: left;
        width: 100%;
        padding-left: 20px;
        float: left;
        border-bottom: 1px solid #ffffff14;
        font-size: 12pt;
    }
    .res-secenek {
        border-bottom: 1px solid #3f5265;
    }
    .respmen .fa-angle-right {
        float: right;
        margin-right: 3%;
    }
    .resport {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 9998;
    }
    .mobmen {
        display: block;
        height: 84px;
        color: #fff;
        background: #fff;
        width: 100%;
        z-index: 9998;
        position: absolute;
    }
    .mobmen .logo {
        float: left;
        position: relative;
        z-index: 10001;
        height: 84px;
        background-size: contain;
        background: #fff;
    }
    .menlog .plogo {
        float: left;
        position: relative;
        z-index: 10001;
        width: 155px;
        height: 105px;
        background-size: contain;
    }
    .mobmen img {
        margin-top: 10px;
        padding: 0;
        float: left;
        position: relative;
        z-index: 9999;
        object-fit: scale-down;
        height: 66px;
        margin-left: 35px;
    }
    .alan .resimbg,
    .alan .resim {
        display: none;
    }
    .sektorler-alan .sektor-geri,
    .sektorler-alan .sektor-ileri {
        display: none;
    }
    .altalan .bilgiler-alan .bilgiler a {
        padding: 0;
    }
    .altalan .bilgiler-alan .bilgiler a .resim {
        width: 100%;
        height: auto;
    }
    .altalan .bilgiler-alan .bilgiler a .adi {
        position: relative;
        float: left;
        width: 100%;
        line-height: normal;
        font-weight: 700;
        font-size: 22pt;
        padding-left: 20px;
        padding-right: 0;
        margin-top: 20px;
    }
    .altalan .bilgiler-alan .bilgiler a .text {
        display: none;
    }
    .sektorler-alan .baslik {
        margin-top: 30px;
    }
    .altalan .bilgiler-alan .baslik {
        margin-top: 30px;
    }
    .footer .footer-ust:before {
        display: none;
    }
    .footer {
        padding:50px 30px 20px 30px;
    }
    .footer .footer-ust .sosyal {
        margin-top: 20px;
    }
    .footer .footer-orta {
        margin-top: 0;
    }
    .footer .footer-orta .footer-logo {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .footer .footer-orta .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .footer .footer-orta .foot-menu {
        float: left;
        width: 100%;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .footer .footer-orta .foot-menu ul {
        float: left;
        width: 100%;
        margin-top:10px;
    }
    .footer .footer-orta .foot-menu-kurumsal {
        float: left;
        width: 100%;
        margin-top: 40px;
    }
    .footer .footer-orta .foot-menu ul, .footer .footer-orta .foot-menu-kurumsal ul {
        margin-top: 10px;
    }
    .footer .footer-orta .foot-menu ul li {
        float: left;
        width: 50%;
    }
    .sayfa .tam a.urun {
        width: calc(100% / 2 - 15px);
        float: left;
        overflow: hidden;
        position: relative;
        margin-left: 30px;
        margin-top: 30px;
        background: #ffffff;
        border-radius: 10px;
        padding: 30px 30px;
        transition: .5s;
        height: 300px;
    }
    .sayfa .tam a.urun:nth-child(4n+1) {
        margin-left: 30px;
    }
    .sayfa .tam a.urun:nth-child(-n+4) {
        margin-top: 30px;
    }
    .sayfa .tam a.urun:nth-child(2n+1) {
        margin-left: 0;
    }
    .sayfa .tam a.urun:nth-child(-n+2) {
        margin-top:20px;
    }
    .sayfa .fiyatlistedetay {
        margin-bottom: 50px;
    }
    .nobg   {
        background: none !important;
    }
    .sayfa .sag a.urun {
        height: 280px;
        background: #fff;
        border: none;
    }
    .sayfa .sag a.urun:hover {
        border: none;
    }
    .sayfa .urun-detay {
        margin-bottom: 50px;
    }
    .sayfa .harita {
        float: left;
        width: 100%;
        margin-left: 0;
        height: 320px;
        margin-top: 30px;
        overflow: hidden;
        border-radius: 30px;
    }
    .sayfa .tam .iletisim-form img {
        display:none;
    }
    .sayfa .tam .iletisim-form {
        padding: 30px 30px 30px 30px;
    }
    .sayfa .tam a.sektor .text {
        display: none;
    }





}

@media(max-width:800px) {

.sektorler-alan .sektorler a {
    height: 320px;
    padding: 30px 20px;
}











}