﻿@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body{font-family: 'Rajdhani', sans-serif;font-weight: 400;color: #000;
font-size: 1em;margin: 0;padding: 0;line-height:normal;
}
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;
}

input[type=text],input[type=submit],textarea,select {
font-family: 'Rajdhani', sans-serif;
}
.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: 88%;margin: auto;}







.searchbox {
    position: fixed;
    top: -170px;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 9999999;
    background-color: #1e2122;
    color: #fff;
    display: flex;
    transition: all 300ms;
}

.comedown {
    top: 0;
}
.closesearch {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.search {
    width: 40%;
    margin: auto;
    position: relative;
}
.searchform {
    display: flex
;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.searchform input[type=text] {
    border: none;
    padding: 20px;
    width: 100%;
    z-index: 100;
    position: relative;
    font-weight: 300;
}

.searchform .search-btn {
    position: absolute;
    right: 15px;
    z-index: 200;
    background: transparent;
    border: none;
    font-size: 22px;
}




#girisvideo {
position: absolute;
    z-index: 100;
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
    object-position: top;
}


@media (min-aspect-ratio: 16/9) {
  #girisvideo{
        height: 100%;
        top: 0%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video {
    width: 100%;
    left: 0%;
  }
}


.video {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 110;
    background-image: url(images/sbg.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
}


.anaslider{
        display: block !important;
    z-index: 300 !important;
    width: 40% !important;
    text-align: center;
}

.tophead{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 300;
}

.topheadin{
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.iconmenu{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.iconlink{
     display: flex;
     align-items: center;
     justify-content: center;
     flex-flow: column;
     padding-left: 8px;
     width: 64px;
}


.menuicon .iconmenu .iconlink{width: 58px;}
.iconlink span{
    color: #fff;
    font-size: 12px;
    transition: 500ms;
}

.iconlink a{
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(112, 112, 112, 1.0);
    padding: 8px 10px;
    color: #232a4b;
}

.iconlink:hover span{
    margin-top: -8px;
    padding-bottom: 8px;
}
.iconlink:hover a{
    background-color: rgba(255, 255, 255, 1);
}

.mobmenu{
         display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 10px;
}

.mobmenu a{
padding: 8px 10px;
color: #fff;
border: 1px solid;
border-color: rgba(255, 255, 255, 0.4);
background: #232a4b;

}
.mobmenu a:hover{
color: #232a4b;
border-color: #0092c8;
background: #fff;
}

.sltitle{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.sldesc{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}


.downbody{
    position: absolute;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 300;
}

.point{
    border: 1px solid #fff;
    border-radius: 50px;
    width: 48px;
    height: 70px;
        display: flex;
    align-items: center;
    justify-content: center;
  
    line-height: normal;
    font-size: 20px;

}

.point i{
    position: absolute;
  color: #fff;
        -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    top: 10px;
}

@keyframes scroll {
  from {top:10px;opacity: 1;}
  to {top:35px;opacity: .8;}
}


header{
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    transition: 500ms;
}

.headtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}




.langs{
         display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 10px;
     border: 1px solid;
     border-color: rgba(112, 112, 112, 1.0);
     color: #fff;
font-weight: 700;
background: #232a4b;
padding: 6px 10px;
}


.langs:hover{
color: #232a4b;
background: #fff;
border-color: rgba(112, 112, 112, 0.3) !important;
border: 1px solid;
}


.menuicon .iconlink a{
border: 1px solid;
border-color: rgba(112, 112, 112, 0.3);
}

.menuicon .iconlink a:hover{
color: #fff;
background: #232a4b;
}

.menuicon .iconlink span{
color: #0d0416;
font-size: 11px;
font-weight: 400;
}
.menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu ul li a i{
    font-size: 12px;
    color: #1e2122;
    padding-left: 5px;
}

.menu ul li a{
padding: 33px 10px;
display: block;
font-weight: 500;
}

.menu ul li a:hover{
color: #0092c8;
}

.menu ul li a:hover i{
color: #0092c8;
}

.hakkimizda{
    background: #fff;
    padding: 88px 0 50px 0;
    position: relative;
}

.toptitle{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
        font-weight: 700;
    flex-flow: column;
    position: relative;
    z-index: 300;
}
.mtitle{
    font-size: 14px;
}
.btitle{
font-size: 35px;
}
.hakkimizda:before{
    position: absolute;
    content: "";
    background: url(images/hakbg.png) no-repeat center;
    width: 100%;
    height: 334px;
    top: 0;
}

.hakkimizda:after{
    position: absolute;
    content: "";
    background: url(images/hakbg-alt.png) no-repeat center;
    width: 100%;
    height: 334px;
    bottom: 0;
}


.haktextbody{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 75px;
    position: relative;
    z-index: 300;
}
.haktext{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hakimg{
    width: 42%;
}

.hakimg img{
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    width: 100%;
}
.haktext{
    width: 56%;
}

.hakikon{
    background-color: #0092c8;
padding: 20px 25px 20px 20px;
margin-left: -232px;
border: 1px solid;
border-color: rgba(255, 255, 255, 0.4);

}



.hakdescbody{
    color: #040809;
}

.haktitle{
    font-size: 35px;
    font-weight: 700;
    padding-left: 30px;
}
.hakdesc{
    border: 1px solid;
border-color: rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.1);
padding: 25px 30px;
}


.devambody{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.devam{
    background: #000;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid;
border-color: rgba(255, 255, 255, 0.4);
margin-top: 10px;
width: 145px;
z-index: 2;
overflow: hidden;
}

.devam i {
    padding-left: 10px;
}
.devam:before{
position: absolute;
content: "";
width: 5px;
height: 100%;
background: #0092c8;
left: 0;
top: 0;
border-left: 1px solid;
border-right: 1px solid;
border-color: rgba(255, 255, 255, 0.4);
transition: 500ms;
z-index: -1;
}

.devam:hover:before{
    width: calc(100% + 5px);
    left: 5px;
}

.devam:hover{
background: #fff;
}

.downtitle{
    padding-top: 200px;
}
.urunanabox{
    background-repeat: no-repeat;
    background-size: cover;
}

.urunbodylist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 5px solid #fff;
    position: relative;
    z-index: 10;
}

.urunkattitle{
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.urunanabox{
    width: 100%;
    height: 560px;
    position: relative;
    border-right: 5px solid #fff;
}
.urunanabox:last-child{
border-right: none;
}

.urunanabox:before{
position: absolute;
content: "";
background: rgba(17, 17, 17, 0.3);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
transition: 500ms;
}

.urunkatbodylist{
    position: absolute;
    width: 100%;
    top: 20%;
    z-index: 10;
    transition: 500ms;
}
.urunanabox:hover .urunkatbodylist{
    top: 0;

}

.urunanabox:hover:before{
background: rgba(17, 17, 17, 0.8);
}

.ulfirst .urunanabox:before{
    background: unset;
}



.urunkattitle i{
    display: none;
}

.urunanabox:hover .urunkattitle i, .ulfirst .urunkattitle i{
display: block;
padding: 20px 10px;
font-size: 12px;
color: #fff;
    margin-right: 10px;
     transform: rotate(-25deg); 
}


.urunanabox:hover .urunkattitle:before, .ulfirst .urunkattitle:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0092c8;
    width: 30px;
    height: 52px;
}


.urunanabox:hover .urunkattitle,  .ulfirst .urunkattitle{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border-bottom: 2px solid #fff;
    background: rgba(13, 4, 22, 0.7);

}

.urunkatlist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 10px;
}
.urunkatlist a{
    opacity: 0;
    color: #fff;
    padding: 8px 0 !important;
    font-size: 18px;
}

.urunanabox:hover  .urunkatlist a{
    opacity: 1;

}

.urunanabox:hover  .urunkatlist a, .ulfirst .urunkatlist a{
    opacity: 1;

}

.urunkatlist a i{
padding-right: 10px;
font-size: 12px;
transition: 500ms;
transform: rotate(-25deg);
}

.urunkatlist a:hover i{
transform: rotate(0deg);
}

.urunkatlist a:hover{
    color: #0092c8;
}

.bultengovde{
    background: url(images/haberbg.png) no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.titlescol{
    font-weight: 700;
}
.titlescol .mtitle{
color: #0092c8;
}

.habergovde {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
}

.bultentoptitle {
    width: 25%;
    background: #fff;
    padding: 30px;
    height: 444px;
        display: flex
;
    flex-flow: column;
    justify-content: space-between;
}

.bultenler{
    width: 74%;
}
.habertext{
    font-size: 26px;
    font-weight: 400;
}

.hbrimg {
    height: 444px;
    display: block;
    position: relative;
    background-size: cover;
}
.hbrimg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    transition: 500ms;
}

.bultentitle {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.hbrimg:hover:before {
    background: rgba(0, 0, 0, 0);
}

.btarih{
    background: #0092c8;
    padding: 5px 10px 10px 10px;
    color: #fff;
    width: 60px;
    height: 70px;
        position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
        transform: skewX(-10deg);
}

.btarih:before{
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 5px;
    top: -5px;
}

.btin{
font-weight: 700;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 22px;
position: relative;
z-index: 20;
line-height: 25px;
transform: skewX(10deg);
    padding-left: 5px;
}
.bultenslider .owl-dots{
    bottom: -60px !important;
}

.bultenslider .owl-dots .owl-dot span{
    width: 66px !important; 
    height: 15px !important;
    border-radius: 0 !important;
    background: #0092c8 !important;
    transform: skewX(-10deg);
}

.bultenslider .owl-dots .owl-dot.active span, .bultenslider .owl-dots .owl-dot:hover span{
    background: #000 !important;
}

.footop{
    background: url(images/iletisimbg.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0;
}




.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.mrgtop{
    margin-top: 88px;
}

.founvan{
    text-align: center;
    padding-top: 115px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}
.founvan span{
font-weight: 400;
}
.adreslist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 30px 0;
}

.adresbox{
    width: 26%;
    color: #fff;
    margin-bottom: 50px;
}
.adresbox a{
    color: #fff;
}

.adresbox a:hover{
    color: #0092c8;
}

.adresbox i{
    color: #0092c8;
}

.adrtop{
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding-bottom:10px;
    border-bottom: 1px solid #fff;
}
.adrbaslik{
    font-weight: 600;
}
.adrlink span{
    font-weight: 700;
    font-size: 12px;
    width: 50%;
    display: block;
    text-align: center;
}

.adrlink i{
    font-size: 29px;
}
.adrlink{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.adrinlist{
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}
.adrline{
display: flex;
align-items: flex-start;
max-width: 50%;
min-width: 40%;
padding-bottom: 10px;
}

.adrdesc{
    display: flex;
    flex-flow: column;
}
.adrikon{padding-right: 10px;}

.adrtitle{
    font-weight: 700;
}

.iletformbody{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 50%;
    margin: auto;
}

.sform{
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.sform input[type=text] {
    width:48%;
    border: 1px solid #eaebee;
    padding: 15px;
    margin-bottom: 20px;
}

.sform textarea {
    width:100%;
    border: 1px solid #eaebee;
    padding: 15px;
    margin-bottom: 20px;
    height: 120px;
}

.gerbod{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}

.gonder{
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.form-err, .ikerr, .tekliferr {
    color: #ff0000;
    font-size: 20px;
    font-weight: 600;
}

.imza{
    padding: 50px 0px 30px 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 50px;
}

.imzalist{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imztext span{
    font-weight: 700;
}

.imztext a:hover{
    color: #0092c8;
}

.ulfirst{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9900;
    top: 87px;
    transition: 500ms;
}


.ulfirst .urunanabox{background-image: unset !important; }



.ulfirst .urunbodylist{
    border-top: none;
    background: #fff;
    padding: 5px;
}

.ulfirst .urunanabox{
    height: auto;
}
.ulfirst .urunkatbodylist{
    position: relative;
    top: unset;
}

/*
.ulfirst .urunanabox:before{
    display: none;
}

*/


.ulfirst .urunanabox .urunkattitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border-bottom: 2px solid #fff;
    background: rgba(13, 4, 22, 1);
    font-size: 18px;
}


.ulfirst .urunkatlist a{
    color: #000;
    transition: 500ms;
    font-size: 16px;
}


.ulfirst .urunkatlist{
    padding: 0px 10px 10px 10px;
}

.ulfirst .urunkatlist a i{
transform: rotate(-25deg);
transition: 500ms;

}

.ulfirst .urunkatlist a:hover i{
transform: rotate(0deg);

}

.close {
display: flex;
align-items: center;
justify-content: center;
color: #838383;
font-size: 16px;
padding: 2px 5px;
border: 1px solid #d4d4d4;
border-radius: 5px;
background: #fff;
width: 30px;
    height: 30px;
}

.close:hover{
background: #e2e2e2;
}

.mobilmenu{
display: block;
position: fixed;
right: -100%;
top: 0;
z-index: 99999;
background: #fff;
padding: 30px 30px 30px 30px;
width: 20%;
height: 100%;
transition: 500ms;
}

#cssmenu ul{
    display: flex;
    flex-flow: column;
}
#cssmenu ul li a{
width: 100%;
padding: 10px 0;
}
#cssmenu ul li {
border-bottom: 1px solid #e2e2e2;
    position: relative;
    display: block;
    width: 100%;
}
.menulogo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}


.menulogo a img{
    width: 200px;
}



    /*change the thinkness of the scrollbar here*/
.headmenu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
 /*add a shadow to the scrollbar here*/
.headmenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*this is the little scrolly dealio in the bar*/ 
.headmenu::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(0,0,0,0.3);
    height: 3px;
}
.headmenu::-webkit-scrollbar-corner { display: none; height: 0px; width: 0px; }




.mobilmenu .ulfirst{
    position: relative;
    top: unset;
    left: unset;
    width: unset !important;
}

.mobilmenu .urunkattitle{
    display: none !important;
}


.sayfakapla {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    background-color: rgba(0,0,0,0.6);
    transition: 300ms;
    display: block;
}

.sopen {
    visibility: visible;
    z-index: 9998;
    right: 0;
}
.mobilmenu .ulfirst .urunbodylist{
padding: 0;
display: flex;
flex-flow: column;
}

.mobilmenu .ulfirst .urunkatlist{
padding: 0px 0px 10px 0px;
}




#cssmenu ul ul{
    display: none;
}



#cssmenu ul li a{
        display: inline-block;
}
.submenu{
        padding-bottom: 10px;
}
.submenu a{
    color: #000;
}


.submenu a i {
    padding-right: 10px;
    font-size: 12px;
    transition: 500ms;
    transform: rotate(-25deg);
}
.submenu a:hover i {
    transform: rotate(0deg);
}
#cssmenu ul li:last-child{
border-bottom: none;
}

.has-sub .fa-angle-down{
    font-size: 14px;
    transform: rotate(0deg);
    float: right;
}


.iconmob{
    display: none;
}
.banner{
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #040809;
}

.banner:before {
    position: absolute;
    content: "";
    background: url(images/banbg.png) no-repeat center;
    width: 100%;
    height: 220px;
    top: 0;
}


.altsayfa{
    padding-bottom: 150px;
}

.solmenu{
    width: 25%;
}

.sayfatitle i{

color: #fff;
    transform: rotate(-25deg);
    font-size: 12px;

}
.altikon{
    background-color: #0092c8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}


.sayfatitle{
        display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #000;
    border-top: 3px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    
}

.sayfatitle span{
    color: #fff;
font-weight: 600;
font-size: 20px;
padding-left: 10px;
}

.altlinkler{
    background-color: #040809;
    background-image: url(images/sbg.png);
    display: flex;
    flex-flow: column;
}

.altlinkler a{
    display: block;
    color: #fff;
    border-bottom: 1px solid #1e2122;
    padding: 14px 10px;
    font-size: 18px;
}
.altlinkler a i{
    font-size: 12px;
    transform: rotate(-25deg);
    padding-right: 3px;
}
.aktif{
    background: #0092c8;
}
.aktif i{
    transform: rotate(0deg) !important;
    transition: 500ms;
}

.altlinkler a:hover{
    background: #0092c8;
}

.altlinkler a:hover i{
   transform: rotate(0deg) !important;
}


.sayfa{
display: flex;
align-items: flex-start;
justify-content: space-between;
}


.mainsayfa{
width: 73%;
}

.bolumtitle{
    padding: 25px 0 10px 0;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 3px solid #f2f2f2;
}

.sayfaicerik{
    padding: 25px 0;
    line-height: 26px;
    font-size: 18px;
}

.tamsayfa{
    width: 100%;
}


.sayfatitle span{
    display: block;
    color: #fff;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.agirlikbolum{
    padding: 25px 0;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.agirlikbox{
    padding-bottom: 30px;
}
.sayfatitle:hover i{
transform: rotate(0deg);
}


.accordionContent{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    display: none;
}
.bloglist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.bloglist .item{
    width: 23%;
    margin-bottom: 50px;
}

.urunlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.urunbox{
    width: 30%;
    margin-bottom: 30px;
    opacity: 0.9;
    transition: 500ms;
}

.sayfatitle a{
    color: #fff;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    display: block;
}

.solmenu .sayfatitle a{
    padding: 0;
}

.urunimg{
    display: block;
    height: 267px;
    background-size: cover;
    background-position: center;
}

.urunbox:hover {
    opacity: 1;
}

.urunbox:hover .sayfatitle i {
    transform: rotate(0deg);
}


.solnav{
    height: 430px;
    z-index: 1000;
    overflow: scroll;

}

    /*change the thinkness of the scrollbar here*/
.solnav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
 /*add a shadow to the scrollbar here*/
.solnav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*this is the little scrolly dealio in the bar*/ 
.solnav::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(0,0,0,0.3);
    height: 3px;
}
.solnav::-webkit-scrollbar-corner { display: none; height: 0px; width: 0px; }

.urungaleri{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.urunbigimg{
width: 70%;
display: block;
background-size: cover;
background-position: center;
height: 430px;
}
.urungalist{width: 28%;
display: flex;
flex-flow: column;
padding-right: 10px;
}
.urungalist a{
    display: block;
    margin-bottom: 20px;
}

.urungalist a img{
    width: 100%;
}
.reflist .urunbox{
width: 23%;
}

.reflist .urunimg{
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #e2e2e2;
}
.reflist .sayfatitle{
    color: #fff;
    font-weight: 600;
}

.reflist .sayfatitle .altikon{
    margin-right: 10px;
}

.kalitelist .urunimg{
height: 430px;
}


.blogdetay .urunbigimg{
    margin-right: 25px;
     width: 35%;
}



.blogdetay .sayfaicerik{
    width: 65%;
}

.ikformbody .habertext{
padding-top: 30px;
}

.ikformbody  .sayfaicerik{
    width: 50%;
}
.ikform input[type=text], .ikform input[type=email],.ikform input[type=tel],.ikform input[type=number]{
padding: 12px;
width: 100%;
}
.ikform select{
    width: 100%;
    padding: 10px;
}


.ikform textarea{
    width: 100%;
    padding: 12px;
}


.form-flat p{
padding-bottom: 10px;
}



#cssmenu ul li a:hover{
color: #0092c8;
}






#cssmenu{
    height:550px;
    z-index: 1000;
    overflow: scroll;

}

    /*change the thinkness of the scrollbar here*/
#cssmenu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
 /*add a shadow to the scrollbar here*/
#cssmenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*this is the little scrolly dealio in the bar*/ 
#cssmenu::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(0,0,0,0.3);
    height: 3px;
}
#cssmenu::-webkit-scrollbar-corner { display: none; height: 0px; width: 0px; }


.accordionContent table tr{
    height: 40px;
}
.accordionContent table tr:nth-child(odd){
    background: #e2e2e2;
}

.accordionContent table tr td{
    align-content: center;
    border:1px solid #efefef;
}


.hakkimizda .toptitle{color: #000;}


































/* iPhone Phone Dikey*/
@media screen and (min-width: 320px) and (max-width: 1024px)

{

.full{
width: 94%;
}

.mobilmenu{
    width: 70%;
}
.topheadin{
    padding-top: 0;
    display: none;
}

.video{
    height: 380px;
    align-items: flex-end;
}

.anaslider{
    width: 100% !important;
    padding-bottom: 20px;
}

.sltitle{
    font-size: 18px;
    color: #000;
}
.sldesc{font-size: 16px;color: #000;}

.point{display: none;}
.logo img{width: 140px;}
.menu{display: none;}
header{padding: 10px 0;}
.search{width: 90%;}
.searchform input[type=text]{padding: 15px;}


.menuicon .iconlink a{
    padding: 6px 8px;
}

.menuicon .iconlink span{font-size: 8px;}

.menuicon .iconmenu .iconlink{width: 45px;}


.iconmob{
    display: block;
}
.btitle{
    font-size: 22px;
}

.haktextbody{
    padding-top: 25px;
    flex-flow: column;
}

.hakikon img{
    width: 150px;
}

.hakikon{margin-left: -102px;}

.haktext{
    width: 100%;
}

.hakimg{width: 100%;margin-top: 10px;}
.urunbodylist {
    flex-flow: row wrap;
}
.urunbodylist .urunanabox{
    width: 100%;
    margin-bottom: 5px;
}
.habergovde{
    flex-flow: column;
}
.bultentoptitle{width: 100%;height: auto;}
.bultenler{width: 100%;background: #fff;}
.founvan{
    padding-top: 25px;
    font-size: 20px;
}


.adreslist{
    flex-flow: row wrap;
}

.adresbox{width: 100%;margin-bottom: 25px;
} 

.iletformbody{width: 100%;}

.imzalist{flex-flow: column;}
.imztext{padding-bottom: 25px;}

.bultengovde{padding: 75px 0 150px 0;}
.mobilmenu{
    padding: 30px 15px 30px 15px;
}


.sayfa{
    flex-flow:column-reverse;
}

.solmenu{width: 100%;}

.mainsayfa{width: 100%;}

.bolumtitle{
    font-size: 22px;
}
.banner:before{
    background-size: cover;
    height: 160px;
}


.banner{
    height: 160px;
}

.accordionContent{
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: scroll;
}
.accordionContent table{
    width: 100%;
}
.bloglist .item{
    width: 48%;
    margin-bottom: 30px;
}


.bloglist .hbrimg{
   height: 265px;
}

.bloglist .btin{font-size: 16px;line-height: 18px;}

.bloglist  .btarih {
width: 40px;
height: 50px;
}

.urunbox{width: 100%;}
.urunbigimg{height: 170px;}


.solnav{height: 170px;}
.reflist .urunbox{
    width: 48%;
}


.kalitelist .urunimg{
    height: 250px;
}

.reflist .urunimg{
    height: 150px;
}

.blogdetay, .ikformbody{
    flex-flow: column;
}

.blogdetay .urunbigimg{
    width: 100%;
    height: auto;
}
.ikformbody .urunbigimg{
    width: 100%;
    height: auto;
}

.ikformbody .sayfaicerik{
    width: 100%;
}
.blogdetay .sayfaicerik{
    width: 100%;
}
































}
/* iPhone Phone Dikey*/

























/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{ 

.full{
    width: 94%;
}


















}
/* 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: 1024px)  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)
{



}
/*zoom 150ustu*/












































/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{











}
/*zoom 175ustu*/