@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=latin-ext');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animsition.css');
@import url('animate.css');
@import url('slider.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('menu.css');
@import url('lity.min.css');
@import url('acoordion.css');
@import url('jquery.fancybox.min.css');

body, html
{
    margin:0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
a
{
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
a:hover, a:focus
{
    text-decoration: none;
    outline: 0;
}
ul, li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 14px 22px -9px rgb(0 0 0 / 20%);
}
.animsition {
    position: absolute;
    z-index : 100;
    left    : 0;
    width   : 100%;
    top     : 0;
    height  : 100%;
}
.Btn {
    color: #fff;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 11px 33px 9px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 400ms;
    margin-left: auto;
    margin-right: auto;
}
.Btn:hover {
    background: #172449;
    border-color: #172449;
    color: #fff;
}
.Btn.lacivert {
    color: #fff;
    background: #003974;
    border-color: #003974;
}
.Btn.lacivert:hover {
    background: #00ade9;
    border-color: #00ade9;
}
.genelBaslik
{
    text-align: center;
}
.genelBaslik h6
{
    font-weight: bold;
    font-size: 24px;
    color: #003974;
}
.genelBaslik .border
{
    background: #005baa;
    background: linear-gradient(90deg, #005baa 0%, #00b9f2 49%, #005baa 100%);
    width: 80px;
    height: 4px;
    margin: 27px auto 0;
}
.tumu{
    position: relative;
    float: right;
    margin-right: 15px;
}
.tumu a
{
    color: #aeb3b7;
    font-size: 15px;
    transition: all 0.5s linear;
}
.tumu a span
{
    color: #063057;
}
.tumu a:hover
{
    color: #063057;
}
/*HEADER*/
header #headerUst
{
    background-color: #a9aaae;
    padding: 6px 0;
}
header #headerUst ul.headerSosyal
{
    float: right;
    margin-right: -15px;
}
header #headerUst ul.headerSosyal li
{
    float: left;
    padding: 0 13px;
    border-left: 1px solid #fff; 
}
header #headerUst ul.headerSosyal li:first-child
{
    border-left: none;
}
header #headerUst ul.headerSosyal li:last-child
{
    padding-right: 0
}
header #headerUst ul.headerSosyal li a
{
    color: #fff;
    font-size: 16px
}
header #headerUst ul.headerSosyal li a i.fa-envelope
{
    font-size: 14px
}
header #headerAlt
{
    padding: 18px 0;
}
header #headerAlt .menu
{
    padding: 35px 0 0;
    width: 100%;
}
header #headerAlt .menu ul
{
    float: right;
}
header #headerAlt .menu ul li
{
    float: left;
    margin-left: 19px;
}
header #headerAlt .menu ul li a
{
    color: #003974;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
header #headerAlt .menu ul li:hover a
{
    color: #00ade9;
}
header #headerAlt .menu ul > li.film {
    background-color: #51C2EF;
    height: 42px;
    text-align: center;
    border-radius: 25px;
    margin-left: 20px;
    margin-top: -12px;
}
header #headerAlt .menu ul > li.film a {
    color: #fff;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    line-height: 43px;
    letter-spacing: 0px;
    font-size: 14px;
}

/*ÜRÜNLER*/
#urunGruplari
{
    overflow: hidden;
    margin-bottom: 85px;
}
#urunGruplari .container-fluid {
    max-width: 1710px;
    width: 1710px;
    margin: auto;
}
.urun-carousel
{
    margin-top: 39px;
}
.urun-carousel .post-slide
{
    outline: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 20px 19px 20px;
    border-radius: 0px;
    padding-top: 1px;
    /*box-shadow: 0px 14px 22px -9px #bbcbd8;*/
    flex: 1;
    height: 247px;
    border-radius: 20px;
}
.urun-carousel .item
{
    width: 247px;
    height: 247px;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0px;
}
.post-slide .post-img img {
    width: 247px;
    height: auto;
    transform: scale(1,1);
    transition: transform 0.2s linear;
    height: 247px;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .post-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    transition: opacity 0.3s linear;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.post-slide .post-logo img{
    width: 100%;
}
.post-slide:hover .post-logo{
    opacity: 0;
    transform: scale(0,0);
}
.urun-carousel .desc
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.post-slide:hover .desc{
    opacity: 1;
}
.urun-carousel .desc .gtitle
{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
.urun-carousel .desc .gtitle span
{
    display: block;
}

.urun-carousel .bg
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
}
.urun-carousel .bg1
{
    background: rgba(53,65,75,0.65);
}
.urun-carousel .bg2
{
    background-color: #909195;
}
.urun-carousel .bg3
{
    background-color: #51C2EF;
}
.urun-carousel .bg4
{
    background-color: #616267;
}
.slick-dots li button:before
{
    font-size: 38px;
    color: #c3c9cd;
    opacity: 1;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #51C2EF;
}
.slick-dots
{
    bottom: -55px;
}
.urun-carousel .item:hover img
{
    transform: scale(1.35);
}

/*HAKKIMIZDA*/
#hakkimizda {
    margin-top: 65px;
    margin-bottom: 45px;
    text-align: center;
    background: url(../images/nokta-dunya.png) center no-repeat;
    padding: 40px 0;
}
#hakkimizda p{
    font-size: 20px;
    color: #393b40;
}
.genelBaslik {
    font-size: 32px;
    font-weight: 700;
    color: #003974;
    text-align: center;
    width: 100%;
    line-height: 44px;
    margin-bottom: 25px;
}

/*PROJELER*/
#projeler
{
    margin-top: 45px;
    margin-bottom: 45px;
    overflow: hidden;
}
.projeler-carousel {
    margin-top: 39px;
}
#projeler .blogposttwo 
{
    background: #f6f6f8;
    width: 380px;
    height: 100%;
}

#projeler .blogposttwo .text
{
    padding: 20px 20px 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 999999
}
#projeler .blogposttwo .text h4
{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 27px;
    transition: all linear 0.5s;
    text-align: left;
    line-height: 27px
}
#projeler .blogposttwo .text p
{
    font-size: 16px;
    color: #2f2f2e;
    text-align: left
}
#projeler .line-amiation 
{
    position: relative;
    width: 380px;
    height: 280px;
    overflow: hidden;
}
#projeler .line-amiation .resim
{
    transition: all linear 0.5s;
    height: 280px;
    overflow: hidden;
}
#projeler .blogposttwo:hover .line-amiation .resim
{
    position: relative;
    height: 280px;
    transform: scale(1.2);
    
}
#projeler .blogposttwo figure .hover-content
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(31, 60, 110,.5);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#projeler .blogposttwo:hover figure .hover-content
{
    opacity: 1;
}
#projeler .blogposttwo:hover .text h4, #projeler .blogposttwo:hover .text p
{
    color: #fff;
}

/*HABERLER*/
#haberler
{
    background-color: #f6f6f8;
    padding: 6rem 0;
    margin-top: 80px;
   /* margin-bottom: 50px;*/
    overflow: hidden;
}
.haberler-carousel {
    margin-top: 39px;
}
#haberler .blogposttwo 
{
    background: #fff;
    width: 380px;
    height: 220px;
    overflow: hidden;
}
#haberler.blog .blogposttwo 
{
    background: #fff;
    width: 380px;
    height: 500px;
    overflow: hidden;
}
#haberler .blogposttwo .ust .tarih
{
    float:left;
    background: #51C2EF;
    width: 110px;
    height: 110px;
    position: relative;
}
#haberler .blogposttwo .ust .tarih .text
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 27px;
}
#haberler .blogposttwo .ust .tarih .text span
{
    display: block;
}
#haberler .blogposttwo .ust .resim
{
    float:left;
    width: 269px;
    height: 110px;
    overflow: hidden;
}
#haberler .blogposttwo .ust .resim img
{
    transition: 0.8s ease-in-out all;
}
#haberler .blogposttwo:hover .ust .resim img
{
    transform: scale(1.5);
}
#haberler .blogposttwo .yazi
{
    position: relative;
    width: 380px;
    height: 110px;
}
#haberler .blogposttwo .yazi .text
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding-left: 27px;
    padding-right: 27px;
}
#haberler .blogposttwo .yazi .text h4
{
    color: #063057;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px
    
}

/*E-BULTEN*/
#e-bulten
{
    /*background: #f6f6f8;*/
    padding: 2rem 0;
    overflow: hidden;
}
.form-control.form-control-dark {
    background: transparent;
    color: #222;
    border: 1px solid #d1d3d8;
    text-align: center;
}
.form-control {
    height: 70px;
    color: #fff;
    border: none;
    background: rgba(0,0,0,.12);
    border-radius: 0;
    padding: 4px 16px;
    font-size: 16px;
    border-radius: 40px;
    box-shadow: none
}
.form-control.form-control-dark:focus {
    background: rgba(0,0,0,.0);
    box-shadow: none;
    outline: 0;
    border:1px solid #51C2EF;
}
.subscribe-row .btn {
    width: 100%;
}
.btn.btn-orange {
    color: #fff;
    border-color: #51C2EF;
    font-weight: 600;
    transition: all 0.5s linear;
}
.btn {
    background: #51C2EF;
    color: #fff;
    text-align: center;
    line-height: 65px;
    padding: 0 35px;
    border-radius: 40px;
    border: 2px solid transparent;
}
.btn.btn-orange:focus, .btn.btn-orange:hover, .btn.btn-orange:active {
    background: #003974;
    border-color: #003974;
    color: #fff;
    outline: 0;
}
.btn:focus, .btn:hover, .btn:active {
    outline: 0;
}

/*FOOTER*/
#footer
{
    background-color: #003974;
    padding: 42px 0
}
#footer .dijitalKatalog .icon, #footer .dijitalDergi .icon, #footer .videoGaleri .icon, #footer .sizdenGelenler .icon
{
    width: 71px;
    height: 71px;
    background-color: #51C2EF;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s linear;
    float: left;
}
#footer .dijitalKatalog .icon img, #footer .dijitalDergi .icon img
{
    margin-top:15px;
}
#footer .videoGaleri .icon img, #footer .sizdenGelenler .icon img
{
    margin-top:17px;
}
#footer .dijitalKatalog:hover .icon, #footer .dijitalDergi:hover .icon, #footer .videoGaleri:hover .icon, #footer .sizdenGelenler:hover .icon
{
    transform: rotate(360deg);
}
#footer .dijitalKatalog .text, #footer .dijitalDergi .text, #footer .videoGaleri .text, #footer .sizdenGelenler .text
{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
    margin-top: 26px;
    margin-left: 10px;
}
#footer .dijitalDergi, #footer .videoGaleri
{
    margin-left: 35px;
}
#footer .sizdenGelenler
{
    margin-left: 33px;
}
#footer .cizgi
{
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: .5;
    margin: 40px 0;
}
#footer .footerAlt{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#footer .footerAlt div:first-child{
    width: 33.3333%;
}
#footer .footerAlt div:last-child{
    width: 66.666%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#footer .footerAlt ul.footerSosyal
{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
#footer .footerAlt ul.footerSosyal li
{
    display: inline-block;
    margin-right:25px;
    background: #4d608a;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
}
#footer .footerAlt ul.footerSosyal li a
{
    color: #fff;
    font-size: 24px;
    display: block;
}
.footerMenu
{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.footerMenu.son
{
    width: 60px;
}
.footerMenu li{
    margin-left: 27px;
}
.footerMenu li a
{
    font-size: 14px;
    color: #fff;
    font-weight: 600
}
.footerMenu li:hover a
{
    text-decoration: underline;
}
#footerBottom
{
    background-color: #02274e;
    padding: 15px 0;
}
#footerBottom p
{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
#footerBottom p.ajans {
    color: #fff;
    margin-bottom: 0;
    opacity: .6;
    text-align: right;
}
.ajans a {
    color: #fff;
    opacity: .6;

}

.page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}   
.page-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
}
.page-title .container {
    height: 250px;
}
.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.title-text h1 {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 48px;
}
.title-text .entry-meta {
    margin-top: 30px;
    padding: 0;
}
.title-text .entry-meta li {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.entry-meta li a {
    color: #fff;
}

#sayfa
{
    margin: 30px 0;
}

#sayfa .sayfaBaslik {
    color: #003974;
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
#sayfa .sayfaBaslik .brd {
    margin-left: 30px;
    width: 78px;
    height: 3px;
    background: #005baa;
    background: linear-gradient(90deg, #005baa 0%, #00b5ef 49%, #005baa 100%);
}
#sayfa p {
    color: #383838;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
#sayfa p a{
    font-size: 15px!important;
    line-height: 26px;
}

.tabs
{
    margin-top: 25px;
}
.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li
{
    margin-left: 7px;
    width: 19.3%;
    text-align: center;
}
.nav-tabs>li:first-child
{
    margin-left: 0px;
}
.nav-tabs>li>a
{
    font-size: 14px;
    color: #383838;
    background: #ececec;
    margin-right: 0;
    border-radius: 0;
    border: none;
}
.nav>li>a:focus span, .nav>li>a:hover, .nav>li.active >a {
    text-decoration: none;
    background-color: #51C2EF;
    color: #fff
}

.tab-content
{
    margin-top: 10px;
}
.tab-content>.tab-pane {
    padding: 10px 0;
}
.urunOzellik li{
    margin: 7px 0;
}
.urunDokuman li a{
    font-size: 15px;
    color: #383838;
}

.nav>li.active >a:before
{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: url(../images/down.png);
    width: 20px;
    height: 14px;
    transform: translateX(-50%);
}

.urunList2{
    margin-left: -30px
}
.urunList2 li{
    background: #ececec;
    display: inline-block;
    width: 260px;
    height: 240px;
    margin: 0px 0 30px 30px;
    text-align: center;
    position: relative;
    padding-top: 15px;
    overflow: hidden;
}
.urunList2 li .urun_images
{
    overflow: hidden;
    width: 230px;
    height: 143px;
    margin:auto;

}
.urunList2 li img{
    width: 230px;
    height: 143px;
    transition: all .3s ease;
}
.urunList2 li .urun_text {
    padding: 10px 0;
    height: 80px;
    position: relative;
}
.urunList2 li .urun_text .detay
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}
.urunList2 li .urun_text a{
    font-size: 15px;
    color: #383838;
    margin-top: 10px;
    transition: all .3s ease;
}
.urunList2 li .urun_text a span{
    display: block;
    font-weight: bold
}
.urunList2 li:hover img{
    transform: scale(1.35);
}

#sorumlu .urunDokuman li img
{
    width: 110px;
    height: 110px;
    border: 6px solid #ececec;
    display: block;
    text-align: center;
}
#sorumlu .urunDokuman li .ad
{
    color: #51C2EF;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
#sorumlu .urunDokuman li .titles
{
    font-size: 14px!important;
    text-align: center;
    color: #383838;
}

.organizasyon .sema{
    position: relative;
    margin-bottom: 30px;
} 
.organizasyon .resim
{
    display: block;
}

.organizasyon .resim img
{
    border-radius: 50%;
    border: 6px solid #ececec;
}
.organizasyon .text
{
    width: 162px;
    display: block;
    margin: 10px auto 0;
}

.organizasyon .text .isim
{
    font-weight: bold;
    color: #51C2EF;
    font-size: 16px
}
ul.urunList
{
    margin-left: -30px;
}
ul.urunList li
{
    /*display: inline-block;*/
    width: 360px;
    margin: 0px 0 20px 30px;
    text-align: center;
    position: relative;
    float: left;

}
ul.urunList li .urun_images
{
    position: relative;
    border: 2px solid #ececec;
    padding: 10px;
}
ul.urunList li .urun_images img
{
    width: 100%;
    height: 336px;
}
ul.urunList li .urun_text
{
    margin-top: 10px;
    text-align: center;
    height: 60px;
}
ul.urunList li .urun_text a
{
    font-size: 13px;
    color: #383838;
    margin-top: 10px;
    transition: all .3s ease;
}
ul.urunList li .urun_images .caption
{
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 9;
    font-size: 44px;
    color: #fff;
    background: rgba(0,0,0, .7);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
}
ul.urunList li .urun_images .caption i
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.urunList li:hover .urun_images .caption
{
    opacity: 1;
}
ul.urunList li:hover .urun_text a
{
    font-weight: 600
}
.panel-group .panel
{
    border-radius: 0
}
.panel-default>.panel-heading
{
    background: #fbfbfb;
    border-radius: 0;
    transition: all .5s ease;
}

.set a{
    font-size: 17px;
    font-weight: normal;
    color:#003974;
    display: block
}
.set a span{
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #000;
    font-size: 13px;
}
.set > a.active span{
    color: #fff;
}
.tabGaleri li{
    width: 150px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 16px;
}
.tabGaleri li a img{
    width: 150px;
    display: inline-block;
}
.teknolojiler {
    margin-bottom: 26px;
}
.teknolojiler .yazi {
    padding-top: 27px;
    color: #505050;
    font-size: 1.16em;
}
.hizAlan img {
    width: 252px;
    height: 150px;
}
.hizAlan .baslik {
    position: absolute;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    padding: 8px;
    width: 255px;
    height: 255px;
    margin: 0;
    padding-top: 99px;
    text-align: center;
    transition: background .5s , color 1s;
    -webkit-transition: background .5s , color 1s, height .5s;
    -moz-transition: background .5s , color 1s, height .5s;
    -o-transition: background .5s , color 1s, height .5s;
}
.videolar a{
    margin-bottom: 15px;
    display: block;
}

.set.haberler a i{
    margin-top: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #003974;
    border-color: #003974;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #003974;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
nav.sayfala{
    text-align: center;
}
.videolar a img{
    margin-bottom: 15px;
}
.videolar a{
    color: #000;
    /*height: 247px*/
}
#sayfa .iletisim p span{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #003974;
    text-align: center;
}
#sayfa .iletisim p{
    font-size: 16px;
    text-align: left;
}
#sayfa .iletisim p a{
    color: #383838;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
#sayfa .iletisim p a:hover{
    color: #383838;
    text-decoration: underline
}

.border-bottom{
    width: 100%;
    height: 1px;
    background: #a9aaae;
    margin: 15px 0
}

.formgg {
  margin:  0 0 1em;
  position: relative;
}
.formgg .coverWrap {
    position: relative;
    border-radius: 14px;
    height: 42px;
    background: #f6f6f8;
}
.formgg .coverWrap.big {
    position: relative;
    border-radius: 14px;
    height: 92px;
    background: #f6f6f8;
}
.formgg .coverWrap span {
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
    -webkit-user-select: none;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    width: 17px;
    height: 19px;
    line-height: 17px;
    margin: 11px 10px;
    text-align: left;
}
.formgg .coverWrap p {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  font-weight: 500;
  margin: 17px 0 0;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.formgg .coverWrap span img{
  display: inline-block;
  vertical-align: middle;
}
.formgg .coverWrap .formcc {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    font-weight: 400;
    position: absolute;
    outline: none;
    font-size: 15px;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #2f2f2e
}
.formgg .coverWrap .formcc.big {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 400;
    position: absolute;
    outline: none;
    font-size: 15px;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #2f2f2e
}
.select-css {
    display: block;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%!important; 
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E')!important;
    background-repeat: no-repeat, repeat!important;
    background-position: right .7em top 50%, 0 0!important;
    background-size: .65em auto, 100%!important;
}
.sendButton{
    background: #003974;
    padding: 12px 41px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .5s ease;
}

.sendButton:hover, .sendButton:focus{
    background: #003974;
    outline: 0;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
    color: #383838;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.border-yan{
     width: 100%;
    height: 1px;
    background: #51C2EF;
    margin-top: -24px;
    margin-bottom: 25px
}
.resimler a{
    margin-bottom: 30px;
    display: block
}
.organizasyon{
    text-align: center;
}
.organizasyon .item{
    height: 188px;
    margin-bottom: 30px;
}
.media-holder img{
    border-radius: 50%;
    border: 6px solid #ececec;
    height: 110px;
    width: 110px;
}
.organizasyon .social-links {
    color: #51C2EF;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}
#sayfa .organizasyon .detail-container p {
    font-size: 14px!important;
    text-align: center;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    padding: .75rem;
    background: #8C3994;
    color: #fff;
    text-align: center;
    caption-side: top;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
  border: 1px solid #dee2e6;
}
ul.urunDokuman li{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.header-top-dropdown__list
{
    position: absolute;
    z-index: 99;
    top: calc(100% + 6px);
    right: 0;
    visibility: hidden;
    min-width: 90px;
    padding: 10px 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}
.header-top-dropdown__list li
{
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid #eee;
    display: block;
    float: none!important;
}
.header-top-dropdown__list li:last-child
{
    border-bottom: none
}
.header-top-dropdown__list li a
{
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    line-height: 1;
    display: block;
    padding: 15px;
    color: #666!important;
    transition: all .1s ease 0s;
}
.header-top-dropdown__list li:hover a
{
    color: #4BCBD8;
}
.header-top-dropdown__list li a img {
    display: inline-block;
    margin-right: .6rem;
    max-width: 22px;
    height: auto;
    vertical-align: middle;
}
.header-top-dropdown > .header-top-dropdown__list.open
{
    visibility: visible;
    opacity: 1;
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    bottom: 70px;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
#eBulten {
    display: inline-flex; width:100%;
}
#whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}
.blog{
    background-color: transparent!important;
    margin: 0!important;
    
}
#haberler.blog .blogposttwo .yazi{
    background-color: #f6f6f8;
}
#haberler.blog .blogposttwo .ust .resim {
    width: 380px;
    height: 380px;
    overflow: hidden;
}
#haberler.blog .blogposttwo .ust .resim img{
    width: 380px;
    height: 380px;
}

.blogList h3{
    font-size: 17px;
    line-height: 23px;
    height: 70px;
}


.hizmetlerimiz .item {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.hizmetlerimiz .item:nth-child(odd) .resim {
    margin-right: 35px;
}
.hizmetlerimiz .item .text h3 {
    color: #003974;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.7em;
}
.hizmetlerimiz .item .text p {
    font-size: 14px;
    line-height: 28px;
}
.hizmetlerimiz .item:nth-child(even){
    flex-direction:row-reverse
}
.hizmetlerimiz .item:nth-child(even) .resim {
    margin-left: 35px;
}
.blogList .thumbnail{
    min-height: 485px;
}
.blogList .thumbnail .caption p b{
    display: block;
}
.blogList .thumbnail .caption {
    padding: 19px 9px 9px 9px;
    color: #333;
}
.blogList .thumbnail .caption p{
    font-size: 13px!important;
    text-align: left!important;
}
.careers-info h2 {
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.2;
    margin-top: 0;
}
.careers-pic img {
    width: 100%;
    outline: 1px solid #FFF;
    outline-offset: -20px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 7px;
}
.harita{width:100%;height:600px; position: relative;}
.social ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social ul li{
    margin: 0 10px;
}