/* CSS Reset */
html, body, div, span, applet, object, iframe, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Genel Kullanımlar */
body {
    background-color: #f4f4f4;
}

.clear {
    clear: both;
}

.sol {
    float: left;
}

.sag {
    float: right;
}

.son {
    margin-right: 0 !important;
}

.container {
    margin: 0 auto;
    width: 1100px;
    position: relative;
}

.header {
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 5;
}

.headUst {
    width: 100%;
    background-color: #326ab1;
    padding: 10px 0;
    color: #fff;
}

.headUst a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.headUst a:hover {
    color: #fecb1c;
}

.headUst a i {
    padding-right: 2px;
}

.dil {
    margin-right: 3px !important;
    padding-right: 7px;
    border-right: 1px solid #fff;
}

.headAlt {
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
}

.logo {
    width: 300px;
    padding-top: 2px;
}

.hmBox {
    padding: 10px;
    margin-right: 10px;
}

.hmBox a {
    text-decoration: none;
}

.hmBox:hover .hsu, .hmBox:hover .hsa {
    color: #326ab1;
}

.hmd {
    width: 800px;
    text-align: right;
}

.hmkon {
    color: #326ab1;
    font-size: 40px;
    padding-right: 10px;
}

.hsu {
    color: #808080;
    font-size: 14px;
    padding: 6px 0;
}

.hsa {
    color: #000;
    font-size: 14px;
}

.hsu, .hsa {
    text-align: left;
}

.teklif {
    padding: 15px;
    background-color: #326ab1;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.teklif:hover {
    color: #fecb1c;
}

.hmAlt ul {
    float: right;
    padding-bottom: 5px;
}

.hmAlt ul li {
    float: left;
}

.hmAlt ul li a {
    text-decoration: none;
    color: #326ab1;
    font-size: 15px;
    display: block;
    padding: 10px;
    font-weight: bold;
}

.hmAlt ul li a:hover {
    color: #fff;
    background-color: #326ab1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Owl */
.item {
    position: relative;
}

.sliderr .item img {
    width: 100vw;
}

.owl-prev {
    position: absolute;
    top: calc(50% - 17px);
    font-size: 25px;
    width: 32px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    padding-right: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    left: 20px;
}

.owl-next {
    position: absolute;
    top: calc(50% - 17px);
    font-size: 25px;
    width: 32px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    padding-left: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    right: 20px;
}

.owl-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}

.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.owl-dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    display: inline-block;
    background-color: #dbdbdb;
    margin-left: 2px;
    margin-right: 2px;
}

.owl-dot.active {
    background-color: #fff;
}

.owlText {
    top: 25%;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(121, 170, 233, 0.75);
}

.owlText h2 {
    font-size: 5em;
}

.anaRan {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}

.anaRanBas {
    text-align: center;
    font-size: 40px;
    color: #326ab1;
    font-weight: normal;
    margin: 0;
}

.icoCiz {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    height: 3px;
    background-color: #326ab1;
    text-align: center;
    position: relative;
}

.icoCiz .fa {
    position: absolute;
    top: -6px;
    background-color: #fff;
    color: #326ab1;
}

.anaRan p {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
}

.refs {
    border-top: 1px solid #326ab1;
    border-bottom: 1px solid #326ab1;
    padding: 20px 0;
    background-color: #fff;
}

.ref {
    height: 100px;
    text-align: center;
}

.owl-item .ref img {
    height: 100% !important;
    width: auto;
    display: inline-block;
}

#map {
    width: 100%;
    height: 250px;
    display: block;
}

.footBolum {
    width: 350px;
    margin-right: 25px;
    float: left;
    color: #fff;
}

.footer {
    padding: 30px 0;
    background-color: #326ab1;
    padding-bottom: 10px;
}

.fBaslik {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}

.fp {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 8px;
}

.fp a {
    margin-right: 20px;
}

.footBolum a {
    text-decoration: none;
    color: #fff;
}

.footBolum a:hover {
    color: #fecb1c;
}

.footBolum a .fa {
    font-size: 25px;
    margin-right: 20px;
}

.sihar {
    float: left;
    width: 175px;
}

.sihar a {
    margin-bottom: 13px;
    display: block;
    font-size: 16px;
}

.sihar a:hover {
    color: #fecb1c;
}

.sihar a .fa {
    margin-right: 5px !important;
    font-size: 16px !important;
}

.fSosyal {
    margin-top: 9px;
}

i.son {
    padding-right: 5px;
    font-size: 20px;
}

.fb2 {
    padding-left: 25px;
}

.copyBox {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}

.copy {
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 5px 30px 0 30px;
    display: inline-block;
}

.london {
    padding-left: 25px;
    display: block;
    float: right;
    margin-top: -3px;
}

.iletisim {
    padding: 30px 0;
}

.ilet {
    width: 500px;
    margin-right: 20px;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ilet h2 {
    margin: 0;
    color: #326ab1;
    font-size: 30px;
    padding-bottom: 20px;
}

.ilet p {
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 30px;
}

.ilet p:last-child {
    padding-bottom: 0;
}

.ilet p span {
    display: inline-block;
    padding-right: 21px;
}

.ilet p .fa {
    font-size: 20px;
    color: #326ab1;
}

.ilet p a {
    text-decoration: none;
    color: #000;
}

.ilet .sol p {
    padding-bottom: 17px;
}

.ilet .sol p:last-child {
    padding-bottom: 0;
}

.ilet .sol p input {
    padding: 10px;
    font-size: 16px;
}

.ilet .sag p textarea {
    font-family: "Open Sans";
    padding: 10px;
    width: 244px;
    height: 79px;
    margin: 0;
}

.ilet .sag p button {
    border: 1px solid #326ba1;
    background: #326ba1;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
}

.cek {
    padding-bottom: 8px !important;
}

.altsBas {
    padding: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hakkimizda {
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hakkimizda p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

.hakkimizda p:last-child {
    padding-bottom: 0;
}

.hakkimizda img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.hizmet {
    width: 320px;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.hizmet p:first-child {
    color: #326ba1;
    padding-bottom: 10px;
    border-bottom: 1px solid #326ba1;
    font-size: 18px;
    margin-bottom: 10px;
}

.hizmet p:last-child {
    font-size: 16px;
    line-height: 25px;
}

.notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    display: none;
}

.notification a {
    color: #ffffff;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.notification a:hover {
    color: #fecb1c;
}

.notification i {
    position: absolute;
    right: 10px;
    color: #ffffff;
    top: 10px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    transition: all 0.2s ease-in-out;

}

.notification i:hover {
    color: #fecb1c;
}

.kvkk {
    padding: 20px 50px;
}

@media (max-width: 980px) {
    .container, .logo, .hmd {
        width: 100%;
    }

    .logo {
        text-align: center;
    }

    .headUst {
        padding: 20px 0;
        text-align: center;
    }

    .sol, .sag {
        float: none;
    }

    .hmUst .sol {
        float: left;
    }

    .hmUst .sag {
        float: right;
    }

    .hmBox {
        display: block;
        width: calc(100% - 20px);
        text-align: center;
    }

    .headUst .sol a {
        display: block;
        padding-bottom: 15px;
        font-size: 20px;
    }

    .teklif {
        text-align: center;
    }

    .gizle {
        display: none !important;
    }

    .hmAlt ul li {
        width: 50%;
        text-align: center;
    }

    .hmAlt {
        text-align: center;
    }

    .hmAlt ul {
        float: none;
        padding-bottom: 10px;
        display: inline-block;
    }

    .owlText {
        top: 5%;
    }

    .owlText h2 {
        font-size: 25px;
    }

    .owlText p {
        display: none;
    }

    .icoCiz {
        width: 85%;
    }

    .anaRan p {
        padding: 0 10px;
    }

    .footBolum {
        width: auto;
        margin: 0 20px;
        margin-bottom: 20px;
    }

    .fb2 {
        padding-left: 0;
    }

    .london {
        float: none;
        margin-top: 10px;
    }

    .ilet {
        width: auto;
        margin: 0 20px !important;
        margin-bottom: 20px;
    }

    .ilet p a {
        display: block;
    }

    .ilet .sag p textarea {
        margin-top: 15px;
    }

    .ilet .sol p input {
        width: calc(100% - 38px);
    }
}