﻿
.slider {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slider_desc {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10 !important;
}

.slider_desc2 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.slider_desc3 {
    position: relative;
    background: rgba(255 255 255 / 80%);
    position: relative;
    padding: 24px;
    display: inline-flex;
    flex-direction: column;
    border-left: 5px solid #cda554;
    margin: 0 auto;
}

.sliderimg {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}


.slider_desc3 h1 {
    display: inline-flex;
    margin: 0px;
    margin-bottom: 4px;
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.slider_desc3 p {
    display: inline-flex;
    margin: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}


.slider_mask {
    height: 269px;
    width: 100%;
    bottom: 0;
    left: 0px;
    position: absolute;
    z-index: 1;
    background: url(../img/slider_alt_bg.png) no-repeat center top;
}

.vids {
    width: 100%;
    position: absolute;
}

.sgtextpad {
    padding-top: 25px;
    padding-bottom: 5px;
    padding-right: 15px;
}

.slider_desc3 .btn_s {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0px 0px 0px #000;
    color: #111;
    padding: 11px 28px;
    background: #fbc100;
    border-radius: 0px;
    transition: all 150ms ease-out;
    display: inline-block;
}

    .slider_desc3 .btn_s:hover {
        background: #111;
        color: #fbc100;
    }


.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: 100%;
    width: 100%;
}


.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;
}

.slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    border: 0px !important;
    border-radius: 10px;
    border: 1px solid rgba(0 0 0 / 40%) !important;
}

.slider .carousel-indicators .active {
    background-color: #666 !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: block;
}


.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;
    }
}


body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Spline Sans', sans-serif;
    font-size: 14px;
    color: #222;
    height: 100%;
    box-sizing: border-box;
    display: block;
}

html {
    height: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

.maxwidth100 {
    max-width: 100%;
}

.row:after {
    content: "";
    clear: both;
}

.flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flexrow2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flexrow3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flexrow4 {
    display: flex;
    flex-wrap: wrap;
}

.dflexspacediv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row7-5 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.col7-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.text-left {
    text-align: left !important;
}

.maxw100 {
    max-width: 100% !important;
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.hauto {
    height: auto !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

header {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.header_top {
    padding: 6px 0px;
    background: #f0f0f0;
}

.header_in {
    position: relative;
    padding: 15px 15px;
    box-sizing: border-box;
}

.logodiv {
    display: block;
}

.logo {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}

.logo_img {
    position: relative;
    border: 0px;
    max-width: 100%;
}

    .logo_img:hover {
    }



.social_icon {
    display: inline-block;
}

    .social_icon a {
        text-decoration: none;
        color: #999999;
        font-size: 15px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
    }

        .fa-facebook:hover, .fa-instagram:hover, .fa-twitter:hover, .fa-youtube:hover,
        .social_icon a:hover {
            color: #333;
        }

        .social_icon a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 5px;
        }

.fa-facebook {
    color: #4867aa
}

.fa-instagram {
    color: #0095d3
}

.fa-twitter {
    color: #1d9bf0
}

.fa-youtube {
    color: red
}

.menu_btn {
    position: relative;
    z-index: 5;
    padding: 5px 8px 5px 8px;
    display: none;
    margin-top: 0px;
    margin-left: 10px;
    background: #0095d3;
    float: right;
    border-radius: 0px;
}

    .menu_btn i {
        color: #fff;
        text-decoration: none;
        font-size: 21px;
    }

.menu_close {
    color: #fff;
    font-size: 30px;
    float: right;
    padding: 0px;
}

    .menu_close:hover {
        color: #cda554;
    }

.mobil_menu {
    display: none;
    width: 80%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10000;
    border-right: 2px solid #cda554;
    padding: 15px;
    min-height: 100%;
    transition: all 350ms ease-out;
    background-color: #0095d3;
}

.mobil_menu_title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    float: left;
    padding-top: 12px;
}

.menu_cizgi {
    height: 1px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 15px;
}

.mobil_menu_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .mobil_menu_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .mobil_menu_list li a {
            display: block;
            font-size: 14px;
            color: #FFF;
            text-decoration: none;
            padding: 9px 0px;
            border-bottom: 1px solid #ccc;
            transition: all 250ms ease-out;
            font-weight: 300;
        }

            .mobil_menu_list li a:hover {
                background: rgba(0 0 0 / 10%);
                padding-left: 7px;
                color: #fff;
            }

    .mobil_menu_list ul {
        position: relative;
        z-index: 5;
        display: none;
        padding: 0px;
        margin: 0px;
        padding: 7px 7px 7px 15px;
    }

        .mobil_menu_list ul li a {
            font-weight: 300;
        }


.menubg {
    position: relative;
    background: #0095d3;
}

.menubgflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

.menubg .container:before, .menubg .container:after {
    display: none;
}


.header_menu {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

    .header_menu li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: none;
        display: inline-block;
    }




    .header_menu ul li {
        margin: 0px;
        padding: 0px 0px;
        list-style: none;
        display: block;
        float: none;
        height: 100%;
        position: relative;
    }


    .header_menu ul {
        background: #fff;
        position: absolute;
        z-index: 10;
        display: none;
        width: 270px;
        padding: 10px 0px;
        margin: 0px;
        border-left: 3px solid #0095d3;
        border-radius: 0px;
        -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: 270px;
            padding: 10px 0px;
            margin: 0px;
            top: 0px;
            background-image: linear-gradient(to top, #fff, #eeeeee);
            border-radius: 5px;
            -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 > a.hmicn {
        color: #fff;
        margin-top: 0px;
        background: #f18f08;
        border-radius: 30px 0px 0px 30px;
        padding: 20px 14px 20px 25px;
    }

        .header_menu li > a.hmicn:hover {
            color: #fff;
            margin-top: 0px;
            background: #333;
        }

    .header_menu li > a {
        position: relative;
        z-index: 1;
        display: block;
        font-size: 15px;
        font-weight: 400;
        padding: 21px 22px;
        position: relative;
        color: #fff;
        text-decoration: none;
        transition: all 150ms ease-out;
        text-align: center;
        cursor: pointer;
        border-right: 1px solid rgba(255 255 255 / 10%);
    }

        .header_menu li > a:hover {
            color: #fff;
            background: #9b9b9b;
        }

    .header_menu li:hover > a {
        color_: #fff;
        background_: #02bf51;
    }

    .header_menu li:hover > ul {
        display: block;
    }

    .header_menu li ul li a {
        font-size: 14px;
        font-weight: 400;
        padding: 12px 10px 12px 10px;
        color: #111;
        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;
    }

        .header_menu li ul li a i {
            opacity: 0.6;
            font-size: 12px;
            margin-right: 4px;
        }

.submenuboxheaderimg {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
}

    .submenuboxheaderimg img {
    }

.submenubox {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}

.submenuboxgri {
    background: #f9f9f9;
    padding-left: 40px;
    padding-right: 40px;
}

.submenubox h5 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 15px;
    color: #cda554;
}

.submenudesc {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #777;
}

.submenuboxlink {
    display: inline-block;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
}

    .submenuboxlink i {
    }

    .submenuboxlink:hover {
        color: #666;
    }

.submenuboximg {
    overflow: hidden;
    height: 180px;
    margin-bottom: 15px;
}

    .submenuboximg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.header_submenu {
}

    .header_submenu a {
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 4px 0px 4px 0px;
        margin: 7px 0px;
        color: #333;
        transition: all 150ms ease-out;
    }

        .header_submenu a i {
            font-size: 12px;
            margin-right: 5px;
            color: #999;
        }

.header_submenuicon {
    margin-right: 10px;
}

.header_submenu a:hover {
    color: #02bf51;
}

.header_submenu2 {
}

    .header_submenu2 a {
        text-align: left;
        display: table;
        padding: 5px 7px 5px 0px;
        margin: 7px 0px;
    }

        .header_submenu2 a div {
            display: table-cell;
            vertical-align: top;
        }

        .header_submenu2 a span {
            display: block;
            font-size: 15px;
            font-weight: 600;
            color: #004b83;
            transition: all 150ms ease-out;
        }

        .header_submenu2 a p {
            display: block;
            font-size: 12px;
            font-weight: 400;
            color: #666;
        }

.header_submenuicon2 {
    display: table-cell;
    margin-right: 10px;
}

.header_submenu2 a:hover span {
    color: #02bf51;
}

.submenuboxdiv {
    text-align: center;
}

    .submenuboxdiv .item {
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 4px;
        padding: 30px 25px;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }

.submenuboxdivicon {
    margin-bottom: 20px;
}

.submenuboxdivtitle {
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.submenuboxdiv p {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
}





.header_whatsapp {
}

    .header_whatsapp a {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }

.header_whatsapp_i {
    display: inline-flex;
    font-size: 30px;
    color: #25d366;
    margin-right: 7px;
}

.header_whatsapp_text {
    display: inline-flex;
    flex-direction: column;
}

    .header_whatsapp_text span {
        font-size: 14px;
        color: #25d366;
        margin-bottom: 0px;
    }

    .header_whatsapp_text b {
        font-size: 18px;
        color: #1c1c1c;
        font-weight: 500;
    }


.Lang_Site {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 100;
    margin-left: 7px;
}

    .Lang_Site li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

        .Lang_Site li a {
            color: #a1a1a1;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 13px;
            text-decoration: none;
            font-weight: 400;
            display: block;
            position: relative;
            border-radius: 0px;
        }

    .Lang_Site ul {
        display: none;
        margin: 0;
        padding: 0px;
        list-style: none;
        position: absolute;
        width: 40PX;
        left: 0px;
        top: 26px;
        background: #e9e9e9;
        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;
    }

    .Lang_Site li:hover a {
        background: #e9e9e9;
    }

    .Lang_Site li ul li a {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
        display: block;
        padding: 2px 5px;
        width: 100%;
        text-align: center;
    }

        .Lang_Site li ul li a:hover {
            background: #ccc;
            color: #fff;
        }


.top_link {
}

    .top_link a {
        font-size: 13px;
        font-weight: 400;
        color: #999999;
        padding: 5px 5px;
        border-right: 1px solid rgba(0 0 0 / 20%);
    }

        .top_link a:last-child {
            padding: 5px 5px;
            border-right: 0px solid #181818;
        }

        .top_link a:hover {
            background: #9a9a9a;
            color: #fff;
            padding: 5px 5px;
            border-color: #0095d3;
        }

        .top_link a.active {
            background: #0095d3;
            color: #fff;
            border-color: #0095d3;
        }

.top_menu {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
}

    .top_menu li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        transition: all 150ms ease-out;
        margin-right: 22px;
    }

        .top_menu li b {
            font-weight: 400;
            display: block;
            font-size: 16px;
            float: left;
            color: #494646;
        }

        .top_menu li span {
            color: #9a9a9a;
            font-size: 14px;
            text-decoration: none;
            font-weight: 400;
            display: block;
            float: left;
        }

        .top_menu li a {
            color: #626262;
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .top_menu li i {
            font-size: 18px;
            vertical-align: inherit;
            color: #9b9b9b;
            margin-right: 16px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            border-radius: 50%;
            box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
        }

        .top_menu li div {
            display: inline-block;
        }

        .top_menu li:last-child {
            margin-right: 0px;
        }

.Top_Text {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    color: #999;
}



.pagenum {
    margin-top: 10px;
    display: block;
    /* margin-bottom: 10px; */
    text-align: left;
    float: left;
    width: 100%;
}

    .pagenum a {
        padding: 10px 15px;
        color: #333;
        font-size: 14px;
        background: #F9F9F9;
        border: 1px solid #e9e9e9;
        font-weight: 400;
        display: inline-block;
        margin-bottom: 2px;
        cursor: pointer;
        border-radius: 0px;
    }

        .pagenum a.disabled:hover,
        .pagenum a.disabled {
            padding: 10px 15px;
            color: #9b9b9b;
            font-size: 14px;
            background: #f9f9f926;
            border: 1px solid #e9e9e9;
            font-weight: 400;
            display: inline-block;
            margin-bottom: 2px;
            cursor: pointer;
            border-radius: 0px;
            cursor: no-drop;
        }



        .pagenum a:hover {
            background: #0095d3;
            color: #fff;
        }

        .pagenum a.active {
            background: #0095d3;
            color: #fff;
        }


.textas {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
}

.texthome {
    color: #838080;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
}




.cont_title {
    text-align: left;
    margin-bottom: 20px;
}

    .cont_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 22px;
        color: #eee;
        font-weight: 500;
        display: inline-block;
    }

.main_title2 {
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    .main_title2 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
        color: #0095d3;
        font-weight: 600;
        display: inline-block;
    }

.main_title2_ h2:after {
    content: "";
    display: block;
    width: 60px;
    background: #ed1c24;
    height: 2px;
    margin-top: 12px;
}

.main_title3 {
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    .main_title3 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
        color: #333;
        font-weight: 600;
        display: inline-block;
    }

.main_title3_ h2:after {
    content: "";
    display: block;
    width: 60px;
    background: #ed1c24;
    height: 2px;
    margin-top: 12px;
}

.main_title {
    text-align: left;
    margin-bottom: 20px;
    text-align: center;
}

    .main_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 30px;
        color: #27282a;
        font-weight: 600;
        display: inline-block;
    }

    .main_title b {
        color: #cda554;
        font-weight: 700;
        display: inline-block;
    }


.main_title100 {
    margin-bottom: 50px;
    text-align: center;
}

    .main_title100 h2 {
        position: relative;
        padding: 0px;
        margin: 0px;
        font-size: 35px;
        color: #0095d3;
        font-weight: 700;
        display: inline-block;
        text-align: left;
        line-height: 1.3;
    }

    .main_title100.byz h2 {
        color: #fff;
    }

    .main_title100 h2 span {
        font-weight: 300;
    }

    .main_title100.smal h2 {
        font-size: 24px;
    }

    .main_title100.smal {
        margin-bottom: 34px;
    }

    .main_title100 h2:after {
        position: absolute;
        content: "";
        display: inline-block;
        height: 3px;
        width: 20px;
        background: #0095d3;
        bottom: -12px;
        left: 20px;
    }

    .main_title100 h2:before {
        position: absolute;
        content: "";
        display: inline-block;
        height: 3px;
        width: 20px;
        background: #9b9b9b;
        bottom: -12px;
        left: 0px;
    }


.page_title {
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

    .page_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 22px;
        color: #0095d3;
        font-weight: 500;
        display: inline-block;
    }

.page_title_ h2:after {
    content: "";
    display: block;
    width: 60px;
    background: #ed1c24;
    height: 2px;
    margin-top: 12px;
}

.left_ {
    margin-bottom: 20px;
}

.left {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    background: #fff;
    border: 0px solid #eee;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.left_list {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    list-style: none;
    border: 0px solid #e9e9e9;
    margin-bottom: 10px;
}

    .left_list ul {
        margin: 0px;
        padding: 0px 0px;
        list-style: none;
        display: none;
        border-left: 0px solid #cda554;
    }

        .left_list ul ul li {
            padding-left: 10px !important
        }

    .left_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
    }

        .left_list li ul li a {
            font-size: 14px;
            padding: 8px 7px 8px 19px;
            display: block;
            text-decoration: none;
            color: #444;
            border-radius: 0px;
            transition: all 0.3s;
            position: relative;
            margin-bottom: 0px;
            background: #fff;
            font-weight: 400;
        }

        .left_list li a {
            font-size: 14px;
            font-weight: 600;
            padding: 11px 8px;
            display: block;
            text-decoration: none;
            color: #000;
            border-radius: 0px;
            transition: all 0.3s;
            position: relative;
            margin-bottom: 0px;
            cursor: pointer;
            border-bottom: 1px solid rgba(0 0 0 / 8%);
            background: #ffff;
        }

            .left_list li a.active {
                background: #9b9b9b;
                color: #fff;
            }

                .left_list li a.active i {
                    color: #fff;
                }


            .left_list li a i {
                margin-right: 4px;
                color: #0095d3;
                font-size: 14px;
                vertical-align: baseline;
            }

            .left_list li a:hover {
                background: #9b9b9b;
                color: #fff;
            }

                .left_list li a:hover i {
                    color: #fff;
                }

        .left_list li ul li a:hover {
            background: #e9e9e9;
            color: #333;
        }

        .left_list li ul li a.active {
            background: #e9e9e9;
            color: #333;
        }




.left_form {
    margin-top: 10PX;
}

    .left_form label {
        font-weight: 500;
        font-size: 13px;
        color: #555;
    }

    .left_form .btn {
        display: block;
        width: 100%;
        background: #cda554;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 0px;
        padding: 10px 25px;
    }

    .left_form input[type=file] {
    }

    .left_form input[type=checkbox], .left_form input[type=radio] {
        vertical-align: top;
        margin-right: 7px;
    }

    .left_form .btn:hover {
        background: #666;
        color: #ffffff;
    }

    .left_form .form-control {
        font-size: 13px;
        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);
    }

    .left_form .textrea {
        height: 139px;
    }



.leftfiltrebtn {
    display: none;
    padding: 8px 15px;
    background: #0095d3;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
}

    .leftfiltrebtn i {
        margin-right: 5px;
    }

.leftfiltrebtnclose {
    padding: 8px 15px;
    background: #ca4950;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}

    .leftfiltrebtnclose i {
        margin-right: 5px;
    }

.leftfiltrebtn:hover {
    color: #fff;
}



.tab_list {
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
    text-align: center;
    border: 0px solid #e8e8e8;
    border-bottom: 0px;
    margin-top: 30px;
}


    .tab_list li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        border-radius: 0px;
        margin-bottom: 0px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .tab_list li.active a {
            background: #0095d3;
            color: #fff;
            margin-right: 0px;
            border: 0px;
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .tab_list li a {
            display: block;
            font-weight: 600;
            background: #9b9b9b;
            font-size: 15px;
            color: #fff;
            padding: 12px 20px;
            border-radius: 0px;
            margin-right: 0px;
            border: 0px solid #ddd;
            border-right: 1px solid rgba(0,0,0,0.1);
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

            .tab_list li a:hover {
                background: #0095d3;
                color: #fff;
                margin-right: 0px;
                border: 0px;
                border-bottom: 0px;
                margin-bottom: 0px;
                margin-top: 0px;
                text-decoration: underline;
            }

        .tab_list li.active a:hover {
            margin-right: 0px;
            background: #0095d3;
            color: #fff;
            border: 0px;
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .tab_list li.active a:focus, .tab_list li.active a:focus span {
            margin-right: 0px;
            background: #0095d3;
            color: #fff;
            border: 0px;
            border-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 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;
}

.tabdiv {
    padding: 0px;
    border: 0px solid #dadada;
    border-top: 0px;
    line-height: 1.7;
    font-size: 15px;
    padding-top: 20px;
    margin-bottom: 5px;
}

.tabdiv3 {
    box-shadow: 0px 0px 5px #e9e9e9;
    border: 1px solid #e9eaeb;
    border-top: 0px;
    line-height: 1.7;
    font-size: 14px;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
}


.pageboxbg {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #eee;
}

    .pageboxbg:before {
        content: "";
        display: none;
        height: 1px;
        width: 25%;
        background: #cda554;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .pageboxbg:after {
        content: "";
        display: none;
        height: 1px;
        width: 33.333333%;
        background: #666;
        position: absolute;
        bottom: 0;
        right: 20%;
    }

    .pageboxbg .container {
        position: relative;
        z-index: 3;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .pageboxbg h3 {
        padding: 0px;
        margin: 0px;
        color: #999;
        font-size: 20px;
        font-weight: 600;
        margin-right: auto;
    }






.homekrmbox {
    padding: 60px 0px;
    background: url(../img/homaboutbg.jpg) top center no-repeat #222;
    margin-bottom: 35px;
}


.title100 {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

    .title100 h2 {
        margin: 0px;
        padding: 15px 15px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background: #0095d3;
    }

        .title100 h2 b {
            color: #fbc100;
            font-weight: 700;
            display: inline-block;
        }



.hmbtn {
    background: #111;
    color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 32px;
    transition: all 150ms ease-out;
    display: inline-flex;
}

    .hmbtn:hover {
        background: #fbc100;
        color: #111;
    }

.hmbtn2 {
    margin-top: 25px;
    background: #cda554;
    color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 35px;
    transition: all 150ms ease-out;
    display: inline-flex;
    border-radius: 30px;
}

    .hmbtn2:hover {
        background: #333;
        color: #fff;
    }

.infolist {
    margin-bottom: 30px;
}

.infolist_ {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .infolist_ img {
        height: 60px;
    }

    .infolist_ i {
        font-size: 24px;
        margin-right: 7px;
        color: #cda554;
    }

    .infolist_ b {
        display: block;
        font-size: 16px;
        color: #222;
        font-weight: 400;
    }

    .infolist_ span {
        color: #777;
        display: flex;
        font-size: 13px;
        text-align: center;
    }


.detail_info_list {
    background: #fff;
    padding: 7px;
    border: 1px solid #e9e9e9;
}

.infolist2 {
}

.infolist2_ {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .infolist2_ i {
        font-size: 18px;
        color: #cda554;
        margin-bottom: 5px;
    }

    .infolist2_ b {
        display: block;
        font-size: 13px;
        color: #222;
        font-weight: 400;
    }


.owlstyle .owl-item {
    padding: 6px;
}

.owlstyle .owl-nav {
    width: 100%;
    display: block;
    text-align: center;
}

    .owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
        background: #fff;
        color: #444;
        margin: 5px;
        border-radius: 0px;
        padding: 10px 14px;
        box-shadow: 0px 0px 7px rgba(0 0 0 / 10%);
    }

.owlclass2 .owl-nav .owl-next, .owlclass2 .owl-nav .owl-prev {
    padding: 7px 10px;
    background: #f9f9f9;
}

.owlclass2 .owl-nav {
    margin-top: 0px !important;
    text-align: left !important;
}

.owlclass2 .productdiv {
    margin-bottom: 0px;
}

.owlstyle .owl-nav .owl-next {
}

.owlstyle .owl-nav .owl-prev {
}

    .owlstyle .owl-nav .owl-next:hover, .owlstyle .owl-nav .owl-prev:hover {
        opacity: 0.8;
    }

    .owlstyle .owl-nav .owl-next.disabled, .owlstyle .owl-nav .owl-prev.disabled:hover {
        opacity: 0.1;
    }




.owlstyle .owl-nav .owl-next:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f054";
    font-size: 14px;
    font-weight: 900;
}

.owlstyle .owl-nav .owl-prev:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f053";
    font-size: 14px;
    font-weight: 900;
}

.owlstyle .owl-nav .owl-next:before {
}

.owlstyle .owl-dots {
    margin-top: 15px !important;
}

    .owlstyle .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%;
    }

    .owlstyle .owl-dots .owl-dot.active span {
        background: #111;
    }




.home6boxleft {
    padding-right: 0px;
}

.home6boxright {
    padding-left: 0px;
}

.homebox_left {
    padding: 30px;
    background: url(../img/home_info_bg.jpg) no-repeat center top #cda554;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homebox_right {
    padding: 30px;
    background: #222;
}




.productdiv {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.productdiv_ {
    position: relative;
    background: #fff;
    transition: all 150ms ease-out;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
    border: 0px solid #0095d3;
}

.productdiv:hover .productdivimg img {
}

.productdiv:hover .productdivtitle span {
    color: #000;
}

.productdiv:hover .productdivimg {
    border: 0px solid #d6b864;
}

.productdiv:hover .productdiv_ {
    border: 0px solid #9b9b9b;
}

.productdiv:hover .productbtn {
    background: #0095d3;
}

.productdivimg {
    margin-bottom: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 0px solid #e9e9e9;
}

    .productdivimg img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        border: 0px;
        transition: all 250ms ease-out;
    }

.productdivdetails .productdivimg {
}


.productdivtitle {
    text-align: left;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 10px;
}

    .productdivtitle span {
        font-size: 16px;
        font-weight: 500;
        color: #0095d3;
        margin-bottom: 7px;
        transition: all 250ms ease-out;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    .productdivtitle small {
        font-size: 13px;
        font-weight: 400;
        color: #999;
        display: block;
    }

.productbtn {
    transition: all 150ms ease-out;
    padding: 7px 22px;
    background: #9b9b9b;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.productcode {
    font-size: 13px;
    font-weight: 300;
    color: #7c7c7c;
    background: #eeeeee;
    font-style: italic;
    margin-bottom: 0px;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 10px;
}

    .productcode span {
        display: block;
    }

.productdivprice {
    margin-bottom: 7px;
    color: #cda554;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0px 4px;
}

    .productdivprice .pricehr {
        color: #777;
        font-size: 14px;
        font-weight: 500;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 7px;
    }


.searchformdiv {
    background: #dedede;
    padding: 10px 0px;
    text-align: center;
}

.searchfrm {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: 100%;
    width: auto;
    padding: 0px;
    border-radius: 0px;
    background: #f5f5f5;
    border-bottom: 0px solid #cda554;
    box-shadow: 0px 0px 0px rgba(0 0 0 / 5%);
    overflow: hidden;
    margin: 10px 0px;
}

    .searchfrm .form-control {
        width: calc(100% - 43px);
        border-radius: 0px;
        background: #fff;
        border: 0px;
        height: 43px;
        font-size: 13px;
        color: #999;
        border: 0px solid #cda554;
        box-sizing: border-box;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        box-shadow: 0px 0px 7px rgba(0 0 0 / 10%);
    }

    .searchfrm .searchfilter {
        width: 27%;
        border-right: 1px solid #e9e9e9;
    }

    .searchfrm .btn {
        background: #bdbdbd;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 150ms ease-out;
        border-radius: 0px;
        width: 43px;
        height: 43px;
        border-radius: 0%;
        box-sizing: border-box;
    }

        .searchfrm .btn:hover {
            background: #0095d3;
        }

.searchfrm_productdetails .btn {
    width: 15%;
}

.searchfrm_productdetails .form-control {
    width: 85%;
}



.detail_product_text {
    color: #333;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.product_detail_title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 0px;
    margin: 0px;
    margin-bottom: 35px;
    line-height: 1.4;
}

.detail_right_pad {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
    height: 100%;
}

.detail_product_btn {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 6500;
    color: #fff;
    background: #666;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

    .detail_product_btn:hover {
        color: #333;
        background: #ccc;
    }

    .detail_product_btn.green {
        background: #4DC247;
    }

        .detail_product_btn.green:hover {
            color: #333;
            background: #ccc;
        }

.detail_list {
}

    .detail_list a {
        display: inline-block;
        color: #666;
        padding: 1px 5px;
        margin-bottom: 2px;
        font-size: 13px;
        background: #f9f9f9;
        border: 1px solid #eee;
    }

.tdbg {
    width: 150px;
}

.csstable2 {
    margin-bottom: 0px;
}

    .csstable2 td {
        padding: 40px 0px;
    }

.product_keys {
}

    .product_keys a {
        display: inline-block;
        margin-right: 5px;
        font-size: 12px;
        color: #666;
        font-weight: 400;
        font-style: italic;
    }

.productdivdetails_pad {
    padding: 20px;
    background: #eee;
}

.detail_title2 {
    font-size: 22px;
    font-weight: 300;
    color: #666;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    line-height: 1.4;
}


.catalog {
    margin-bottom: 20px;
}

.catalog_ {
    margin-bottom: 20px;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}

.catalog_img {
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;
}

    .catalog_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.catalog_ h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
    color: #0095d3;
}

.catalog_ .catalogbtn {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    background: #f9f9f9;
    color: #111;
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #0095d3;
}

    .catalog_ .catalogbtn i {
        margin-right: 10px;
    }

.catalog_:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 5%)
}

    .catalog_:hover .catalogbtn {
        background: #0095d3;
        color: #fff;
    }

.categroybox {
    margin-bottom: 30px;
}

.categroybox_ {
    padding: 11px;
    border: 1px solid #cda554;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 15px;
    transition: all 200ms ease-out;
}

.categroyboximg {
    width: 150px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    transition: all 200ms ease-out;
}

    .categroyboximg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.categroyboxtitle {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    transition: all 200ms ease-out;
    flex: 1;
}

.categroybox_:hover {
    background: #cda554;
}

    .categroybox_:hover .categroyboxtitle {
        color: #fff;
    }

.home_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .home_list li {
        margin: 0px;
        padding: 22px 0px;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
        color: #27282a;
        border-bottom: 1px solid #e9e9e9;
    }

        .home_list li:last-child {
            border-bottom: 0px solid #eeeeee;
        }

        .home_list li i {
            margin-right: 10px;
            color: #cda554;
        }

.banners_body {
    margin: 35px 0px;
}

    .banners_body img {
        margin-bottom: 30px;
        width: 100%;
    }

        .banners_body img:hover {
            opacity: 0.9;
        }

.banners_body2 {
    margin: 35px 0px;
}

    .banners_body2 img {
        margin-bottom: 30px;
        width: 100%;
    }

        .banners_body2 img:hover {
            opacity: 0.9;
        }


.blogdiv {
    margin-bottom: 15px;
}

.blogdiv_ {
    margin-bottom: 15px;
}

.blogdivimg {
    height: 182px;
    overflow: hidden;
    margin-bottom: 12px;
}

    .blogdivimg img {
        width: 100%;
        min-height: 100%;
    }

.blogdiv_ h3 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
    height: 38px;
    overflow: hidden;
    line-height: 1.4;
}

.blogdiv_ p {
    margin: 0px;
    padding: 0px;
    color: #5a5a5a;
    font-size: 14px;
}

.blogdiv:hover .blogdiv_ h3 {
    color: #cfa755;
}



.content {
    margin: 50px auto 50px auto;
    min-height: 300px;
}

.content2 {
    margin: 50px auto 50px auto;
}

.content3 {
    margin: 0px auto 40px auto;
}

.content4 {
    margin: 40px auto 40px auto;
    min-height: 300px;
}

.container_width {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
}

.hmgroup {
    background: #0095d3;
    padding: 60px 25px;
}

.hmgroupbox {
    margin-bottom: 15px;
}

.hmgroupbox_ {
    position: relative;
    overflow: hidden;
    background: #000;
    border: 2px solid #fff;
    height: 230px;
}

    .hmgroupbox_ > img {
        opacity: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: all 150ms ease-out;
    }

.hmgroupbox_text {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    top: 0px;
    left: 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

    .hmgroupbox_text span {
        text-align: center;
        display: block;
    }

    .hmgroupbox_text img {
        width: 45px;
        height: 45px;
        transform: scale(1) rotate(0deg);
        transition: all 250ms ease-out;
    }

.hmgroupboxbtn {
    transition: all 150ms ease-out;
    padding: 12px 29px;
    background: rgba(0 0 0 / 50%);
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

    .hmgroupboxbtn i {
        margin-left: 5px;
    }

    .hmgroupboxbtn:hover {
        background: #fff;
        color: #333;
    }

.hmgroupbox:hover .hmgroupbox_text {
    background: linear-gradient(0deg, rgba(185,27,51,0.8), rgba(0,0,0,0.2));
}

    .hmgroupbox:hover .hmgroupbox_text img {
        width: 65px;
        height: 65px;
        transform: scale(1) rotate(360deg);
    }



.enews {
    background: url(../img/katalogbg.png) center right no-repeat #9b9b9b;
    padding: 35px 15px;
    box-sizing: border-box;
    background-size: 20%;
}

    .enews h2 {
        padding: 0px;
        margin: 0px;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
    }

    .enews span {
        display: block;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

.enewsbtn {
    transition: all 150ms ease-out;
    padding: 9px 29px;
    background: #fff;
    font-size: 14px;
    color: #0095d3;
    display: inline-block;
}

.hmproductbg {
    background: #ededed;
    padding: 71px 0px;
}

.hmkrmbg {
}

.hmelips {
    margin-bottom: 10px;
}

.hmelips_ {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hmelipsicon {
    margin-bottom: 17px;
    padding: 15px;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgba(0 0 0 / 10%);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hmelipsicon i {
        font-size: 35px;
        color: #9b9b9b;
    }

.hmelips_ span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0095d3;
}



.newsletterform {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 90%;
    padding: 0px;
    border-radius: 0px;
    background: #fff;
    border-bottom: 0px solid #cda554;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 0%);
    overflow: hidden;
}

    .newsletterform .form-control {
        width: calc(100% - 39px);
        background: #999595;
        border-radius: 0px;
        border: 0px;
        height: 39px;
        font-size: 14px;
        color: #fff;
        border: 0px solid #cda554;
        box-sizing: border-box;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        box-shadow: inset 0px 0px 0px 0px red;
    }

        .newsletterform .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    .newsletterform .btn {
        background: #cda554;
        color: #ffffff;
        border: 0px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 100ms ease-out;
        border-radius: 0px;
        width: 39px;
        height: 39px;
        box-sizing: border-box;
    }

        .newsletterform .btn:hover {
            background: #222;
        }

    .newsletterform small {
        margin-bottom: 15px;
    }



.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 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    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;
    box-sizing: border-box;
    border-radius: 10px;
}

.m_galeri_efekt {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.1);
    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;
}





.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 {
    height: 100%;
    object-fit: cover;
    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;
}

.contact_form {
}

    .contact_form label {
        font-weight: 600;
        color: #333;
        font-size: 14px;
    }

    .contact_form .radio-inline {
        font-weight: 500;
        color: #333;
        font-size: 14px;
        padding-top: 10px;
    }

    .contact_form .btn {
        background: #dedede;
        color: #000;
        border: 0px;
        width: 100%;
        font-weight: 500;
        padding: 12px 38px;
        transition: all 150ms ease-out;
        margin-bottom: 0px;
        border-radius: 0px;
    }

        .contact_form .btn:hover {
            background: rgba(0 0 0 / 10%);
            color: #fff;
        }

    .contact_form .form-control {
        font-size: 13px;
        color: #fff;
        height: 40px;
        border: 0px solid #111;
        border-radius: 0px;
        background: rgba(0 0 0 / 30%);
        box-shadow: inset 0 0px 0px rgba(0,0,0,0);
        padding-left: 30PX;
    }

        .contact_form .form-control::-webkit-input-placeholder {
            color: #fff;
        }

.inputdivi span {
    color: #fff;
}

.inputdivi {
    position: relative;
}

    .inputdivi i {
        position: absolute;
        left: 0px;
        top: 14px;
        font-size: 14px;
        margin-left: 10px;
        color: #FFF;
    }

.contact_form .dropdown {
    padding: 7px 12px;
}

.contact_form .textrea {
    height: 140px;
}

.contact_form .form-group {
}

.contact_form_bg {
    background: #0095d3;
    padding: 25px;
}

.contact_form_bg2 {
    padding: 25px;
    border: 1px solid #e9e9e9;
}

.contact_title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .contact_list li {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 14px 0px 14px 0px;
        background: rgba(255 255 255 / 100%);
        border-bottom: 1px solid rgba(0 0 0 / 10%);
        margin-bottom: 5px;
    }

    .contact_list :last-child {
    }

    .contact_list li span {
        color: #111;
        font-size: 14px;
        font-weight: 400;
    }

    .contact_list li .icon_ {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #cda554;
        text-align: center;
        line-height: 1.8;
        margin-right: 10px;
        border-radius: 50%;
    }

    .contact_list li i {
        margin-right: 17px;
        vertical-align: baseline;
        color: #0095d3;
        font-size: 18px;
    }

.contact_social_icon {
    display: inline-block;
}

    .contact_social_icon a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        padding: 0px 0px 0px 0px;
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #e9e9e9;
        text-align: center;
        border-radius: 0px;
        line-height: 35px;
        transition: all 250ms ease-out;
    }

        .contact_social_icon a:hover {
            background: #0095d3;
            color: #fff;
        }



.filter {
    margin-bottom: 0px;
    text-align: center;
}

.filter_productdetails {
    text-align: right;
}

.filter a {
    float: none;
    display: inline-block;
    padding: 2px 7px 2px 7px;
    line-height: 14px;
    border-left: 1px solid #CCC;
    color: #999;
    line-height: 1.2;
    text-decoration: none;
    margin-top: 7px;
    font-size: 12px;
}

    .filter a:first-child {
        border-left: 0px;
        padding-left: 0px;
    }

.social_md_btn {
    position: absolute;
    display: inline-block;
    right: 242px;
    bottom: 0px;
}

.social_md_btn_ {
    cursor: pointer;
    position: relative;
    background: #146ebe;
    padding: 7px 15px;
    display: inline-flex;
    font-size: 15px;
    color: #fff;
    align-items: center;
}

.social_md_btn_kapsy {
    position: relative;
}

.social_md_btn_ > i {
}

.social_md_btn_ > span {
    margin-left: 7px;
    display: inline-flex;
    font-size: 13px;
}

.social_md_btn ul {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #10528c;
}

    .social_md_btn ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .social_md_btn ul li a {
            display: block;
            padding: 7px 12px;
            font-size: 14px;
            color: #fff;
            font-weight: 300;
        }

            .social_md_btn ul li a i {
                margin-right: 5px;
            }

            .social_md_btn ul li a:hover {
                background: rgba(0 0 0 / 10%);
            }

.social_md_btn:hover ul {
    display: block;
}

footer {
    background: #0095d3;
    position: relative;
}

.footer_top {
    padding: 35px 0px 0px 0px;
    background: #ececec;
}

.footerdivbg {
    padding: 30px 0px;
    background: #030303;
}

.footer_in {
    padding-top: 55px;
    padding-bottom: 50px;
    position: relative;
}

.footer_copyright {
    font-size: 13px;
    font-weight: 300;
    color: #242323;
    padding: 20px 0px;
    text-align: center;
    margin-top: 0px;
    background: #9b9b9b;
}


.footerdiv {
    margin-bottom: 15px;
}

.footer_logo {
    display: block;
    margin-bottom: 20px;
}

    .footer_logo img {
        max-width: 100%;
    }

.footerdiv h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 18px;
}

    .footerdiv h2:after {
        width: 30px;
        content: "";
        height: 3px;
        background: #fff;
        margin-top: 10px;
        display: none;
    }

    .footerdiv h2 span {
        font-weight: 600;
        color: #252525;
    }

.footerbox_cont {
    padding: 18px 15px;
    background: rgba(0 0 0 / 10%);
    margin-bottom: 40px;
}

.footerbox {
}

.footerbox_ {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 300;
}

    .footerbox_ i {
        margin-right: 15px;
        font-size: 30px;
        color: #fff;
    }

    .footerbox_ span {
        font-size: 14px;
        color: #fff;
    }

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: left;
}

    .footer_menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

        .footer_menu li a {
            position: relative;
            padding: 5px 0px;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            display: block;
            transition: all 280ms ease-out;
            font-weight: 400;
        }

            .footer_menu li a i {
                font-size: 12px;
                margin-right: 5px;
                transition: all 280ms ease-out;
            }

            .footer_menu li a:hover {
                color: #e9e9e9;
            }

                .footer_menu li a:hover i {
                    transform: rotate(360deg) scale(1.4);
                    color: #cda554;
                }

.footer_social_icon {
    display: block;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 5px;
}

    .footer_social_icon b {
        margin-bottom: 10px;
        display: block;
        color: #0e0e0e;
        font-size: 18px;
        font-weight: 500;
    }

    .footer_social_icon a {
        text-decoration: none;
        color: #474747;
        font-size: 16px;
        padding: 0px 5px 0px 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 0%;
        text-align: center;
        margin-right: 5px;
        transition: all 180ms ease-out;
    }

        .footer_social_icon a:hover {
            color: #fff;
            transform: scale(1.0) rotate(0deg);
            background: #cda554;
        }

        .footer_social_icon a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 0px;
        }

.footer_whatsapp {
    margin-bottom: 35px;
}

    .footer_whatsapp h4 {
        display: flex;
        margin: 0px;
        padding: 0px;
        color: #cda554;
        margin-bottom: 5px;
        font-size: 19px;
        align-items: center;
    }

        .footer_whatsapp h4 i {
            color: #cda554;
            margin-right: 7px;
            font-size: 30px;
        }

    .footer_whatsapp span {
        display: block;
        margin: 0px;
        padding: 0px;
        color: #1a1a1a;
        font-size: 24px;
        font-weight: 500;
    }

    .footer_whatsapp:hover span {
        color: #cda554;
    }

.footertext {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 300;
}

.contact_list_f {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .contact_list_f li {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 6px 0px;
    }

    .contact_list_f:last-child {
    }

    .contact_list_f li span {
        color: #fff;
        font-size: 15px;
    }

    .contact_list_f li b {
        font-weight: 600;
        display: inline-block;
        margin-right: 5px;
        color: #e1e1e1;
        font-size: 15px;
        text-align: left;
    }

    .contact_list_f li i {
        margin-right: 7px;
        vertical-align: baseline;
        color: #fff;
        font-size: 15px;
    }






/*whatsapp*/

.whatsapp-fixed-bottom-div {
    display: none;
    /*display: block;*/
    position: fixed;
    bottom: 0;
    width: 200px;
    z-index: 5000000000000;
    height: 40px;
    right: 230px;
    background: #2cae43;
    color: #fff;
    padding: 0px 15px 0px 15px;
    border-radius: 5px 5px 0 0;
}

    .whatsapp-fixed-bottom-div:hover {
        background: #3bda57;
        color: #fff;
    }

    .whatsapp-fixed-bottom-div i {
        display: inline-block;
        float: left;
        line-height: 40px;
        font-size: 30px;
        margin-right: 5px;
    }

    .whatsapp-fixed-bottom-div small {
        display: inline-block;
        float: left;
        font-size: 12px;
        line-height: 40px;
    }

.whatsapp-fixed-bottom-div-mobile {
    /*display: none;*/
    display: block;
    position: fixed;
    bottom: 17px;
    width: 65px;
    height: 65px;
    right: 114px;
    background: #2cae43;
    color: #fff;
    padding: 11px 0px 0px 18px;
    border-radius: 100px;
    text-align: center;
}

    .whatsapp-fixed-bottom-div-mobile i {
        display: inline-block;
        float: left;
        line-height: 40px;
        font-size: 35px;
    }


.wechat-fixed-bottom-div {
    display: block;
    position: fixed;
    bottom: 17px;
    width: 65px;
    height: 65px;
    right: 210px;
    background: #2cae43;
    color: #fff;
    padding: 11px 0px 0px 18px;
    border-radius: 100px;
    text-align: center;
}

    .wechat-fixed-bottom-div i {
        display: inline-block;
        float: left;
        line-height: 40px;
        font-size: 35px;
    }



@media (max-width: 768px) {
    .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;
        }

        .ElitCreative:hover .elit-icon {
            width: 100%;
        }

        .ElitCreative:hover .elit-popup {
            display: none;
        }

    .whatsapp-fixed-bottom-div {
        display: none;
    }

    .whatsapp-fixed-bottom-div-mobile {
        display: block;
    }

    .header_in {
        position: relative;
        padding: 10px 15px;
    }

    .header_g {
        position: relative;
        background: #111;
        height: auto;
        display: block;
    }

    .logodiv {
        display: inline-block;
        text-align: left;
    }

    .logo {
        display: block;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .logo_img {
        max-width: 120px;
        margin-top: 0px;
    }

    .header_menu {
        display: none;
    }

    .menu_btn {
        display: inline-block;
    }

    .top_menu {
        text-align: left;
    }

        .top_menu li {
            font-size: 12px;
        }

    .slider {
    }

    .slider_desc3 h1 {
        font-size: 18px;
    }

    .slider_desc3 p {
        font-size: 13px;
    }

    .slider_desc3 .btn_s {
        font-size: 13px;
        padding: 4px 15px;
    }

    .main_title100 h2 {
        font-size: 24px;
    }

    .main_title2 h2 {
        font-size: 18px;
    }

    .main_title h2 {
        font-size: 24px;
    }

    .m_galeri_a {
        height: 95px;
    }

    .m_galeri_a2 {
        height: 95px;
    }

    .galeri_kat a {
        height: 210px;
    }

    .galkatyaz {
        height: auto;
    }


    .vids {
        width: auto;
        height: 100%;
    }

    .pageboxbg {
        padding: 20px 0px;
    }

        .pageboxbg h3 {
            font-size: 18px;
            text-align: center;
            margin-bottom: 10px;
        }


    .columnreverse-xs {
        flex-direction: column-reverse !important;
    }

    .productdiv {
        padding-left: 6px;
        padding-right: 6px;
    }

    .productdivimg {
    }

    .productdivtitle span {
        font-size: 13px;
    }

    .productbtn {
        font-size: 13px;
        padding: 4px 9px;
    }

    .productcode {
        font-size: 12px;
    }

    .searchfrm {
        width: 100%;
    }

        .searchfrm .form-control {
        }

        .searchfrm .btn {
        }

    .filter_productdetails {
        text-align: center;
    }

    .blogdivimg {
        height: auto;
    }

    .top_link {
        display: block;
    }

        .top_link a {
            font-size: 11px;
        }

    .top_menu {
        display: block;
        text-align: center;
    }



    .leftfiltrebtn {
        display: block;
    }

    .leftfiltrebtnclose {
        display: block;
    }

    .left_ {
        display: none;
    }

    .hmgroupbox_text {
        font-size: 16px;
    }

    .container_width {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .dblock-xs {
        display: block !important;
    }

    .dflexspacediv-xs {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


@media (min-width: 480px) and (max-width: 768px) {

    .m_galeri_a {
        height: 165px;
    }
}

.loader {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: absolute;
    animation: rotate 1s linear infinite;
    left: calc(50% - 68px);
    top: calc(50% - 68px);
}

    .loader::before, .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #FFF;
        animation: prixClipFix 2s linear infinite;
    }

    .loader::after {
        border-color: #0095d3;
        animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
        inset: 6px;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)
    }

    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: -48.5px;
    right: 0;
    z-index: 9999999;
    bottom: 0;
    background-color: #08000099;
}

.alert {
    font-size: 17px;
}

.faSize {
    font-size: 26px;
}


:root {
    --loading-grey: #ededed;
}


.card {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0 6px rgb(0 0 0 / 12%);
    margin-bottom: 25px;
    padding: 2rem 1.8rem;
}

    .card .image {
        height: 200px;
    }

        .card .image img {
            display: block;
            width: 100%;
            height: inherit;
            object-fit: cover;
        }

    .card .content {
        /* padding: 2rem 1.8rem; */
        margin: 0;
        min-height: auto;
    }

.description {
    font-size: 1rem;
    line-height: 1.4rem;
}

.loading .image,
.loading h4,
.loading .description {
    background-color: var(--loading-grey);
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

.loading .image {
    /* margin: 20px; */
    margin-bottom: 0;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.loading h4 {
    min-height: 3rem;
    animation-delay: .05s;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.loading .description {
    min-height: 2rem;
    animation-delay: .06s;
    width: 150px;
}




.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: 35px;
        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;
    }



/*  Media queries 
============================= */

/**/
