﻿
.slider {
    position: relative;
}

.slider_desc {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10 !important;
}

.slider_desc2 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.slider_desc3 {
    position: relative;
    text-align: left;
    margin-top: 40px;
    position: relative;
    background: rgba(0,0,0,0.8);
}


    .slider_desc3 .silbox {
        padding: 5px 20px;
        margin: 0px;
        margin-bottom: 15px;
        color: #fff;
        background: #fe952a;
        font-size: 29px;
        font-weight: 500;
        display: inline-block;
        -webkit-animation-name: ani2; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
        animation-name: ani2;
        animation-duration: 1.5s;
    }

    .slider_desc3 h1 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
        color: #fff;
        font-size: 39px;
        font-weight: 700;
    }

    .slider_desc3 p {
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        -webkit-animation-name: ani2; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
        animation-name: ani2;
        animation-duration: 1.5s;
    }


.slider_mask {
    height: 269px;
    width: 100%;
    bottom: 0;
    left: 0px;
    position: absolute;
    z-index: 1;
    background: url(/assets/img/slider_alt_bg.png) no-repeat center top;
}

.sgtextpad {
    padding-top: 25px;
    padding-bottom: 5px;
    padding-right: 15px;
}

.slider_desc3 .btn_s {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 0px 0px #000;
    color: #fff;
    padding: 9px 35px;
    background: #cfa91d;
    border-radius: 0px;
    transition: all 150ms ease-out;
    display: inline-block;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.5s;
}

    .slider_desc3 .btn_s:hover {
        background: #fff;
        color: #333;
    }


.sliderimgdiv {
    z-index: 10 !important;
}

    .sliderimgdiv img {
        max-width: 100%;
        z-index: 10 !important;
        -webkit-animation-name: ani2; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
        animation-name: ani2;
        animation-duration: 1.5s;
    }

.slidim {
    border: 3px solid #fff;
}

    .slidim img {
        max-width: 100%;
    }

.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;
    }

.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: 920px;*/
}


.carousel-inner .item {
    /*padding: 0px 0px;
    height: 100%;
    background: no-repeat top center #eeeeee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;*/
}

.slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333 !important;
    border: 0px !important;
    border-radius: 10px;
}

.slider .carousel-indicators .active {
    background-color: #f03434 !important;
}

.slider .carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: none;
}

.slider_desc3 h1 {
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.0s;
    position: relative;
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 500;
    background: red;
    width: 50px;
    height: 50px;
}



@keyframes example {
    from {
        transform: scale(1.5);
        opacity: 0;
    }

    to {
        transform: scale(1.0);
        opacity: 1;
    }
}

@keyframes ani1 {
    from {
        right: -140px;
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        right: 0px;
        transform: scale(1.0);
        opacity: 1;
    }
}

@keyframes ani2 {
    from {
        right: -140px;
        transform: scale(0.5);
        opacity: 1;
    }

    to {
        right: 0px;
        transform: scale(1.0);
        opacity: 1;
    }
}

.denemeani {
    -webkit-animation-name: example_; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: example_;
    animation-duration: 1.0s;
    position: relative;
    width: 100px;
    height: 100px;
    background: #ccc;
    animation-iteration-count: 10000;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333333;
    height: 100%;
    box-sizing: border-box;
    display: block;
}

html {
    height: 100%;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}


header {
    position: absolute;
    z-index: 5;
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(0,0,0,0));
}

.header_ust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    margin-bottom: 7px;
}

.header_ic {
    position: relative;
    padding: 20px 15px;
    box-sizing: border-box;
}

.headicbg {
    background: url(/assets/img/headeric_bg.jpg) top center no-repeat #565c6f;
    padding: 16px 15px 25px 15px;
    border-bottom: 3px solid #333742;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.logobg {
    background: url(/assets/img/huniper_logo_bg_desktop.png) no-repeat top center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 187px;
    text-align: center;
    top: 0px;
}

.logodiv {
    display: block;
    position: relative;
    z-index: 10000;
}

.logo {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}

.logo_img {
    position: relative;
    border: 0px;
    max-width: 100%;
    margin-top: 25px;
    transition: all 350ms ease-out;
    z-index: 10;
}

    .logo_img:hover {
        -webkit-transform: scale(0.9) rotate(-10deg);
        transform: scale(0.9) rotate(-10deg);
    }



.sosyal_icon {
    display: inline-block;
    position: relative;
    z-index: 5;
}

    .sosyal_icon a {
        text-decoration: none;
        color: #555;
        font-size: 15px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
    }

        .sosyal_icon a:hover {
            color: #666;
        }

        .sosyal_icon a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 5px;
        }

.menu_btn {
    background: #414042;
    position: relative;
    z-index: 5;
    padding: 7px 10px 7px 10px;
    display: none;
    margin-top: 0px;
    transform: rotate(-45deg);
    border-radius: 5px;
}

    .menu_btn i {
        color: #FFF;
        text-decoration: none;
        font-size: 21px;
        transform: rotate(45deg);
    }

.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: fixed;
    z-index: 10000;
    border-right: 4px solid #d89313;
    box-shadow: 40px 0px 80px 0 #404040;
    padding: 15px;
    min-height: 100%;
    transition: all 350ms ease-out;
    background-color: #3c404e;
}


    .acilan_menu .logodiv-mobil-menu {
        display: inline-block;
        text-align: center;
        margin-bottom: 15px;
    }

        .acilan_menu .logodiv-mobil-menu .logo-mobil-menu {
            display: inline-block;
            text-align: center;
            margin-bottom: 15px;
        }

        .acilan_menu .logodiv-mobil-menu .logo-mobil-menu {
            display: inline-block;
            position: relative;
            z-index: 1;
            text-align: center;
        }

            .acilan_menu .logodiv-mobil-menu .logo-mobil-menu img.logo_img-mobil-menu {
                max-width: 200px;
                margin-top: 0px;
                position: relative;
                border: 0px;
            }

    .acilan_menu .mobil-menu-kutu-ust-ikonlar {
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }

        .acilan_menu .mobil-menu-kutu-ust-ikonlar > div {
            width: 20%;
        }
        /*.acilan_menu .mobil-menu-kutu-ust-ikonlar > div:first-child {padding-left:0;}
.acilan_menu .mobil-menu-kutu-ust-ikonlar > div:last-child {padding-right:0;}*/
        .acilan_menu .mobil-menu-kutu-ust-ikonlar a {
            border-radius: 5px;
            background: #005ba9;
            padding: 8px 0px 5px 0px;
            width: 35px;
            height: 35px;
            display: inline-block;
            text-align: center;
        }

            .acilan_menu .mobil-menu-kutu-ust-ikonlar a i {
                color: #ffffff;
                font-size: 20px;
            }

            .acilan_menu .mobil-menu-kutu-ust-ikonlar a.mobil-menu-icon-facebook {
                background: #376dbd;
            }

            .acilan_menu .mobil-menu-kutu-ust-ikonlar a.mobil-menu-icon-instagram {
                background: #e8403e;
            }

            .acilan_menu .mobil-menu-kutu-ust-ikonlar a.mobil-menu-icon-linkedin {
                background: #0077b5;
            }

            .acilan_menu .mobil-menu-kutu-ust-ikonlar a.mobil-menu-icon-youtube {
                background: #ff0000;
            }


.acilan_menu_baslik {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    float: left;
    padding-top: 12px;
}

.menu_cizgi {
    height: 1px;
    background: #fff;
    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: #ffffff;
            text-decoration: none;
            padding: 9px 0px;
            border-bottom: 1px solid #333;
            transition: all 250ms ease-out;
            font-weight: 500;
        }

            .acilan_menu_list li a:hover {
                background: #d89313;
                padding-left: 7px;
                color: #fff;
            }

    .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;
        }


.menu_bg {
    background: #1c2335;
    width: 100%;
    border-bottom: 3px solid #ed1c24;
}

.header_menu {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    /*    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    float: right;
    margin-top: 12px;
    margin-right: 36px;*/
}

    .header_menu li {
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        display: inline-block;
    }

        .header_menu li i {
        }

        .header_menu li a {
            position: relative;
            z-index: 1;
            display: block;
            font-size: 15px;
            border-radius: 10px;
            padding: 9px 10px;
            color: #000;
            text-decoration: none;
            text-shadow: 0px 0px 0px #333;
            transition: all 250ms ease-out;
            text-align: center;
        }

        .header_menu li:hover a {
            color: #ffffff;
            background: #d89313;
        }

        .header_menu li:hover i {
            opacity: 1;
        }

    .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: 200px;
        padding: 0px;
        margin: 0px;
    }

    .header_menu li ul li a {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 0px 8px 10px;
        color: #2a2a2a;
        text-align: left;
        text-decoration: none;
        border-top: 0px;
        border-bottom: 1px solid #dadada;
        transition: all 250ms ease-out;
        display: block;
        border-right: 0px;
        text-shadow: 0px 0px 0px #333;
        background: #333333;
    }

        .header_menu li ul li a:hover {
            border-top: 0px solid #53bb53;
            background: #eeeeee;
            color: #02697e;
        }

    .header_menu li:hover ul {
        display: block;
    }




            .header_menu li.b2b-login-li-desktop {
                background: url('/assets/img/bayi-giris-bg-1.png') no-repeat -25px bottom;
                width:160px;
                height:36px;
                position: relative;
                float: left;
                padding: 0px 0px 0px 0px;
                transition: all 280ms ease-out;
                margin-left:5px;
            }

                .header_menu li.b2b-login-li-desktop.activeusermenu {
                    background: #2d2c32;
                }

                .header_menu li.b2b-login-li-desktop:hover {
                    /*background: #e31e24 none repeat scroll 0 0;*/
                }

                .header_menu li.b2b-login-li-desktop:hover a {
                    color: #565863;
                    background: unset !important;
                }

                .header_menu li.b2b-login-li-desktop:hover a img.img-2 {
                    -webkit-transform: scale(1) rotate(360deg);
                    transform: scale(1) rotate(360deg);
                }

                .header_menu li.b2b-login-li-desktop a {
                    font-weight: normal;
                    color: #313131;
                    text-decoration: none;
                    display: inline-block;
                    width: 100%;
                    line-height: 32px;
                    transition: all 280ms ease-out;
                    font-size: unset;
                    border-radius: unset;
                    padding: unset;
                    text-align: unset;
                }

                .header_menu li.b2b-login-li-desktop a i {
                    float: left;
                    margin-top: 9px;
                    color: #e31e24;
                }

                    .header_menu li.b2b-login-li-desktop a img.img-1 {
                        float: left;
                        margin-top: 3px;
                        margin-right: 0;
                    }

                    .header_menu li.b2b-login-li-desktop a img.img-2 {
                        float: right;
                        margin-top: 0;
                        margin-right: 0;
                        transition: all 280ms ease-out;
                    }

                    .header_menu li.b2b-login-li-desktop a span {
                        float: left;
                        line-height: 32px;
                        margin-left: 5px;
                        font-weight: 700;
                    }





.trh {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}



.ust_menu {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    display: inline-block;
    margin-top: 0px;
}

    .ust_menu li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        padding: 2px 10px 0px 0px;
        color: #444;
        font-size: 14px;
        text-decoration: none;
        font-weight: 400;
        transition: all 150ms ease-out;
    }

        .ust_menu li a {
            color: #222;
            text-decoration: none;
        }

        .ust_menu li i {
            margin-right: 4px;
            font-size: 15px;
            vertical-align: inherit;
        }

.searchfrm {
    display: inline-block;
    /*background: #fff;*/
    border: 0px solid #e9e9e9;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-radius: 5px;
}

    .searchfrm .form-control {
        width: 149px;
        border-radius: 0px;
        border: 0px;
        height: 40px;
        float: left;
        background: #565864;
        font-size: 13px;
        color: #fff;
    }

    .searchfrm .btn {
        float: left;
        background: #d89313;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        padding: 10px 17px;
        transition: all 150ms ease-out;
        border-radius: 0px;
    }

        .searchfrm .btn:hover {
            background: #3d404d;
        }

    .searchfrm .form-control::placeholder {
        color: #FFF;
        opacity: 10;
    }

.searchfrm_mbl {
}

.Lang_Site {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}

    .Lang_Site li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

        .Lang_Site li > a {
            color: #fff;
            background: #414042;
            padding: 4px 10px;
            border-radius: 5px;
            font-size: 14px;
            text-decoration: none;
            font-weight: 400;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            position: relative;
        }

            .Lang_Site li > a img {
                max-height: 21px;
                margin-right: 5px;
            }

            .Lang_Site li > a i {
                margin-left: 4px;
            }

    .Lang_Site ul {
        display: none;
        margin: 0;
        padding: 0px;
        list-style: none;
        position: absolute;
        left: 0px;
        top: 26px;
        background: transparent;
        border-radius: 0px;
    }

        .Lang_Site ul li {
            display: block;
            width: 100%;
            float: left;
            margin: 0;
            padding: 0px;
        }

    .Lang_Site li:hover ul {
        display: inline-block;
        width:100%;
    }

    .Lang_Site li:hover a {
        background: #ee4136;
        text-transform: uppercase;
    }

    .Lang_Site li ul li a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
        display: block;
        padding: 2px 5px;
        width: 100%;
        text-align: left;
    }

        .Lang_Site li ul li a:hover {
            background: #414042;
            color: #fff;
        }






.mainyazi {
    color: #5e6362;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
}




.pagenum {
    margin-top: 30px;
    display: block;
    margin-bottom: 0PX;
    text-align: center;
}

    .pagenum a {
        padding: 6px 12px;
        color: #666;
        font-size: 14px;
        background: #eeeeee;
        font-weight: 500;
    }

        .pagenum a:hover {
            background: #444b55;
            color: #fff;
        }

        .pagenum a.active {
            background: #444b55;
            color: #fff;
        }




.page_bg {
    position: relative;
    padding: 177px 0px 30px 0px;
    background: url(/assets/img/pagebg.jpg) no-repeat top center;
    border-bottom: 1px solid #d89313;
}

.page_title {
    text-align: center;
    margin-bottom: 20px;
}

    .page_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 28px;
        color: #474c5c;
        font-weight: 700;
        display: inline-block;
    }


.kesfetbox {
    margin-bottom: 20px;
}

.kesfetbox_ {
    position: relative;
    background: url(/assets/img/kesbox.jpg) top center no-repeat;
    padding: 10px;
    height: 80px;
    text-align: center;
    transition: all 150ms ease-out;
}

.kesfetborder {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    display: table;
    text-align: center;
}

.kesfetbox_ h5 {
    padding: 0px;
    margin: 0px;
    font-size: 19px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    transition: all 150ms ease-out;
}

.kesfetbox_:hover {
    padding: 15px;
}

    .kesfetbox_:hover h5 {
        font-size: 16px;
    }


.yazi {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    padding: 0px;
    margin: 0px;
}

.devami {
    display: inline-block;
    padding: 9px 32px;
    border: 1px solid #494e60;
    color: #494e60;
    font-weight: 400;
    border-radius: 25px;
    font-size: 15px;
    transition: all 150ms ease-out;
}

    .devami:hover {
        background: #d89313;
        color: #fff;
        border: 1px solid #d89313;
    }

    .devami i {
        margin-left: 5px;
    }

.tm {
    float: right;
    display: inline-block;
    padding: 4px 10px;
    background: #ed1c24;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    transition: all 150ms ease-out;
}

    .tm:hover {
        text-shadow: 0px 2px 1px #333;
        background: #1c2335;
        color: #fff;
    }


.main_title2 {
    text-align: left;
    margin-bottom: 25px;
}

    .main_title2 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 28px;
        color: #d89313;
        font-weight: 700;
        display: inline-block;
    }

.main_title2_ h2:after {
    content: "";
    display: block;
    width: 60px;
    background: #ed1c24;
    height: 2px;
    margin-top: 12px;
}


.main_title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

    .main_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
        color: #333;
        font-weight: 400;
        display: inline-block;
    }

    .main_title.byz h2 {
        color: #fff;
    }

    .main_title b {
        color: #d89313;
        font-weight: 700;
    }

    .main_title h2 span {
        color_: #ffcb05;
        color: #e99130;
    }

.main_title___:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 22px;
    z-index: 0;
    margin: auto;
    background: rgba(204,204,204,.5);
}




.sol_ {
    margin-bottom: 20px;
}

.sol_baslik {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    border-radius: 0px;
}

.sol_list {
    margin: 0px;
    padding: 15px;
    list-style: none;
    border: 2px solid #e9e9e9;
}

    .sol_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
    }

        .sol_list li a {
            font-size: 15px;
            font-weight: 600;
            padding: 9px 0px;
            display: block;
            text-decoration: none;
            color: #333;
            border-radius: 0px;
            transition: all 0.3s;
            position: relative;
            margin-bottom: 0px;
        }

            .sol_list li a span {
                display: inline-block;
                position: relative;
                float: left;
                line-height: 34px;
                padding-top: 3px;
            }

                .sol_list li a span:after {
                    content: "";
                    width: 0px;
                    height: 2px;
                    background: #48aad8;
                    display: block;
                    bottom: 0px;
                    left: 0px;
                    margin-top: 5px;
                    transition: all 0.3s;
                }

            .sol_list li a:hover span:after {
                width: 80px;
            }

            .sol_list li a i {
                margin-right: 7px;
                color: #f09a12;
                font-size: 14px;
                vertical-align: baseline;
            }

            .sol_list li a:hover {
                background: #f09a12;
                color: #fff;
            }

                .sol_list li a:hover i {
                    transform: rotate(360deg);
                }


.pageboxbg {
    background: url(/assets/img/pagebg.jpg) top center no-repeat;
    height: 180px;
    width: 100%;
}

.homur {
    position: relative;
    margin-top: -62px;
    z-index: 2;
}



.boxur {
    margin-bottom: 20px;
}

.boxur_ {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.boxur_title {
    position: relative;
    border-radius: 10px;
    height: auto;
    z-index: 0;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background: #565c6f;
    width: 100%;
    text-align: left;
    transition: all 200ms ease-out;
    margin-top: -30px
}

    .boxur_title h4 {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        height: 42px;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        line-height: 1.4;
    }

        .boxur_title h4 span {
            display: block;
        }

.stnal {
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: inline-block;
    background: #d89313;
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
}

    .stnal img {
    }

.boxur_img {
    position: relative;
    z-index: 1;
    width: 87%;
    height: 229px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    transition: all 200ms ease-out;
}

    .boxur_img img {
        min-height: 100%;
        width: 100%;
        transition: all 200ms ease-out;
    }

.boxur_:hover .boxur_img {
    transform: scale(0.9);
}

    .boxur_:hover .boxur_img img {
    }

.boxur_:hover .boxur_title {
    background: #d89313;
}

.boxur_:hover .stnal {
    background: #fff;
    color: #565c6f;
}



.homktlgbox {
    border-left: 2px solid #d89313;
    height: 198px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    padding: 15px 30px;
    margin-bottom: 30px;
}

.homktlgboximg {
    float: left;
    margin-right: 32px;
    height: 100%;
}

    .homktlgboximg img {
        max-width: 100%;
        display: inline-block;
        width: auto;
        height: 100%;
    }

.homktlgboxtext {
}

    .homktlgboxtext h3 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 14px;
        font-size: 24px;
        color: #d89313;
        font-weight: 800;
    }

    .homktlgboxtext p {
        padding: 0px;
        margin: 0px;
        font-size: 15px;
        color: #565c6f;
    }


.homtunabox {
    border-right: 2px solid #565c6f;
    min-height: 198px;
    border-radius: 10px;
    background: #efefef;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    padding: 15px 30px;
    margin-bottom: 30px;
}

.homtunaboximg {
    float: left;
    margin-right: 32px;
}

    .homtunaboximg img {
        margin-top: 29px;
        max-width: 100%;
    }

.homtunaboxtext {
}

    .homtunaboxtext h3 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 14px;
        font-size: 24px;
        color: #0060aa;
        font-weight: 800;
    }

        .homtunaboxtext h3 span {
            font-weight: 400;
        }

    .homtunaboxtext p {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        color: #565c6f;
    }

.ndnboxdiv {
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 66px 0px;
    background: url(/assets/img/ndnboxdiv.jpg) top center no-repeat #565c6f;
}

.ndnbzbox {
    margin-bottom: 25px;
}

.ndnbzbox_:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #fff;
    margin-top: 15px;
    border-radius: 4px;
}

.ndnbzbox_ i {
    font-size: 45px;
    color: #fff;
    margin-bottom: 27px;
}

.ndnbzbox_ h5 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    color: #d89313;
    font-size: 20px;
    font-weight: 800;
}

.ndnbzbox_ p {
    padding: 0px;
    margin: 0px;
    color: #a3a3a3;
    font-size: 15px;
    line-height: 1.6;
}


.krmboxxx {
}

    .krmboxxx h4 {
        margin: 0px;
        padding: 0px;
        margin-bottom: 27px;
        font-size: 27px;
        font-weight: 800;
        color: #d89313;
    }

    .krmboxxx b {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 400;
        color: #53596d;
        font-style: italic;
        display: block;
    }

    .krmboxxx p {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        color: #838383;
        line-height: 1.6;
    }

.tklfcol {
    padding-right: 0px;
}

.tklfimgcol {
    min-height: 529px;
    background: url(/assets/img/tklfbg2.jpg) no-repeat top right #fff;
}

.tklfimgcoltext {
    padding-left: 15px;
    color: #4b4b4b;
    font-size: 16px;
}

    .tklfimgcoltext b {
        color: #d89313;
        display: block;
        font-size: 22px;
        font-weight: 600;
    }

.demotlp {
    padding: 40px 25px 25px 25px;
    box-shadow: 0px 1px 10px rgba(0,0,0, 0.2);
    background: url(/assets/img/tklfbg.jpg) no-repeat top left #d7d7d7;
    border-radius: 10px;
}

    .demotlp h2 {
        padding: 0px;
        margin: 0px;
        font-size: 29px;
        color: #494e5f;
        font-weight: 600;
        margin-bottom: 20px;
    }

.tklf_form {
}

    .tklf_form label {
        font-weight: 400;
        color: #333;
        font-size: 14px;
    }

    .tklf_form .radio-inline {
        font-weight: 500;
        color: #333;
        font-size: 14px;
        padding-top: 10px;
    }

    .tklf_form .btn {
        background: #494e5f;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        padding: 14px 32px;
        transition: all 150ms ease-out;
        margin-bottom: 20px;
        border-radius: 25px;
        width: 100%;
    }

        .tklf_form .btn:hover {
            background: #d89313;
        }

    .tklf_form .form-control {
        font-size: 13px;
        height: 45px;
        border: 0px solid #e9e9e9;
        border-radius: 5px;
        box-shadow: inset 0 0px 0px rgba(0,0,0,0);
        background: #fff;
    }

    .tklf_form .dropdown {
        padding: 7px 12px;
    }

    .tklf_form .textrea {
        height: 120px;
    }

    .tklf_form .form-group {
    }



.urundtybaslik {
    font-size: 24px;
    font-weight: 700;
    color: #d89313;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    line-height: inherit;
}

.dty_btn_ {
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    background-color: #607d8b;
    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: #d89313;
}

.dtyyazi {
    color: #999;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    padding: 0px;
    margin: 0px;
}

.csstable2 tbody tr .tdbg {
    background: #f9f9f9;
}

.medyalist {
    margin-bottom: 25px;
}

.medyalist_ {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

    .medyalist_ img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .medyalist_ b {
        display: block;
    }

    .medyalist_:hover {
        background-color: #f9f9f9;
    }


.icerik {
    margin: 50px auto 50px auto;
    min-height: 300px;
}

.icerik2 {
    margin: 45px auto 45px auto;
}



.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: #1b8db4;
        color: #fff;
        margin: 0px;
        margin-left: 4px;
        border-radius: 0px;
        padding: 2px 8px;
    }

    .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: #1b8db4;
            color: #fff;
        }

    .firsat_urunleri .owl-nav .owl-next:after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f054";
        font-size: 14px;
        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: 14px;
        height: 14px;
        margin: 4px 2px;
        background: #d89313;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 50%;
    }

    .firsat_urunleri .owl-dots .owl-dot.active span {
        background: #565c6f;
    }


.videogaleri {
    margin-bottom: 30px;
    position: relative;
}

    .videogaleri a {
        display: block;
        text-decoration: none;
    }

.videogaleriyazi {
    color: #5e6269;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.videogaleriimg {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 148px;
}

.videogaleriefekt {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    transition: all 200ms ease-out;
    text-align: center;
}

    .videogaleriefekt i {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20%;
    }

.videogaleriimg img {
    max-width: 100%;
    transition: all 250ms ease-out;
}

.videogaleri:hover .videogaleriimg img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.videogaleri:hover .videogaleriefekt {
    height: 100%;
    z-index: 5;
}

.videogaleri:hover .videogaleriimg img {
    -webkit-filter: contrast(150%);
    filter: contrast(150%);
}



.m_galeri_kat {
    padding: 15px;
    display: inline-block;
    overflow: hidden;
    border-bottom: 0px solid #CCC;
}

    .m_galeri_kat:hover .m_galeri_img2 {
        transform: scale(1.2) rotate(0deg);
        z-index: 3;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }

.m_galeri_img2 {
    min-height: 100%;
    width: 100%;
    transition: all 300ms ease-out;
    vertical-align: text-bottom;
}

.m_galeri_a2 {
    height: 155px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.m_galeri_efekt2 {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: all 200ms ease-out;
    text-align: center;
}

    .m_galeri_efekt2 i {
        font-size: 40px;
        color: #ffffff;
        margin-top: 25%;
        opacity: 0;
        transition: all 400ms ease-out;
    }

.m_galeri_kat:hover .m_galeri_efekt2 i {
    transform: rotate(360deg);
    font-size: 40px;
    opacity: 1;
}

.m_galeri_kat:hover .m_galeri_efekt2 {
    width: 100%;
    z-index: 5;
    opacity: 1;
}

.galkatyaz {
    text-align: center;
    height: 42px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;
    overflow: hidden;
}


.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: 155px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.m_galeri_efekt {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(174,16,1,0.5);
    transition: all 200ms ease-out;
    text-align: center;
}

    .m_galeri_efekt i {
        font-size: 250px;
        color: #ffffff;
        margin-top: 25%;
        opacity: 0;
        transition: all 400ms ease-out;
    }

.m_galeri_l:hover .m_galeri_efekt i {
    transform: rotate(360deg);
    font-size: 40px;
    opacity: 1;
}

.m_galeri_l:hover .m_galeri_efekt {
    width: 100%;
    z-index: 5;
    opacity: 1;
}



.iletisim_form {
}

    .iletisim_form label {
        font-weight: 600;
        color: #333;
        font-size: 14px;
    }

    .iletisim_form .radio-inline {
        font-weight: 500;
        color: #333;
        font-size: 14px;
        padding-top: 10px;
    }

    .iletisim_form .btn {
        background: #d89313;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        padding: 11px 42px;
        transition: all 150ms ease-out;
        margin-bottom: 20px;
        border-radius: 5px;
    }

        .iletisim_form .btn:hover {
            background: #53596d;
        }

    .iletisim_form .form-control {
        font-size: 14px;
        height: 40px;
        border-bottom: 1px solid #d89313;
        border-radius: 4px;
        box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    }

    .iletisim_form .dropdown {
        padding: 7px 12px;
    }

    .iletisim_form .textrea {
        height: 140px;
    }

    .iletisim_form .form-group {
    }

.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: 8px 0px;
        background-color: #f9f9f9;
        border-radius: 4px;
        margin-bottom: 15px;
        padding-left: 15px;
        border-bottom: 1px solid #ccc;
    }

    .iletisim_list :last-child {
    }

    .iletisim_list li span {
        color: #424242;
        font-size: 14px;
        font-weight: 400;
    }

    .iletisim_list li .icon_ {
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 1.8;
        margin-right: 10px;
        border-radius: 50%;
    }

    .iletisim_list li i {
        margin-right: 17px;
        vertical-align: baseline;
        color: #666;
        font-size: 18px;
    }

.iletisim_sosyal_icon {
    display: inline-block;
}

    .iletisim_sosyal_icon a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        padding: 0px 0px 0px 0px;
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 4px;
        background: #d89313;
        text-align: center;
        line-height: 35px;
        transition: all 250ms ease-out;
    }

        .iletisim_sosyal_icon a:hover {
            background: #53596d;
            color: #fff;
        }

        .iletisim_sosyal_icon a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 5px;
        }

.filtre {
    margin-bottom: 0px;
    text-align: center;
}


    .filtre a {
        float: none;
        display: inline-block;
        padding: 0px 7px 2px 7px;
        line-height: 14px;
        border-left: 1px solid #CCC;
        color: #545861;
        line-height: 1.2;
        text-decoration: none;
        font-size: 12px;
    }

        .filtre a:first-child {
            border-left: 0px;
            padding-left: 0px;
        }


footer {
    background: url(/assets/img/footer_bg.jpg) top center no-repeat #565c6f;
    position: relative;
    border-top: 0px solid #ed1c24;
    margin-top: 30px;
}

.footiletbox {
    background: #d89313;
    padding: 30px 0px 0px 0px;
}

.foiletb {
    margin-bottom: 30px;
}

.foiletb_ i {
    float: left;
    line-height: 76px;
    font-size: 35px;
    color: #fff;
    margin-right: 20px;
}

.foiletb_ b {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.foiletb_ span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.footer_ic {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}

.footer_copyright {
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    padding: 15px 0px;
    text-align: left;
}

.bytn {
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 500;
}

    .bytn img {
        padding: 3px 7px;
        background: #fff;
        border-radius: 4px;
        width: 100px;
    }

.footerdiv {
    margin-bottom: 15px;
}

    .footerdiv .item {
        padding-bottom: 5px;
        color: #fff;
        font-size: 15px;
    }

        .footerdiv .item i {
            font-size: 25px;
            color: #fff;
            margin-bottom: 12px;
        }

.footer_logo {
    display: block;
    margin-bottom: 45px;
}

    .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;
        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: 600;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 23px;
}

.footerdiv_ h2:after {
    width: 60px;
    content: "";
    height: 2px;
    background: #f88803;
    margin-top: 10px;
    display: block;
}

.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;
    }

        .footer_menu li a {
            position: relative;
            padding: 4px 0px;
            font-size: 15px;
            color: #fff;
            text-decoration: none;
            display: block;
            transition: all 280ms ease-out;
            border-bottom: 1px solid transparent;
            font-weight: 400;
        }

            .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: #d89313;
                border-bottom: 1px solid transparent;
            }

                .footer_menu li a:hover i {
                    transform: rotate(360deg) scale(1.4);
                    color: #ffcb05;
                }

.footer_social_icon {
    text-align: right;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .footer_social_icon b {
        font-size: 16px;
        color: #fff;
        display: block;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .footer_social_icon a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 2.4;
        transition: all 280ms ease-out;
        background: #d89313;
        border-radius: 5px;
    }

        .footer_social_icon a:hover {
            color: #fff;
            transform: scale(1.0) rotate(0deg);
            background: rgba(0,0,0, 0.3);
            border-radius: 5px;
        }

        .footer_social_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: #b6b6b6;
        font-size: 15px;
        font-weight: normal;
        font-weight: 600;
    }

    .iletisim_list_f li b {
        font-weight: 600;
        display: inline-block;
        margin-right: 5px;
        color: #e1e1e1;
        font-size: 15px;
        text-align: left;
    }

    .iletisim_list_f li i {
        margin-right: 7px;
        vertical-align: baseline;
        color: #fff;
        font-size: 15px;
    }

.dflexspacediv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Elit Creative */
.ElitCreative {
    position: relative;
    display: inline-block;
}

    .ElitCreative .elit-icon {
        position: relative;
        cursor: pointer;
        display: block;
        width: 68px;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -webkit-transition-timing-function: linear;
        transition: width 0.3s;
        transition-timing-function: linear;
        margin-right: 10px;
        padding-top: 17.5px;
    }

        .ElitCreative .elit-icon img {
            position: relative;
            cursor: pointer;
            max-width: none;
        }

    .ElitCreative .elit-popup {
        width: 185px;
        box-sizing: border-box;
        bottom: 60px;
        left: -50px;
        position: absolute;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 15px;
        display: none;
        text-align: center;
        z-index: 9999999999;
    }

        .ElitCreative .elit-popup .elit-logo {
            width: auto;
            margin-bottom: 7px;
        }

        .ElitCreative .elit-popup a {
            color: #4e4e4e;
        }

            .ElitCreative .elit-popup a:hover {
                color: #4e4e4e;
            }

        .ElitCreative .elit-popup .elit-text-1 {
            color: #4e4e4e;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            font-family: Calibri, sans-serif;
        }

        .ElitCreative .elit-popup .elit-text-2 {
            color: #4e4e4e;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 5px;
            font-family: Calibri, sans-serif;
        }

        .ElitCreative .elit-popup .pupup-mask {
            position: absolute;
            left: 0px;
            bottom: -11px;
            width: 100%;
            text-align: center;
        }

    .ElitCreative:hover .elit-icon {
        width: 131px;
    }

    .ElitCreative:hover .elit-popup {
        display: block;
    }

.elit-icon {
    padding: 0px;
    margin-bottom: 0;
    height: 50px;
}





/*WHATSAPP BOARD CSS START*/
.whatsapp-fixed-bottom-div {
    display: block;
    position: fixed;
    bottom: 20px;
    z-index: 9999999999;
}

.whatsapp-fixed-bottom-div.w-right {
    right: 190px;
}

.whatsapp-fixed-bottom-div.w-left {
    right: 20px;
}

    .whatsapp-fixed-bottom-div div.w-chat-div {
        /*display: inline-block;*/
        display:none;
        width: 264px;
        height: 190px;
        position: fixed;
        bottom: 99px;
        /*background: #ffffff;*/
        /*border-radius: 5px 5px 0px 5px;*/
        z-index: 9999999998;
    }

    .whatsapp-fixed-bottom-div.w-right div.w-chat-div {
        right: 20px;
    }

    .whatsapp-fixed-bottom-div.w-left div.w-chat-div {
        right: 10px;
    }

    .whatsapp-fixed-bottom-div div.w-chat-div .w-chat-close {
        display: inline-block;
        position: absolute;
        top: -35px;
        right: 0;
        background: #28973b;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        text-align: center;
    }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-chat-close a {
            color: #ffffff;
            font-size: 20px;
            display: inline-block;
            padding: 0 0 0 0;
        }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-chat-close a i {
                display: inline-block;
            }

    .whatsapp-fixed-bottom-div div.w-chat-div .w-div-1 {
        display: inline-block;
        background: #28973b;
        width: 100%;
        height: 80px;
        border-radius: 5px 5px 0px 0px;
    }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-1 span {
            display: inline-block;
            font-size: 14px;
            color: #ffffff;
            width: 100%;
            line-height: 20px;
            padding: 10px 15px 10px 15px;
            text-align: center;
        }

    .whatsapp-fixed-bottom-div div.w-chat-div .w-div-2 {
        display: inline-block;
        background: #ffffff;
        width: 100%;
        height: auto;
        border-radius: 0px 0px 5px 5px;
    }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-2 span {
            display: inline-block;
            font-size: 12px;
            color: #6c6c6c;
            width: 100%;
            line-height: 30px;
            padding: 10px 15px 10px 15px;
            text-align: left;
            font-weight: 600;
        }

    .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 {
        display: inline-block;
        background: #ffffff;
        width: 100%;
        height: 50px;
        margin-top:10px;
        padding: 10px 15px 10px 15px;
        box-shadow: 0px 0px 10px 2px rgba(76, 203, 98, 0.6);
        position:relative;
    }

    .whatsapp-fixed-bottom-div.w-right div.w-chat-div .w-div-3 {
        border-radius: 5px 5px 0px 5px;
    }

    .whatsapp-fixed-bottom-div.w-left div.w-chat-div .w-div-3 {
        border-radius: 5px 5px 5px 0px;
    }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 input {
            display: inline-block;
            background: #ffffff;
            border: none;
            outline: none;
            width: 100%;
            height: 30px;
            line-height:30px;
            font-size: 13px;
            color: #6c6c6c;
            text-align: left;
            font-weight: 600;
        }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 a {
            display: inline-block;
            background: #28973b;
            font-size: 20px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #ffffff;
            position:absolute;
            right: 15px;
            text-align:center;
            border-radius: 5px;
        }

        .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 a:hover {
            color: #28973b;
            background: #ffffff;
        }

            .whatsapp-fixed-bottom-div div.w-chat-div .w-div-3 a i {
                display: inline-block;
            }

    .whatsapp-fixed-bottom-div div.w-chat-div .w-div-last {
        display: inline-block;
        background: #ffffff;
        width: 165px;
        height: 79px;
        position: absolute;
        bottom: -79px;
        padding: 10px 15px 10px 15px;
        border-radius: 0 0 5px 5px;
        box-shadow: -1px 9px 5px 0px rgba(76, 203, 98, 0.2);
    }

    .whatsapp-fixed-bottom-div.w-right div.w-chat-div .w-div-last {
        right: 0;
    }

    .whatsapp-fixed-bottom-div.w-left div.w-chat-div .w-div-last {
        left: 0;
    }

    .whatsapp-fixed-bottom-div div.w-chat-div .w-div-last img {
        display: inline-block;
        width:100%;
        height:auto;
        margin-top:18px;
    }

    .whatsapp-fixed-bottom-div a.w-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: #2cae43;
        color: #fff;
        padding: 0px 15px 0px 15px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999999997;
    }

    .whatsapp-fixed-bottom-div a.w-icon:hover {
        background: #3bda57;
        color: #fff;
    }

    .whatsapp-fixed-bottom-div a.w-icon img.w-text {
        width: 60px;
        height: auto;
        position: absolute;
        left: -14px;
        top: -14px;
    }

    .whatsapp-fixed-bottom-div a.w-icon i {
        display: inline-block;
        /* float: left; */
        line-height: 60px;
        font-size: 39px;
        margin-right: 0;
    }






.whatsapp-fixed-bottom-div-mobile {
    /*display: block;*/
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 999999999;
}

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div {
        /*display: inline-block;*/
        display:none;
        min-height: 100% !important;
        min-width: 100% !important;
        max-height: 100% !important;
        max-width: 100% !important;
        position: fixed;
        left: 0;
        top: 0;
        background: #ffffff;
        /*border-radius: 5px 5px 0px 5px;*/
        z-index: 999999998;
    }

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-chat-close {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        background: #28973b;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        text-align: center;
    }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-chat-close a {
            color: #ffffff;
            font-size: 22px;
            display: inline-block;
            padding: 2px 0 0 0;
        }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-chat-close a i {
                display: inline-block;
            }

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-1 {
        display: inline-block;
        background: #28973b;
        width: 100%;
        height: auto;
        margin-top:40px;
        border-radius: 0;
    }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-1 span {
            display: inline-block;
            font-size: 14px;
            color: #ffffff;
            width: 100%;
            line-height: 30px;
            padding: 10px 15px 10px 15px;
            text-align: center;
        }

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-2 {
        display: inline-block;
        background: #ffffff;
        width: 100%;
        height: auto;
        border-radius: 0px 0px 5px 5px;
        bottom:50px;
        left:0;
        position:absolute;
    }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-2 span {
            display: inline-block;
            font-size: 14px;
            color: #6c6c6c;
            width: 100%;
            line-height: 30px;
            padding: 10px 15px 10px 15px;
            text-align: left;
            font-weight: 600;
        }

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 {
        display: inline-block;
        background: #ffffff;
        width: 100%;
        height: 50px;
        border-radius: 5px 5px 0px 5px;
        padding: 10px 15px 10px 15px;
        box-shadow: 0px 0px 10px 2px rgba(76, 203, 98, 0.6);
        position:absolute;
        bottom:0;
        left:0;
    }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 input {
            display: inline-block;
            background: #ffffff;
            border: none;
            outline: none;
            width: 100%;
            height: 30px;
            line-height:30px;
            font-size: 13px;
            color: #6c6c6c;
            text-align: left;
            font-weight: 600;
        }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 a {
            display: inline-block;
            background: #28973b;
            font-size: 20px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #ffffff;
            position:absolute;
            right: 15px;
            text-align:center;
            border-radius: 5px;
        }

        .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 a:hover {
            color: #28973b;
            background: #ffffff;
        }

            .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-3 a i {
                display: inline-block;
            }

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-last {
        display: inline-block;
        background: #ffffff;
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 50%;
        right: 0;
        padding: 10px 15px 10px 15px;
        border-radius: 0;
    }

    .whatsapp-fixed-bottom-div-mobile div.w-chat-div .w-div-last img {
        display: inline-block;
        width:100%;
        height:auto;
        margin-top:16px;
    }

    .whatsapp-fixed-bottom-div-mobile a.w-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: #2cae43;
        color: #fff;
        padding: 0px 15px 0px 15px;
        border-radius: 100%;
        text-align: center;
        z-index: 999999997;
    }

    .whatsapp-fixed-bottom-div-mobile a.w-icon:hover {
        background: #3bda57;
        color: #fff;
    }

    .whatsapp-fixed-bottom-div-mobile a.w-icon img.w-text {
        width: 60px;
        height: auto;
        position: absolute;
        left: -14px;
        top: -14px;
    }

    .whatsapp-fixed-bottom-div-mobile a.w-icon i {
        display: inline-block;
        /* float: left; */
        line-height: 60px;
        font-size: 39px;
        margin-right: 0;
    }
/*WHATSAPP BOARD CSS START*/


@media (min-width: 992px) and (max-width: 1200px) {
}





@media (min-width: 768px) and (max-width: 992px) {
}



@media (max-width: 768px) {

    .whatsapp-fixed-bottom-div {
        display: none;
    }

    .whatsapp-fixed-bottom-div-mobile {
        display: block;
    }

    .footer_copyright {
        text-align: center;
    }

    .elit-creative-main-div {
        text-align: center;
    }

    .ElitCreative {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: auto;
    }

        .ElitCreative .elit-icon {
            width: 100%;
            text-align: center;
            padding-top: 0;
            margin-right: 0;
        }

        .ElitCreative:hover .elit-icon {
            width: 100%;
        }

        .ElitCreative:hover .elit-popup {
            display: none;
        }

    .slider {
        margin-top: 0;
    }

    .Lang_Site li a {
        font-size: 12px;
    }

    .dflexspacediv-xs {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_ic {
        position: relative;
        margin-top: 0px;
        /*margin-top: 0px;
        position: fixed;
        display: inline-block;
        width: 100%;
        padding: 0;*/
    }

    .headicbg {
        padding: 10px 5px;
        border-radius: 0;
    }

    header {
        position: relative;
        padding-bottom: 10px;
    }

    .header_g {
        position: relative;
        background: #111;
        min-height: 120px;
        height: auto;
        display: block;
    }
    .logobg {
        background: url(/assets/img/huniper_logo_bg_mobile.png) no-repeat top center;
        position: absolute;
        height: 143px;
    }

    .logodiv {
        display: block;
        text-align: center;
    }

    .logo {
        display: block;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .logo_img {
        max-width: 140px;
        margin-top: 25px;
    }

    .header_menu {
        display: none;
    }

    .menu_btn {
        display: inline-block;
    }

    .ust_menu {
    }

        .ust_menu li {
            font-size: 12px;
        }

    .page_bg {
        padding-top: 55px;
    }

    .page_title h2 {
        font-size: 22px;
    }

    .slider .carousel-inner {
        /*height: 255px;*/
    }

    .slider_desc3 h1 {
        font-size: 18px;
    }

    .slider_desc3 p {
        font-size: 13px;
    }

    .slider_desc3 .btn_s {
        font-size: 13px;
        padding: 4px 15px;
    }

    .main_title2 h2 {
        font-size: 18px;
    }

    .main_title h2 {
        font-size: 22px;
    }

    .m_galeri_a {
        height: 95px;
    }

    .m_galeri_a2 {
        height: 95px;
    }

    .galkatyaz {
        height: auto;
    }

    .searchfrm .form-control {
        width: 215px;
        height: 30px;
        display: inline-block;
        float: unset;
    }

    .searchfrm .btn {
        padding: 4px 9px;
        display: inline-block;
        float: unset;
        margin-left: -3px;
        margin-top: -3px;
        height: 30px;
    }


    .iletbox {
        background-position: -110px 0px;
    }

    .videogaleriimg {
        height: auto;
    }

    .urunlistkap .boxur {
        padding: 11px;
    }

    .boxur_title {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 38px;
    }

        .boxur_title h4 {
            font-size: 12px;
            font-weight: 300;
            height: 34px;
        }

            .boxur_title h4 span {
                width: 90%;
            }

    .boxur_img {
        width: 100%;
        height: 157px;
        overflow: hidden;
    }

    .bxslider li {
        height: 210px;
    }

    .homur {
        margin-top: 20px;
    }

    .bx-pager {
        display: block !important;
    }

    .bx-controls-direction {
        display: none;
    }

    .searchfrm {
        display: none;
    }

    .searchfrm_mbl {
        display: inline-block;
        float: none;
    }

    .homktlgbox {
        padding: 15px;
    }

    .homktlgboxtext h3 {
        font-size: 20px;
    }

    .homktlgboxtext p {
        font-size: 14px;
    }
}




@media (min-width: 480px) and (max-width: 768px) {

    .m_galeri_a {
        height: 165px;
    }

    .urundiv2 .urundivimg {
        height: 150px;
    }
}


/*Loading start*/
.noclick {
    pointer-events: none;
}

.loadingrot {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*Loading end*/




