﻿

.menu-backdrop {
    backdrop-filter: blur(1px);
    background-color: rgba(0,0,0,.4);
    position: fixed;
    z-index: 9;
    height: 100%;
    width: 100%;
}


.header-card-item {
    border: transparent !important;
    text-align: left !important;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 24px;
}

    .header-card-item p {
        margin-left: 13px;
        font-size: 14px;
        margin-bottom: 0px;
    }

.dropdown-sub-title {
    color: #88aac3;
    text-align: left;
    font-size: 21px;
    padding-bottom: 15px;
}

.carousel-control {
    z-index: 10;
}

    .carousel-control.left, .carousel-control.right {
        background-image: none;
        background-color: rgba(0,0,0, 0.4);
        padding: 10px;
        border-radius: 0px;
        color: #fff;
        z-index: 9;
    }

.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 .carousel-inner {
    height: 100%;
}

    .slider .carousel-inner .item {
        /*border-top: 3px solid #fff;*/
    }

.carousel-inner .item {
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #015fc9 !important;
    width: 15px;
    height: 15px;
}

.carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 8;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.reklamslider .carousel-indicators {
    position: relative;
}




body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333333;
    height: 100%;
}

html {
    height: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: none;
}

.flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.flexrow2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

header {
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: url(../images/header_bg.jpg) top center no-repeat;
}

.header_ic {
    position: relative;
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
}

.header_ust {
    padding: 10px 0px;
    background: #ffffff;
    border-bottom: 0px solid #0c2136;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}


/* CSS used here will be applied after bootstrap.css */
.nav {
    margin-bottom: 0;
    text-align: center;
}

    .nav > li {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        display: inline;
    }

    .nav a {
        display: inline-block;
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .nav > li.dropdown.open {
        position: static;
    }

        .nav > li.dropdown.open .dropdown-menu {
            display: table;
            width: 100%;
            text-align: center;
            left: 0;
            right: 0;
            background: #ffffff;
            padding: 0px;
        }

.dropdown:hover .dropdown-menu {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 0px;
}

.dropdown {
    position: static !important;
}

.header-dropdown .col-sm-4, .header-dropdown .col-sm-3 {
    padding-top: 32px;
    padding-bottom: 32px;
}


.navbar .aps_dd-head p {
    color: rgba(22,22,55,.5);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 32px;
}

.mt-6x {
    margin-top: 55px;
}

.aps_card {
    background: #fff;
    padding: 32px;
    border: 1px solid #dce3eb;
    border-radius: 4px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .aps_card .card-icon {
        height: 46px;
        width: 46px;
        margin-bottom: 24px;
        display: inline-block;
        -webkit-transition: all .3s;
        transition: all .3s;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.aps_navbar .card-dd a {
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}

.aps_card .card-title a, .aps_card .card-title {
    margin-bottom: 24px;
    color: #161637 !important;
    font-size: 16px;
    font-weight: 500;
}

.container-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}

.dropdown-menu > li {
    display: table-cell;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #ffffff;
    }

.navbar-default .navbar-nav > li:hover {
    background: #1d8ddc;
}

.nav > li.dropdown.open {
    background: #1d8ddc !important;
}

.navbar-default {
    background: #015fc9;
    display: flex;
    justify-content: center;
    border-radius: unset;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: unset;
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a::after {
        content: url(../svg/chevron-down.svg);
        margin-left: 8px;
        position: absolute;
        -webkit-transform: rotate( 0deg);
        transform: rotate( 0deg);
        -webkit-transition: .2s;
        transition: .2s;
        line-height: 20px;
        top: -2px;
    }

.logodiv {
    margin-top: 0px;
    top: 0px;
    left: 0px;
    display: inline-block;
    float: left;
}

.logo {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .logo img {
        position: relative;
        border: 0px;
        max-width: 100%;
        border: 0px;
    }

.home_bg {
    height: 613px;
    width: 100%;
    background: url(../images/home_bg.jpg) no-repeat center top;
}

.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: #004b83;
        border-radius: 0px;
        text-align: center;
        line-height: 1.9;
        transition: all 250ms ease-out;
        /* text-shadow: 0px 1px 2px #333; */
    }

        .iletisim_sosyal_icon a:hover {
            background: #02bf51;
            transform: rotate(0deg);
        }


.sosyal_icon {
    float: right;
    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: #222;
            transform: scale(1.0) rotate(0deg);
            text-shadow: 0px 0px 0px #333;
        }


        .sosyal_icon a:last-child {
            margin-right: 0px;
            padding: 0px 5px 0px 5px;
        }

.gvn {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #999;
}

    .gvn i {
        margin-right: 5px;
        color: #999;
    }


.ust_menu {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

    .ust_menu li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        transition: all 150ms ease-out;
        margin-right: 22px;
    }

        .ust_menu li b {
            font-weight: 500;
            display: block;
            font-size: 16px;
            float: left;
            color: #090909;
            line-height: 0.9;
        }

        .ust_menu li span {
            color: #222;
            font-size: 13px;
            text-decoration: none;
            font-weight: 400;
            display: block;
            float: left;
        }

        .ust_menu li a {
            color: #626262;
            text-decoration: none;
        }

        .ust_menu li i {
            margin-top: 5px;
            margin-right: 4px;
            font-size: 27px;
            vertical-align: inherit;
            color: #1bb839;
            margin-right: 12px;
            float: left;
        }

        .ust_menu li div {
            display: inline-block;
        }

        .ust_menu li:last-child {
            margin-right: 0px;
        }


.ust_menu2 {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
    padding: 8PX 0PX;
}

    .ust_menu2 li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        padding: 0px 0px 0px 0px;
        color: #333;
        font-size: 13px;
        text-decoration: none;
        font-weight: 500;
        transition: all 150ms ease-out;
        margin-left: 12px;
        position: relative;
        text-align: left;
    }

        .ust_menu2 li a {
            cursor: pointer;
            color: #666;
            text-decoration: none;
            font-weight: 600;
            display: block;
            transition: all 150ms ease-out;
        }

            .ust_menu2 li a:hover {
                color: #333;
                text-decoration: underline;
            }

        .ust_menu2 li i {
            margin-right: 7px;
            font-size: 13px;
            vertical-align: middle;
            color: #666;
        }

    .ust_menu2 ul {
        display: none;
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: absolute;
        width: 210px;
        background: #fff;
        border: 1px solid #e9e9e9;
        box-shadow: 0px 1px 7px #e9e9e9;
        z-index: 5;
        left: 0px;
    }

        .ust_menu2 ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            display: block;
        }

            .ust_menu2 ul li a {
                cursor: pointer;
                padding: 7px 15px;
                display: block;
                border-bottom: 1px solid #e9e9e9;
                transition: all 150ms ease-out;
            }

    .ust_menu2 li ul li a:hover {
        color: #333;
        background: #eeeeee;
        text-decoration: none;
    }

    .ust_menu2 li:hover ul {
        display: block;
    }

.menu_bg {
    width: 100%;
    height: auto;
    background: #025576;
}

    .menu_bg:after {
        clear: both;
        content: "";
        display: block;
    }


.headerbtn {
    padding: 0;
    margin: 0px;
    list-style: none;
    float: right;
    margin-top: 0px;
}

    .headerbtn li {
        padding: 0;
        margin: 0px;
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }

        .headerbtn li a {
            color: #202020;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            background: #46d84f;
            display: inline-block;
            margin-bottom: 2px;
            overflow: hidden;
            cursor: pointer;
            border-radius: 28px;
            padding-right: 25px;
            transition: all 250ms ease-out;
        }

            .headerbtn li a.mavi {
                background: #40a5cb;
            }

            .headerbtn li a b {
                font-size: 18px;
                display: inline-block;
                font-weight: 600;
                line-height: 1.1;
                padding-top: 7px;
                color: #fff;
            }

                .headerbtn li a b small {
                    display: block;
                    font-size: 13px;
                    font-weight: 400;
                }

            .headerbtn li a:hover i {
                transform: scale(0.9);
            }


            .headerbtn li a .icon {
                background: rgba(0,0,0,0.1);
                float: left;
                padding-left: 8px;
                margin-right: 12px;
            }

                .headerbtn li a .icon i {
                    padding: 0px 12px;
                    font-size: 27px;
                    color: #ffffff;
                    transition: all 150ms ease-out;
                    line-height: 50px;
                }


            .headerbtn li a:last-child {
                margin-right: 0px;
            }



.header_menu {
    text-align: center;
    margin: 0px;
    padding: 10px 10px;
    list-style: none;
    position: relative;
    display: block;
    /*    margin-top: 20px;*/
    /*border-radius: 37px;*/
    /*background-image: linear-gradient(to right, #015fc9, #00345a);*/
    margin-bottom: -50px;
    background: #015fc9;
}

    .header_menu li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: none;
        display: inline-block;
        vertical-align: text-bottom;
    }


    .header_menu ul li {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0px;
        list-style: none;
        display: block;
        float: none;
        height: 100%;
        position: relative;
    }

    .header_menu ul {
        position: absolute;
        z-index: 10;
        padding: 0px;
        display: none;
        width: 270px;
        margin: 0px;
        background-image: linear-gradient(to top, #1d8ddc, #004b83);
        border-radius: 6px;
        -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 ul ul {
            position: absolute;
            z-index: 10;
            display: none;
            width: 270px;
            left: 260px;
            margin: 0px;
            top: 0px;
            padding-bottom: 10px !important;
            padding-top: 10px;
            background-image: linear-gradient(to top, #1d8ddc, #004b83);
            border-radius: 6px;
            -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 {
        float: right;
    }

    .header_menu li a {
        position: relative;
        z-index: 1;
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 20px;
        height: 100%;
        display: table;
        position: relative;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        transition: all 150ms ease-out;
        text-align: center;
    }

        .header_menu li a span {
            display: inline-block;
            display: table-cell;
            vertical-align: middle;
        }

        .header_menu li a:after {
            /* position:absolute;
    content:"";
    display:block;
    width:1px;
    height:100%;
    right:0px;
    background:rgba(0,0,0, 0.1); */
        }

    .header_menu li ul li a:after {
        display: none;
    }

    .header_menu li:hover > a {
        color: #fff;
        /*background: #1d8ddc;*/
        background: #1d8ddc;
    }

    .header_menu li ul li a:hover {
        background: #1d8ddc;
        color: #fff;
    }

    .header_menu li:hover ul {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .header_menu li ul li:hover ul {
        padding-bottom: 10px !important;
        padding-top: 10px;
        display: block !important;
    }

.subMenu {
    display: none !important;
}

.header_menu li ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 2px 10px 2px;
    color: #fff;
    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-radius: 0px;
    border-right: 0px;
    text-shadow: 0px 0px 0px #333;
}

.menu_btn {
    position: relative;
    z-index: 1;
    display: none;
    border-radius: 3px;
    margin-top: 0px;
    float: right;
    margin-left: 20px;
    background-image: linear-gradient(-280deg, #02bf51, #368ac9);
    padding: 5px 10px;
}

    .menu_btn i {
        color: #fff;
        text-decoration: none;
        font-size: 24px;
    }

.menu_close {
    color: #fff;
    font-size: 30px;
    float: right;
    padding: 0px;
}

    .menu_close:hover {
    }

.acilan_menu {
    display: none;
    width: 80%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 10000;
    border-right: 1px solid #e9e9e9;
    box-shadow: 5px 10px 20px #e9e9e9;
    padding: 15px;
    transition: all 350ms ease-out;
    background-image: linear-gradient(-0deg, #02bf51, #368ac9);
    overflow-y: auto;
}

.acilan_menu_baslik {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    float: left;
    padding-top: 12px;
}

.menu_cizgi {
    height: 1px;
    background: #e9e9e9;
    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: 13px;
            color: #fff;
            text-decoration: none;
            padding: 9px 0px;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            transition: all 250ms ease-out;
            font-weight: 600;
        }

            .acilan_menu_list li a:hover {
                background: #fff;
                padding-left: 7px;
                color: #333;
            }

    .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;
        }





.dill {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    display: inline-block;
    position: relative;
    z-index: 100;
    margin-top: 5px;
}

    .dill li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

        .dill li a {
            color: #fff;
            float: left;
            padding: 1px 5px;
            font-size: 14px;
            text-decoration: none;
            font-weight: 400;
            display: block;
        }

    .dill ul {
        display: none;
        margin: 0;
        padding: 0px;
        list-style: none;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
        position: absolute;
        min-width: 10px;
        left: 0px;
        top: 20px;
        background: #fff;
        border-radius: 5px;
    }

        .dill ul li {
            display: block;
            width: 100%;
            float: left;
            margin: 0;
            padding: 0px;
        }

    .dill li:hover ul {
        display: inline-block;
    }

    .dill li ul li a {
        color: #666;
        border-radius: 5px;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
        display: block;
        padding: 5px 5px;
        width: 100%;
        text-align: center;
    }

        .dill li ul li a:hover {
            background: #666;
            color: #fff;
        }

.user_lgn {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 11px;
}

    .user_lgn > a {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-left: 10px;
    }

        .user_lgn > a i:first-child {
            margin-right: 5px;
        }

.usrdown {
    font-size: 12px;
}

.user_lgn:hover {
    color: #ccc;
}



.hesapacilan {
    padding: 15px;
    left: auto;
    min-width: 160px;
    right: 0px;
    margin-top: 15px;
}

    .hesapacilan li {
    }

        .hesapacilan li a {
            color: #111;
            font-size: 13px;
            font-weight: 500;
            padding: 8px 6px;
            border-bottom: 1px solid #e9e9e9;
        }



.searchform {
    display: inline-block;
    background: #fff;
    overflow: hidden;
    width: 255px;
    float: right;
    border-radius: 5px;
    margin-top: 9px;
}

.search_form {
}

    .search_form label {
        font-weight: 400;
    }

    .search_form .btn {
        width: 15%;
        display: inline-block;
        background: #f29734;
        color: #ffffff;
        border: 0px;
        font-weight: 700;
        font-size: 17px;
        padding: 7px 10px;
        transition: all 250ms ease-out;
        box-sizing: border-box;
        float: right;
        border-radius: 0px;
    }

    .search_form input[type=file] {
    }

    .search_form .btn:hover {
        background: #097c7b;
        color: #fff;
    }

    .search_form .form-control {
        font-size: 12px;
        height: 37px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    }

.arainp {
    float: left;
    width: 80%;
    box-sizing: border-box;
    border: 0px;
}


.search_form .textrea {
    height: 139px;
}

.userr_mobil {
    display: none;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-left: 10px;
}

    .userr_mobil i {
        color: #999;
        text-decoration: none;
        font-size: 20px;
        margin-top: 7px;
    }

.mgz_mobil i {
    color: #999;
    text-decoration: none;
    font-size: 20px;
    margin-top: 7px;
}

.mgz_mobil {
    display: none;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-left: 10px;
}



.sepet_mobil {
    display: none;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-left: 10px;
}

    .sepet_mobil i {
        color: #999;
        text-decoration: none;
        font-size: 20px;
        margin-top: 7px;
    }





.homkrm {
    padding: 60px 0px;
    background: url(../images/homkrm.jpg) no-repeat top center #f3f3f3;
    margin-bottom: 40px;
}

.hmkrmikn {
    margin-bottom: 15px;
}

.hmkrmikn_ {
    text-align: center;
}

    .hmkrmikn_ i {
        color: #73add9;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .hmkrmikn_ b {
        display: block;
        color: #2c6a98;
        font-weight: 700;
        font-size: 16px;
    }

.pagenum {
    margin-top: 30px;
    display: block;
    margin-bottom: 0PX;
    text-align: center;
}

    .pagenum a {
        padding: 8px 15px;
        color: #666;
        font-size: 15px;
        background: #eeeeee;
        font-weight: 500;
        border-radius: 0px;
    }

        .pagenum a:hover {
            background: #02bf51;
            color: #fff;
        }

        .pagenum a.active {
            background: #02bf51;
            color: #fff;
        }




.tmbtn {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    background: #004b83;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 24px;
    transition: all 150ms ease-out;
}

    .tmbtn:hover {
        opacity: 0.8;
    }

    .tmbtn i {
        margin-left: 7px;
    }

    .tmbtn.beyaz {
        font-weight: 500;
        color: #004b83;
        background: #fff;
    }

.hmslider2 {
}

    .hmslider2 .carousel-control {
        display: none;
    }

    .hmslider2 h3 {
        font-size: 22px;
        color: #02bf51;
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
        font-weight: 500;
        margin-top: 0px;
    }

    .hmslider2 .rklmsldrtext {
        font-size: 15px;
        color: #636262;
    }

.reklamslider {
}

    .reklamslider .carousel-control {
        display: none;
    }

    .reklamslider h3 {
        font-size: 30px;
        color: #004b83;
        padding: 0px;
        margin: 0px;
        margin-bottom: 25px;
        font-weight: 600;
        margin-top: 20px;
    }

    .reklamslider .rklmsldrtext {
        font-size: 15px;
        color: #636262;
    }




.infbox {
    margin-bottom: 35px;
    text-align: center;
}

    .infbox img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        margin-bottom: 20px;
        transition: all 300ms ease-out;
        box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
        border: 1px solid #ccc;
    }

    .infbox h3 {
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        color: #004b83;
        font-weight: 600;
        margin-bottom: 10px;
        transition: all 300ms ease-out;
    }

    .infbox p {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        color: #6a6a6a;
        font-weight: 400;
    }

    .infbox:hover img {
        transform: scale(0.9);
    }

    .infbox:hover h3 {
        color: #02bf51;
    }


.icerik {
    margin: 50px auto 50px auto;
    min-height: 300px;
}

.icerik2 {
    margin: 50px auto 50px auto;
}


.yazi {
    font-size: 14px;
    color: #333;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    line-height: 1.8;
}

.homeczg {
    height: 2px;
    width: 100%;
    background: url(../../images/homeczg.png);
}

.homedivv_ {
    background: #f5f5f5;
    padding: 20px 0px 20px 0px;
}

footer {
    background: url(../images/footer_bg.jpg) no-repeat top center #015fc9;
    position: relative;
    margin-top: 100PX;
    border-top: 6px solid #015fc9;
}

.footerpng {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

    .footerpng img {
        margin-top: -40px;
    }

.footer_ic {
    padding-top: 60px;
    padding-bottom: 63px;
    position: relative;
}

.footer_copyright {
    background: #015fc9;
    font-size: 14px;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
}


.footerdiv {
    margin-bottom: 20px;
}

.footer_logo {
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
}

    .footer_logo img {
        max-width: 100%;
    }

.footer_iletdiv {
    background: #064948;
    padding: 35px 0px;
    margin-bottom: 0px;
}

    .footer_iletdiv span {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        display: inline-block;
    }

        .footer_iletdiv span b {
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            display: block;
        }

    .footer_iletdiv .ii i {
        color: #fff;
        font-size: 35px;
        float: left;
        margin-right: 15px;
    }





.footerdiv .yazi {
    margin: 20px 0px;
    font-size: 13px;
}

.footerdiv h2 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 23px;
}

    .footerdiv h2:after {
        width: 60px;
        content: "";
        height: 2px;
        background: #fff;
        margin: 0 auto;
        margin-top: 10px;
        display: none;
    }

.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;
            line-height: 1.5;
            transition: all 280ms ease-out;
        }

            .footer_menu li a i {
                font-size: 12px;
                margin-right: 5px;
                transition: all 280ms ease-out;
            }

            .footer_menu li a:hover {
                color: #fff;
                text-decoration: underline;
            }

                .footer_menu li a:hover i {
                    transform: rotate(360deg) scale(1.4);
                    color: #ffcb05;
                }

.footer_sosyal_icon {
    display: block;
}

    .footer_sosyal_icon a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 2;
        transition: all 280ms ease-out;
        background: #02bf51;
    }

        .footer_sosyal_icon a:hover {
            color: #fff;
            background: #00467b;
        }

        .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: 14px;
        text-align: left;
    }

    .iletisim_list_f li i {
        margin-right: 10px;
        vertical-align: baseline;
        color: #fff;
        font-size: 15px;
        width: 10px;
    }

.footer_tel {
    display: inline-block;
    margin: 0PX 0PX;
    margin-right: 30px;
}

    .footer_tel i {
        font-size: 30px;
        color: #98a2a5;
        display: inline-block;
        margin-right: 10px;
    }

    .footer_tel span {
        font-size: 13px;
        color: #98a2a5;
        font-weight: 500;
        display: inline-block;
        text-align: left;
    }

        .footer_tel span b {
            color: #242933;
            font-weight: 600;
            display: block;
        }



.iletisim_baslik {
    margin: 0;
    padding: 0;
    font-size: 16px;
    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: 8px 10px;
        border-bottom: 1px solid #e9e9e9;
        background: #fff;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .iletisim_list :last-child {
    }

    .iletisim_list li span {
        color: #424242;
        font-size: 15px;
        font-weight: 600;
    }

    .iletisim_list li .icon_ {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #e9e9e9;
        text-align: center;
        margin-right: 10px;
        border-radius: 3px;
    }

    .iletisim_list li i {
        margin-right: 0px;
        vertical-align: baseline;
        color: #666;
        line-height: 1.7;
        font-size: 18px;
    }

.iletisim_form {
}

    .iletisim_form label {
        font-weight: 400;
    }

    .iletisim_form .btn {
        background: #015fc9;
        color: #ffffff;
        border: 0px;
        font-weight: 600;
        font-size: 14px;
        border-radius: 25px;
        padding: 12px 30px;
        transition: all 250ms ease-out;
    }

    .iletisim_form input[type=file] {
    }

    .iletisim_form .btn:hover {
        background: #004b83;
        color: #fff;
    }

    .iletisim_form .form-control {
        font-size: 13px;
        height: 47px;
        background: #eeeeee;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        box-shadow: 0 0px 0px rgba(0,0,0,.075);
    }

    .iletisim_form .textrea {
        height: 139px;
    }




.hes2_form {
}

    .hes2_form label {
        font-weight: 600;
        font-size: 14px;
    }

    .hes2_form .btn {
        background: #46d84f;
        color: #ffffff;
        border: 0px;
        font-weight: 600;
        font-size: 14px;
        border-radius: 5px;
        padding: 12px 50px;
    }

    .hes2_form input[type=file] {
    }

    .hes2_form .btn:hover {
        background: #1b8db4;
        color: #ffffff;
    }

    .hes2_form .checkboxx input[type=checkbox], .hes2_form .checkboxx input[type=radio] {
        vertical-align: top;
        margin-right: 7px;
        margin-left: 10px;
    }

    .hes2_form .checkboxx {
        width: 100%;
    }

        .hes2_form .checkboxx td {
            width: 24.9%;
        }

    .hes2_form .form-control {
        font-size: 14px;
        border-radius: 5px;
        height: 45px;
        box-shadow: 0px 0px 10px rgba(0,0,0,.075);
    }

    .hes2_form .textrea {
        height: 139px;
    }





.adresdiv {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #40a5cb;
    padding: 30px 20px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.adresdivsag {
    text-align: right;
}

    .adresdivsag a {
        padding: 3px 6px;
        font-size: 17px;
        color: #999;
        transition: all 200ms ease-out;
        border-radius: 2px;
    }

        .adresdivsag a:hover {
            background: #40a5cb;
            color: #ffffff;
        }

.mapic {
    padding: 10px 13px;
    background: #57c9f4;
    float: left;
    margin-right: 12px;
    border-radius: 4px;
}

    .mapic i {
        font-size: 28px;
        color: #fff;
    }

.adresdivsol h5 {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.adresdivsol p {
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}




.popbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 80;
    overflow-y: auto;
}

.popboxin {
    position: relative;
    width: 500px;
    border-radius: 7px;
    background: #fff;
    padding: 40px;
    margin: 0 auto;
    margin-top: 80px;
}

.popboxin750 {
    width: 750px;
}

.popboxin h2 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.popclose {
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}



.login_form {
}

.frmlink {
    font-size: 13px;
    color: #999;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0px;
}

.login_form label {
    font-weight: 500;
    font-size: 14px;
}

.login_form .btn {
    width: 100%;
    display: block;
    background: #46d84f;
    color: #ffffff;
    border: 0px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    padding: 12px 30px;
    transition: all 150ms ease-out;
}

    .login_form .btn:hover {
        background: #1b8db4;
        color: #fff;
    }

.login_form input[type=file] {
}


.login_form .form-control {
    font-size: 14px;
    height: 47px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.075);
    box-shadow: 0 0px 10px rgba(0,0,0,.075);
    border-bottom: 2px solid #40a5cb;
}

.login_form .textrea {
    height: 139px;
}

.login_czg {
    margin: 22px 0px;
    height: 1px;
    background-color: #e9e9e9;
}


.sol_menu_baslik {
    background: #40a5cb;
    color: #fff;
    font-weight: 600;
    padding: 12PX 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 2px solid #1b8db4;
    border-radius: 5px;
}

    .sol_menu_baslik span {
        display: block;
        color: #999;
        font-weight: 400;
        font-size: 12px;
        margin-top: 7px;
    }

    .sol_menu_baslik i {
        font-size: 15px;
        color: #fff;
        margin-right: 7px;
    }

.sol_menu_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .sol_menu_list li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .sol_menu_list li a {
            font-size: 14px;
            font-weight: 600;
            background: #fff;
            padding: 10px 7px;
            display: block;
            text-decoration: none;
            color: #333;
            transition: all 0.3s;
            position: relative;
            border-bottom: 1px solid #e9e9e9;
            border-radius: 5px;
            margin-bottom: 4px;
        }

            .sol_menu_list li a i {
                font-size: 12px;
                margin-right: 5px;
                color: #999;
            }

            .sol_menu_list li a:hover {
                color: #333;
                background: #f3f3f3;
            }

            .sol_menu_list li a span {
                color: #fff;
                font-size: 11px;
                font-weight: 600;
                padding: 3px 5px;
                display: inline-block;
                margin-right: 5px;
            }

.boxdiv {
    box-shadow: 0px 0px 5px #e9e9e9;
    border: 1px solid #e9eaeb;
    padding: 18px;
    background: #fff;
    border-radius: 5px;
}




.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;
    border-radius: 15px;
    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;
    border-radius: 15px;
    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;
}

.ref .galeri_kat_baslik {
    overflow: hidden;
    height: 42px;
}



.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%;
        }

.page_bg {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../images/page_bg.jpg) bottom center no-repeat;
    position: relative;
}

.page_header {
    text-align: center;
}

    .page_header h2 {
        padding: 0px;
        margin: 0px;
        font-size: 28px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 15px;
        display: inline-block;
    }

.page_image_header {
    opacity: 0;
}
    .page_image_header h2 {
        color: #004b83;
        font-size: 78px;
        margin-top: 150px;
        margin-left: 100px;
        font-weight: bold;
        word-wrap: break-word;
    }

.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: 37px;
}

    .main_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 33px;
        color: #004b83;
        font-weight: 600;
    }

        .main_title h2 span {
            font-weight: 700;
            color: #1b8db4;
        }

        .main_title h2:after {
            content: "";
            display: block;
            background: #004b83;
            height: 2px;
            width: 57px;
            margin-top: 5px;
            margin-left: 16px;
        }

        .main_title h2:before {
            content: "";
            display: block;
            background: #02bf51;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-top: 10px;
            float: left;
            margin-right: 7px;
        }

    .main_title.beyaz h2 {
        color: #fff;
        display: block;
        text-align: center;
    }

        .main_title.beyaz h2:after {
            background: #fff;
        }

        .main_title.beyaz h2:before {
            background: #fff;
        }

.page_title {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

    .page_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 24px;
        color: #666;
        font-weight: 600;
        display: inline-block;
    }

        .page_title h2:after {
            content: "";
            width: 50px;
            display: block;
            margin-top: 15px;
            margin-bottom: -1px;
            height: 2px;
            background: #1b8db4;
        }

.page_title6 {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

    .page_title6 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
        color: #111;
        font-weight: 700;
        display: inline-block;
    }







.sol_form {
}

    .sol_form label {
        font-weight: 500;
        font-size: 13px;
    }

    .sol_form .btn {
        background: #f29734;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        border-radius: 5px;
        padding: 12px 25px;
    }

    .sol_form input[type=file] {
    }

    .sol_form input[type=checkbox], .sol_form input[type=radio] {
        vertical-align: top;
        margin-right: 7px;
    }

    .sol_form .btn:hover {
        background: #097b7a;
        color: #FFF;
    }

    .sol_form .form-control {
        font-size: 13px;
        border-radius: 0px;
        border-radius: 0px;
        height: 38px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    }

    .sol_form .textrea {
        height: 139px;
    }

.solhes {
}

.sol {
    margin-bottom: 25px;
}

.solp {
    padding: 0px;
    background: #f9f9f9;
    border-radius: 0px;
}

.sol_bosluk {
}


.sol_baslik {
    color: #fff;
    font-weight: 500;
    padding: 10PX 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 0px solid #e9e9e9;
    border-radius: 0px;
    background: #015490;
}

.sol_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 15px;
}

    .sol_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .sol_list li a {
            font-size: 13px;
            font-weight: 600;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            padding: 10px 8px;
            display: block;
            text-decoration: none;
            color: #015490;
            transition: all 0.3s;
            position: relative;
            border-left: 2px solid transparent;
            margin-bottom: 0px;
            border-radius: 0px;
            cursor: pointer;
        }

            .sol_list li a span {
                color: #999;
            }

            .sol_list li a i {
                margin-right: 7px;
                color: #663074;
                transition: all 0.5s;
            }

            .sol_list li a:hover {
                color: #222;
                background: #fff;
                border-left: 2px solid #ccc;
            }

                .sol_list li a:hover i {
                    transform: rotate(360deg);
                }

    .sol_list ul {
        display: none;
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-left: 10px;
    }

    .sol_list li ul li a {
        font-size: 12px;
        font-weight: 500;
        border-bottom: 1px solid #eeeeee;
        padding: 7px 8px;
        display: block;
        text-decoration: none;
        color: #666;
        transition: all 0.3s;
        position: relative;
        background: #fff;
        margin-bottom: 0px;
        border-radius: 0px;
    }

        .sol_list li ul li a:hover {
        }


.siralama_ {
    background: #fff;
    float: right;
    padding: 10px;
    margin-top: -8px;
    font-size: 14px;
    border: 1px solid #e9e9e9;
    line-height: inherit;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}


.slider {
    height: 756px;
}

.hmurungr4 {
    padding: 65px 0px;
    background: #eaeaea;
}

.hmurungr3 {
    padding: 65px 0px;
    background-image: linear-gradient(-280deg, #02bf51, #368ac9);
}

.hmurungr2 {
    padding: 65px 0px;
    background-image: linear-gradient(280deg, #eeeeee, #fff);
}

.hmurungr {
    padding: 65px 0px;
    background-image: linear-gradient(-280deg, #eeeeee, #fff);
}


.urundiv {
    margin-bottom: 30px;
}

.urundiv_ {
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    transition: all 250ms ease-out;
    border-radius: 0px;
}


.urundivimg {
    background: #fff;
    margin-bottom: 0px;
    text-align: center;
    height: 180px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    border-bottom: 4px solid #02bf51;
    transition: all 100ms ease-out;
}

    .urundivimg img {
        width: 100%;
        height: 100%;
        border: 0px;
        object-fit: cover;
    }

.urundivbaslik {
    padding: 3px 10px;
    width: 82%;
    background: #02bf51;
    position: relative;
    /* z-index: 10;*/
    display: block;
    transition: all 180ms ease-out;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: -26px;
}

.urunbaslikower {
    box-sizing: border-box;
    height: 30px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}

.titlealan {
    width: 100%;
    display: table;
    height: 100%;
}

.urundivbaslik span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}

.urundiv_:hover .urundivbaslik {
    background: #004b83;
}

.urundiv_:hover .urundivimg {
    border: 4px solid #004b83;
    border-bottom: 4px solid #004b83;
}



.divbox2 {
    margin-bottom: 30px;
}

.divbox2_ {
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    transition: all 250ms ease-out;
    border-radius: 0px;
}


.divboximg2 {
    background: #fff;
    margin-bottom: 0px;
    text-align: center;
    height: 222px;
    overflow: hidden;
    position: relative;
    border: 0px solid #e9e9e9;
    border-bottom: 4px solid #004b83;
    transition: all 100ms ease-out;
}

    .divboximg2 img {
        width: 100%;
        height: 100%;
        border: 0px;
        object-fit: cover;
    }

.divboxbaslik2 {
    padding: 3px 10px;
    width: 82%;
    background: #015fc9;
    position: relative;
    z-index: 10;
    display: block;
    transition: all 180ms ease-out;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: -26px;
}

.divboxbaslikower2 {
    ox-sizing: border-box;
    height: 39px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}

.divboxtitlealan {
    width: 100%;
    display: table;
    height: 100%;
}

.divboxbaslik2 span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}

.divbox2_:hover .divboxbaslik2 {
    background: #02bf51;
}

.divbox2_:hover .divboximg2 {
    border: 0px solid #02bf51;
    border-bottom: 4px solid #02bf51;
}



.divbox3 {
    margin-bottom: 30px;
}

.divbox3_ {
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    transition: all 250ms ease-out;
    border-radius: 0px;
}


.divboximg3 {
    background: #fff;
    margin-bottom: 0px;
    text-align: center;
    height: 260px;
    overflow: hidden;
    position: relative;
    border: 0px solid #e9e9e9;
    border-bottom: 4px solid #02bf51;
    transition: all 100ms ease-out;
}

    .divboximg3 img {
        width: 100%;
        height: 100%;
        border: 0px;
        object-fit: cover;
        transform: scale(1.0);
        transition: all 200ms ease-out;
    }

.divboxbaslik3 {
    padding: 3px 10px;
    width: 82%;
    background: #02bf51;
    position: relative;
    z-index: 10;
    display: block;
    transition: all 180ms ease-out;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: -26px;
}

.divboxbaslikower3 {
    ox-sizing: border-box;
    height: 39px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}

.divboxtitlealan3 {
    width: 100%;
    display: table;
    height: 100%;
}

.divboxbaslik3 span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}

.divbox3_:hover .divboxbaslik3 {
    background: #004b83;
}

.divbox3_:hover .divboximg3 {
    border: 0px solid #004b83;
    border-bottom: 4px solid #004b83;
}

    .divbox3_:hover .divboximg3 img {
        transform: scale(1.1);
    }





.divbox4 {
    margin-bottom: 30px;
}

.divbox4_ {
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    transition: all 250ms ease-out;
    border-radius: 0px;
}


.divboximg4 {
    background: #fff;
    margin-bottom: 0px;
    text-align: center;
    height: 260px;
    overflow: hidden;
    position: relative;
    border: 0px solid #e9e9e9;
    border-bottom: 4px solid #02bf51;
    transition: all 100ms ease-out;
}

    .divboximg4 img {
        width: 100%;
        height: 100%;
        border: 0px;
        object-fit: cover;
        transform: scale(1.0);
        transition: all 200ms ease-out;
    }

.divboxbaslik4 {
    padding: 3px 10px;
    width: 82%;
    background: #02bf51;
    position: relative;
    z-index: 10;
    display: block;
    transition: all 180ms ease-out;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: -26px;
}

.divboxbaslikower4 {
    ox-sizing: border-box;
    height: 39px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}

.divboxtitlealan4 {
    width: 100%;
    display: table;
    height: 100%;
}

.divboxbaslik4 span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}

.divbox4_:hover .divboxbaslik4 {
    background: #004b83;
}

.divbox4_:hover .divboximg4 {
    border: 0px solid #004b83;
    border-bottom: 4px solid #004b83;
}

    .divbox4_:hover .divboximg4 img {
        transform: scale(1.1);
    }





.firsat_urunleri .owl-nav {
    position: absolute;
    top: -75px;
    right: 0px;
    display: inline-block;
    text-align: right;
}

    .firsat_urunleri .owl-nav .owl-next, .firsat_urunleri .owl-nav .owl-prev {
        background: #e9e9e9;
        color: #8a8a8a;
        margin: 0px;
        margin-left: 4px;
        border-radius: 0px;
        padding: 6px 12px;
    }

    .firsat_urunleri .owl-nav .owl-next {
    }

    .firsat_urunleri .owl-nav .owl-prev {
    }

        .firsat_urunleri .owl-nav .owl-next:hover, .firsat_urunleri .owl-nav .owl-prev:hover {
            background: #c2c2c2;
            color: #fff;
        }

    .firsat_urunleri .owl-nav .owl-next:after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f054";
        font-size: 13px;
        font-weight: 900;
    }

    .firsat_urunleri .owl-nav .owl-prev:after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f053";
        font-size: 14px;
        font-weight: 900;
    }

    .firsat_urunleri .owl-nav .owl-next:before {
    }

.firsat_urunleri .owl-dots {
    margin-top: 15px !important;
}

    .firsat_urunleri .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 4px;
        background: #999;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 50%;
    }

    .firsat_urunleri .owl-dots .owl-dot.active span {
        background: #111;
    }

.fvrsatcdiv .owl-nav {
    position: absolute;
    top: -75px;
    right: 0px;
    display: inline-block;
    text-align: right;
}


.mainmarka .owl-nav {
    position: absolute;
    top: -75px;
    right: 0px;
    display: inline-block;
    text-align: right;
}

    .mainmarka .owl-nav .owl-next, .mainmarka .owl-nav .owl-prev {
        background: #f28b00;
        color: #fff;
        margin: 0px;
        margin-left: 4px;
        border-radius: 0px;
        padding: 4px 8px;
    }

    .mainmarka .owl-nav .owl-next {
    }

    .mainmarka .owl-nav .owl-prev {
    }

        .mainmarka .owl-nav .owl-next:hover, .mainmarka .owl-nav .owl-prev:hover {
            background: #ca4950;
            color: #fff;
        }

    .mainmarka .owl-nav .owl-next:after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f054";
        font-size: 14px;
        font-weight: 900;
    }

    .mainmarka .owl-nav .owl-prev:after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f053";
        font-size: 14px;
        font-weight: 900;
    }

    .mainmarka .owl-nav .owl-next:before {
    }

.mainmarka .owl-dots {
    margin-top: 25px !important;
}

    .mainmarka .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 4px;
        background: #73add9;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 50%;
    }

    .mainmarka .owl-dots .owl-dot.active span {
        background: #999;
    }


.tab_list {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
    text-align: center;
}

.tab_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

    .tab_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        border-radius: 0px;
        margin-bottom: 0px;
    }

        .tab_list li.active a {
            border-top: 0px solid #f8ac00;
            background: #1b8db4;
            color: #fff;
            border-radius: 0px;
            border: 0px;
        }

        .tab_list li a {
            display: block;
            font-weight: 500;
            font-size: 14px;
            color: #fff;
            padding: 10px 20px;
            border-radius: 0px;
            background: #025576;
            border: 0px solid #ddd;
            border-top: 0px solid #f8ac00;
        }

            .tab_list li a:hover {
                background: #1b8db4;
                color: #fff;
                border-top: 0px solid transparent;
                border: 0px;
            }

        .tab_list li.active a:hover {
            border-top: 0px solid #f8ac00;
            background: #1b8db4;
            color: #fff;
            border-radius: 0px;
            border: 0px;
        }

        .tab_list li.active a:focus, .tab_list li.active a:focus span {
            border-top: 0px solid #f8ac00;
            background: #1b8db4;
            color: #fff;
            border-radius: 0px;
            border: 0px;
        }

        .tab_list li a span {
            color: #fff;
            font-weight: 600;
        }

.tabdiv {
    padding: 0px;
    border: 0px solid #dadada;
    border-top: 0px;
    line-height: 1.7;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 5px;
}

.tabdiv3 {
    box-shadow: 0px 0px 5px #e9e9e9;
    border: 1px solid #e9eaeb;
    border-top: 2px solid #097f7e;
    line-height: 1.7;
    font-size: 13px;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}



.zoom {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.zoomimgg {
    max-width: 100%;
}

.detaysol {
    margin-bottom: 15px;
}


    .detaysol ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
    }

        .detaysol ul li {
            border: 0px solid #ddd;
            display: inline-block;
            float: left;
            width: 20%;
            padding: 5px;
            margin: 0;
            list-style-type: none;
        }

            .detaysol ul li:after {
                clear: both;
                display: block;
                content: "";
            }

            .detaysol ul li a {
                display: block;
                width: 100%;
                float: left;
            }

            .detaysol ul li img {
                width: 100%;
                height: auto;
                cursor: pointer;
                border: 1px solid #eeeeee;
            }

.zoom img {
    width: 100% !important;
    height: auto !important;
    cursor: pointer;
    position: relative !important;
}



.dtayfiyat {
    color: #2e2e2e;
    font-size: 35px;
    font-weight: 600;
}

    .dtayfiyat span {
        color: #717171;
        font-size: 14px;
        font-weight: 500;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 7px;
    }

.urundtybaslik {
    font-size: 33px;
    font-weight: 700;
    color: #004b83;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    line-height: inherit;
}

.dty_btn_ {
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    background-color: #3994b6;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    float: left;
    border-radius: 4px;
    margin-right: 7PX;
    cursor: pointer;
    transition: all 150ms ease-out;
}

.wht {
    background-color: #25d366;
}

.dty_btn_ i {
    margin-right: 7px;
}

.dty_btn_:hover {
    color: #fff;
    background-color: #2e7f9d;
}



.tab_list2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .tab_list2 li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        border-radius: 0px;
        display: table-cell;
    }

        .tab_list2 li.active a {
            background: #fff;
            color: #333;
            border-radius: 0px;
            border-bottom: 2px solid #fff;
            margin-bottom: -1px;
            border-top: 1px solid #ccc;
        }

        .tab_list2 li a {
            display: block;
            font-weight: 600;
            font-size: 15px;
            color: #333;
            padding: 12px 20px;
            border-radius: 0px;
            background: #f7f7f7;
            border: 1px solid #e9e9e9;
            border-bottom: 0px;
            display: block;
            margin-bottom: -2px;
        }

            .tab_list2 li a:hover {
                background: #ebebeb;
                color: #333;
                border-radius: 0px;
                border-bottom: 1px solid #ebebeb;
            }

        .tab_list2 li.active a:hover {
            background: #fff;
            color: #333;
            border-radius: 0px;
            border-bottom: 0px solid #ebebeb;
            border-bottom: 2px solid #fff;
            margin-bottom: -1px;
        }

        .tab_list2 li.active a:focus, .tab_list2 li.active a:focus span {
            background: #fff;
            color: #333;
            border-radius: 0px;
            border-bottom: 2px solid #fff;
            margin-bottom: -1px;
            border-top: 1px solid #ccc;
        }

        .tab_list2 li a span {
            color: #fff;
            font-weight: 600;
        }



.tabdiv2 {
    padding: 15px;
    border: 1px solid #ebebeb;
    line-height: 1.7;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 40px;
}








.page_title2 {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

    .page_title2 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        color: #333;
        font-weight: 600;
        display: inline-block;
    }

        .page_title2 h2:after {
            content: "";
            width: 50px;
            display: block;
            margin-top: 13px;
            margin-bottom: -1px;
            height: 2px;
            background: #1b8db4;
        }

.page_title3 {
    display: block;
    margin-bottom: 10px;
}

    .page_title3 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        color: #333;
        font-weight: 600;
        display: inline-block;
    }

.page_title4 {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

    .page_title4 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
        color: #02bf51;
        font-weight: 700;
        display: inline-block;
    }

        .page_title4 h2:after {
            content: "";
            width: 35px;
            display: block;
            margin-top: 13px;
            margin-bottom: -1px;
            height: 2px;
            background: #00aeea;
        }


.filtre {
    margin-bottom: 15px;
    text-align: center;
}

    .filtre a {
        float: none;
        display: inline-block;
        padding: 0px 5px 2px 0px;
        line-height: 14px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

        .filtre a:after {
            font-family: 'Font Awesome\ 5 Free';
            content: "\f054";
            font-size: 9px;
            margin-left: 7px;
            color: #fff;
            font-weight: 900;
        }

        .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;
    }


    .logodiv {
        position: relative;
        width: 120px;
    }

    .logo img {
    }

    .menu_btn {
        display: inline-block;
        float: right;
    }
}




@media (max-width: 768px) {
    .easyzoom {
        pointer-events: none;
    }


    #bo-menu {
        display: none;
    }

    .header_ic {
        padding: 8px 15px;
    }

    .header_menu {
        display: none;
    }

    .menu_bg {
        display: none;
    }

    .logodiv {
        position: relative;
        width: 200px;
    }

    .logo img {
    }

    .menu_btn {
        display: inline-block;
        float: right;
    }

    .header_ust {
        padding: 5px 0px;
    }

    .ust_menu {
        float: none;
        display: block;
        text-align: center;
        padding: 0px 0px;
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

        .ust_menu li {
            font-size: 11px;
            margin-right: 5px;
        }

            .ust_menu li i {
                font-size: 12px;
                margin-right: 4px;
            }

            .ust_menu li b {
                font-size: 14px;
            }

            .ust_menu li span {
                font-size: 12px;
            }

    .ust_menu2 {
        float: none;
        display: block;
        text-align: center;
    }

        .ust_menu2 li {
            font-size: 11px;
        }

            .ust_menu2 li i {
                font-size: 11px;
            }

    .online-satis {
        display: none !important;
    }

    .footerdiv {
        text-align: center;
    }

    .sol {
        display: block;
    }

    .main_title h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .page_header h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .hoverbtn a {
        padding: 4px 7px;
        font-size: 14px;
    }

    .solfiltrebtnclose {
        display: block;
    }

    .solfiltrebtn {
        display: block;
    }

    .urundivimg {
        height: auto !important;
    }

    .bx-wrapper .bx-pager {
        display: block;
    }

    .bx-controls-direction {
        display: none;
    }

    .headerbtn:before {
        position: relative;
        content: "";
        clear: both;
        display: block;
    }

    .headerbtn {
        margin-top: 65px;
        float: none;
        text-align: center;
    }

        .headerbtn a {
            zoom: 0.7;
        }

        .headerbtn li {
            margin-right: 3px;
            margin-left: 3px;
        }

    .user_lgn {
        margin-top: 18px;
    }

        .user_lgn a {
            font-size: 13px;
        }

    .slider {
        margin-top: 0px;
        height: 243px;
    }

    .home_bg {
        min-height: 177px;
        height: auto;
    }

    .page_bg {
        padding-top: 20px;
        height: auto;
    }

    .pegeurunlistrow {
        display: block;
        -ms-flex-wrap: none;
        flex-wrap: none;
    }

    .popboxin {
        width: 90%;
    }

    .reklamslider h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-control {
        zoom: 0.7;
    }

    .reklamslider .carousel-control {
        display: block;
        zoom: 0.7;
    }

    .reklamslider .carousel-indicators {
        display: none;
        zoom: 0.9;
    }

    .tmbtn {
        zoom: 0.8;
    }

    .hmslider2 .carousel-control {
        display: block;
        zoom: 0.7;
    }

    .hmslider2 .carousel-indicators {
        display: none;
        zoom: 0.9;
    }

    .hmslider2 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
}


/*Bildirim alanı*/
.notification-area {
    display: none;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    top: 10px;
    right: 10px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

#toast-container > div {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    background-position: 15px center;
    background-repeat: no-repeat;
    opacity: .95;
    color: #fff !important;
}

#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toast-success {
    background-color: #39c759;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

.toast-warning {
    background-color: #fb3;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

.toast-info {
    background-color: #33b5e5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

.toast-error {
    background-color: #ff3547;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

.toast {
    /*background-color: #030303;*/
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    color: #fff !important;
}

    .toast-close-button:focus, .toast-close-button:hover {
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
    }

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000 !important;
    }

.toast-title {
    font-weight: 600;
    font-size: 16px;
}

.toast-message {
    word-wrap: break-word;
}

#toast-container > :hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 1;
    cursor: pointer;
}
/*Bildirim alanı*/


/*.grupScroll {
    overflow: scroll;
    height: 50em;
    overflow-x: hidden;

}*/

.grupScroll {
    overflow: scroll;
    height: 50em;
    overflow-x: hidden;
    cursor: pointer;
}

    .grupScroll::-webkit-scrollbar {
        width: 10px;
        cursor: pointer;
    }

    .grupScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .grupScroll::-webkit-scrollbar {
        background: #ffffff;
        box-shadow: inset 7px 10px 12px #f0f0f0;
    }

    .grupScroll::-webkit-scrollbar-thumb {
        background: #1d8ddc;
    }

        .grupScroll::-webkit-scrollbar-thumb:hover {
            background: #015fc9;
        }

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 160px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #004b83; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    height: 55px;
    width: 55px;
    box-shadow: 2px 2px 3px #999;
    border-radius: 50%;
    font-size: 18px; /* Increase font size */
}

    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

.refFilter {
    filter: grayscale(100%);
}

    .refFilter:hover {
        filter: grayscale(0%);
    }

.whatsappfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 90px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999999999 !important;
    padding: 15px;
}

    .whatsappfloat:hover {
        color: #004b83 !important;
        text-decoration: underline;
    }



.navbar {
     margin-bottom: 0px;
    border: 0px solid transparent;
}