﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: 'Montserrat', sans-serif;font-weight: 400;color: #000;
    font-size: 1em;margin: 0;padding: 0;line-height:normal;
}
input[type=text],input[type=submit],textarea,select {
font-family: 'Montserrat', sans-serif;
}

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: 88%;margin: auto;}

.spcontent{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


header{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
}

.headtop{
    background: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 5px 0; 
}

.headtopin{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topadres{
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
}
.topadres a{
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
}
.topadres a i{
    padding-right: 5px;
    color: #007dba;
}
.social a{
    color: #515151;
    font-size: 19px;
}
.social a:hover{color:#007dba; }

.headorta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    transition: 500ms;
}
.fixfix{border-bottom: 1px solid #ebebeb;}

.fixfix .headorta{padding: 15px;}

.menu ul, .menu{
      display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu ul li a{
color: #061815;
font-weight: 600;
text-transform: uppercase;
padding-right: 47px;
}
.menu ul li a:hover{
    color: #007dba;
}

.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007dba;
    padding: 20px;
    width:52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.anaslider{
    margin-top: 148px;
}
.anaslider .item{
    height: 700px;
    background-position: center;
    background-size: cover;
}
.fixfix .headtop{display: none;}



.anaslider .owl-nav{
    width: unset !important;
    left: 6%;
    flex-flow: column;
    top: 294px !important;
    bottom: unset !important;
}

.sltitle{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.slbox{
    width: 40%;
}
.sldesc{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.detay{
    border-radius: 20px;
    text-align: center;
    padding: 11px 45px;
    background: #fff;
    color: #007dba;
    font-weight: 700;
}
.diger{
     font-weight: 700;
     color: #fff;
     text-decoration: underline;
     padding-left: 40px;
}
.slbutons{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
}
.slbox{
    top: 240px;
    left: 12%;
    position: absolute;
}
.detay:hover{
    background: #061815;
    color: #fff;
}

.diger:hover{
    color: #007dba;
}
.circle:hover{
    background:#000;
    transition: 500ms;
}
.searchbox {
    position: fixed;
    top: -148px;
    left: 0;
    width: 100%;
    height: 148px;
    z-index: 1100;
    background-color: #f5fafb;
    color: #fff;
    display: flex;
    transition: all 300ms;
}

.closesearch {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #007dba;
    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: 1px solid #f1f1f1;
    padding: 20px;
    width: 50%;
    font-size: 16px;
    font-weight: 300;
}
.srcform input[type=submit] {
    border: none;
    padding: 20px;
    background-color: #007dba;
    font-weight: 700;
    color: #fff;
    transition: all 500ms;
}
.comedown{
    top: 0;
}
.kurumsal{
    padding: 120px 0;
}
.kurumleft{
    width: 48%;
}
.kurumright{
    width: 48%;
}
.kurumimg{
    height: 690px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}
.urunaimg{
    height: 530px;
}
.kurumb{
    position: absolute;
    right: -10px;
    bottom: -10px;
    background: #03283a;
    border-top-left-radius: 20px;
    border: 10px solid #fff;
}
.kurumb img{
    padding: 30px 50px;
}

.kmini{
    color: #007dba;
    font-weight: 900;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.kmini img {padding-right: 5px;}

.kbig{
    font-size: 35px;
    color: #03283a;
    font-weight: 800;
}
.kicerik{
    line-height: 24px;
    font-weight: 500;
}
.ktitle{
    padding-bottom: 20px;
}
.kurumicerik{
    padding-bottom: 40px;
}
.kurumline{padding-bottom: 20px;}
.kalttitle{
    font-weight: 800;
    font-size: 22px;
    color: #03283a;
    padding-bottom: 10px;
}
.klinedesc{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.klineimg{
    padding-right: 10px;
}
.klineimg img{width: 50px;}

.devam{
    display: flex;
    align-items: center;
    justify-content: center;
     border: 1px solid #03283a;
     border-radius: 27px;
     color: #03283a;
     font-weight: 800;
     padding: 17px 49px;
}
.devam:hover{
    background: #03283a;
    color: #fff;
}

.devam i{
    padding-left: 10px;

}

.kdevamleft{
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.hizmetler{
    background: #f5fafb;
    padding: 130px 0;
}
.hizmettop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w50{width: 50%;}
.hizmetlist{
    padding:40px 0 0 0 ;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.hizmetbox{
    position: relative;
    width: 22%;
    display: block;
    margin-bottom: 50px;
    
}
.hboxin{
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 4%);
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px 30px 30px;
    min-height: 340px;
    position: relative;
    z-index: 10;
    border: 1px solid transparent;
    transition: 500ms;
}

.hizimg img{width: 50px;}
.hiztitle{
    font-size: 18px;
    color: #03283a;
    font-weight: 700;
    padding: 15px 0;
    display: block;
    transition: 500ms;
}

.hizmetbox:before{
    width: 100%;
    height: 100%;
    background: #3196c7;
    transform: rotate(0deg);
    position: absolute;
    content: "";
    border-radius: 15px;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 500ms;
}
.hizmetbox:hover:before{
    transform: rotate(5deg);
}
.hizmetbox:hover .hiztitle{
    color: #007dba;
}

.hizmetbox:hover .hboxin{
    border:1px solid #03283a;
}
.urunliste{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}
.urunliste a{
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 4%);
    display: block;
    padding: 15px 10px 15px 30px;
    width: 48%;
    border-radius: 15px;
    border-top-left-radius: 0;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    position: relative;
}
.urunliste a:before{
    position: absolute;
    content: "";
    background: url(images/k.png) no-repeat center;
    width: 16px;
    height: 51px;
    left: -2px;
    top: -1px;
}
.urunliste a:hover{
    background: #007dba;
    color: #fff;
}
.urunler{
    padding:120px 0 10px 0;
}

.sirkuler{
    background: url(images/sirkubg.png) no-repeat top center;
    background-size: 100%;
    padding: 220px 0px 50px 0px;
}
.sirku{
    padding-bottom: 100px;
}

.bloglar{
    padding-bottom: 100px;
}
.sirkutitle{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.sirkutitle .kmini{
    align-items: center;
    justify-content: center;
}
.sirkutitle .kbig{
    text-align: center;
}
.sirkubox{
    transition: 500ms;
}
.stitle{
    border: 1px solid #ebebeb;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 500;
    color: #03283a;
    line-height: 24px;
}
.sinfo{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px;
    transition: 500ms;
}

.skurum{
    font-size: 14px;
    font-weight: 700;
    background: #007dba;
    color: #fff;
    padding: 5px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
     transition: 500ms;
}
.starih{
    font-size: 14px;
    font-weight: 700;
    background: #f2f2f2;
    color: #03283a;
    padding: 5px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
     transition: 500ms;
}
.sirkubox:hover .stitle{
    background: #03283a;
    color: #fff;
}
.sirkubox:hover .sinfo{
justify-content: center;
}
.ebulten{
    padding: 120px 0;
    background: url(images/bultenbg.jpg) no-repeat center;
    background-size: cover;
}

.bultenust{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blleft{
    width: 48%;
}


.blright{
    width: 48%;
}

.bultentitle{
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}

.blp{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
}
.blform{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
}
.blform input[type=text]{
    border-radius: 10px;
    font-weight: 700;
    color: #344d6c;
    font-size: 14px;
    border: none;
    padding: 17px 15px;
    width: 48%;
    margin-bottom: 20px;
}
.blform input[type=submit]{
    border-radius: 10px;
    font-weight: 700;
    color: #344d6c;
    font-size: 18px;
    border: none;
    padding: 17px 15px;
    width: 48%;
    margin-bottom: 20px;
    transition: 500ms;
}
.blform input[type=submit]:hover{
    color: #fff;
    background: #344d6c;
}
.fuyari{
    color: #ea8b8b;
    font-weight: 700;
}
.bul-err{
     color: #ea8b8b;
    font-weight: 800;
}
.bultenalt{
    font-size: 14px;
    color: #fff;
    padding-top:50px ;
}

.bultenalt a{
    color: #fff;
    font-weight: 800;
}
.bldar{
    width: 70%;
}
.blog{
    padding: 120px 0;
}

.blogbox{
    display: block;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 4%);
    height: 265px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.blogbox:before{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 700ms;
}

.blgtitle{
    position: absolute;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 10px;
    top: calc(50% - 21px);
    transition: 500ms;
}

.blogbox:hover:before{
    background: rgba(0, 0, 0, 0);
}

.blogbox:hover .blgtitle{
    top: 20px;
    background: rgba(0, 125, 186, 0.8);
}

.iletisim{
    background: #03283a;
    
}

.iletin{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.iletbg{
    background: url(images/iletisimbg.png) no-repeat;
    background-position: top right;
    background-size: inherit;
    padding: 120px 0 0 0;
}
.iltbig{color: #fff;}

.adresler{
    padding: 50px 0;
}

.adresline{
    padding-bottom: 40px;
}
.iletleft{width: 24%;}
.adresline{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.adrikon{
    padding-right: 30px;
    font-size: 40px;
    color: #fff;
    opacity: 0.5;
}

.adrtext{color: #fff;}

.adrtext a{color: #fff;}
.adrtitle{font-weight: 700;padding-bottom: 10px}
.iletright{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.iletisimform{
    width: 77%;
}
.iltform{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
}
.iltform input[type=text]{
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 17px 15px;
    width: 48%;
    margin-bottom: 20px;
    background-color: #ffffff11;
    border: 1px solid;
    border-color:#ffffff19 ;
    transition: 500ms;
}

.iltform input[type=text]::placeholder{
    color: #ffffff81;
}
.iltform textarea::placeholder{
    color: #ffffff81;
}

.iltform textarea{
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 17px 15px;
    width: 100%;
    margin-bottom: 20px;
     background-color: #ffffff11;
     height: 90px;
     transition: 500ms;
}

.iltform .submit{
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 17px 15px;
    width: 48%;
    margin-bottom: 20px;
    background-color: #ffffff11;
    border: 1px solid;
    border-color:#ffffff19 ;
    transition: 500ms;
    text-align: center;cursor: pointer;
}
.iltform .submit:hover{
    color: #03283a;
    background: #fff;
}


.iltform input[type=text]:focus{
    background: #fff;
    color: #03283a;
}
.iltform input[type=text]:focus::placeholder{
    color: #03283a;
}

.iltform textarea:focus{
    background: #fff;
    color: #03283a;
}
.iltform textarea:focus::placeholder{
    color: #03283a;
}

.iletsocial {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 120;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.socmid{
    position: relative;
}

.iletsocial a {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 10px;
    font-size: 30px;
}

.scizgi {
    width: 1px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-bottom: 70px;
}
.iletsocial span {
    color: #fff;
    opacity: 0.5;
    font-size: 20px;
    font-weight: 400;
    display: block;
    transform: rotate(90deg);
    white-space: nowrap;
}
.iletsocial a:hover{
    opacity: 1;
}
.iletalt{
    border-top: 1px solid;
    border-color: #ffffff29;
    padding: 40px 0;
}
.copyimza{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.copy a{color: #fff;}
.copy a:hover{color: #007dba;}

.banner{
    margin-top: 148px;
    background: rgb(46,76,91);
background: linear-gradient(90deg, rgba(46,76,91,1) 0%, rgba(144,159,166,1) 100%);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
min-height: 200px;
}

.subtitle{
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 10px;
}
.banner h1{
    font-size: 40px;
    font-weight: 700;
}

.linkyol{
        background: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 5px 0;

}
.linkyolin{
        display: flex;
    align-items: center;
    justify-content: flex-start;
}
.linkyol a{font-size: 13px;
position: relative;
padding-right: 20px;
}
.linkyol a:before{
    position: absolute;
    content: ">";
    right: 5px;
    font-size: 13px;
    font-weight: 400;
    top: 0;
}
.linkyol a:last-child:before{
    display: none;
}
.sayfa{
    position: relative;
}
.sayfa .kurumsal{
    padding: 30px 0 120px 0;
}

.sayfa .hizmetler{
    padding: 30px 0 130px 0;
}
.sayfa .urunler{
    padding: 30px 0 120px 0;
}

.sirku {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}
.sayfa .sirku .item{
    margin-bottom: 30px;
    width: 100%;
}


.bloglar{
   
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}
.sayfa .bloglar .item{
     width: 31%;
     margin-bottom: 30px;
}

.detayboxin {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 4%);
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    min-height: 340px;
    position: relative;
    z-index: 10;
    border: 1px solid transparent;
    transition: 500ms;
}

.detaysayfa{
    padding: 30px 0 120px 0;
}

.sayfatitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timag{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.dtyimg{
    padding-right: 10px;
    width: 70px;
}

.detaytitle{
    font-size: 22px;
    color: #03283a;
    font-weight: 700;
}

.ayrac{
    background: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    height: 2px;
    margin:15px 0;
}

.detayicerik{
    padding-top: 20px;
        line-height: 24px;
    font-weight: 500;
}
.indir{
    font-weight: 600;
}
.indir i{
    padding-right: 10px;
}


.indir:hover{
    color: #007dba;
}


.bloglar .item .blogbox{
    height: 315px;
}
.blg68{width: 68%}





































.mobilmenu{display: none;}
.closemenu{display: none;}
.mobteltop{display: none;}
.mmenu{display: none;}
.folink a{
    padding-right: 10px;
}

.anakline{
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}




.detayicerik ul,.detayicerik li{
list-style: disc;
}
.klinetext{
    line-height: 26px;
}

.ortaklar{padding:0px 0 120px 0;}

/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{
.copyimza{
    flex-flow: column;
    align-items: center;
}
.logolar{
    padding-bottom: 100px;
}
.copy{
    padding-bottom: 20px;
}
.menu{display: none;}
.full{width: 96%;}
.headtop{display: none;}
.logo img{
    width: 230px;
}

.anaslider {
    margin-top: 82px;
}
.headorta{padding: 15px;}

.slbox{top: 140px;width: 88%}

.sltitle{font-size: 22px;padding-bottom: 15px}
.sldesc{font-size: 16px;}
.detay{padding: 10px 25px;}

.owl-prev, .owl-next{
    width: 25px !important;
    height: 25px !important;
}
.anaslider .owl-nav{
    top: 144px !important;
    left: 1%;
}
.kurumsal .spcontent{
    flex-flow: column-reverse;
}
.kurumleft{width: 100%;}

.kurumright{width: 100%;padding-bottom: 20px;}
.kmini{font-size: 13px;}
.kbig{font-size: 22px;}
.kurumimg{height: 400px}
.kurumb img{
    width: 50px;
    padding: 20px 30px;
}

.hizmettop{
    flex-flow: column;
}
.w50{width: 100%;}
.hizmetlist{justify-content: center;}
.hizmetbox{width: 90%;}
.urunler .spcontent{
    flex-flow: column;
}

.sirkuler{padding: 90px 0px 50px 0px;}

.ebulten{padding: 50px 0;} 
.bultenust{flex-flow: column;}
.blleft{width: 100%;padding-bottom: 20px;}
.blright{width: 100%;}
.bultentitle{font-size: 22px;}

.blp{font-size: 16px;font-size: 400;}

.iletin{flex-flow: column;}
.iletleft{width: 100%;}
.iletright{width: 100%;justify-content: flex-end;}
.iletsocial {left: -115px;}

.iletisimform{width: 82%;}

.closemenu{
    display: none;
    align-items: center;
    justify-content: center;
    background: #007dba;
    padding: 20px;
    width:52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.mobilmenu{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007dba;
    padding: 20px;
    width:52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.mmenu{
    display: flex;
    background: #fff;
    position: absolute;
    left: -100%;
    top: 83px;
    width: 100%;
    flex-flow: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    transition: 500ms;
}
.mmenu ul{
    flex-flow: column;
}
.mmenu ul li a{padding: 15px 0 15px 0;
display: block;
border-bottom: 1px solid #ebebeb;
}

.mobteltop{display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #ebebeb;
}
.mobteltop .topadres{display: none;}

.search{margin-top: 20px;}
.banner {margin-top: 82px;}
.banner h1{font-size: 25px;text-align: center;}

.urunliste a{width: 100%;}

.linkyolin{flex-flow: row wrap;line-height: 21px;}

.sayfa .bloglar .item{width: 100%;}

.detayboxin{padding: 25px;}

.blg68{width: 100%;}

.detayicerik .bloglar{
    flex-flow: column-reverse;
}













}
/* 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)
{

.full{width: 96%;}



}
/*zoom 150ustu*/

/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{


.full{width: 96%;}




}
/*zoom 175ustu*/