﻿/*font-family: 'Oswald', sans-serif;*/

html, body {
    background-image: url('../../images/page/bg.jpg');
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    /*font-family: 'Open Sans', sans-serif;*/
    /*overflow-x: hidden;*/
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    a:hover {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.gen-div {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
}

header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 134px;
    background-color: #ffffff;
}

container-fluid {
    width: 100%;
}

.container-header {
    position: relative;
    width: 1160px;
    height: 100%;
    margin: 0 auto;
}

.header-left {
    position: relative;
    width: 188px;
    float: left;
}

figure {
    margin-top: 33px;
}

.header-right {
    position: relative;
    width: 972px;
    float: left;
}

.header-contact {
    position: relative;
    float: right;
}

    .header-contact ul {
        height: 34px;
        border-left: 1px solid #1291be;
        border-right: 1px solid #1291be;
        border-bottom: 1px solid #1291be;
        -webkit-border-radius: 0 0 40px 40px;
        border-radius: 0 0 40px 40px;
        padding: 8px 20px;
    }

        .header-contact ul li {
            float: left;
            margin-left: 38px;
            font-size: 13px;
            font-weight: 300;
            color: #6f6f6e;
        }

            .header-contact ul li:first-child {
                margin-left: 0px;
            }

            .header-contact ul li i {
                margin-right: 10px;
                color: #1291be;
                margin-top: 2px;
            }

.header-language {
    float: right;
    margin-top: 50px;
}

    .header-language select {
        background-color: #1291be;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        resize: none;
        outline: none;
        padding: 2px;
        letter-spacing: 1px;
    }

menu {
    float: right;
    margin-top: 53px;
}

.menu ul li {
    float: left;
    margin-right: 23px;
    font-size: 13px;
    font-weight: 600;
    color: #6f6f6e;
    letter-spacing: 1px;
    text-align: center;
}

    .menu ul li i {
        display: block;
    }

    .menu ul li:hover i {
        color: #1291be;
    }

    .menu ul li a {
        color: #6f6f6e;
        padding-bottom: 32px;
    }

        .menu ul li a:hover {
            color: #1291be;
        }



    .menu ul li:hover ul {
        display: block;
    }

    .menu ul li ul {
        min-width: 100px;
        display: none;
        position: absolute;
        background-color: #f7f7f7;
        top: 134px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        z-index: 9999999;
    }

        .menu ul li ul li {
            display: block;
            min-width: 100%;
            float: none;
            margin-right: 0px;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 1px;
            white-space: nowrap;
            text-align: left;
        }

            .menu ul li ul li:nth-child(odd) {
                background: #f5f3f3;
            }

            .menu ul li ul li:hover {
                background-color: #1291be;
            }

                .menu ul li ul li:hover a {
                    color: #ffffff;
                    -webkit-transition: 0.1s ease-in-out;
                    -moz-transition: 0.1s ease-in-out;
                    -ms-transition: 0.1s ease-in-out;
                    -o-transition: 0.1s ease-in-out;
                    transition: 0.1s ease-in-out;
                }

            .menu ul li ul li a {
                padding: 10px 10px;
                display: block;
            }

/*Slider Başlangıç*/


.default-slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 134px);
    padding: 0px 0px 0px 0px;
}

    .default-slider .swiper-slide {
        width: 100%;
    }

        .default-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }


.slider-content {
    height: auto;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
    text-align: right;
}

    .slider-content h1 {
        font-size: 60px;
        font-weight: 700;
        color: #0073bc;
    }

    .slider-content h2 {
        font-size: 22px;
        font-weight: 500;
        color: #5eaa45;
    }



.default-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #212529;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.default-slider .swiper-pagination-bullet-active {
    width: 40px;
    height: 10px;
    border-radius: 5px;
    background: #5eaa45;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
/*Slider Bitiş*/
.container {
    position: relative;
    width: 1160px;
    height: 100%;
    margin: 0 auto;
}

.elektrik-olcum-home {
    position: relative;
    width: 760px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
}

    .elektrik-olcum-home h1 {
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #3c3c3c;
        display: block;
        text-align: center;
        margin-top: 60px;
    }

.elektrik-olcum-box {
    position: relative;
    width: 360px;
    float: left;
    height: 150px;
    margin-right: 40px;
    margin-top: 25px;
    padding: 25px 30px;
    text-align: center;
    box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    display: inline-block;
}

    .elektrik-olcum-box h2 {
        font-size: 16px;
        font-weight: 700;
        color: #6e6e6e;
        margin-bottom: 20px;
    }

    .elektrik-olcum-box p {
        font-size: 14px;
        font-weight: 300;
        color: #6e6e6e;
    }

    .elektrik-olcum-box:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background-color: #a5c614;
        top: 0px;
        left: 0px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.olcum-home a:hover .elektrik-olcum-box:before {
    background-color: #1291be;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.olcum-home a:nth-child(2n+2) .elektrik-olcum-box {
    margin-right: 0px;
}

.hemen-destek {
    position: relative;
    width: 360px;
    float: left;
    z-index: 1;
}

.destek-title {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #a5c614;
    margin-top: -100px;
}

    .destek-title h1 {
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #ffffff;
    }

.destek-al-form {
    position: relative;
    width: 100%;
    height: 440px;
    padding: 30px;
    box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
}

    .destek-al-form input[type="text"] {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        height: 30px;
        line-height: 30px;
        padding: 10px;
        background-color: transparent;
        outline: none;
        resize: none;
        margin-bottom: 31px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .destek-al-form input[type="text"]:focus, .destek-al-form textarea:focus {
            border-bottom: 1px solid #1291be;
            color: #1291be;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

    .destek-al-form textarea {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        height: 100px;
        padding: 10px;
        background-color: transparent;
        outline: none;
        resize: none;
        margin-bottom: 33px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.btnform {
    position: relative;
    width: 100%;
    height: 60px;
    color: #ffffff;
    background-color: #a5c614;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .btnform:hover {
        background-color: #1291be;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.hakkimizda-home-left {
    position: relative;
    width: 50%;
    height: 500px;
    float: left;
    background-color: #1b1b1b;
    margin-bottom: 60px;
}

.hakkimizda-home {
    position: relative;
    width: 580px;
    height: 500px;
    float: right;
    padding-top: 60px;
    padding-right: 90px;
}

    .hakkimizda-home h1 {
        font-size: 40px;
        color: #ffffff;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .hakkimizda-home h2 {
        font-size: 20px;
        color: #1291be;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .hakkimizda-home p {
        font-size: 12px;
        color: #ffffff;
        font-weight: 300;
        letter-spacing: 1px;
        margin-top: 15px;
        line-height: 19px;
    }

.hakkimizda-home-right {
    position: relative;
    width: 50%;
    height: 500px;
    float: left;
    margin-bottom: 60px;
    background-image: url('../../images/page/hakkimizda-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    outline: 4px solid #1291be;
    outline-offset: -10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .hakkimizda-home-right:hover {
        outline: 4px solid #a5c614;
        outline-offset: -15px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.haberler-duyurular-home h1 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #3c3c3c;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.haber-tumu {
    position: absolute;
    right: 0px;
    top: 55px;
}

    .haber-tumu a {
        font-weight: 400;
        color: #ffffff;
        font-size: 13px;
        background-color: #1291be;
        padding: 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .haber-tumu a:hover {
            background-color: #a5c614;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }


.haberler-duyurular-home {
    margin-bottom: 60px;
}

.haber-duyuru-home-box {
    position: relative;
    width: 360px;
    height: 533px;
    float: left;
    box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    margin-right: 40px;
    padding: 0px 30px 30px 30px;
    display: block;
}

.home-haber .haber-duyuru-home-box:nth-child(3) {
    margin-right: 0px;
}

.haber-duyuru-home-box img {
    width: calc(100% + 60px);
    margin-bottom: 30px;
    margin-left: -30px;
}

.haber-duyuru-home-box h1 {
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.haber-duyuru-home-box p {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 300;
    text-align: center;
}

.haber-btn {
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    line-height: 40px;
    background-color: #1291be;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .haber-btn:hover {
        background-color: #a5c614;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .haber-btn a {
        color: #ffffff;
        display: block;
    }

.haber-tarih {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(18, 145, 190, 0.80);
    padding: 10px;
}

    .haber-tarih .gun {
        font-size: 25px;
        font-weight: 700;
        color: #ffffff;
    }

    .haber-tarih .ay {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
    }

footer {
    width: 100%;
    background-color: #222222;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 60px;
    padding: 40px 0px;
}

    footer .container h1 {
        float: left;
        font-size: 12px;
        font-weight: 300;
    }

    footer .container h2 {
        float: right;
        font-size: 12px;
        font-weight: 300;
    }

        footer .container h2 a {
            color: #ffffff;
        }



.page-title {
    position: relative;
    width: 100%;
    height: 320px;
    background-image: url('../../images/page/title-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 60px;
}

    .page-title:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.60);
        top: 0px;
        left: 0px;
    }

.title h3 {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.icerik {
    position: relative;
    padding-bottom: 60px;
    font-weight: 300;
}

    .icerik p {
        font-size: 14px;
        margin-bottom: 15px;
    }

        .icerik p strong {
            color: #6e6e6e;
            font-weight: 600;
        }

.hakkimizda h1 {
    font-size: 16px;
    font-weight: 700;
    color: #6e6e6e;
    margin-bottom: 10px;
}

.hakkimizda img {
    width: 350px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.hakkimizda ul {
    padding-left: 17px;
}

    .hakkimizda ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

        .hakkimizda ul li:before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            margin-left: -15px;
            background-color: #1291be;
            margin-top: 7px;
            -webkit-border-radius: 5px 0 5px 0;
            border-radius: 5px 0 5px 0;
        }

.hakkimizda h2 {
    font-size: 18px;
    color: #1291be;
    font-weight: 600;
    margin-bottom: 15px;
}

.hakkimizda p {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 400;
}



.faliyet-box {
    position: relative;
    width: 360px;
    float: left;
    box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    padding: 15px;
    margin-right: 40px;
    margin-bottom: 40px;
}

    .faliyet-box h1 {
        font-size: 16px;
        font-weight: 700;
        color: #6e6e6e;
        margin-bottom: 10px;
    }

    .faliyet-box h2 {
        font-size: 14px;
        font-weight: 600;
        color: #1291be;
        margin-bottom: 10px;
        margin-left: 8px;
        margin-top: 5px;
    }

    .faliyet-box h3 {
        font-size: 14px;
        font-weight: 600;
        color: #a5c614;
        margin-bottom: 10px;
        margin-left: 8px;
    }

    .faliyet-box ul {
        margin-bottom: 15px;
    }

        .faliyet-box ul li {
            font-size: 13px;
            font-weight: 300;
            color: #6e6e6e;
            padding-left: 20px;
            margin: 7px 0px;
        }

            .faliyet-box ul li:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 5px;
                margin-left: -10px;
                background-color: #1291be;
                margin-top: 7px;
                -webkit-border-radius: 5px 0 5px 0;
                border-radius: 5px 0 5px 0;
            }

.fb-3, .fb-6 {
    margin-right: 0px;
}



.fb-4, .fb-5, .fb-6 {
    margin-bottom: 0px;
}

.faliyet-box:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #a5c614;
    top: 0px;
    left: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.faliyet-box:hover:before {
    background-color: #1291be;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.iletisim-title {
    font-size: 18px;
    font-weight: 700;
    color: #1291be;
    margin-bottom: 15px;
    display: block;
}

.map {
    margin-bottom: 40px;
    box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    padding: 15px;
}

.adres {
    position: relative;
    width: 360px;
    margin-right: 40px;
    float: left;
    box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    padding: 15px;
    height: 315px;
}

    .adres span {
        font-weight: 500;
        color: #1291be;
    }

.iletisim-form {
    position: relative;
    width: 760px;
    float: left;
    box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0,0,0,0.15);
    padding: 15px;
}

    .iletisim-form input[type="text"] {
        width: 49%;
        height: 30px;
        float: left;
        line-height: 30px;
        padding: 10px;
        margin-bottom: 2%;
        margin-right: 2%;
        background-color: transparent;
        outline: none;
        resize: none;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        border-bottom: 1px solid #eaeaea;
        font-family: 'Montserrat', sans-serif;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .iletisim-form input[type="text"]:nth-child(2n+1) {
            margin-right: 0px;
        }

    .iletisim-form textarea {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        height: 100px;
        padding: 10px;
        background-color: transparent;
        outline: none;
        resize: none;
        margin-bottom: 2%;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }


.btn-gonder {
    position: relative;
    width: 30%;
    height: 40px;
    color: #ffffff;
    float: right;
    background-color: #1291be;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .btn-gonder:hover {
        background-color: #a5c614;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.iletisim-form input[type="text"]:focus, .iletisim-form textarea:focus {
    border-bottom: 1px solid #1291be;
    color: #1291be;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.haber .haber-duyuru-home-box {
    margin-bottom: 40px;
}

    .haber .haber-duyuru-home-box:nth-child(3n+3) {
        margin-right: 0px;
    }

.proje .haber-duyuru-home-box {
    margin-bottom: 40px;
}

    .proje .haber-duyuru-home-box:nth-child(3n+3) {
        margin-right: 0px;
    }

    .proje .haber-duyuru-home-box h1 {
        font-size: 16px;
        color: #6e6e6e;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
    }

.dl-menuwrapper {
    display: none;
}



@media screen and (min-width : 992px) and (max-width : 1199px) {
    .container, .container-header {
        width: 960px;
    }

    header {
        height: 115px;
    }

    .header-left {
        width: 150px;
    }

        .header-left img {
            width: 100%;
        }

    .header-right {
        width: 810px;
    }

    .header-language {
        margin-top: 38px;
    }

    menu {
        margin-top: 42px;
    }

    .menu ul li {
        font-size: 11px;
    }

        .menu ul li ul {
            top: 115px;
        }

            .menu ul li ul li {
                font-size: 11px;
            }

    .slider-container {
        width: 100%;
    }

    .haber-duyuru-home-box {
        width: 293px;
        height: 490px;
    }

    .haber-tarih {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

        .haber-tarih .gun {
            font-size: 18px;
        }

        .haber-tarih .ay {
            font-size: 14px;
        }

    .hemen-destek {
        width: 280px;
    }

    .destek-title h1 {
        font-size: 20px;
    }

    .btnform {
        height: 50px;
    }

    .elektrik-olcum-home {
        width: 640px;
    }

    .elektrik-olcum-box {
        width: 300px;
    }

    .hakkimizda-home-left {
        height: 530px;
    }

    .hakkimizda-home {
        width: 480px;
        height: 530px;
    }

    .hakkimizda-home-right {
        height: 530px;
    }

    .faliyet-box {
        width: 293px;
    }

    .adres {
        width: 336px;
        height: 304px;
    }

    .iletisim-form {
        width: 584px;
    }

    .default-slider {
        height: auto;
    }
}

@media screen and (min-width : 0px) and (max-width : 991px) {
    .slider-container {
        width: 100%;
    }

    menu, .header-language {
        display: none;
    }

    .dl-menuwrapper {
        display: block;
    }



    footer .container h1 {
        float: none;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 15px;
    }

    footer .container h2 {
        float: none;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
    }

    .elektrik-olcum-home {
        float: right;
        margin-right: 0px;
        width: 100%;
        margin-top: 430px;
    }

    .hemen-destek {
        width: 100%;
        float: right;
        position: absolute;
        top: -100px;
    }

    .destek-title {
        margin-top: 0px;
    }

    .default-slider {
        height: auto;
    }

    .faliyet-box {
        width: 100%;
        margin-right: 0px;
    }
}

@media screen and (min-width : 768px) and (max-width : 991px) {
    .container, .container-header {
        width: 720px;
    }

    header {
        height: 115px;
    }

    .header-left {
        width: 150px;
    }

        .header-left img {
            width: 100%;
        }

    .header-right {
        width: 570px;
    }

    .adres {
        width: 215px;
        height: 297px;
    }

    .iletisim-form {
        width: 465px;
    }

    .haber-duyuru-home-box {
        width: 226px;
        margin-right: 20px;
        padding: 0px 15px 15px 15px;
        height: 460px;
    }

        .haber-duyuru-home-box h1 {
            margin-bottom: 15px;
        }

        .haber-duyuru-home-box img {
            width: calc(100% + 30px);
            margin-bottom: 15px;
            margin-left: -15px;
        }

    .haber-tarih {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

        .haber-tarih .gun {
            font-size: 18px;
        }

        .haber-tarih .ay {
            font-size: 14px;
        }

    .elektrik-olcum-box {
        width: 340px;
    }

    .hakkimizda-home-left {
        height: 590px;
    }

    .hakkimizda-home {
        width: 360px;
        height: 590px;
        padding-right: 40px;
        padding-top: 40px;
    }

    .hakkimizda-home-right {
        height: 590px;
    }

    .elektrik-olcum-home {
        width: 670px;
    }
}

@media screen and (min-width : 576px) and (max-width : 767px) {
    .container, .container-header {
        width: 540px;
    }


    header {
        height: 115px;
    }

    .header-left {
        position: absolute;
        width: 150px;
        top: 10px;
    }

        .header-left img {
            width: 100%;
        }

    .header-right {
        width: 100%;
        float: none;
    }

    .header-contact {
        float: left;
        width: 100%;
    }

    .elektrik-olcum-box {
        width: 100%;
        margin-right: 0px;
        height: 100%;
    }

    .hakkimizda-home-left {
        width: 100%;
        height: 100%;
        padding: 40px 40px;
        margin-bottom: 0px;
    }

    .hakkimizda-home {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .hakkimizda-home-right {
        width: 100%;
    }

    .haber-duyuru-home-box {
        width: 260px;
        margin-right: 20px;
        padding: 0px 15px 15px 15px;
        height: 460px;
    }

        .haber-duyuru-home-box h1 {
            margin-bottom: 15px;
        }

        .haber-duyuru-home-box img {
            width: calc(100% + 30px);
            margin-bottom: 15px;
            margin-left: -15px;
        }

    .haber-tarih {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

        .haber-tarih .gun {
            font-size: 18px;
        }

        .haber-tarih .ay {
            font-size: 14px;
        }

    .haber .haber-duyuru-home-box:nth-child(3n+3) {
        margin-right: 20px;
    }

    .haber .haber-duyuru-home-box:nth-child(2n+2) {
        margin-right: 0px;
    }

    .proje .haber-duyuru-home-box:nth-child(3n+3) {
        margin-right: 20px;
    }

    .proje .haber-duyuru-home-box:nth-child(2n+2) {
        margin-right: 0px;
    }

    .home-haber .haber-duyuru-home-box:nth-child(2) {
        margin-right: 0px;
    }

    .home-haber .haber-duyuru-home-box:nth-child(3) {
        display: none;
    }

    .hakkimizda img {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .adres {
        width: 100%;
        margin-right: 0px;
        height: 100%;
        margin-bottom: 40px;
    }

    .iletisim-form {
        width: 100%;
    }

    .dl-menuwrapper {
        top: 21px;
    }

        .dl-menuwrapper button {
            margin-top: 0px;
        }

   
}

@media screen and (min-width : 380px) and (max-width : 576px) {
    .container, .container-header {
        width: 360px;
    }


    header {
        height: 115px;
    }

    .header-left {
        position: absolute;
        width: 150px;
        top: 15px;
    }

        .header-left img {
            width: 100%;
        }

    .header-right {
        width: 100%;
        float: none;
    }

    .header-contact {
        float: left;
        width: 100%;
    }

        .header-contact ul li {
            float: none;
            display: block;
            text-align: center;
        }

            .header-contact ul li:last-child {
                display: none;
            }

    .elektrik-olcum-box {
        width: 100%;
        margin-right: 0px;
        height: 100%;
    }

    .hakkimizda-home-left {
        width: 100%;
        height: 100%;
        padding: 40px 0px;
        margin-bottom: 0px;
    }

    .hakkimizda-home {
        width: 360px;
        height: 100%;
        margin: 0px auto;
        float: none;
        padding: 0px;
    }

    .hakkimizda-home-right {
        width: 100%;
    }

    .haber-duyuru-home-box {
        width: 100%;
        margin-right: 0px;
        padding: 0px 15px 15px 15px;
        height: 100%;
    }

        .haber-duyuru-home-box h1 {
            margin-bottom: 15px;
        }

        .haber-duyuru-home-box img {
            width: calc(100% + 30px);
            margin-bottom: 15px;
            margin-left: -15px;
        }

    .haber-tarih {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

        .haber-tarih .gun {
            font-size: 18px;
        }

        .haber-tarih .ay {
            font-size: 14px;
        }



    .home-haber .haber-duyuru-home-box {
        margin-bottom: 30px;
        margin-right: 0px;
    }

        .home-haber .haber-duyuru-home-box:last-child {
            margin-bottom: 0px;
        }

    .haber-btn {
        position: relative;
        bottom: 0px;
        margin-top: 20px;
    }


    .hakkimizda img {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .adres {
        width: 100%;
        margin-right: 0px;
        height: 100%;
        margin-bottom: 40px;
    }

    .iletisim-form {
        width: 100%;
    }

    .haberler-duyurular-home h1 {
        font-size: 22px;
    }

    .iletisim-form input[type="text"] {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .iletisim-form textarea {
        margin-bottom: 15px;
    }

    .btn-gonder {
        width: 100%;
        float: none;
    }

    .title h3 {
        font-size: 24px;
    }

    .dl-menuwrapper {
        top: 21px;
    }

        .dl-menuwrapper button {
            margin-top: 0px;
        }

    .hemen-destek {
        top: 50px;
    }
     .elektrik-olcum-home {
        margin-top: 570px;
    }
}

@media screen and (min-width : 0px) and (max-width : 379px) {
    .container, .container-header {
        width: 290px;
    }


    header {
        height: 115px;
    }

    .header-left {
        position: absolute;
        width: 150px;
        top: 15px;
    }

        .header-left img {
            width: 100%;
        }

    .header-right {
        width: 100%;
        float: none;
    }

    .header-contact {
        float: left;
        width: 100%;
    }

        .header-contact ul li {
            float: none;
            display: block;
            text-align: center;
            font-size: 12px;
        }

            .header-contact ul li:last-child {
                display: none;
            }

    .elektrik-olcum-box {
        width: 100%;
        margin-right: 0px;
        height: 100%;
    }

    .hakkimizda-home-left {
        width: 100%;
        height: 100%;
        padding: 40px 0px;
        margin-bottom: 0px;
    }

    .hakkimizda-home {
        width: 290px;
        height: 100%;
        margin: 0px auto;
        float: none;
        padding: 0px;
    }

    .hakkimizda-home-right {
        width: 100%;
    }

    .haber-duyuru-home-box {
        width: 100%;
        margin-right: 0px;
        padding: 0px 15px 15px 15px;
        height: 100%;
    }

        .haber-duyuru-home-box h1 {
            margin-bottom: 15px;
        }

        .haber-duyuru-home-box img {
            width: calc(100% + 30px);
            margin-bottom: 15px;
            margin-left: -15px;
        }

    .haber-tarih {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

        .haber-tarih .gun {
            font-size: 18px;
        }

        .haber-tarih .ay {
            font-size: 14px;
        }



    .home-haber .haber-duyuru-home-box {
        margin-bottom: 30px;
        margin-right: 0px;
    }

        .home-haber .haber-duyuru-home-box:last-child {
            margin-bottom: 0px;
        }

    .haber-btn {
        position: relative;
        bottom: 0px;
        margin-top: 20px;
    }


    .hakkimizda img {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .adres {
        width: 100%;
        margin-right: 0px;
        height: 100%;
        margin-bottom: 40px;
    }

    .iletisim-form {
        width: 100%;
    }

    .haberler-duyurular-home h1 {
        font-size: 18px;
    }

    .iletisim-form input[type="text"] {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .iletisim-form textarea {
        margin-bottom: 15px;
    }

    .btn-gonder {
        width: 100%;
        float: none;
    }

    .title h3 {
        font-size: 24px;
    }

    .dl-menuwrapper {
        top: 21px;
    }

        .dl-menuwrapper button {
            margin-top: 0px;
        }
}
