﻿
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{font-family: 'Merriweather Sans', sans-serif;font-weight: 300;color: #000000;
    font-size: 1em;margin: 0;padding: 0;line-height:normal;
background-color: #fff;


}
input[type=text],input[type=submit],textarea,select {
font-family: 'Merriweather Sans', sans-serif;
font-weight: 400;
}

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 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
-webkit-transition:all 500ms;
text-decoration:none;
cursor:pointer;
    color: #000;
}


.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;}
.full2 {width:92%;margin: auto;}
.anaslider{
    margin-top: 215px;
}
.anaslider .item{
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.anaslider .item:before{
position: absolute;
content: "";
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}

.slinmain{
    position: absolute;
    bottom: 130px;
    left: 27.5%;
    width: 45%;

    z-index: 200;
    color: #fff;
}

.sltitle{
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 20px;
}
.sldesc {
    font-size: 20px;
    padding: 15px;
    background: rgba(68, 67, 68, 0.5);
    width: 80%;
    font-weight: 100;
}


.slaciklama {
        display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-flow: column;
}

.devam{
    border-radius: 5px;
    background-color: #9a0404;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 20px 26px;
    display: inline-block;
    font-weight: 500;
    
}
.devam:hover{
    background-color: #000;
}


header{
    height: 215px;
    position: fixed;
    width: 100%;
    z-index: 900;
    top:0;
    left: 0;
    transition: 500ms;
}

.headtop{
    height: 115px;
    background: url(images/topbg.jpg) no-repeat center;
    background-size: cover;
}

.htopin{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
}
.telmail a{
    font-size: 14px;
    color: #444344;
    padding-right: 20px;
}
.telmail a:hover{
    color: #9a0404;
}
.langs{display: flex;
align-items: flex-start;
justify-content: flex-start;

}


.langs a{
    border-radius: 3px;
    background: #444344;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
    width: 26px;
    height: 23px;
    font-weight: 600;
}
.langs a:hover{
    background: #00032d;
    color: #e2e2e2;
}

.langs a.active{
    background: #00032d;
    color: #e2e2e2;
}



.headbottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #444344;
}

.topmenu{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.menu {width: 100%;}

.menu ul{
display: flex;
align-items: center;
justify-content: space-between;
}
.menu li{
    position: relative;

}

.logo{
    z-index: 200;
    width: 196px;
    height: 100px;
    position: relative;
}



.logoin:before{
position: absolute;
content: "";
   border-color: #444344 transparent transparent transparent;
   border-style: solid;
 border-width: 120px 71px 0px 71px;
   width: 0px;
   height: 0px;
   transform: rotate(180deg);
   z-index: -1;
   top: -27px;
   left: 21px;
}

.menu ul li a{
    color: #fff;
    border-right: 1px solid #575657;
    padding: 0 20px 0 0px;
    display: flex;
    align-items: center;
    height: 100px;
}

.menu .ilka{
    padding: 0 20px 0 0;
}
.menu .iletisim{
    padding: 0 0 0 20px;
    border-right: none;
}
.servis-ve-hizmetler{
    border-left: 1px solid #575657;
    padding-left: 20px !important;
}


.logo .logoin{
position: absolute;
top: -83px;
z-index: 200;
width: 100%;
display: block;
padding: 0 0 0 0;
border: none;
} 




.menu ul li a:hover{
color: #eb7878;
}


.menu ul li a img{
padding-right: 5px;
}


.hakkimzida{
    background: url(images/aboutbg.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding: 90px 0;
}



.fixfix {
    top: -135px;
    border-bottom: 1px solid #575657;
}



.fixfix .menu ul li a{
    height: 80px;
}


.fixfix .logo{
    height: 80px;
}

.aboutgovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.aboutimg{
    padding-right: 30px;
}

.titletop{
    font-size: 14px;
    color: #9a0404;
    font-weight: 800;
}

.title{
    font-size: 30px;
    font-weight: 400;
}

.title span{
    font-weight: 700;
}

.aboutdesc{
    padding: 25px 0 100px 0;
}

.aboutalt{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.aboutalt a{
    padding: 10px 15px 10px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #9a0404;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
}


.aboutalt a img{padding-right: 5px;width: 18px;}

.aboutalt a:hover{
    background: #444344;
}



.urunler{
    width: 100%;
    background-image: url(images/urunsistembg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #444344;
    padding: 90px 0;
}
.urunbody .title{
    color: #fff;
}

.urunbody .titlebody{
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 65px;
}


.urunliste{
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-flow: row wrap;
}

.urunliste a{
    width: 30%;
    margin-bottom: 60px;
}

.urunliste a{
    width: 30%;
}


.urunimg{
    position: relative;
    height: 233px;
    background-size: cover;
    background-position: center;
}

.urunimg:before{
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.1);
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.uruntitle{
    background: #232323;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    font-weight: 600;
    transition: 500ms;
    border:1px solid #232323;
}
.urunliste a:hover .uruntitle{
background: #fff;
color: #232323;
border:1px solid #e2e2e2;
}

.urunliste a:hover .urunimg:before{
background: rgba(0, 0, 0, 0);
}

.hizmetler{
        width: 100%;
    background-image: url(images/hizmetbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 90px 0;
}

.hizmetbody .titlebody{
    padding-bottom: 60px;
}

.hizmetlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hizmetlist a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    width: 25%;
}

.hizimg{
    height: 160px;
    background-size: contain;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 500ms;
}

.hiztitle{
    padding-top: 20px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    width: 66%;

}

.himzet1:hover .hizimg{
    background-image:url(resimler/hizmet1a.png) !important;
}
.himzet2:hover .hizimg{
    background-image:url(resimler/hizmet2a.png) !important;
}
.himzet3:hover .hizimg{
    background-image:url(resimler/hizmet3a.png) !important;
}
.himzet4:hover .hizimg{
    background-image:url(resimler/hizmet4a.png) !important;
}

.cozumortaklari{
width: 100%;
background-color: #f9f9f9;
padding: 90px 0;
}



.cozumbody .titlebody{
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
padding-bottom: 60px;
}
.cozumslider .item{
    padding: 10px;
}

.cozumslider .item a{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 120px;
}
.cozumslider .item a img{
    width: 80% !important;
}


.cozumslider .owl-dots{
    bottom: -60px !important;
}

.sartbulten {
            width: 100%;
    background-image: url(images/teknikbg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

.sartttile img{
    height: 110px;
}



.sartttile{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.sartttile span{
    font-size: 30px;
    color: #444344;
    font-weight: 700;
    padding: 0 0 20px 20px;
}


.sartbultenbody{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.tekniksartname{
    width: 46%;
}
.teknikbulten{width: 50%;}

.sartbulten:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #9a9a9b;
    top: 200px;
}
.tumlink{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.tumu {
        padding: 10px 25px 10px 25px;
text-align: center;
    background: #9a0404;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
}
.tumu:hover{
    background: #444344;
}

.sartnamelist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding-top: 30px;
}

.sartnamelist a{
    background: #444344;
    color: #fff;
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
}
.sartnamelist a i{
    padding-left: 5px;
}
.sartnamelist a:hover{
    background: #9a0404;
}



.teknikbultenlist a{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #444344;
    font-size: 18px;
}

.teknikbultenlist a:hover{
    color: #fff !important;
    background: #444344 !important;
}



.iletisimtop .titlebody {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding-bottom: 60px;
}


.iletisim{
    width: 100%;
    background-image: url(images/iletisimbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 90px;
    position: relative;
}

.adresform{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.adresler {
    width: 30%;
}

.iletform{width: 50%;}

.adresline{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 45px;
}
.adresline i{
    font-size: 65px;
    color: #1e3050;
}

.adressag {
    padding-left: 20px;
}
.adrestitle{
    font-size: 30px;
    letter-spacing: 3px;
    padding-bottom: 5px;
}

.adrestext{
    font-size: 18px;
    color: #000;
}

#iletform input[type=text]{
    border:1px solid #9f9f9f;
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
}

#iletform textarea{
    border:1px solid #9f9f9f;
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    height: 100px;
}

.adresflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#iletform .ckodu {
    width: 50% !important;
    margin-bottom: 0 !important;
}

.chapta {
    color: #000;
    font-weight: 800;
    font-size: 32px;
}

.iletisimtop{
    padding-bottom: 60px;
}


.copyimza{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 240px;
    background: #444344;
}


.copy{
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
}
.copy span{color: #fff;font-weight: 800;}

.copy a{color: #fff;}



.banner {
    height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 215px;
}

.banner:before {
position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url(images/slide-trans.png) repeat-x;
    background-position: top left;
    opacity: 0.5;
}



.bannerin {
    position: relative;
    z-index: 200;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}



.toptitle {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.pagetitle {
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}
.linkbody {
    padding: 15px 0;
    border-bottom: 1px solid #e2e3e2;
}
.linkyol {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.linkyol a {
    position: relative;
    display: block;
    font-size: 13px;
    padding-right: 30px;
    font-weight: 400;
}
.linkyol a:hover {
    color: #9a0404;
}

.linkyol a:before {
    position: absolute;
    content: ">";
    font-weight: 400;
    font-size: 12px;
    right: 10px;
    top: 0;
}

.linkyol a:last-child:before {
    display: none;
}
.sayfagovde {
    background: url(images/urunsistembg.png) no-repeat top;
    background-size: cover;
    overflow: hidden;
    background-position: top center;
    background-attachment: fixed;
}


.urunlist {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}



.urunbox {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid transparent;
    transition: 500ms;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    background: #fff;
    position: relative;
}
.urunover {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.solmenu {
    width: 300px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 300;
    float: left;
    position: relative;
}



.solsticky {
    position: fixed;
    left: 4%;
    top: 80px;
}



.sagsayfa {
    width: calc(100% - 350px);
    float: right;
}


.katozet {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #e2e3e2;

}

.katimg {
    width: 350px;
    border: 1px solid #cc8181;
    padding: 5px;
}

.kataciklama {
    width: calc(100% - 350px);
    padding-right: 30px;
    line-height: 24px;
}
.katimg img {
    width: 100%;
}

.kattitle{
border-bottom: 1px solid #e2e3e2;
padding: 20px 0;
font-weight: 700;
}
.katurunlist{
    padding-top: 60px;
}

.has-sub a {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    color: #000;
    border-bottom: 1px solid #e2e3e2;
    padding: 20px 0px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;

}

.has-sub a img{
    padding-left: 2px;
    transform: rotate(-180deg);
    transition: 500ms;
}

.has-sub a:hover{
    background: #9a0404;
    color: #fff;
}



.has-sub ul li a {
    font-weight: 300;
    font-size: 13px;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px 15px 29px;
}

.open a img{
    padding-right: 2px;
    transform: rotate(0deg);
}

.sayfakapla {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
z-index: -1;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.4);
transition: 300ms;
display: block;
}


.sopen {
visibility: visible;
z-index: 999999;
left: 0;
}

.has-sub .mactive{
    background: #9a0404;
    color: #fff;
}

.headmenu {
    height: auto;
    overflow: auto;
    width: 80%;
    left: -80%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    height: 100%;
    background-color: #f7f7f7;
    transition: 600ms;
    display: block;
}

















.mobilmenu{display: none;}



.headbottom .langs{display: none;}
.form-err{
    padding-top: 15px;
    color: #9a0404;
    font-weight: 700;
}
.urundetay{
    flex-flow: row-reverse;
}


.urundetay .kataciklama{
    width: calc(100% - 450px);
    padding-right: 0px;
    padding-left: 30px;
}
.urundetay .katimg{
    width: 450px;
}

.dokumanlar {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
}

.doktitle {
    color: #9a0404;
    font-size: 22px;
    font-weight: 500;
}
.doklist {
    padding: 30px 0;
}

.doklist a {
    background: #9a0404;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
}

.doklist a {
    background: #444344;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
}


.doklist a:hover{
    background: #9a0404;
}

.tamsayfa{width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

























/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{



.mopen {
left: 0;
}
.mobiltop {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #e2e3e2;
}


.mobillogo img {
width: 120px;
}


.full{width: 96%;}


.menu ul li {
    display: none;

}


.menu ul li.logo{
    display: block;
    width: 140px;
    height: 56px;
    padding-left: 17px;
}
.menu ul{
    justify-content: space-between;
}

.menu ul li a img{
    padding-right: 0;
}

.logo .logoin{
    top: -60px;
}


.headtop .langs{display: none;}


.headbottom .langs{display: flex;}
.logoin:before{left: -4px;}

.mobilmenu{cursor: pointer;
        display: block;}



.mobilmenu a {
    border:1px solid;
border-color: #e2e2e2;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.langs a{
    border:1px solid #676767;
}
.langs a.active{border: 1px solid #000}

.htopin{
    padding-top: 10px;
    width: 100%;
}
.headtop {height: 115px;position: relative;}

header{height: 165px;}
.telmail{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.telmail a{padding-right: 0;}
.fixfix{top: -109px;}


.anaslider{margin-top: 165px;}

.anaslider .item{
    height: calc(100vh - 165px);
}


.slinmain{width: 90%;
left: 5%;
}

.sltitle{
    font-size: 22px;
}
.sldesc{
    font-size: 18px;
}
.hakkimzida{
    padding: 60px 0;
}


.aboutgovde{flex-flow: column;}

.aboutimg img{width: 100%;}

.aboutimg {
    padding-right: 0;
    padding-bottom: 30px;
}

.title{font-size: 24px;}



.aboutdesc {
    padding: 25px 0 25px 0;
}

.aboutalt{justify-content: center;}

.aboutalt a{margin-bottom: 15px;}

.urunler{padding: 60px 0;}

.urunliste a {
    width: 48%;
    margin-bottom: 30px;
}

.urunimg{height: 120px;}

.uruntitle{padding: 10px 0;

font-size: 14px;
}

.hizmetler{
    padding: 60px 0;
}
.hizmetbody .titlebody{
    padding-bottom: 30px;
}

.hizmetlist{flex-flow: row wrap;}

.hiztitle{font-size: 16px;}

.hizmetlist a{width: 46%;margin-bottom: 25px;}

.cozumortaklari{padding: 60px 0;}


.cozumbody .titlebody{padding: 60px 0;}

.sartbultenbody{flex-flow: column;}



.sartbulten:before{display: none;}

.sartbulten{padding: 60px 0;}



.sartttile span{font-size: 25px;}

.tekniksartname{width: 100%;padding-bottom: 60px;}

.sartttile{border-bottom: 1px solid #9a9a9b;}

.sartnamelist a{padding: 13px;font-size: 16px;}


.teknikbulten{width: 100%;}
.teknikbulten .sartttile img{
height: 70px;
}
.iletisim{padding-top: 60px;}

.iletisimtop .titlebody{
    padding-bottom: 30px;
}


.adresform{
    flex-flow: column;
}

.adresler{width: 100%;}

.iletform{width: 100%;}

.chapta{font-size: 20px;}
.banner{
    margin-top: 165px;
    height: 150px;
}

.solmenu{
    display: none;
}
.sagsayfa{
    width: 100%;
}
.bannerin{padding-top: 0px;}

.kattitle h1{font-size: 22px;}
.pagetitle{font-size: 22px;}
.toptitle{padding-bottom: 10px;}

.katozet{
    flex-flow: column-reverse;
}

.kataciklama{width: 100%;padding-right: 0;padding-top: 10px;}
#oksayfakapat {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        font-size: 16px;
        padding: 2px 5px;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        background: #fff;
    }


#cssmenu ul {
display: block;
}


#cssmenu ul ul {
display: none;
border-top: 1px solid #f7f7f7;
border-bottom: 1px solid #f7f7f7;
}

.has-sub a {
        position: relative;
        font-size: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        border-bottom: 1px solid #d8d8d8;
        width: 100%;
        border-radius: unset;
    }

.mobcontact {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        border-bottom: 1px solid #d8d8d8;
    }

    .topcontact {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        padding: 15px;
    }
    .topcontact a {
        padding-bottom: 10px;
        color: #7C858A;
    }

.mobilbotom .social {
        display: flex;
        padding: 15px;
        align-items: center;
        justify-content: flex-start;
    }


.mobilbotom .social a {
        color: #444344;
        border: 1px solid #cfcfcf;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        width: 28px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }









































}
/* iPhone Phone Dikey*/

























































/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{ 




}
/* iPhone Phone Yatay*/


/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{ 





}
/* iPhone  Tablet Dikey*/



/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1366px)  and (orientation: landscape) 

{








}
/* iPhone  Tablet Yatay*/



/*zoom 110ustu*/
@media screen and (max-width: 1800px) and (min-width: 1700px)
{









}
/*zoom 110ustu*/

/*zoom 125ustu*/
@media screen and (max-width: 1700px) and (min-width: 1500px)
{









}
/*zoom 125ustu*/


/*zoom 150ustu*/
@media screen and (max-width: 1500px) and (min-width: 1200px)
{


.langs {
    flex-flow: column;
}
.social {
    flex-flow: column;
}
.langsoc a{margin-bottom: 10px;}





}
/*zoom 150ustu*/

/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{





.langs {
    flex-flow: column;
}
.social {
    flex-flow: column;
}
.langsoc a{margin-bottom: 10px;}











}
/*zoom 175ustu*/