﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333333;
    height: 100%;
}

html {
    height: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

header {
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    position: absolute;
    z-index: 15;
    top: 0px;
    left: 0px;
}

.lang {
    display: block;
    background-color: #fcad18;
    text-align: center;
    padding: 5px !important;
    border-radius: 3px;
}

    .lang a {
        padding: 0;
        color: #fff !important;
        font-weight: 600;
    }

.header_ic {
    position: relative;
    padding: 19px 18px 19px 18px;
    background: #fff;
    border-radius: 10px;
}

.header_ust {
    padding: 0px 0px;
    border-bottom: 0px solid #0c2136;
}

.headerbtn {
    padding: 0;
    margin: 0px;
    list-style: none;
    display: inline-block;
    float: right;
    margin-top: 30px;
}

    .headerbtn li {
        padding: 0;
        margin: 0px;
        list-style: none;
        display: inline-block;
        margin-left: 20px;
    }

        .headerbtn li a {
            color: #202020;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            background: #ffffff;
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 2px;
            border: 1px solid #663074;
            overflow: hidden;
            cursor: pointer;
        }

            .headerbtn li a.sari {
                border: 1px solid #ffcb05;
            }

            .headerbtn li a b {
                padding: 11px 15px;
                display: inline-block;
                font-weight: 500;
            }

            .headerbtn li a:hover {
                border: 1px solid #e9e9e9;
                background-color: #f6f6f6;
                transition: all 250ms ease-out;
            }

                .headerbtn li a:hover i {
                    transform: scale(1.5) rotate(360deg);
                }

            .headerbtn li a.sari .icon {
                background: #ffcb05;
            }

            .headerbtn li a .icon {
                background: #663074;
                padding: 12px;
            }

                .headerbtn li a .icon i {
                    margin-right: 0px;
                    font-size: 17px;
                    color: #ffffff;
                    transition: all 250ms ease-out;
                }


            .headerbtn li a:last-child {
                margin-right: 0px;
            }

.logodiv {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    top: -20px;
}

.logo {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .logo img {
        position: relative;
        border: 0px;
        max-width: 100%;
        border: 0px;
    }


.iletisim_sosyal_icon {
    display: inline-block;
}

    .iletisim_sosyal_icon a {
        text-decoration: none;
        color: #fefeff;
        font-size: 16px;
        padding: 0px 0px 0px 0px;
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #a2a4a7;
        border-radius: 5px;
        text-align: center;
        line-height: 1.9;
        transition: all 250ms ease-out;
        /* text-shadow: 0px 1px 2px #333; */
    }

        .iletisim_sosyal_icon a:hover {
            background: #fcad18;
            transform: rotate(0deg);
        }



.sosyal_icon {
    display: inline-block;
    padding: 6px 7px 6px 7px;
}

    .sosyal_icon a {
        text-decoration: none;
        color: #CCC;
        font-size: 14px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
        transition: all 250ms ease-out;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 1.9;
        border-radius: 50%;
    }

        .sosyal_icon a:hover {
            color: #111;
            transform: scale(1.0) rotate(0deg);
            background: #fcad18;
            border-radius: 5PX;
            text-shadow: 0px 0px 0px #333;
        }


        .sosyal_icon a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 5px;
        }

.ust_menu {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
    padding: 8PX 10PX;
}

    .ust_menu li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        padding: 0px 0px 0px 18px;
        color: #FFF;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
        transition: all 150ms ease-out;
    }

        .ust_menu li a {
            color: #626262;
            text-decoration: none;
        }

        .ust_menu li i {
            margin-right: 4px;
            font-size: 15px;
            vertical-align: inherit;
            color: #ddce3d;
        }


.menubg {
    position: relative;
    width: 100%;
    background: #1a898d;
    min-height: 84px;
}

    .menubg:after {
        clear: both;
        content: "";
        display: block;
    }

    .menubg .container {
        position: relative;
    }

.header_menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    float: right;
    height: 100%;
}


    .header_menu li {
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        display: inline-block;
        height: 100%;
    }


    .header_menu ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
        float: none;
    }

    .header_menu ul {
        position: absolute;
        z-index: 1;
        display: none;
        width: 280px;
        padding: 0px;
        margin: 0px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
    }



    .header_menu li i {
    }

    .header_menu li a {
        position: relative;
        z-index: 1;
        display: block;
        font-size: 15px;
        font-weight: 600;
        padding: 32px 14px;
        color: #fff;
        text-decoration: none;
        transition: all 150ms ease-out;
        text-align: center;
        height: 100%;
    }

    .header_menu li:hover a {
        color: #fff;
        background: #d0a81d;
    }

    .header_menu li ul li a:hover {
        background: #E4E4E4;
    }

    .header_menu li:hover ul {
        display: block;
    }

    .header_menu li ul li a {
        font-size: 13px;
        font-weight: 400;
        padding: 10px 10px 10px 10px;
        color: #666;
        text-align: left;
        text-decoration: none;
        border-top: 0px solid #704794 !important;
        border-bottom: 1px solid #dadada;
        transition: all 250ms ease-out;
        display: block;
        border-right: 0px;
        text-shadow: 0px 0px 0px #333;
        background: #F6F6F6;
    }

.menu_btn {
    position: relative;
    z-index: 5;
    display: none;
    border-radius: 4px;
    margin-top: 10px;
}

    .menu_btn i {
        color: #fff;
        text-decoration: none;
        font-size: 24px;
        margin-top: 7px;
    }

.menu_close {
    color: #ffffff;
    background: #;
    font-size: 30px;
    float: right;
    padding: 0px;
}

    .menu_close:hover {
        color: #e62d2e;
    }

.acilan_menu {
    display: none;
    width: 80%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 80;
    border-right: 4px solid #d0a81d;
    padding: 15px;
    min-height: 100%;
    transition: all 350ms ease-out;
    background-color: rgba(0, 0, 0, 0.8);
}

.acilan_menu_baslik {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    float: left;
    padding-top: 12px;
}

.menu_cizgi {
    height: 1px;
    background: #9a9a9a;
    margin-top: 10px;
    margin-bottom: 15px;
}

.acilan_menu_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .acilan_menu_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .acilan_menu_list li a {
            display: block;
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            padding: 9px 0px;
            border-bottom: 1px solid #095462;
            transition: all 250ms ease-out;
            font-weight: 500;
        }

            .acilan_menu_list li a:hover {
                background: #d0a81d;
                padding-left: 7px;
                color: #000;
            }

    .acilan_menu_list ul {
        position: relative;
        z-index: 5;
        display: none;
        padding: 0px;
        margin: 0px;
        padding: 7px 7px 7px 15px;
    }

        .acilan_menu_list ul li a {
            font-weight: 400;
        }

.teklif_btn {
    float: right;
    margin-top: 10px;
    margin-left: 35px;
}

    .teklif_btn a {
        text-align: center;
        text-decoration: none;
        padding: 9px 15px;
        border-radius: 5px;
        background: #0d3a6f;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        display: inline-block;
    }

        .teklif_btn a i {
            margin-right: 7px;
        }

        .teklif_btn a:hover {
            background: #ddce3d;
            transition: all 150ms ease-out;
        }


.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-color: #016273;
    padding: 10px;
    border-radius: 5px;
    margin-right: 20px;
}

.carousel-control.left, .carousel-control.left {
    background-image: none;
    background-color: #016273;
    padding: 10px;
    border-radius: 5px;
    margin-left: 20px;
}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: auto !important;
    left: 0;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0;
    filter: alpha(opacity=50);
    opacity: 1.0;
    height: auto;
    line-height: 1;
}

.slider {
    height: 703px;
    width: 100%;
}

    .slider .container {
    }

.slidercontent {
    text-align: center;
    padding-top: 290px;
}

    .slidercontent h2 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 20px;
        font-size: 45px;
        font-weight: 800;
        text-shadow: 0px 2px 10px #333;
        color: #fff;
    }

    .slidercontent p {
        padding: 0px;
        margin: 0px;
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 500;
        text-shadow: 0px 2px 2px #333;
        line-height: 1.5;
        color: #fff;
    }

    .slidercontent .btn_s {
        padding: 0px;
        margin: 0px;
        margin-top: 8px;
        font-size: 15px;
        font-weight: 500;
        text-shadow: 0px 0px 0px #000;
        line-height: 1.7;
        color: #fff;
        padding: 8px 20px;
        background: #d0a81d;
        transition: all 150ms ease-out;
        display: inline-block;
    }

        .slidercontent .btn_s:hover {
            background: #187173;
            color: #fff;
        }

.btn_d {
    padding: 0px;
    margin: 0px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0px 0px 0px #000;
    line-height: 1.7;
    color: #fff;
    padding: 8px 20px;
    background: #d0a81d;
    transition: all 150ms ease-out;
    display: inline-block;
}

    .btn_d:hover {
        background: #1e3a43;
        color: #fff;
    }



.teklif_form {
}

    .teklif_form label {
        font-weight: 400;
    }

    .teklif_form .btn {
        width: 100%;
        display: block;
        background: #d0a81d;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        font-size: 15px;
        border-radius: 0px;
        padding: 10px 25px;
        transition: all 250ms ease-out;
    }

    .teklif_form input[type=file] {
    }

    .teklif_form .btn:hover {
        background: #122847;
        color: #fff;
    }

    .teklif_form .form-group {
        margin-bottom: 15px;
    }

    .teklif_form .form-control {
        font-size: 13px;
        height: 42px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        border-radius: 0px;
    }

    .teklif_form .textrea {
        height: 139px;
    }


.yazi {
    font-size: 14px;
    color: #333333;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    line-height: 1.7;
}

.boxlist {
    margin-bottom: 10px;
}

    .boxlist .item {
        background: #f9f9f9;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        padding: 12px 15px;
    }

        .boxlist .item span {
            display: inline-block;
            color: #6a6a6a;
            font-size: 16px;
        }

        .boxlist .item i {
            color: #fcad18;
            font-size: 22px;
            margin-right: 10px;
        }



.teklif_div {
    display: none;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.ust_ {
    background: #f9f9f9;
    padding: 15px 30px;
    border-bottom: 1px solid #e9e9e9;
}

.ust_close {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #8e1418;
    font-size: 24px;
    float: right;
    line-height: 0;
}

.alt_ {
    padding: 20px;
}

.teklif_div h2 {
    padding: 0px;
    margin: 0px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.teklif_div > .container {
    background: #fff;
    padding: 0Px;
    float: none;
    margin-top: 120px;
    margin-bottom: 50px;
}

.teklif_div .iletisim_form .btn {
    background: #0d3a6f;
    color: #ffffff;
    border: 0px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 25px;
    transition: all 250ms ease-out;
}

    .teklif_div .iletisim_form .btn:hover {
        background: #ddce3d;
        color: #ffffff;
    }


footer {
    background: url(../images/footer_bg.jpg?v=1) top center no-repeat #063b3d;
    position: relative;
    border-top: 5px solid #d0a81d;
}

.footer_ic {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}

.footer_copyright {
    background: #146b6e;
    font-size: 13px;
    color: #ccc;
    padding: 15px 0px;
    text-align: left;
}


.footerdiv {
    margin-bottom: 20px;
    text-align: left;
}

.footer_logo {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

    .footer_logo img {
        max-width: 100%;
    }

.footer_iletdiv {
    background: #fcad18;
    padding: 14px 0px;
    text-align: center;
}

    .footer_iletdiv span {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        vertical-align:;
        display: inline-block;
        margin-right: 30px;
    }

.footer_iletbtn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 7px 28px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: all 150ms ease-out;
    background: #032030;
}

    .footer_iletbtn:hover {
        background: none;
        color: #fff;
        border: 1px solid #ffffff;
    }

.footerdiv h2 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 23px;
}

    .footerdiv h2:after {
        width: 60px;
        content: "";
        height: 2px;
        background: #fcad18;
        margin-top: 10px;
        display: block;
    }

.footerdiv:last-child h2:after {
}

.footerdiv h2 span {
    font-weight: 600;
    color: #fff;
}

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer_menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 5px;
    }

        .footer_menu li a {
            position: relative;
            padding: 1px 0px;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            display: block;
            transition: all 280ms ease-out;
            border-bottom: 1px solid transparent;
        }

            .footer_menu li a:after {
                content: "";
                width: 0px;
                height: 1px;
                background: #a2c1d3;
                display: block;
                transition: all 0.3s;
                margin-top: 0px;
            }

            .footer_menu li a:hover:after {
                width: 35px;
            }

            .footer_menu li a i {
                font-size: 12px;
                margin-right: 5px;
                transition: all 280ms ease-out;
            }

            .footer_menu li a:hover {
                color: #ffffff;
                border-bottom: 1px solid transparent;
            }

                .footer_menu li a:hover i {
                    transform: rotate(360deg) scale(1.4);
                    color: #ffcb05;
                }

.footer_sosyal_icon {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

    .footer_sosyal_icon a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
        width: 27px;
        height: 27px;
        text-align: center;
        line-height: 1.9;
        transition: all 280ms ease-out;
    }

        .footer_sosyal_icon a:hover {
            color: #111;
            transform: scale(1.0) rotate(0deg);
            background: #d0a81d;
        }

        .footer_sosyal_icon a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 0px;
        }

.iletisim_list_f {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .iletisim_list_f li {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 6px 0px;
    }

    .iletisim_list_f:last-child {
    }

    .iletisim_list_f li span {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    .iletisim_list_f li b {
        font-weight: 600;
        display: inline-block;
        margin-right: 5px;
        color: #a2c1d3;
        font-size: 13px;
        text-align: left;
    }

    .iletisim_list_f li i {
        margin-right: 15px;
        vertical-align: baseline;
        color: #fff;
        font-size: 18px;
        width: 10px;
    }

.iletisim_baslik {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.iletisim_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .iletisim_list li {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 10px 0px;
        border-bottom: 1px solid #e9e9e9;
    }

    .iletisim_list :last-child {
    }

    .iletisim_list li span {
        color: #424242;
        font-size: 14px;
        font-weight: 500;
    }

    .iletisim_list li .icon_ {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #fff;
        text-align: center;
        line-height: 1.8;
        margin-right: 10px;
        border-radius: 50%;
    }

    .iletisim_list li i {
        vertical-align: baseline;
        color: #fcad18;
        font-size: 20px;
    }


.iletisim_form {
}

    .iletisim_form label {
        font-weight: 500;
    }

    .iletisim_form .btn {
        background: #1b8a8d;
        color: #ffffff;
        border: 0px;
        font-weight: 600;
        font-size: 14px;
        border-radius: 0px;
        padding: 10px 25px;
        transition: all 250ms ease-out;
    }

    .iletisim_form input[type=file] {
    }

    .iletisim_form .btn:hover {
        background: #d0a81d;
        color: #fff;
    }

    .iletisim_form .form-control {
        font-size: 13px;
        height: 47px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        border-radius: 0px;
        border: 1px solid #ccc;
    }

    .iletisim_form .textrea {
        height: 139px;
    }



.m_galeri_l {
    padding: 15px;
    display: inline-block;
    overflow: hidden;
    border-bottom: 0px solid #CCC;
}

    .m_galeri_l:hover .m_galeri_img {
        transform: scale(1.2) rotate(0deg);
        z-index: 3;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }

.m_galeri_img {
    min-height: 100%;
    width: 100%;
    transition: all 300ms ease-out;
    vertical-align: text-bottom;
}

.m_galeri_a {
    height: 190px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    border: 0px solid #eeeeee;
    box-sizing: border-box;
}

.m_galeri_efekt {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(255,203,5,0.5);
    transition: all 200ms ease-out;
    text-align: center;
}

    .m_galeri_efekt i {
        color: #ffffff;
        margin-top: 28%;
        opacity: 0;
        font-size: 30px;
        transition: all 300ms ease-out;
        transform: scale(0.1);
    }

.m_galeri_l:hover .m_galeri_efekt i {
    transform: rotate(0deg);
    transform: scale(1.3);
    opacity: 1;
}

.m_galeri_l:hover .m_galeri_efekt {
    width: 100%;
    z-index: 5;
    opacity: 1;
}


.galeri_kat {
    padding: 15px;
    display: inline-block;
    overflow: hidden;
    border-bottom: 0px solid #CCC;
}

    .galeri_kat:hover .m_galeri_img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2) rotate(15deg);
        z-index: 3;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }

.galeri_kat_img {
    min-height: 100%;
    width: 100%;
    transition: all 300ms ease-out;
    vertical-align: text-bottom;
}

.galeri_kat a {
    height: 190px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    border: 0px solid #eeeeee;
    box-sizing: border-box;
}

.galeri_kat_efekt {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(255,203,5,0.5);
    transition: all 200ms ease-out;
    text-align: center;
}

    .galeri_kat_efekt i {
        font-size: 40px;
        color: #ffffff;
        margin-top: 25%;
        transition: all 200ms ease-out;
        transform: scale(0.4);
    }

.galeri_kat:hover .galeri_kat_efekt {
    width: 100%;
    z-index: 5;
    opacity: 1;
}

    .galeri_kat:hover .galeri_kat_efekt i {
        transform: rotate(0deg);
        transform: scale(1.2);
    }

.galeri_kat_baslik {
    color: #121212;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    height: 41px;
    overflow: hidden;
}

.ref .galeri_kat_baslik {
    overflow: hidden;
    height: 42px;
}


.referansdiv {
    margin-bottom: 30px;
    position: relative;
    line-height: 300px;
}

    .referansdiv img {
        max-width: 100%;
        border: 0px;
        margin-bottom: 15px;
        max-height: 300px;
    }

    .referansdiv .resimdiv {
        margin-bottom: 15px;
        height: auto;
        max-width: 100%;
        min-height: 100%;
        background-size: contain;
    }

    .referansdiv span {
        display: block;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        line-height: 1;
    }



.accor .panel-title > a {
    padding: 8px 0px 8px 15px;
    display: block;
    line-height: 28px !important;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    transition: all 0.4s;
    text-decoration: none;
    background: #F9F9F9;
}

    .accor .panel-title > a.pm-dark-link {
        background-color: #5F89D7;
        color: white;
        text-align: left;
    }

.accor .panel-body p {
    padding: 0px !important;
    margin: 0px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 1.5;
}

.accor .panel {
    box-shadow: none;
}

.accor .panel-default {
    border: none;
}

.accor.panel-group {
    margin: 0px 0 !important;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

    .accor.panel-group .panel {
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.accor .panel-title {
    display: block;
    /*float: right;*/
    font-size: 16px;
    margin-bottom: 0 !important;
    /* margin-left: 10px;*/
    margin-top: 0;
}

    .accor .panel-title i {
        display: block;
        float: right;
        font-size: 14px;
        padding: 15px;
        color: white;
        background-color: #f7b962;
    }


.accor .panel-default > .panel-heading a[aria-expanded="true"]:before {
    content: "\2212";
    background: #E9E9E9;
    padding: 8px 12px;
    font-size: 20px;
    float: right;
    margin-top: -8px;
    color: #333;
}

.accor .panel-default > .panel-heading a[aria-expanded="false"]:before {
    content: "\002b";
    background: #e9e9e9;
    padding: 8px 12px;
    font-size: 20px;
    float: right;
    margin-top: -8px;
    color: #666;
}

.accor .panel-title p {
    margin: 0px;
    padding: 0px;
}

.accor .panel-body {
    padding: 15px !important;
}


.accor .panel-collapse {
    float: left;
    width: 100%;
    background-color: #fff;
}

    .accor .panel-collapse a {
        color: white;
        font-weight: 500;
    }

.accor.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: medium none;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.accor .panel-default > .panel-heading {
    background-color: white;
    border-color: transparent;
    color: inherit;
    padding: 0px;
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}


    .accor .panel-default > .panel-heading a:focus {
        background-color: #e9e9e9;
        color: #111;
    }

    .accor .panel-default > .panel-heading a:hover {
        background-color: #e9e9e9;
        color: #111;
    }


    .accor .panel-default > .panel-heading:hover h4 a {
        color: white;
    }

.accor .pm-accordionIcon {
    float: left;
    font-size: 16px;
    margin-right: 7px;
    width: auto;
    padding: 6px 5px;
    display: block;
}

.accor.panel-group .panel + .panel {
    margin-top: 0px !important;
}


.footer_btn {
    margin-bottom: 15px;
    position: relative;
}

    .footer_btn a {
        display: block;
        background: #ffffff;
        color: #2a5564;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        transition: all 0.4s;
        border-bottom-right-radius: 16px;
        border-top-right-radius: 16px;
        border-radius: 30px;
    }

        .footer_btn a:after {
            display: block;
            content: "";
            clear: both;
        }

        .footer_btn a span {
            display: inline-block;
            padding-top: 15px;
        }

        .footer_btn a i {
            padding: 13px 18px;
            background: #2ca3b9;
            color: #fff;
            font-size: 24px;
            display: inline-block;
            margin-right: 10px;
            float: left;
            transition: all 0.8s;
            border-radius: 30px;
        }

    .footer_btn:hover a {
        background: #edb260;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
        border-radius: 30px;
    }

        .footer_btn:hover a i {
            background: #b68138;
            transform: rotate(360deg) scale(0.8);
            border-radius: 50%;
        }

.sol_baslik {
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    background: #edb260;
    color: #fff;
    font-weight: 600;
    padding: 12PX 15PX;
    margin-bottom: 15px;
    font-size: 16px;
}

.page_bg {
    padding-top: 195px;
    height: 250px;
    background: url(../images/page_bg.jpg) top center no-repeat;
    position: relative;
}

.page_header {
}

    .page_header h2 {
        padding: 0px;
        margin: 0px;
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        display: inline-block;
        float: left;
    }

.hizmetdtyimg {
    max-width: 100%;
    width: 350px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.main_title2 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

    .main_title2 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 28px;
        color: #fff;
        font-weight: normal;
        text-align: center;
    }

        .main_title2 h2:after {
            content: "";
            width: 95px;
            display: block;
            height: 2px;
            background: #ffcb05;
            margin: 0 auto;
            margin-top: 13px;
        }

.main_title {
    display: block;
    margin-bottom: 23px;
}

    .main_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 28px;
        color: #242424;
        font-weight: 600;
        display: inline-block;
    }

        .main_title h2 span {
            font-weight: 700;
            color: #d0a81d;
        }

        .main_title h2:after {
            content: "";
            width: 75px;
            display: block;
            margin-top: 8px;
            height: 2px;
            background: #ddce3d;
        }

    .main_title.beyaz h2 {
        color: #fff;
        display: block;
        text-align: center;
    }

        .main_title.beyaz h2:after {
            background: #fff;
            margin: 0 auto;
            margin-top: 7px;
        }

.page_title {
    display: block;
    margin-bottom: 30px;
}

    .page_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 24px;
        color: #242424;
        font-weight: 600;
        display: inline-block;
    }

        .page_title h2:after {
            content: "";
            width: 50px;
            display: block;
            margin-top: 7px;
            height: 2px;
            background: #ccc;
        }

.kurumsaltext h3 {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 19px;
    color: #803eb5;
    font-weight: 600;
    margin-bottom: 15PX;
}

.icerik {
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 300px;
}

.main_div3 {
    margin: 30px 0px;
    padding: 45px 0px 33px 0px;
    background: url(../images/main_div3.jpg) center no-repeat #663074;
}

.main_icon {
    text-align: center;
    margin-bottom: 7px;
    text-align: center;
    display: block;
}

    .main_icon span {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        display: block;
    }

    .main_icon > .iconn {
        width: 71px;
        height: 71px;
        border-radius: 50%;
        border: 1px dashed #ffcb05;
        text-align: center;
        margin-bottom: 15px;
        line-height: 82px;
        display: inline-block;
    }

        .main_icon > .iconn i {
            font-size: 32px;
            color: #fff;
        }

.tumu {
    float: right;
    padding: 6px 15px;
    color: #fff;
    background: #2f4f6a;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}

.tumu2 {
    float: right;
    padding: 5px 15px;
    color: #fff;
    background: #663074;
    font-size: 12px;
    font-weight: normal;
    border-radius: 5px;
}

    .tumu2 i {
        margin-right: 7px;
    }

.mainhaberdiv {
    padding: 60px 0px;
    background: url(../images/haberbg.jpg) center no-repeat #f9f9f9;
}


.sol_baslik {
    background: #d0a81d;
    color: #fff;
    font-weight: 600;
    padding: 10PX 15PX;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 1.4;
}

.sol_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 30px;
}

    .sol_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .sol_list li a {
            font-size: 14px;
            font-weight: 600;
            border-bottom: 1px solid #e9e9e9;
            padding: 9px 6px;
            display: block;
            text-decoration: none;
            color: #333;
            transition: all 0.3s;
            position: relative;
        }

            .sol_list li a:after {
                content: "";
                width: 0px;
                height: 1px;
                background: #999;
                display: block;
                position: absolute;
                bottom: 0px;
                left: 0px;
                transition: all 0.3s;
            }

            .sol_list li a:hover:after {
                width: 100%;
            }

            .sol_list li a i {
                margin-right: 7px;
                color: #663074;
                transition: all 0.5s;
            }

            .sol_list li a:hover {
                background: #f6f6f6;
                color: #333;
            }

                .sol_list li a:hover i {
                    transform: rotate(360deg);
                }

.online_mgz {
    display: inline-block;
    float: right;
}

    .online_mgz a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        background: #fcad18;
    }

        .online_mgz a span {
            font-size: 15px;
            font-weight: 800;
            color: #fff;
            display: inline-block;
            padding: 0px 14px 0px 8px;
            vertical-align: text-bottom;
        }

        .online_mgz a i {
            font-size: 21px;
            display: inline-block;
            padding: 8px;
            background: rgba(0,0,0, 0.2);
        }

    .online_mgz:hover a {
        background: #102138;
    }

        .online_mgz:hover a i {
            background: #fcad18;
        }


.hizmet_list {
    display: inline-block;
    margin-bottom: 30px;
    box-sizing: border-box;
}

    .hizmet_list a {
        text-decoration: none;
        display: block;
        box-sizing: border-box;
    }

.hizmet_list_img {
    height: 255px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    position: relative;
}

    .hizmet_list_img img {
        border: 0px;
        max-width: 100%;
        transition: all 280ms ease-out;
        box-sizing: border-box;
    }

.hizmet_list span {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 11px 10px;
    z-index: 5;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    display: block;
    transition: all 280ms ease-out;
    box-sizing: border-box;
}

.hizmet_list .btnh {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 8px 30px;
    background: #212429;
    border-radius: 18px;
    transition: all 180ms ease-out;
}

.hizmet_list:hover .btnh {
    background: #3baf29;
}

.hizmet_list p {
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    color: #666;
    font-weight: normal;
    font-size: 13px;
}

.hizmet_list:hover .hizmet_list_img img {
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.0);
    transform: rotate(3deg) scale(1.1);
}

.grident {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 165px;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.8));
    transition: all 380ms ease-out;
}

.hoverdiv {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(224,150, 20, 0.6);
    z-index: 4;
    transition: all 180ms ease-out;
    opacity: 0;
    padding-top: 30%;
    box-sizing: border-box;
    border-radius: 5px;
}

    .hoverdiv i {
        font-size: 30px;
        color: #fff;
        transform: scale(0.1) rotate(0deg);
        opacity: 0;
        transition: all 380ms ease-out;
    }

.hoverdivborder {
    position: absolute;
    width: 90%;
    height: 84%;
    border: 1px solid #fff;
    left: 5%;
    top: 8%;
    z-index: 10;
    opacity: 0;
    transition: all 480ms ease-out;
}

.hizmet_list:hover .grident {
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent, rgba(208,168,29,0.8));
}

.hizmet_list:hover .hoverdivborder {
    width: 0%;
    height: 0%;
    border: 0px solid #fff;
    left: 49%;
    top: 48%;
    background: #fff;
    opacity: 1;
}

.hizmet_list:hover .hoverdiv {
    opacity: 1;
}

    .hizmet_list:hover .hoverdiv i {
        transform: scale(1.0) rotate(0deg);
        opacity: 1;
    }

.main_hizmet_div .owl-nav {
}

    .main_hizmet_div .owl-nav .owl-prev {
        background: #25c9da;
        margin: 0px;
        padding: 4px 10px;
    }

    .main_hizmet_div .owl-nav .owl-next {
        background: #25c9da;
        color: #fff;
        margin: 0px;
        margin-left: 4px;
        padding: 4px 10px;
    }

        .main_hizmet_div .owl-nav .owl-next:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f054";
        }

    .main_hizmet_div .owl-nav .owl-prev:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f053";
    }

    .main_hizmet_div .owl-nav .owl-next:before {
    }

.main_hizmet_div .owl-dots {
    margin-top: 15px !important;
}

    .main_hizmet_div .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 4px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 50%;
    }

    .main_hizmet_div .owl-dots .owl-dot.active span {
        background: #e0ac5e;
    }

.main_hizmet_div {
    position: relative;
    margin-bottom: 0px;
}

    .main_hizmet_div .item2 {
        padding: 30px;
        position: relative;
        border: 1px solid #e9e9e9;
        border-bottom: 3px solid #ffcb05;
        background: #fff;
    }

    .main_hizmet_div .item2 {
        padding: 30px;
        position: relative;
        border: 1px solid #e9e9e9;
        border-bottom: 3px solid #ffcb05;
        background: #fff;
    }

    .main_hizmet_div .main_title h2:after {
        margin: 0 auto;
        margin-top: 10px;
    }

.main_ndn_div {
    background: url(../images/main_ndn.jpg) center no-repeat #122d48;
    position: relative;
    margin-bottom: 0px;
    padding: 58px 0px 40px 0px;
}

.hizmetpage .hizmet_list span {
    color: #333;
    font-size: 16px;
}

.home_kurumsal {
    width: 59.3%;
    float: right;
    min-height: 416px;
    height: auto;
    border-left: 2px solid #dfdfdf;
    border-radius: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px;
    background: url(../images/homekurum_bg.jpg) no-repeat top right #ffffff;
}

.home_kurumsal_ic {
    width: 66%;
    padding: 45px 0px 30px 30px;
}

.home_teklif {
    width: 39%;
    float: left;
    min-height: 416px;
    height: auto;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 25px 25PX;
    background: url(../images/teklif_form_bg.jpg) no-repeat top left #071c37;
}

.home_teklif_form {
    float: right;
    width: 48%;
}

    .home_teklif_form .main_title h2 {
        font-size: 22px;
        color: #fff;
    }

    .home_teklif_form .main_title {
        margin-bottom: 10px;
    }

    .home_teklif_form .yazi {
        font-size: 12px;
        color: #FFF !important;
    }

.ndnbz {
    margin-bottom: 15px:
}

    .ndnbz h3 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }

    .ndnbz span {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }

    .ndnbz i {
        width: 41px;
        height: 41px;
        background: #fff;
        color: #fcad18;
        text-align: center;
        border: 1px dashed #efa416;
        font-size: 22px;
        border-radius: 50%;
        line-height: 1.8;
        display: inline-block;
    }

    .ndnbz .item3 {
        display: inline-block;
    }

.main_ndn_div .owl-nav .owl-prev {
    background: #212429;
    margin: 0px;
    padding: 4px 10px;
}

.main_ndn_div .owl-nav .owl-next {
    background: #212429;
    color: #fff;
    margin: 0px;
    margin-left: 4px;
    padding: 4px 10px;
}

    .main_ndn_div .owl-nav .owl-next:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f054";
    }

.main_ndn_div .owl-nav .owl-prev:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f053";
}

.main_ndn_div .owl-nav .owl-next:before {
}

.main_ndn_div .owl-dots {
    margin-top: 15px !important;
}

    .main_ndn_div .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 4px;
        background: #023552;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 50%;
    }

    .main_ndn_div .owl-dots .owl-dot.active span {
        background: #fff;
    }

.main_kurumsal {
    width: 100%;
    min-height: 410px;
    height: auto;
    background: url(../images/main_kurumsal.jpg) no-repeat top right #0e5a5d;
}

.kurumsol {
    padding-top: 90px;
}

    .kurumsol .yazi {
        color: #fff;
    }

    .kurumsol .main_title h2 {
        text-align: center;
        color: #fff;
    }

.home_form {
    background: url(../images/form_bg_home.jpg) top left no-repeat #1a8a8e;
    padding: 20px;
    border-top: 7px solid #d0a81d;
    margin-bottom: 10px;
}

    .home_form .main_title h2 {
        font-size: 20px;
        color: #fff;
    }

.ndnlist {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .ndnlist li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        padding: 3px 0px;
    }

        .ndnlist li span {
            color: #444;
            font-size: 16px;
            font-weight: 500;
        }

        .ndnlist li i {
            color: #d0a81d;
            font-size: 26px;
            margin-right: 7px;
        }


.haberler {
    margin-bottom: 10px;
}

    .haberler a {
        text-decoration: none;
        display: block;
    }

.haberimg {
    height: 150px;
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
}

.haberimgcol {
    padding-right: 0px !important;
}

    .haberimgcol .haberimg {
        height: 95px;
    }

.haberimg img {
    border: 0px;
    width: 100%;
    min-height: 100%;
    margin-bottom: 0px;
}

.haberler h3 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 600;
    color: #2e2e2e;
    text-decoration: none;
    line-height: 1.5;
}

.hbrtrh {
    font-size: 12px;
    font-style: italic;
    color: #666;
    margin-bottom: 7px;
}

.dtytarih {
    font-size: 14px;
    font-style: italic;
    color: #666;
    margin-bottom: 7px;
}

.haberler p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #6e6e6e;
    text-decoration: none;
}

.haberler .btn_ {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #d0a81d;
    text-decoration: none;
    font-style: italic;
}

.sertifikadiv {
    margin-bottom: 20px;
}

.sertifikaimg {
    height: 258px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .sertifikaimg img {
        max-width: 100%;
    }

.sertifikadiv span {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    display: block;
    text-align: center;
}

.ekipdiv {
    margin-bottom: 25px;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.ekipimg {
    margin-bottom: 15px;
}

    .ekipimg img {
        max-width: 100%;
    }

.ekipdiv h5 {
    font-size: 16px;
    color: #333;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    font-weight: 600;
}

.ekipdiv span {
    font-size: 13px;
    color: #666;
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

.ekipdiv .sertifikatext {
    font-size: 13px;
}

    .ekipdiv .sertifikatext b {
        font-weight: 600;
    }

.ekipyazi p {
    text-align: left;
}
.ekipyazi li {
    text-align: left;
}


.limoon {
    position: relative;
    text-align: right;
    display: inline-block;
    width: 50%;
    float: right;
}

    .limoon a {
        display: inline-block;
        width: auto;
        height: auto;
        /*background-image: url(../images/ligo.png);*/
        background-repeat: no-repeat;
        background-size: cover;
        vertical-align: middle;
        transition: all .2s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        color: #c9db03;
    }

        .limoon a:hover {
            /*background-image: url(../images/ligoy.png);*/
            color: #303030;
        }


.divpdf i {
    font-size: 45px;
}


.filtre {
    float: right;
}


    .filtre a {
        float: none;
        display: inline-block;
        padding: 0px 5px 2px 0px;
        line-height: 14px;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
    }

        .filtre a:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f054";
            font-size: 9px;
            margin-left: 7px;
        }

        .filtre a:last-child:after {
            display: none;
        }

        .filtre a:first-child {
        }


@media (min-width: 992px) and (max-width: 1200px) {
}

@media (min-width: 768px) and (max-width: 992px) {

    .header_menu {
        display: none;
    }

    .menu_btn {
        display: inline-block;
        float: right;
    }
}




@media (max-width: 768px) {
    .header_ic {
        padding: 15px 15px;
    }

    .header_menu {
        display: none;
    }

    .menu_bg {
        display: none;
    }

    .logodiv {
        position: relative;
        width: 130px;
        top: 0px;
        left: 0px;
    }

    .logo img {
    }

    .menu_btn {
        display: inline-block;
        float: right;
    }

    .headerbtn {
        margin-top: 30px;
        float: none;
        display: block;
    }

        .headerbtn li {
            margin-left: 0px;
        }

            .headerbtn li a {
                margin-left: 0px;
                font-size: 12px;
            }

                .headerbtn li a .icon {
                    padding: 7px;
                }

                    .headerbtn li a .icon i {
                        font-size: 13px;
                    }

                .headerbtn li a b {
                    padding: 6px 2px;
                    font-weight: 400;
                }

    .m_galeri_a {
        height: 105px;
    }

    .galeri_kat a {
        height: auto;
    }

    .ust_menu {
        float: none;
        display: block;
        text-align: center;
    }

        .ust_menu li {
            font-size: 12px;
        }

            .ust_menu li i {
                font-size: 12px;
            }

    .sosyal_icon {
        display: block;
        text-align: center;
    }

    .footerdiv {
        text-align: center;
    }

    .page_title h2 {
        font-size: 16px;
    }

    .main_title h2 {
        font-size: 18px;
    }

    .online_mgz {
        float: none;
        text-align: center;
        display: block;
    }

        .online_mgz a span {
            font-size: 11px;
            font-weight: 600;
            vertical-align: middle;
        }

        .online_mgz a i {
            font-size: 12px;
            font-weight: 600;
            padding: 5px;
        }

    .mainformdiv {
        margin-top: 15px;
    }

    .main_hizmet_div .hizmet_list_img {
        max-height: none;
        height: auto;
    }

    .page_header h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .hizmet_list_img {
        max-height: none;
        height: auto;
    }

    .haberimg {
        height: auto;
    }

    .slidercontent h2 {
        font-size: 30px;
    }

    .slidercontent p {
        font-size: 14px;
    }

    .slidercontent .btn_s {
        font-size: 14px;
        padding: 5px 15px;
    }

    .home_teklif {
        width: 100%;
    }

    .home_teklif_form {
        width: 100%;
    }

    .home_kurumsal {
        width: 100%;
    }

    .home_kurumsal_ic {
        width: 100%;
    }

    .haberimgcol .haberimg {
        height: auto !important;
    }

    .haberimg {
        height: auto !important;
    }
}


@media (min-width: 480px) and (max-width: 768px) {
    .hizmet_list {
        width: 49%;
    }

    .m_galeri_a {
        height: 170px;
    }
}
