* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

::selection {
    color: #fff;
    background: #424343;
    text-shadow: 0 0;
}

::-moz-selection {
    color: #fff;
    background: #424343;
    text-shadow: 0 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    font-weight: 300;
    background: #fff;
}

a:link,
a:visited {
    color: #000
}

b, h1, h2, strong {
    font-weight: 500;
}

.clear {
    clear: both;
}

.center {
    margin: 0 auto;
    width: 1014px;
    position: relative;
    padding: 0 7px;
    box-sizing: border-box;
}

#site {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

#top {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

#top .right {
    float: right;
}

#top a {
    float: left;
    line-height: 38px;
    text-decoration: none;
    color: #434242;
    padding: 0 7px;
}

#top a.kargo {
    float: right;
    background: url(../img/kargo.svg) top 8px right 7px no-repeat;
    background-size: 25px 25px;
    padding-right: 42px;
    text-decoration: none;
    color: #434242;
    margin-right: 10px;
}

#top a.face {
    background: url(../img/facebook.svg) top 8px left 7px no-repeat;
    background-size: 20px 20px;
    padding-left: 37px;
    text-decoration: none;
    color: blue;
}

#top a.tube {
    background: url(../img/youtube.svg) top 8px left 7px no-repeat;
    background-size: 25px 25px;
    padding-left: 42px;
    text-decoration: none;
    color: #3078D0;
}

#top a.insta {
    background: url(../img/instagram.svg) top 8px left 7px no-repeat;
    background-size: 20px 20px;
    padding-left: 37px;
    text-decoration: none;
    color: #B81B7F;
}

#top a:hover {
    background: #eee;
}

#top a.kargo:hover {
    background: url(../img/kargo.svg) top 8px right 7px no-repeat #eee;
    background-size: 25px 25px;
}

#top a.face:hover {
    background: url(../img/facebook.svg) top 8px left 7px no-repeat #eee;
    background-size: 20px 20px;
}

#top a.tube:hover {
    background: url(../img/youtube.svg) top 8px left 7px no-repeat #eee;
    background-size: 25px 25px;
}

#top a.insta:hover {
    background: url(../img/instagram.svg) top 8px left 7px no-repeat #eee;
    background-size: 20px 20px;
}

#header {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: 90px;
    background: #3a6ec6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #4583ED, #3a6ec6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #3a6ec6, #4583ED);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

#header img.menu {
    display: none;
}

.logo {
    float: left;
    width: 240px;
    height: 90px;
    box-sizing: border-box;
    padding: 20px 0;
}

.logos {
    float: left;
    margin-right: 15px;
    height: 50px;
    box-sizing: border-box;
}

.logo a {
    display: block;
    text-decoration: none;
    height: 50px;
}

.logo a span {
    display: block;
    color: #fff;
    padding: 0px 5px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px;
}

.logo a b {
    float: left;
    display: block;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 25px;
}

#menu {
    float: right;
    height: 50px;
    margin-top: 20px;
    position: relative;
}

ul#mega {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    margin-top: 25px;
}

#mega li {
    float: left;
    height: 30px;
}

#mega li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

#mega li:hover a {
    color: #fff;
}

#mega li.sub:hover a {
    background: #fff;
    color: #434242;
    height: 50px;
    margin-top: -10px;
    padding-top: 10px;
}

#mega div.menu {
    position: absolute;
    left: -999em;
    border-top: 0;
    background: #fff;
    background: -webkit-linear-gradient(to right, #fff, #eee);
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}

#mega li:hover div.menu {
    width: 100%;
    height: auto;
    left: 0;
    top: 70px;
}

#mega div.menu_left {
    float: left;
    width: 50%;
    color: #666;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-right: 9px;
}

#mega div.menu_left b {
    color: #E31E24;
    font-size: 16px;
}

#mega li:hover div.menu_left a.kbas {
    margin: 0;
    padding: 0;
    background: 0;
    border-top: 0;
    height: auto;
    line-height: auto;
}

#mega div.menu_left b.tum {
    display: block;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
}

#mega div.menu_left strong {
    color: #3078D0;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

#mega div.menu_left p {
    color: #666;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#mega li:hover div.menu .menu_left a.il {
    float: left;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #aaa;
    border-radius: 5px;
    margin-top: 6px;
    margin-right: 6px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0);
}

#mega li:hover div.menu .menu_left a.il:hover {
    background: #777;
}

#mega div.menu_right {
    float: right;
    width: 50%;
    position: relative;
    padding: 0 3px;
    box-sizing: border-box;
}

#mega li:hover div.menu .menu_right a {
    float: left;
    width: 50%;
    height: auto;
    border: 0;
    box-sizing: border-box;
    background: none;
    margin: 0;
    padding: 0;
    padding: 4px;
}

#mega li:hover div.menu .menu_right a img {
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

#mega li:hover div.menu .menu_right a:hover img {
    width: 100%;
    border: 1px solid #ccc;
    background: #eee;
}

.baslik {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    background: url(../img/slide.png) center center no-repeat #F7FBFF;
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.05) inset;
}

.baslik1 {
    margin: 0 auto;
    width: 100%;
    padding: 0 7px;
    box-sizing: border-box;
    height: 55px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.baslik1 b {
    display: block;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-bottom: 6px solid #eee;
}

.baslik2 {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
    margin-bottom: 10px;
    color: #3078D0;
}

.baslik2 b {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.baslik h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    background: url(../img/ok.png) center bottom -2px no-repeat;
    color: #3078D0;
}

#slider {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: 360px;
    padding: 10px 0;
    background: url(../img/slide.png) center center no-repeat #F7FBFF;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

#markalar {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 6px solid #eee;
    margin-top: -10px;
    padding: 20px 0;
    background: linear-gradient(90deg, #fff 0%, #fafafa 50%, #fff 100%);

}

.slide {
    margin: 7px auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 1000px;
    box-sizing: border-box;
    height: 360px;
    padding: 14px 0;
    position: relative;
}

.slide .left {
    float: left;
    width: 45%;
    height: 100%;
}

.slide h2 {
    float: left;
    display: inline-block;
    background: #E31E24;
    color: #fff;
    padding: 0px 15px;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    margin-top: 110px;
}

.slide p {
    float: left;
    width: 100%;
    padding: 15px 0px;
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.slide .resim {
    float: right;
    width: 50%;
    height: 270px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}

#call {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 15px 0;
    padding: 15px 0;
    background: #3078D0;
    background: #fff;
    color: #111;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    z-index: 1;
}

#call.nobg {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 15px 0;
    background: none;
    color: #111;
    position: relative;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    z-index: 2;
    border-bottom: 0;
}

#call .st1 {
    font-size: 15px;
}

#call .st1 a.tel {
    display: inline-block;
    color: #3078D0;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

#call .st2 {
    color: #666;
}

#call a.arama, #call a.whatsapp {
    right: 7px;
    top: 7px;
    display: inline-block;
    background: url(../img/whatsapp.svg) center right 10px no-repeat #1a8628;
    background-size: 25px 25px;
    color: #fff;
    padding-left: 10px;
    padding-right: 45px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    font-size: 15px;
    transition: all 0.05s linear;
    text-decoration: none;
}

#call a.arama {
    right: 212px;
    background: url(../img/call.svg) center right 10px no-repeat #3078d0;
    background-size: 25px 25px;
}

#call a.whatsapp:hover {
    background: url(../img/whatsapp.svg) center right 8px no-repeat #26a135;
    background-size: 29px 29px;
}

#call a.arama:hover {
    background: url(../img/call.svg) center right 8px no-repeat #4583ed;
    background-size: 29px 29px;
}

.page {
    margin: 0 auto;
    width: 1014px;
}
.bigp p {
    margin: 15px 0;
}

.hizmetbox {
    float: left;
    width: 33.3%;
    height: auto;
    box-sizing: border-box;
    margin: 7px 0;
    padding: 7px;
}

.hizmet {
    width: 100%;
    height: 180px;
    background: #ddd;
    overflow: hidden;
}

.hizmet.kr {
    height: auto !Important;
}

.hizmet a.hd {
    float: left;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
}

.hizmet a.hd img {
    width: 100%;
    height: auto;
    opacity: 0;
}

a.hbas {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #004384;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
}

.hizmetbox:hover {
    background: #3078D0;
}

.hizmetbox:hover a.hbas {
    background: #3078D0;
    color: #fff;
    text-decoration: none;
}

.hizmet img {
    width: 100%;
    height: auto;
}

.bilgialan {
    float: left;
    width: 60%;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    border-right: 0;
}

.iform {
    float: right;
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
    background: #3078D0;
    height: 355px;
    margin-top: 10px;
}

.iform b {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

input.ifo, textarea.ifo {
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    line-height: 18px;
    padding: 10px;
    background: #fff;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    margin-top: 12.5px;
    outline: 0;
    color: #333;
    transition: all 0.2s linear;
}

textarea.ifo {
    height: 80px;
    line-height: 20px;
}

textarea.ifo:focus, input.ifo:focus {
    background: #eee;
}

input.giris {
    float: right;
    cursor: pointer;
    height: 45px;
    line-height: 22px;
    padding: 10px 15px 6px 15px;
    background: none;
    color: #fff;
    border: 0;
    margin-top: 12.5px;
    outline: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s linear;
    font-weight: 400;
}

input.giris:hover {
    background: rgba(0, 15, 25, 0.9);
}

#footer {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 0 40px 0;
    background: #434242;
    background: #3a6ec6;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #434242, #555);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#footer .alan {
    float: left;
    width: 33.33%;
}

#footer strong {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

#footer strong a {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

#footer p {
    color: #fff;
    margin: 10px 0;
    padding-bottom: 10px;
    font-size: 14px;
}

#footer a {
    display: block;
    line-height: 30px;
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
}

#footer a.il {
    float: left;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #555;
    border-radius: 5px;
    margin: 3px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #aaa;
    font-weight: 300;
    text-decoration: none;
}

#footer a.il:hover {
    background: #666;
    color: #fff;
}

#copyright {
    background: #33609f;
    background: #3a6ec6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #4583ED, #3a6ec6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #3a6ec6, #4583ED);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 15px 0;
    color: #fff;
    line-height: 25px;
}

a.filnet {
    float: right;
    display: block;
    width: 18px;
    height: 25px;
    background: url(../img/filnet.svg) center left no-repeat;
    background-size: auto 25px;
    transition: all 0.2s linear;
}

a.filnet:hover {
    width: 90px;
}

#iller {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 20px 0;
}

#iller strong {
    color: #3078D0;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

#iller p {
    color: #555;
    margin: 10px 0;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

#iller a.il {
    float: left;
    display: inline-block;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    border-radius: 5px;
    margin: 3px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #434242;
    font-weight: 300;
    text-decoration: none;
}

#iller a.il:hover {
    border: 1px solid #3078D0;
    color: #3078D0;
}

.haberbox {
    float: left;
    width: 25%;
    padding: 7px;
    box-sizing: border-box;
}

.bigresim {
    float: left;
    width: 100%;
    max-width: 440px;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    padding: 7px;
}

.bigresim_in {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}

.icerik {
    float: left;
    width: calc(100% - 440px);
    height: auto;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 15px;
}

.bigresim img {
    width: 100%;
    max-width: auto;
}

.haber {
    width: 100%;
    height: 330px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}

.haber:hover {
    border-bottom: 2px solid #3078D0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #3078D0;
}

.haber_resim {
    width: 100%;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    text-align: Center;
    overflow: hidden;
}

.haber_resim img {
    width: 100%;
    height: auto;
}

.haber_icerik {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    text-align: Center;
}

.haber_icerik a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    text-align: Center;
}

.haber_resim img {
    height: 100%;
}

.galeribox {
    float: left;
    height: 170px;
    padding-right: 14px;
    padding-bottom: 14px;
    box-sizing: border-box;
}

.galeri {
    width: 100%;
    float: left;
    height: 150px;
    box-sizing: border-box;
    border: 5px solid #fff;
    text-align: center;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s linear;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.galeri img {
    height: 150px;
}

.galeri:hover {
    border: 5px solid #3078D0;
    background: #d6b66d;
}

.video {
    width: 100%;
    height: 500;
    background: #333;
    margin-bottom: 15px;
}

#chat {
    display: block;
    position: fixed;
    right: 65px;
    width: 275px;
    height: 220px;
    background: url(../img/chat.png);
    cursor: pointer;
    z-index: 4;
    bottom: 15px;
    box-sizing:border-box;
	padding : 10px;
}
#chat a{
    display: block;
}
#chat a#a1{
	height : 45px;
}
#chat a#a2{
	height : 150px;
}
#calll, #whtt {
    display: block;
    position: fixed;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    transition: all .2s linear;
    color: #fff;
    bottom: 180px;
    background: #4dc247
}

#whtt svg {
    margin: 0 auto
}

#calll {
    bottom: 120px;
    background: #339bdd;
    line-height: 50px
}
#calll img {
    width : 22px;
	margin-top : 14px;
}

@media screen and (max-width:768px) {
    .mobidik, b.mobidik, .slide .resim, #slide.owl-carousel .owl-nav, .st1, .st2 {
        display: none;
    }

    .center, .page, .slide, .slide .left, #footer .alan {
        width: 100%;
    }

    .center, .page {
        padding: 0 15px;
        box-sizing: border-box;
    }

    #call .center {
        padding: 0;
        box-sizing: border-box;
    }

    #header .logo {
        height: auto;
        margin-left: 7px;
    }

    #header.ac {
        height: 100%;
        transition: all 0.2s linear;
    }

    #header img.menu {
        display: block;
        float: right;
        width: 35px;
        margin-top: 25px;
        margin-right: 15px;
    }

    #slide {
        height: 240px;
    }

    .bigresim {
        float: left;
        width: 100%;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
        padding: 7px;
    }

    .bigresim_in {
        float: left;
        width: 100%;
        border: 1px solid #ddd;
        border-bottom: 2px solid #ddd;
        box-sizing: border-box;
        background: #fff;
        cursor: pointer;
    }

    .icerik {
        float: left;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 15px 7px;
        font-size: 15px;
    }

    #slider {
        height: 260px;
        padding: 10px 0;
    }

    .slide {
        height: 260px;
        padding: 15px
    }

    .slide h2 {
        margin-top: 40px;
    }

    #call {
        text-align: center;
    }

    #call a.arama, #call a.whatsapp {
        right: auto;
        top: auto;
        display: inline-block;
        color: #fff;
        padding-left: 10px;
        padding-right: 45px;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
        position: relative;
        font-size: 14px;
        transition: all 0.05s linear;
        text-decoration: none;
    }

    .hizmetbox {
        width: 100%;
        margin: 0;
    }

    .haberbox {
        width: 50%;
    }

    .haber {
        height: 255px;
        overflow: hidden;
    }

    .haber_icerik a {
        font-size: 13px;
    }

    .baslik {
        overflow: hidden;
    }

    .baslik h1 {
        font-size: 15px;
        background: none;
    }

    #menu {
        height: auto;
        margin-top: -20px;
        width: 100%;
        background: #437FE5;
        position: absolute;
        top: 100px;
        left: 0;
        display: none;
    }

    #menu.ac {
        display: block;
    }

    #mega li {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: none;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 2px solid #3A6FC8;
    }

    #mega li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0px;
        line-height: 50px;
        font-size: 15px;
    }

    #mega li:hover a {
        color: #fff;
    }

    #mega li.sub:hover a {
        background: none;
        border-top: 0;
        color: #fff;
        height: 50px;
        margin-top: auto;
        padding-top: 0;
    }

    #mega div.menu {
        display: none;
    }

    .bilgialan {
        width: 100%;
        padding-right: 0;
    }

    .iform {
        width: 100%;
    }
}