@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800&display=swap');
body {font-family: 'Montserrat', sans-serif;font-weight: 400;font-size: 16px;color: #000;}
.container{position: relative;overflow:hidden;}
html {scroll-behavior: smooth;}
div, span, p, header, footer, a , table, tr, td, input, textarea, select, ul, li, body
{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;}

.menua,.tumgor,.box,.box:before,.isub,.ila
{transition:all 0.7s;
-moz-transition:all  0.6s;
-ms-transition:all  0.6s;
-o-transition:all  0.6s;
-webkit-transition:all  0.6;}




input[type=text],input[type=submit],textarea,select {
font-family: 'Montserrat', sans-serif;
appearance: none;
}

ul,li,p,h1,h2,h3,h4,h5
{margin:0px;
padding:0px;
list-style: none;
}
.over{overflow:hidden;}
.clear{clear:both;}

.full {width: 1150px!important;margin: auto;}
.w5{width: 5%!important;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w23{width: 23%;}
.w30{width: 30%;}
.w32{width: 32%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w47{width: 47%;}
.w49{width: 49%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w48{width: 48%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w90{width: 90%;}
.w100{width: 100%;}
.w35{width: 35%;}
.w25{width: 25%;}
.w33{width: 33%;}
.w49{width: 49%;}
.w16{width: 16%;}
.w13{width: 13%;}
.fleft{float: left!important;}
.fright{float: right!important;}
.mr2{margin-right: 2%!important;}
.mb2{margin-bottom: 2%!important;}
.tal{text-align: left!important;}
.tar{text-align: right!important;}
.tac{text-align: center!important;}
.taj{text-align: justify!important;}
.dblock{display: block!important;}
.diblock{display: inline-block!important;}
.dnone{display: none;}
.ohidden{overflow: hidden!important;}
.pr{position: relative!important;}
.pa{position: absolute!important;}
.mauto{margin: auto!important;}


header{
width: 100%;
background: #343434;
overflow: hidden;
}

.langa{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    padding: 0;
    text-indent: -9999px;
}

.langa:hover{
    background: url(images/flag_tr.png) no-repeat scroll center bottom transparent;
}

.header-top{
    border-bottom: 2px solid #515150;
    overflow: hidden;
}
.header-bottom{
    height: 40px;
}

.social{padding-top: 7.5px;}

.sociala{
        border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    padding-top: 2px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.sociala:last-child{margin-right: 0;}

.header-menu{background: #fff!important;height: 140px;}

.logo{margin-top: 23.5px;}

.menua{color: #684f40;font-size: 14px;margin-right: 5px;border-right: 1px solid #684f40;padding-right: 5px;}
.menua:last-child{margin-right: 0;border-right: unset;}
.menu{margin-top: 62px;}
.menua:hover{color: #fec115;}
.mainboxes{margin-top: 20px;margin-bottom: 100px;}
.maintitle{position: relative;padding-bottom: 25px!important;border-bottom: 2px solid #684f40;width: 15%;margin-bottom: 25px!important;text-align: center;}
.maintitle:before{position: absolute;content: "";width: 55px;background: #fec115;height: 2px;left: calc(50% - 27.5px);bottom: -2px;}
.box{width: 33.3%;height:285px;background-size:cover;background-repeat: no-repeat;background-position: center center;position: relative;}
.box img{width: 100%;}
.boxes{margin-top: 25px;}

.box:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(254,193,21,0.8);
    left: 0;
    top: 0;
    opacity: 0;
}

.box:hover:before{
    opacity: 1;
}

.tumgor{
    color: #fff;
    border-color: #F7BE68;
    background-color: #F7BE68;
    width: 12%;
    display: block;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    margin-top: 25px;
}


.tumgor:hover{
background: #d49e4e;
}


footer{
    background: #28292b;
    overflow: hidden;
    padding-top: 25px;
}

.fttitle{font-size: 18px;color: #fff;margin-bottom: 15px;}

.iletline{margin-bottom: 10px;color: #fff;font-size: 14px;}

.iletline i{margin-right: 5px;line-height: 26px;}

.ftt{color: #fff;font-size: 15px;line-height: 25px;}


footer:before{
    position: absolute;
    content: "";
    background-image: url(images/ftbefore.png);
    width: 373px;
    height: 383px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    background-position: center center;
}


.sociala:hover{
 color: rgba(254,193,21,0.8);
 border: 2px solid rgba(254,193,21,0.8);
}

.banner{
    height: 320px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 106.5px;
}

.banner h1{
        text-align: center;
    color: #fff;
    padding-top: 25px;
    display: block;
    width: 25%;
    margin: auto;
    position: relative;
}

.banner h1:before{
    position: absolute;
    content: "";
    width: 95%;
    height: 2px;
    background: #F7BE68;
    left: 2.5%;
    bottom: -10px;
}

.banner span{
        text-align: center;
    color: #fff;
    padding-top: 25px;
    display: block;
    width: 25%;
    margin: auto;
    position: relative;
    font-size: 2em;
}

.banner span:before{
    position: absolute;
    content: "";
    width: 95%;
    height: 2px;
    background: #F7BE68;
    left: 2.5%;
    bottom: -10px;
}


.banner p{
        text-align: center;
    color: #fff;
    margin-top: 15px;
    line-height: 25px;
}

.maincontent{padding-top: 25px;padding-bottom: 25px;}

.maintext{line-height: 26px;margin-bottom: 25px!important;}

.linetitle{
        padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
    padding-top: 3px;
}

.linetext{line-height: 26px;}

.linetitle:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #fdb822;
}

.hakline{overflow: hidden;margin-bottom: 25px;}

.hakleft,.hakright{overflow: hidden;}
.hakleft img,.hakright img{width: 100%;}

.iletline span,.krline span{
        color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.inp{
        width: 100%;
    border: 1px solid #d4d3d3;
    padding: 10px;
    border-radius: 5px;
}

.inpt{
        width: 100%;
    border: 1px solid #d4d3d3;
    padding: 10px;
    border-radius: 5px;
    height: 100px;
    resize: none;
}

.isub{
    float: right;
    background: #684f40;
    padding: 20px 25px;
    color: #fff;
    border: none;
    font-weight: 600;
}

.isub:hover{
    background: #fec115;
}

.iletleft{margin-bottom: 50px;}


.iletright .iletline{
    color: #000;
}

.ila{
    background: #684f40;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
}

.ilsocial{margin-top: 15px;}

.iltitle{margin-bottom: 15px;font-size: 15px;}

.ila:hover{background: #fec115;}

.htitle{position: relative;padding-bottom: 15px;text-align: center;margin-bottom: 20px!important;}
.htitle:before{
    position: absolute;
    content: "";
    width: 250px;
    background: #ddd;
    height: 2px;
    left: 18.5px;
    bottom: 0;
}

.htitle:after{
    position: absolute;
    content: "";
    left: calc(50% - 43.75px) ;
    width: 75px;
    height: 2px;
    background: #fec115;
    bottom: 0px;
}

.map{margin-top: 25px;margin-bottom: 25px;}

.kform{margin-top: 40px;}


.krline{float: left;margin-bottom: 20px;}
.krline:nth-child(2n){float: right;}

.kurumsalform{margin-bottom: 40px;overflow: hidden;}

.ird{margin-top: 5px;margin-right: 5px;}

.mac{display: none;}

.mkapat{display: none;}
.bloglar {
min-height: 600px;
display: flex;
align-items: flex-start;
justify-content: space-between;
}

.blogsol{
width: 70%;
}

.blogsag{
width: 25%;
}
.mt100{width: 100% !important;
text-align: left !important;
}
.bkatlist a{
color: #000;
display: block;
padding-bottom: 20px;
}

.bkatlist a i{
padding-right: 5px;
}
.bkatlist a:hover{
color: #F7BE68;
}
.blogbox {
margin-bottom: 30px;
display: flex;
align-items: flex-start;
justify-content: space-between;
}

.blogimg {
width: 50%;
background-size: cover;
height: 270px;
position: relative;
display: block;
}

.blogtextgovde {
width: 45%;
}
.blogtextgovde h2, .blogtextgovde h2 a {
font-weight: 700;
font-size: 1.2em;
color: #000;
}

.blogtextgovde h1{
font-weight: 700;
font-size: 1.2em;
color: #000;
}

.blogtext {
line-height: 24px;
padding: 20px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    max-height: 168px;

}
.blogtarih{
font-weight: 600;
color: #684f40;
font-style: italic;
font-size: 0.8em;
padding-top: 10px;
}

.blogtarih a {
font-weight: 600;
color: #684f40;
font-size: 0.9em;
font-style: initial;
}



.blogimg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(254,193,21,0.7);
    left: 0;
    top: 0;
    opacity: 0;
    transition: 500ms;
}

.blogimg:hover:before{
    opacity: 1;
}
.bdetaybox {flex-flow: column;}
.bdetaybox .blogtextgovde{width: 100%;}
.bdetaybox .blogimg {
    width: 100%;text-align: center;height: unset;
padding-top: 20px;
}
.bdetaybox .blogimg img {
max-width: 100%;
}
.bdetaybox .blogtext{
padding: 20px 0px;
    display: block;
    overflow: hidden;
    text-overflow: unset;
    word-wrap: unset;
    max-height: unset;
}





/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{

.full{width: 96%!important;}
.logo img{width: 200px;}
.header-menu{height: 105px;}
.maintitle{width: 90%;}
.slogan{font-size: 15px;line-height: 26px;width: 95%;margin: auto;}
.box{width: 100%;margin-bottom: 10px;}
.tumgor{width: 50%;padding: 10px;}
.ftpart{width: 100%;margin-bottom: 20px;}
footer:before{display: none;}
.ftt{width: 100%;margin-bottom: 10px;}
.banner{height: 250px;padding-top: 55.5px;}
.banner h1{width: 70%;}
.iletleft{width: 100%;margin-bottom: 15px;}
.iletright{width: 100%;margin-bottom: 25px;}
.banner p{font-size: 14px;}
.maintext{width: 90%;margin: auto;}
.hakleft{width: 100%;}
.hakright{width: 100%;}
.htitle{width: 80%;}
.krline{width: 100%;}
.header-bottom{display: none;}
.mac{float: right;font-size: 25px;margin-top: 37.5px;margin-right: 10px;display: block;}
.menu{width: 100%;margin-top: 0px;background: #fff;padding: 15px 0;display: none;}
.menua{display: block;width: 100%;border-right: unset;padding: 10px 0 10px 20px;}
.fullm{width: 100%!important;}
.mkapat{float: right;font-size: 25px;margin-top: 37.5px;margin-right: 10px;display: none;}

.bloglar {flex-flow: column;}
.blogsol{width: 100%;}
.blogsag{width: 100%;}
.blogbox{flex-flow: column;}
.blogimg{width: 100%;margin-bottom: 20px;}
.blogtextgovde{width: 100%;}

.banner span{width: 100%;}
.blogtextgovde h1{line-height: 1.5em;font-size: 1.4em;}




}


/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{

.box{width: 48%;float: left;margin-bottom: 25px;}
.box:nth-child(2n){float: right!important;}
.tumgor{width: 30%;}
.hakleft{width: 48%;}
.hakright{width: 48%;}












}



/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{

.box{width: 48%;float: left;margin-bottom: 25px;}
.box:nth-child(2n){float: right!important;}
.tumgor{width: 30%;}
.ftt{width: 48%;}
.mainboxes{margin-bottom: 50px;}
.iletleft{width: 48%;}
.iletright{width: 48%;}
.hakleft{width: 48%;}
.hakright{width: 48%;}
















}


/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1024px)  and (orientation: landscape) 

{

.ftt{width: 48%;}
.mainboxes{margin-bottom: 50px;}
.iletleft{width: 48%;}
.iletright{width: 48%;}
.hakleft{width: 48%;}
.hakright{width: 48%;}







































}