@import "../owl/owl.carousel.min.css";
@import "../owl/owl.theme.default.min.css";

* {
    list-style-position: inside
}
b{
    color: #0e2460;
}
div.wrapper {
    width: 1200px;
    margin: 0 auto
}

div.urunler_page {
    width: 100%;
    float: left;
    padding: 70px 0
}

div.urunler_page div.left {
    width: 25%;
    float: left;
    background-color: #009ee3;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    font-weight: 700;
    font-size: 26px
}

div.urunler_page div.left div.title {
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
    float: left;
    border-bottom: 1px solid #24355f;
    padding-bottom: 20px;
}

div.urunler_page div.left a {
    width: 100%;
    float: left;
    padding: 8px 0px;
    color: #FFF;
    transition: .3s;
    font-weight: 700;
    font-size: 15px
}

div.urunler_page div.right {
    width: 68%;
    float: right
}

div.urunler_page div.item {
    width: 30.6%;
    height: 270px;
    margin-right: 4%;
    margin-bottom: 4%;
    background-color: #fff;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1)
}

div.urunler_page div.item div.image {
    height: 200px;
    float: left;
    width: 100%
}

div.urunler_page div.item div.image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

div.urunler_page div.item div.title {
    background: #0e2460;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all .2s;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

div.urunler_page div.item div.title a {
    color: #FFF;
    margin: 0;
    font-size: 18px;
    font-weight: 400
}

div.urunler_page div.item:nth-child(3n) {
    margin-right: 0
}

div.urun_page {
    width: 100%;
    float: left;
    padding: 70px 0
}

div.urun_page div.left {
    width: 25%;
    float: left;
    background-color: #009ee3;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    font-weight: 700;
    font-size: 26px
}

div.urun_page div.left div.title {
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
    float: left;
    border-bottom: 1px solid #24355f;
    padding-bottom: 20px;
}

div.urun_page div.left a {
    width: 100%;
    float: left;
    padding: 8px 0px;
    color: #FFF;
    transition: .3s;
    font-weight: 700;
    font-size: 15px
}

div.urun_page div.right {
    width: 68%;
    float: right
}

div.urun_page div.right div.image {
    width: 100%;
    float: left;
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 25px
}

div.urun_page div.right div.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

div.urun_page div.right div.title {
    margin: 0;
    margin-bottom: 25px;
    color: #fff;
    width: 100%;
    float: left;
    color: #0e2460;
    font-size: 26px;
    text-transform: uppercase;
}

div.urun_page div.right div.text {
    color: #fff;
    width: 100%;
    float: left;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    list-style-position: inside
}

div.kurumsal_page {
    padding: 70px 0;
    float: left;
    width: 100%
}

div.kurumsal_page div.left {
    width: 25%;
    float: left;
    background-color: #009ee3;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    font-weight: 700;
    font-size: 26px
}

div.kurumsal_page div.left div.title {
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
    float: left;
    border-bottom: 1px solid #24355f;
    padding-bottom: 20px
}

div.kurumsal_page div.left a {
    width: 100%;
    float: left;
    padding: 8px 0px;
    color: #FFF;
    transition: .3s;
    font-weight: 700;
    font-size: 15px
}

div.kurumsal_page div.right {
    width: 68%;
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 34px;
    line-height: 26px
}

div.kurumsal_page div.right h2 {
    margin: 0;
    margin-bottom: 34px;
    color: #0e2460;
    font-size: 26px;
    line-height: 45px
}

div.kurumsal_page div.right li {
    list-style-position: inside
}

div.kurumsal_page div.right p {
    margin-bottom: 15px
}

div.kurumsal_page div.right img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}

div.referanslar_page {
    width: 100%;
    padding: 70px 0;
    float: left
}

div.referanslar_page div.item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
    text-align: center
}

div.referanslar_page div.item div.image {
    width: 100%;
    height: 250px;
    float: left;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px
}

div.referanslar_page div.item div.image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

div.referanslar_page div.item:nth-child(4n) {
    margin-right: 0
}

div.referanslar_page div.item div.title {
    float: left;
    width: 100%
}

div.referanslar_page div.item div.title a {
    color: #599b47;
    font-size: 18px;
    font-weight: 700
}

div.iletisim_page {
    width: 100%;
    float: left;
    padding: 70px 0
}

div.iletisim_page div.left {
    width: 35%;
    float: left
}

div.iletisim_page div.left div.row {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #599b47;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd
}

div.iletisim_page div.left div.row i,
div.iletisim_page div.left div.row a i {
    color: #009ee3;
    margin-right: 10px;
    width: 5%;
    text-align: center;
    float: left
}

div.iletisim_page div.left div.row a,
div.iletisim_page div.left div.row span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    float: left;
    width: 90%
}

div.iletisim_page div.form {
    width: 60%;
    float: right
}

div.iletisim_page div.form input {
    border: 0;
    width: 100%;
    float: right;
    line-height: 47px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-weight: 400;
    border: 1px solid #DDD;
    box-sizing: border-box;
    padding: 0 10px
}

div.iletisim_page div.form textarea {
    border: 0;
    width: 100%;
    height: 150px;
    float: right;
    line-height: 47px;
    font-weight: 400;
    font-size: 15px;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #DDD;
    border-radius: 3px;
    resize: none;
    margin-bottom: 15px
}

div.iletisim_page div.form button {
    background-color: #0e2460;
    color: #fff;
    font-weight: 500;
    border: 0;
    padding: 6px 15px;
    font-size: 15px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

div.page_title {
    width: 100%;
    float: left;
    padding: 40px 0;
    background-color: #f5f5f5;
    color: #0e2460;
}

div.breadcrumb {
    width: 100%;
    float: left;
    padding: 10px 0;
    background-color: #eaeaea;
    font-size: 14px
}

div.breadcrumb li {
    float: left;
    list-style: none;
    margin-right: 10px
}

div.breadcrumb li a {
    color: #009ee3;
    font-weight: 500
}

div.breadcrumb li::after {
    content: '/';
    float: right;
    margin-left: 10px
}

div.breadcrumb li:last-child::after {
    display: none
}

@media screen and (max-width:1200px) {
    div.wrapper {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box
    }

    div.kurumsal_page,
    div.urunler_page,
    div.urun_page,
    div.referanslar_page,
    div.iletisim_page {
        padding: 40px 0
    }
}

@media screen and (max-width:800px) {
    div.urunler_page div.right {
        width: 72%
    }

    div.urunler_page div.item {
        width: 48%
    }

    div.urunler_page div.item:nth-child(3n) {
        margin-right: 4%
    }

    div.urunler_page div.item:nth-child(2n) {
        margin-right: 0
    }

    div.referanslar_page div.item div.image {
        height: 150px
    }
}

@media screen and (max-width:414px) {

    div.kurumsal_page div.left,
    div.urunler_page div.left,
    div.urun_page div.left,
    div.iletisim_page div.left {
        width: 100%;
        margin-bottom: 30px
    }

    div.urunler_page div.right,
    div.urunler_page div.right,
    div.urun_page div.right,
    div.iletisim_page div.right,
    div.iletisim_page div.form {
        width: 100%
    }

    div.urunler_page div.item {
        width: 100%;
        margin-right: 0
    }

    div.referanslar_page div.item {
        width: 100%;
        margin-right: 0
    }

    div.referanslar_page div.item div.image {
        height: 250px
    }
}

* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    list-style: none
}

div.top {
    width: 100%;
    float: left;
    background-color: #599b47;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px
}

div.top div.left {
    float: left;
    color: #fff
}

div.top div.right {
    float: right
}

div.top div.right a {
    color: #fff
}

div.top div.right div.social {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    color: #fff;
    border-right: 1px solid #68b453
}

div.top div.right div.lang {
    float: left
}

div.top div.right div.phone {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #68b453
}

/* div.top div.right div.phone a {} */

header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    float: left;
    position: fixed;
    z-index: 5000;
    /* top: 40px; */
    transition: 0.3s
}

header.scroll {
    top: 0
}

header div.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

header div.left {
    float: left;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

header a.logo {
    float: left;
    height: 65px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding-right: 20px;
    margin-right: 20px
}

header a.logo img {
    height: 100%
}

header nav {
    float: left
}

header nav li {
    float: left;
    margin-right: 15px
}

header nav a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: 0.3s
}

header nav li.aktif a {
    color: #0e2460;
}

header div.right {
    width: 20%;
    float: right;
    text-align: right
}

header div.right a.tel {
    width: 100%;
    float: left;
    font-size: 27px;
    color: #000
}

header div.right a.tel i {
    color: #009ee3;
}

header div.right a.mail {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #000
}

header a.mobile_button {
    display: none
}

div#mobile_menu {
    display: none
}

div#clear {
    height: 100px;
    width: 100%;
    float: left
}

@media screen and (max-width:1024px) {
    header a.logo {
        height: 50px
    }

    header a.logo img {
        height: 100%;
        width: auto;
        float: left
    }

    header a.telefon {
        display: none
    }

    header div.right {
        display: none
    }

    nav {
        display: none
    }

    header a.mobile_button {
        float: right;
        display: block;
        font-size: 26px;
        color: #121c33;
        line-height: 50px;
        cursor: pointer
    }

    div#mobile_menu {
        display: block;
        width: 100%;
        height: calc(100% - 70px);
        float: left;
        position: fixed;
        /* top: 70px; */
        top: 80px;
        transition: 0.6s;
        background-color: #121c33;
        z-index: 5000;
        box-sizing: border-box;
        padding: 20px;
        list-style: none;
        left: -100%
    }

    div#mobile_menu.active {
        left: 0
    }

    div#mobile_menu ul {
        list-style: none
    }

    div#mobile_menu ul li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #1f2942
    }

    div#mobile_menu ul li a {
        color: #fff
    }

    div#mobile_menu ul li:last-child {
        border-bottom: 0
    }

    div#mobile_menu div.lang {
        width: 100%;
        display: inline-block;
        font-size: 20px;
        margin-top: 5px;
        border: 1px solid #1f2942;
        box-sizing: border-box;
        padding: 15px;
        border-radius: 6px;
        text-align: center
    }

    div#mobile_menu div.lang a {
        font-weight: 400;
        color: #fff;
        display: inline-block
    }

    div#mobile_menu div.lang a.aktif {
        color: #00ADEF
    }
}

div.slider {
    width: 100%;
    height: 656px;
    float: left
}

div.slider div.item {
    width: 100%;
    height: 656px;
    float: left;
    background-size: cover;
    background-position: center
}

div.slider div.overlay {
    width: 100%;
    height: 656px;
    float: left;
    background-position: center;
    background-image: url(../img/slider_bg.png);
    background-repeat: repeat-x;
    position: relative
}

div.slider div.text {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center
}

div.slider div.title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px
}

div.slider div.content {
    width: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px
}

div.slider a {
    padding: 6px 30px;
    background: none;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border-radius: 100px;
    display: inline-block
}

@media screen and (max-width:1024px) {
    div.slider p {
        width: 80%;
        text-shadow: 0 0px 4px rgba(0, 0, 0, 0.5)
    }

    div.slider,
    div.slider div.item,
    div.slider div.overlay {
        height: 400px
    }

    div.slider div.overlay {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.4);
        background-image: none;
        justify-content: center
    }

    div.slider div.content {
        width: 100%;
        text-align: center;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center
    }

    div.slider div.text {
        position: static
    }

    div.slider div.title {
        text-shadow: 0 0px 4px rgba(0, 0, 0, 0.5)
    }
}

@media screen and (max-width:414px) {
    div.slider div.title {
        font-size: 28px
    }

    div.slider div.content {
        font-size: 16px
    }
}

div.urunler {
    width: 100%;
    float: left;
    padding: 70px 0;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 6px
}

div.urunler h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    color: #0e2460;
}

div.urunler p {
    font-size: 15px;
    font-weight: 500;
    color: #888;
    width: 65%;
    display: inline-block;
    margin-bottom: 60px
}

div.urunler div.item {
    width: 30.6%;
    margin-right: 4%;
    margin-bottom: 4%;
    background-color: #fff;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

div.urunler div.item div.image {
    height: 300px;
    float: left;
    width: 100%
}

div.urunler div.item div.image img {
    height: 100%;
    width: 100%;
    object-fit: 100%;
    object-position: center
}

div.urunler div.item div.title {
    background: #0e2460;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all .2s;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left
}

div.urunler div.item div.title a {
    color: #FFF;
    margin: 0;
    font-size: 18px;
    font-weight: 400
}

div.urunler div.item:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width:1024px) {
    div.urunler p {
        width: 100%
    }

    div.urunler div.item div.image {
        height: 200px
    }
}

@media screen and (max-width:414px) {
    div.urunler div.item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    div.urunler div.item:last-child {
        margin-bottom: 0
    }

    div.urunler div.item div.image {
        height: 250px
    }
}

div.kurumsal {
    width: 100%;
    float: left;
    padding: 70px 0
}

div.kurumsal div.left {
    width: 40%;
    float: left;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px
}

div.kurumsal div.right {
    width: 56%;
    float: right
}

div.kurumsal div.right h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #0e2460;
    width: 100%;
    float: left
}

div.kurumsal div.right h3 {
    margin: 0;
    /* color: #599b47; */
    color: #009ee3;
    margin-bottom: 34px;
    font-size: 40px
}

div.kurumsal div.right div.text {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 34px;
    line-height: 26px;
    list-style: inline
}

div.kurumsal div.right div.text p {
    margin-bottom: 15px
}

div.kurumsal div.right a {
    margin: 0;
    margin-bottom: 15px;
    /* color: #599b47; */
    color: #009ee3;
    font-weight: 500;
    width: 100%;
    float: left
}

@media screen and (max-width:1024px) {
    div.kurumsal div.left {
        display: none
    }

    div.kurumsal div.right {
        width: 100%
    }
}

div.iletisim {
    width: 100%;
    padding: 40px 0;
    float: left;
    background-color: #0e2460;
}

div.iletisim div.left {
    color: #FFF;
    margin: 0;
    font-size: 24px;
    float: left
}

div.iletisim a.right {
    padding: 6px 30px;
    background: none;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border-radius: 100px;
    float: right
}

@media screen and (max-width:1024px) {
    div.iletisim {
        text-align: center
    }

    div.iletisim div.left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    div.iletisim a.right {
        float: none;
        display: inline-block
    }
}

footer {
    width: 100%;
    padding: 70px 0 0 0;
    float: left
}

footer div.wrapper>div.left {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #565656;
    line-height: 28px;
    box-sizing: border-box;
    padding-right: 80px
}

footer div.wrapper>div.right {
    width: 50%;
    float: right
}

footer div.wrapper>div.right div.item {
    width: 50%;
    box-sizing: border-box;
    padding-right: 35px;
    float: left
}

footer div.wrapper>div.right div.item a {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #565656
}

footer div.wrapper>div.right div.item span {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #565656;
    margin-top: 20px
}

footer div.wrapper>div.right div.item a i {
    width: 20px;
    text-align: center;
    color: #009ee3;
    margin-right: 10px
}

footer div.title {
    font-size: 26px;
    letter-spacing: -0.5pt;
    margin-top: 0;
    font-weight: 600;
    color: #0e2460;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

footer div.copyright {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer div.copyright div.left {
    float: left
}

footer div.copyright div.right {
    float: right
}
footer div.copyright div.right a img{
    width: 100px;
}
@media screen and (max-width:1024px) {
    footer div.wrapper>div.left {
        width: 50%;
        padding: 0;
        text-align: justify;
        line-height: 35px
    }

    footer div.wrapper>div.right {
        width: 40%
    }

    footer div.wrapper>div.right div.item {
        width: 100%;
        padding-right: 0
    }

    footer div.wrapper>div.right div.item:first-child {
        margin-bottom: 20px
    }
}

@media screen and (max-width:414px) {
    footer div.wrapper>div.left {
        display: none
    }

    footer div.wrapper>div.right {
        width: 100%
    }

    footer div.wrapper>div.right div.item {
        width: 100%
    }

    footer div.wrapper>div.left {
        text-align: center
    }

    footer div.copyright {
        text-align: center
    }

    footer div.copyright div.left,
    footer div.copyright div.right {
        float: none;
        text-align: center;
        display: inline-block
    }

    footer div.copyright div.right {
        width: auto;
        margin-top: 20px;
        z-index: 9999;
    }
}

/* deneme */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.yangin-list li{
    list-style-type: none;
}
.yangin-list li::before{
    content: "\2022";
    color: #121c33;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1em;
}