@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Playfair+Display:wght@400;700&display=swap&subset=latin-ext');

body{font-family: 'Playfair Display', serif;color: #323a43;font-weight: 400;font-size: 16px;margin: 0;padding: 0;line-height: 24px;}
html {scroll-behavior: smooth;}
div, span, p, header, footer, a , table, tr, td, input, textarea, select, ul, li
{box-sizing:border-box; outline:none;}

a
{  transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
-webkit-transition:all 0.3s;
text-decoration:none;
cursor:pointer;
color: #323a43;
}

input[type=text],input[type=submit],textarea,select {
font-family: 'Playfair Display', sans-serif;
appearance: none;
}
.txtcenter {text-align: center;}
ul,li,p,h1,h2,h3,h4,h5
{margin:0px;
padding:0px;
list-style: none;
}

.clear{clear:both;}
.container{position: relative;overflow:hidden;}
.full {width: 1150px;margin: auto;}


.anaslider {position: relative;z-index: 100;}

.anaslider .item {
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.anaslider .item:before{
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.relativ {position: relative;}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    z-index: 500;
}
header:before {
position: absolute;
content: "";
background-color: #fff;
width: 100%;
height: 100%;
top: -125px;
left: 0;
z-index: -1;
transition:all 0.3s;
}
.fixed:before{
top: 0;
 transition:all 0.3s;
}
.fixed {padding-bottom: 10px;
-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.logo {float: left;display: block;}
.logo2 {float: left; display: none;}
.fixed .logo2 {display: block;}
.fixed .logo {display: none;}

.fixed .menuline {bottom: 22px;}
.fixed .menu ul li a {color: #000;}
.menu {float: right;}
.menu ul{
    position: absolute;
    right: 20px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    top: 56px;
}
.menuline {
position: absolute;
bottom: 12px;
width: 100%;
height: 1px;
background-color: #e7b614;
opacity: 0.5;
}
.altmenuline {
position: absolute;
top: 110px;
width: 100%;
height: 1px;
background-color: #474e56;
opacity: 0.5;
}

.menu ul li a{
color: #fff;
font-family: 'Bellefair', serif;
padding: 10px 15px;
position: relative;
}
.menu ul li a:before{
position: absolute;
content: "";
bottom: -1px;
width: 100%;
height: 0;
background-color: #e7b613;
left: 0;
z-index: -1;
transition:all 300ms;
}

.menu ul li a:hover:before{
height: 100%;
}
.menu ul li a:hover, .menu ul li a.active{
color: #323a43;
}


.menu ul li a.active:before{
height: 100%;
}

.searchbox {
    position: fixed;
    top: -159px;
    left: 0;
    width: 100%;
    height: 159px;
    z-index: 1100;
    background-color: #323a43;
    color: #fff;
    display: flex;
    transition:all 300ms;
}
.comedown {
    top: 0;
}
.closesearch {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.searchform, .srcform {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.srcform input[type=text] {
    border: none;
    padding: 20px;
    width: 50%;
    font-family: 'Bellefair';
}
.srcform input[type=submit] {
    border: none;
    padding: 20px;
    background-color: #e7b613;
    font-weight: 700;
    color: #323a43;
}

.sltextbody {
position: absolute;
top: 40%;
left: calc(50% - 575px);
color: #fff;
width: 100%;
}
.sltitle {font-family: 'Bellefair';font-size: 45px;margin-bottom: 20px;}
.sldesc {margin-bottom: 25px;width: 33%;}
.beyazbut {
    position: relative;
    color: #323a43;
    padding: 10px 30px;
    z-index: 2;
}

.beyazbut:before{
position: absolute;
content: "";
bottom: 0px;
width: 100%;
height: 0;
background-color: #e7b613;
left: 0;
z-index: -1;
transition:all 200ms;
}
.beyazbut:hover:before{
height: 100%;
}
.beyazbut:hover{
color: #fff;
}
.beyazbut:after{
position: absolute;
content: "";
bottom: 0px;
width: 100%;
height: 100%;
background-color: #fff;
left: 0;
z-index: -2;
transition:all 300ms;
}

.girisgovde{background-color: #323a43;padding: 50px 0;overflow: hidden;}
.girisleft {
float: left;
width: 40%;
padding-right: 30px;
}
.titlewsub {font-family: 'Bellefair';}
.tdesc {color: #e7b613;
    text-transform: uppercase;
    font-size: 13px;letter-spacing: 3px;margin-bottom: 10px;}
.gtitle {
font-size: 42px;
color: #fff;
line-height: 48px;
}

.gtitle span {color:#e7b613 ;}

.girisright {float: right;width: 60%;padding-left: 50px;border-left: 1px solid #44473e;color: #fff;}

.hizmetgovde {
padding: 100px 0px 200px 0px;
background-image: url(images/seffafikon.png);
background-repeat: no-repeat;
background-position: top center;
margin-top: 20px;
}
.bltitle {text-align: center;}
.bltitle span{font-family: 'Bellefair';font-size: 38px;position: relative;padding-bottom: 10px;}
.bltitle span:before{
position: absolute;
content: "";
width: 80%;
left: 10%;
height: 1px;
background-color: #eaebec;
bottom: 0;
}
.hizmetboxgovde {margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.hizmetbox {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
width: 23%;
margin:0% 1% 2% 1%;
background-color: rgba(255,255,255,0.3);
text-align: center;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
padding: 20px 0px 30px 0px;
font-family: 'Bellefair';
color: #323a43;
}
.hizmetbox i {
font-size: 40px;
color: #323a43;
padding-bottom: 10px;
transition:all 300ms;
}

.hizmetbox span{
font-size: 20px;
padding-top:25px;
position: relative;
}
.hizmetbox span:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #e7e7e7;
    top: 5px;
    left: 10%;
}
.hizmetbox:hover i{color: #e7b613;}

.ekipanagovde {
padding: 40px 0px;
background-image: url(images/ekipbg.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.bltitleb {text-align: center;}
.bltitleb span{font-family: 'Bellefair';font-size: 38px;position: relative;padding-bottom: 10px;color: #fff;}
.bltitleb span:before{
position: absolute;
content: "";
width: 80%;
left: 10%;
height: 1px;
background-color: #eaebec;
bottom: 0;
}

.ekipgovde{padding: 50px 0px;overflow: hidden;

display: flex;
align-items: center;
justify-content: center;
}
.txtcnt {text-align: center;}


.saribut {
    position: relative;
    color: #fff;
    padding: 10px 30px;
    z-index: 2;
}

.saribut:before{
position: absolute;
content: "";
bottom: 0px;
width: 100%;
height: 0;
background-color: #fff;
left: 0;
z-index: -1;
transition:all 200ms;
}
.saribut:hover:before{
height: 100%;
}
.saribut:hover{
color: #323a43;
}
.saribut:after{
position: absolute;
content: "";
bottom: 0px;
width: 100%;
height: 100%;
background-color: #e7b613;
left: 0;
z-index: -2;
transition:all 300ms;
}

.ekipbox{float: left;width: 40%;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;

}
.ekipimg {height: 500px;width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
  transition:all 300ms;
  overflow: hidden;
}
.ekipbox:nth-child(2n){
float: right;
}
.ekiptxt {
background-color: #fff;
text-align: center;
padding: 20px 0px;
    transition:all 300ms;
}
.ekiptxt span{font-weight: 700;}

.ekipbox:hover .ekiptxt{background-color: #e7b613;color: #fff;}
.ekipbox:hover .ekipimg {    transform: scale(1.2);}

.makalegovde {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(images/makalebg.png);
padding:80px 0px 100px 0px ;
}

.makaleslider {padding: 50px 0;}

.makaleslider .item {
padding: 15px;
    position: relative;
    }

.news-part {
background-color: unset!important;
width: 100%;
}
.newcont {
    width: 100%;
    background: #ffff;
    padding: 20px;
    line-height: 25px;
    min-height: 125px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
 border-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.newsimg {
    width: 100%;
    display: block;
 border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
background-color: transparent;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 175px;
background-color: #fff;
}
.newsimg img{   
width: 100%;
 transition:all 300ms;
}

.newcont p {
    font-size: 14px;
    margin-top: 10px;
    color: #9f9f9f;
}

.news-part:hover .newsimg {
    transform: scale(1.2);
}

.icnews-part:hover .newsimg {
    transform: scale(1.2);
}
.icnews-part.newsimg{
    height: 200px;
}

.fotop {background-color: #323a43;padding-top: 30px;position: relative;}
.adrgovde {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.adricon {float: left;margin-right: 10px;color: #e7b613;}
.adrtxt {float: left;}

.adrtitle {width: 100%;color: #fff;}
.adrdesc {width: 100%;color: #a1a1a1;display: block;}
.adrdesc:hover {color: #e7b613;}
.adrbox {display: flex;max-width: 25%;
    padding: 0 26px;
border-right: 1px solid #44473e;
min-height: 72px;
}
.adrbox:last-child{border-right: none;}
.fologo {text-align: center;color: #fff;padding-bottom: 20px;}
.altlogo {padding: 40px 0px 20px 0;}
.fobot {
background-color: #20252c;padding: 20px 0px;
display: flex;

}
.altlink {float: left;}

.altimza {float: right;}
.altlink a{color: #fff;
position: relative;
padding-right: 30px;
}
.altlink a:hover{color: #e7b613;
}
.altlink a:before{color: #fff;
position: absolute;
content: "|";
right: 12px;
}
.altlink a:last-child:before{
    display: none;
}
.altimza a:hover, .altimza span:hover{color: #e7b613;}
.altimza a,.altimza span {color: #fff;}
.altimza span {padding-left: 5px;}

.banner {position: relative;z-index: 100;min-height: 600px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.banner:before{
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(0,0,0,0.6);
top: 0;
left: 0;
}
.banner .title {
font-size: 42px;
    color: #fff;
    line-height: 48px;
    font-family: 'Bellefair';
    text-align: center;
    position: relative;
    z-index: 20;
    text-transform: uppercase;
}
.linkyol {
text-align: center;
margin-top: 10px;
text-transform: uppercase;
z-index: 20;
position: relative;
}
.linkyol a{
position: relative;
color: #e7b613;
 font-family: 'Bellefair';
 font-size: 14px;
 padding-right: 25px;
}
.linkyol a:before{
position: absolute;
content: ">";
color: #e7b613;
 font-family: 'Bellefair';
 font-size: 14px;
 right: 7px;
 top: -7px;
}
.linkyol a:last-child:before{
display: none;
}

.linkyol a:last-child{
 padding-right: 0;
}

.linkyol a:hover{
color: #fff;
}

.altgovde {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
min-height: 900px;
background-size: inherit;
}

.sayfatitle {
text-align: center;
 font-family: 'Bellefair';
     display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.sayfagovde {padding: 40px 0px 100px 0px;}
 
.gtitle2 {
    font-size: 35px;
    color: #323a43;
    line-height: 42px;
    max-width: 37%;
    position: relative;
}
.gtitle2 span {color: #e7b613;}
.gtitle2:before{

position: absolute;
content: "";
bottom: -10px;
left: 30%;
width: 40%;
height: 1px;
background-color: #e7b613;
}
.icsayfa {
color: #000;
margin-top: 50px;
line-height: 26px;
text-align: left;
}
.haktop {margin-bottom: 300px;}

.prgovde {overflow: hidden;margin-top: 40px;
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid #eaebec;
}
.prright {
    width: 50%;
    float: right;
height: 500px;
overflow: hidden;
}
.prright img:hover {
    transform: scale(1.8);
}

.prright img{width: 100%;transform: scale(1);transition:all 10000ms;}

.prleft {float: left;
    width: 50%;
         display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-flow: column;
    padding: 60px 40px 40px 40px;
}

.prsatir {display: flex;text-align: left;margin-bottom: 30px;}
.pretxt h3 {font-size: 18px;}

.prikon {margin-right: 10px;}
.ticon {    font-size: 40px;
    color: #323a43;margin-bottom: 10px;}


.icekip .ekiptxt{
    background-color: #323a43;
    color: #e7b613;
}

.icekip .ekiptxt span{
    color: #fff;
}
.altekipgovde {
    margin: 100px 0px;
    overflow: hidden;
}
.altekipbox {
float: left;
width: 28%;
margin-right: 8%;
margin-bottom: 60px;
}
.altekipbox:nth-child(3n){margin-right: 0;}
.altekipgovde .ekipimg {
background-color: #f5f5f5;
text-align: center;
padding: 40px 0px;
height: auto;
}


.altekipgovde .ekiptxt{font-size: 14px;}

.ekipdetayimg {width: 46%;
    float: left;
}
.ekipdetayimg img {width: 100%;}
.ekipdetaytext {
width: 47%;
float: right;
text-align: left;
}

.icnews-part {
background-color: unset!important;
float: left;
width: 28%;
margin-right: 8%;
margin-bottom: 60px;
}

.icnews-part:nth-child(3n){margin-right: 0;}
.icmakale {overflow: hidden;padding: 5px;}

.mful {max-width: 100%;text-align: left;}
.detaymakale {overflow: hidden;width: 70%;margin: auto;padding: 10px;}
.sayfatitle .newstitle {margin-top: 30px;text-align: left;}

.iletleft {

float: left;
    width: 26%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-flow: column;
}

.iletsatir {
    display: flex;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
.iletsatir:before{
position: absolute;
content: "";
width: 60%;
height: 1px;
left: 21px;
bottom: -15px;
background-color: #fdf8e7;
}
.iletsatir:last-child:before{
display: none;
}

.iletikon{margin-right: 10px;color: #e7b613;font-size: 18px;}

.ilettitle {font-weight: 700;color: #323a43;}
.iletdesc a{color: #323a43;font-family: 'Bellefair';font-size: 18px;}

.iletright {
float: right;
width: 40%;
}
.iletright input[type=text]{
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
    border: none;
    width: 100%;
    height: 58px;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.iletright textarea{
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
    border: none;
    width: 100%;
    height: 110px;
    padding:20px;
    margin-bottom: 20px;
}
#formgonder {
color: #323a43;
background-color: #e7b613;
text-align: center;
width: 100%;
display: block;
font-weight: 700;
font-size: 18px;
padding: 16px 0px;
}
#formgonder:hover{
color: #e7b613;
background-color: #323a43;
}

.maps {
margin-top:50px;
}
.mobilmenu {display: none;}
.mobillogo {
display: none;
}
.closemenu {display: none;}


.swipe{
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: 90000;
    -webkit-animation-name: swipeleft;
    -moz-animation-name: swipeleft;
    -ms-animation-name: swipeleft;
    -o-animation-name: swipeleft;
    animation-name: swipeleft;
    background-color: #323a43;
    animation-duration: 3000ms;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes swipeleft{
    0% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

.w100 {width: 100%;}
.altekipbox .ekipimg img{max-height: 264px;}

.detaymakale .newsimg{height: unset;}

.icsayfa ul li {
    list-style: disc !important;
}

/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{

.full {width: 94%;}
.mobilmenu {display: block;float: right;
    color: #e7b614;
    font-size: 20px;
    margin-top: 20px;
}
.logo img{width: 120px;}
.logo2 img{width: 120px;}
.menuline {
    bottom: 19px;
}
.fixed .menuline{bottom: 19px;}
.fixed .mobilmenu{color: #323a43;}
header{padding-top: 10px;padding-bottom: 10px;}
.menu {display: block;
position: fixed;
z-index: 200;
background-color: #fff;
width: 80%;
right: -100%;
top: 0;
height: 100vh;
padding: 50px 20px 20px 20px;
-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    transition:all 1000ms;
    overflow-y: scroll;
}
.comeleft {
right: 0;
}
.menu ul li a {color: #000;display: block;}
.menu ul{position: relative;
    height: unset;
    display: block;
    flex-flow: unset;
    justify-content: unset;
    align-items: unset;
    right: unset;
    top: unset;

}

.menu ul li a:before{
height: 1px;
background-color: #e2e2e2;
}
.menu ul li a.active:before{
height: 1px;
background-color: #e7b614;
}

.menu ul li a.active{
color: #e7b614;
}
.menu ul li:last-child{
display: none;
}
.searchbox{position: relative;top: unset;
height: unset;
background-color: unset;
padding-top: 10px;
}
.srcform input[type=text] {width: 100%;border: 1px solid #e2e2e2;padding: 15px;}
.srcform input[type=submit] {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 16px;
}
.closesearch {display: none;}
.searchform, .srcform {display: block;}

.searchbox .full {width: 100%;}

.iletbef:before {display: none;}
.mobillogo {
display: block;
text-align: center;
opacity: 0.8;
margin-top: 20px;
}
.closemenu {
    display: block;color: #323a43;font-size: 20px;
position: absolute;
right: 14px;
top: 28px;
}

.sltitle {line-height: 38px;font-size: 30px;text-align: center;margin-bottom: 10px;}
.sltextbody {left: 20px;top: 30%;width: calc(100% - 40px);text-align: center;}
.sldesc {width: 100%;text-align: center;}
.girisleft {width: 100%;padding-right: 0;}
.gtitle {
    font-size: 30px;
    line-height: 38px;
}
.girisright {width: 100%;padding-left: 20px;}
.hizmetgovde {background-size: 100%;padding: 50px 0px 100px 0px;}
.hizmetbox {width: 46%; margin: 0% 2% 3% 2%;}
.hizmetbox span {font-size: 18px;}
.ekipgovde {padding: 40px 0px;}
.ekipbox {width: 90%;float: unset;margin: auto;margin-bottom: 30px;}
.ekipimg {height: 370px;}
.ekipbox:nth-child(2n) {float: none;}
.makalegovde {padding: 50px 0px 50px 0px;}

.makaleslider {padding: 25px 0px;}
.altmenuline {display: none;}
.adrbox { max-width: unset;width: 100%;padding:0 10px;min-height: 146px; border-right: unset;
border-bottom: 1px solid #44473e;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.adrtxt{text-align: center;}
.altlink,.altimza {float: unset;text-align: center;}
.altlink a,.altimza a {font-size: 14px;}
.altimza {margin-top: 20px;}
.fologo {font-size: 14px;}

.banner {min-height: 340px;}
.banner .title {font-size: 30px;line-height: 35px;}
.altgovde {background-size: 100%;}
.gtitle2 {max-width: 100%;}
.icsayfa {margin-top: 25px;overflow: hidden;}

.haktop {margin-bottom: 100px;}

.prleft {width: 100%;padding: 30px}
.prright {width: 100%;height: auto;}
.altekipgovde {margin: 50px 0px;}
.altekipbox {width: 90%;float: unset;margin: auto;margin-bottom: 30px;}
.altekipbox:nth-child(3n) {margin: auto;margin-bottom: 30px;}

.icnews-part {width: 100%;margin-right:0 ;margin-bottom: 30px;}
.ekipdetayimg {width: 100%;margin-bottom: 30px;}
.ekipdetaytext {width: 100%;}
.iletleft {width: 100%;}
.iletright {width: 100%;padding: 10px;}
.mobhide {display: none;}
.detaymakale {width: 100%;}













}
/* iPhone Phone Dikey*/


/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{
.ekipbox {
float: left;
    width: 40%;
margin: unset;
}

.ekipbox:nth-child(2n) {
    float: right;
}

.altekipbox {
    float: left;
    width: 28%;
    margin: unset;
    margin-right: 8%;
}

.altekipbox .ekipimg img {max-height: unset;width: 100%;}

.icnews-part {    width: 28%;
    margin-right: 8%;}



}
/* iPhone Phone Yatay*/





/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{


.ekipbox {
float: left;
    width: 40%;
margin: unset;
}

.ekipbox:nth-child(2n) {
    float: right;
}

.altekipbox {
    float: left;
    width: 28%;
    margin: unset;
    margin-right: 8%;
}

.altekipbox .ekipimg img {max-height: unset;width: 100%;}

.icnews-part {    width: 28%;
    margin-right: 8%;}


}

/* iPhone  Tablet Dikey*/



/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1024px)  and (orientation: landscape) 

{

.ekipbox {
float: left;
    width: 40%;
margin: unset;
}

.ekipbox:nth-child(2n) {
    float: right;
}

.altekipbox {
    float: left;
    width: 28%;
    margin: unset;
    margin-right: 8%;
}

.altekipbox .ekipimg img {max-height: unset;width: 100%;}

.icnews-part {    width: 28%;
    margin-right: 8%;}



}
/* iPhone  Tablet Yatay*/




