﻿@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    margin: 0;
    color: #222222;
    font-weight: 400;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
    margin: auto;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

div,
span,
p,
header,
footer,
.main,
a,
table,
tr,
td,
input,
textarea,
select,
ul,
li {
    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;
}

.effect,
 ::after,
 ::before,
textarea,
input {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3;
}

.ef1,
.icerik-mad::before,
.baslik span::Before {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ef2 {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

ul,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.over {
    overflow: hidden;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.form-err {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1900px;
    margin: auto;
}

.umenu {
    display: none;
}

.menu-btn {
    display: none;
}

.respshow {
    display: none;
}

.full {
    margin: auto;
    width: 95%;
}

header {
    width: 100%;
    background-color: #fff;
    position: relative;
    max-width: 1920px;
    align-items: center;
    display: inline-block;
    padding: 25px 0;
}

.ref-genel {
    width: 18%;
    float: left;
    margin: 1%;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.ref-img {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.ref-img img {
    height: 65px;
}

.ref-p {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    min-height: 60px;
    color: #000;
}

.fixfix {
    position: fixed !important;
    top: 0;
    z-index: 5000;
    padding: 15px 0;
    width: 100%;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -5px 14px 0px rgba(0, 0, 0, 0.75);
}

.slider {
    width: 100%;
    margin: auto;
    height: 630px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
}

.p-sol {
    width: 48%;
    text-align: justify;
    float: left;
}

.p-sag {
    width: 48%;
    float: right;
}

.p-sag img {
    width: 100%;
    max-height: 400px;
}

#nwlist .item {
    width: 100%;
    height: 630px;
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slogan {
    width: 44%;
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    background-color: rgb(0 160 228);
    padding: 20px 20px 20px 0;
    left: 0%;
    padding-left: 5%;
    font-weight: 700;
    bottom: 5%;
    border-bottom: 3px solid rgb(176 203 33);
}

.owl-pagination {
    display: none;
}

.column {
    display: none;
}

.logo {
    float: left;
    display: block;
    z-index: 4000;
}

.menu {
    padding-top: 40px;
    float: right;
}

.menu ul li {
    display: block;
    float: left;
    color: #fff;
    padding: 0 0px 0 15px;
    position: relative;
}

.menu ul li a:hover {
    color: #8fb63e;
}

.menu ul li a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

.sub-menu {
    display: none;
    position: absolute;
    background: rgb(0 160 228);
    left: 15px;
    z-index: 5000;
    min-width: 225px;
    border-bottom: 3px solid #8fb63e;
    overflow: hidden;
}

.sub-menu li {
    float: none!important;
    padding: 0!important;
}

.sub-menu li a {
    color: #fff!important;
    padding: 10px!important;
    display: block!important;
    margin-left: 0px!important;
    font-size: 13px!important;
}

.sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.slogan span {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    display: block;
    font-size: 0.6em;
    text-align: justify;
}

footer {
    width: 100%;
    padding-bottom: 10px;
    background-color: #fff;
    position: relative;
    border-top: 3px solid #b0cb21;
    padding-top: 10px;
}


/*
footer:before{

    position: absolute;

    content: "";

    right: -26%;

    top: 0;

    width: 50%;

    height: 200px;

    background-repeat: no-repeat;

    background-image: url(resimler/fot.png);

    background-position: center;

}





footer:after{

    position: absolute;

    content: "";

    right: -33%;

    top: 0;

    width: 50%;

    height: 200px;

    background-repeat: no-repeat;

    background-image: url(resimler/fot2.png);

    background-position: center;

}
*/

.fot {
    position: absolute;
    bottom: 22px;
    left: 5%;
    width: 33%;
    color: #fff;
    font-weight: 100;
}

.footer-logo {
    text-align: center;
    width: 100%;
    padding: 10px 0 0px 0;
}

.footer-logo img {
    height: 40px;
}

.copy {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
}

.header2 {
    width: 100%;
    background-image: url(resimler/slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 95px;
    position: relative;
    -webkit-box-shadow: 0px 4px 10px 0 rgba(160, 155, 155, 0.42);
    -moz-box-shadow: 0px 4px 10px 0 rgba(160, 155, 155, 0.42);
    box-shadow: 0 2px 20px 0 rgb(55, 55, 55);
}

.space {
    width: 100%;
    overflow: hidden;
    height: 150px;
}

.onatbt {
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
}

.topmrg {
    margin-top: 95px;
}

.baslik {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.baslik span {
    font-size: 1.3em;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    color: #00a0e4;
    position: relative;
}

.baslik span::Before {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 60%;
    height: 2px;
    background-color: #66aceb;
    left: 20%;
}

.baslik span:hover::Before {
    left: 0;
    width: 100%;
    background-color: rgb(141, 181, 58);
}

.telmail {
    position: absolute;
    color: #fff!important;
    top: 10px;
    right: 0;
    background: #00a0e4;
    padding: 4px;
    padding-right: 32px;
    padding-left: 20px;
    border-bottom: 2px solid #b0cb21;
}

.telmail a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
}

.telmail a:hover {
    color: #fff;
}

.genel {
    width: 100%;
    overflow: hidden;
    margin: 80px 0;
}

.icerik-kutu {
    width: 19%;
    float: left;
    padding: 10px;
    cursor: pointer;
    min-height: 390px;
    margin-right: 1%;
    box-shadow: 0px 0px 15px -2px rgb(177 177 177 / 75%);
    margin-bottom: 40px;
    margin-top: 30px;
    border-bottom: 2px solid #8db53a;
}

.icerik-bas {
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #000000;
}

.icerik-mad {
    width: 100%;
    font-size: 0.9em;
    padding-left: 20px;
    position: relative;
    padding-bottom: 7px;
}

.icerik-mad::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: rgb(141, 181, 58);
    left: 0;
    top: 6px;
}

.icerik-mad:hover::before {
    background-color: #66aceb;
    width: 11px;
    height: 11px;
    top: 4px;
    left: -2px;
}

.icerik-resim {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}

.yazi {
    width: 48%;
    text-align: justify;
    float: left;
}

.resim {
    width: 50%;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    border-radius: 10px;
    background-size: cover;
    background-attachment: fixed;
}

.ic2 {
    float: right!important;
}

.res2 {
    float: left!important;
}

.icerik-g {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.iletisim-sol {
    width: 50%;
    float: left;
    padding: 20px;
}

.iletisim-sag {
    width: 50%;
    float: right;
}

.il-kutu {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 20px;
}

.il-kutu .fa {
    color: #b0cb21;
    padding-right: 10px;
}

.il-kutu span {
    display: block;
    font-weight: 600;
    padding: 10px 0;
    height: 12px;
}

.genel2 {
    margin: 10px 0;
}

.baslik2 {
    font-size: 1.2em;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #00a0e4;
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
}

.banner {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: bottom;
    cursor: pointer;
}

.banner span {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 2em;
    top: 40%;
    left: 5%;
}

.icerik-p {
    width: 50%;
}

.il-kutu a {
    color: #484848!important;
}


/* iPhone Phone Dikey*/

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .menu {
        display: none;
    }
    .logo {
        width: 60%;
        background-size: 85%;
        margin-top: 30px;
    }
    .column {
        display: block;
    }
    .slogan {
        width: 90%;
        font-size: 1.2em;
    }
    #nwlist .item {
        height: 350px;
    }
    .slider {
        height: 350px;
        margin-top: 10px;
    }
    .telmail {
        right: 0%;
        top: 5px;
        padding: 2px;
        font-size: 0.8em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        right: 24%!important;
    }
    .icerik-kutu {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
    }
    .yazi {
        width: 100%;
    }
    .resim {
        width: 100%;
    }
    .iletisim-sol {
        width: 100%;
    }
    .iletisim-sag {
        width: 100%;
    }
    .slogan span {
        padding-top: 0;
    }
    header {
        width: 100%;
        background-color: #fff;
        position: relative;
        max-width: 1920px;
        display: inline-block;
        align-items: center;
        padding: 20px 0 10px 0;
    }
    .icerik-p {
        width: 100%;
    }
    .ref-genel {
        width: 100%;
        float: left;
        margin: 1% 0;
        border-radius: 10px;
        border: 1px solid #e1e1e1;
    }
    .p-sol {
        width: 100%;
        float: left;
    }
    .p-sag {
        width: 100%;
        float: right;
        margin-top: 20px;
        text-align: center;
    }
    .p-sag img {
        height: 200px;
    }
}


/* iPhone Phone Dikey*/


/* iPhone Phone Yatay*/

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .logo {
        background-size: 67%;
        margin-bottom: 10px;
    }
    .icerik-kutu {
        width: 48%;
    }
    .iletisim-sol {
        width: 50%;
    }
    .iletisim-sag {
        width: 50%;
    }
    .il-kutu::before {
        left: -6px;
    }
}


/* iPhone Phone Yatay*/


/* iPhone  Tablet Dikey*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .logo {
        width: 60%;
        background-size: 65%;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .icerik-kutu {
        width: 48%;
    }
    .iletisim-sol {
        width: 50%;
    }
    .iletisim-sag {
        width: 50%;
    }
    .il-kutu::before {
        left: -6px;
    }
}


/* iPhone  Tablet Dikey*/


/* iPhone  Tablet Yatay*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .logo {
        width: 50%;
        background-size: 65%;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .icerik-kutu {
        width: 48%;
    }
    .iletisim-sol {
        width: 50%;
    }
    .iletisim-sag {
        width: 50%;
    }
    .il-kutu::before {
        left: -6px;
    }
}


/* iPhone  Tablet Yatay */