
.slider {
    height: 570px;
    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: contain;
    object-position: center;
    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: 89px;
    width: 100%;
    bottom: 0;
    left: 0px;
    position: absolute;
    z-index: 1;
    background: url(../img/slidermask.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: none;
    padding: 10px;
    border-radius: 0px;
    color: #fff;
}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: auto !important;
    left: 0;
    width: auto;
    font-size: 22px;
    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;
    -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;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    color:#222;

    min-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: 20px 35px;
    background: var(--headerrenk1);
    background-image: linear-gradient(135deg, var(--headerrenk1) , var(--headerrenk2));
    box-shadow: 0px 0px 15px rgba(0 0 0 / 10%);
}

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

.logodiv {
    display: block;
    float: left;
    position: relative;
}
.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: var(--headertextrenk);
    font-size:14px;
    padding:0px 5px 0px 5px;
    display:inline-block;
}

.social_icon a:hover {
    opacity: 0.7;
}

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

.menu_btn {
    position: relative;
    z-index: 5;

    display: none;
    margin-top: 0px;


    float: right;
    border-radius:0px;
    
}

.menu_btn i {
   color: var(--headertextrenk);
   text-decoration: none;
   font-size: 25px;
}
.menu_close {
    color:#fff;    

    font-size:30px;
    float:right;
    padding:0px;
}
.menu_close:hover {
    color:red;
}
.mobil_menu {
    display:none;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10000;
    padding: 15px;
    min-height: 100%;
    transition: all 350ms ease-out;
    background:rgba(0 0 0 / 95%);
    

}

.mobil_menu_title {
   color:#000;
   font-size:16px;
   font-weight:700;
   float:left;
   padding-top:12px;
}
.menu_cizgi {
   height:1px;
   background:#000;
   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:15px 0px;
    border-bottom:1px solid rgba(255 255 255 / 20%);
    transition: all 250ms ease-out;
    font-weight:500;
    text-align: center;
}
.mobil_menu_list li a:hover {
    background:rgba(0 0 0 / 100%);
    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;
    background:rgba(255 255 255 / 10%);
}
.mobil_menu_list ul li a{
    font-weight:300;
}


.menubg {
    position: relative;
    background: #231f20;
    text-align: right;
}
.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-block;

}

.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: #231f20;
    position:absolute;
    z-index:10;
    display:none;
    width:270px;
    padding: 10px 0px;
    margin:0px;
    
    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: var(--menuhoverrenktext);
    margin-top: 0px;
    background: var(--menuhoverrenk);

}

.header_menu li > a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-radius: var(--radius);
    padding: 14px 14px;
    position:relative;
    color: var(--headertextrenk);
    text-decoration: none;
    transition: all 150ms ease-out;
    text-align: center;
    cursor:pointer;

}

.header_menu li > a:hover {

}

.header_menu li:hover > a{
  color: var(--menuhoverrenktext);
  background: var(--menuhoverrenk);

}

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

.header_menu li ul li a{
    font-size:13px;
    font-weight:400;
    padding:12px 10px 12px 10px;
    color:#fff;
    text-align:left;
    text-decoration:none;
    border-top:0px solid #704794 !important;
    border-bottom:1px solid rgba(255 255 255 / 10%);
    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;
}







.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: 0px 5px;
    border-right: 1px solid rgba(0 0 0  / 20%);
}
.top_link a:last-child{
    padding: 0px 5px;
    border-right: 0px solid #181818;
}
.top_link a:hover {
    background: #fce10c;
}


.top_menu {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    margin-right: 10px;
}

.top_menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    padding: 2px 0px 0px 10px;
    color: #494646;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    transition: all 150ms ease-out;

}

.top_menu li a {
    color: #a1a1a1;
    text-decoration: none;
}

.top_menu li i {
    margin-right: 4px;
    font-size:15px;
    vertical-align: inherit;
    color: #9a9a9a;
}

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



.pagenum {
    margin-top:30px;
    display:block;
    margin-bottom: 20PX;
    text-align: left;
}
.pagenum a{
    padding:10px 15px;
    color:#333;
    font-size:14px;
    background:#e9e9e9;
    border:1px solid #e9e9e9;
    font-weight:400;
    display: inline-block;
    margin-bottom: 2px;
    border-radius: 0px;
}
.pagenum a:hover{
    background:#fce10c;
    color:#000;
}
.pagenum a.active{
    background:#fce10c;
    color:#000;
}


.textas {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    padding: 0px;
    margin: 0px;
}
.texthome {
    color:var(--mainkurumsaltextcolor);
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
}




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

.cont_title h2{
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    color:#111;
    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: 25px;
    color:#333;
    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: 35px;
}

.main_title100 h2{
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size:  35px;
    color:var(--mainkurumsaltextcolor);
    font-weight: 700;
    display: block;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 7px;
}
.main_title100 h3{
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size:  25px;
    color:var(--mainkurumsaltextcolor);
    font-weight: 500;
    display: block;
    text-align: left;
    line-height: 1.3;
}
.main_title100.byz h2 {
    color: #fff;
}
.main_title100 h2 span{
 color: #fce10c;
}
.aboutborder {
    -webkit-text-stroke: 1px #58595b;
}
.main_title100.smal h2 {
    font-size: 24px;
}
.main_title100.smal {    
    margin-bottom: 34px;
}
.main_title100 h2:before{ 
}



.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: 28px;
    color:#111;
    font-weight: 500;
    display: inline-block;

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

.productalertinfo {
    font-weight: 400;
    font-size: 14px;
}





.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:11px 15px;
    background:#fce10c;
    color:#000;
    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:#999;
    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{
    background: #222;
    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: #fce10c;
    color: #000;
    margin-right: 0px;
    border: 0px;
    border-bottom: 1px solid #999;
    margin-bottom: 0px;
    margin-top:0px;
}


.tab_list li a {
    display: block;
    font-weight: 600;
    background: #fff;
    font-size: 18px;
    color: #000;
    padding: 12px 20px;
    border-radius: 0px;
    margin-right: 0px;
    border: 0px;
    border-bottom: 1px solid #999;
    border-right:1px solid rgba(0,0,0,0.1);

    margin-bottom: 0px;
    margin-top:0px;
}

.tab_list li a:hover {
  background: #fce10c;
  color: #000;
  margin-right: 0px;
  border:0px;
  border-bottom: 1px solid #999;
  margin-bottom: 0px;
  margin-top:0px;
  text-decoration: underline;
}

.tab_list li.active a:hover {
    margin-right: 0px;
    background: #fce10c;
    color: #000;

    border: 0px;
    border-bottom: 1px solid #999;
    margin-bottom: 0px;
    margin-top:0px;
}

.tab_list li.active a:focus, .tab_list li.active a:focus span {
    margin-right: 0px;
    background: #fce10c;
    color: #000;
    border: 0px;
    border-bottom: 1px solid #999;
    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: 30px 0px 75px 0px;
    border-bottom: 0px solid #eee;
    background: url(../img/page_header_bg.png) bottom center no-repeat;


}
.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: #fff;
    font-size: 28px;
    font-weight: 500;
    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: 18px 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #111;
}
.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:left;
}

.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
    background: var(--owlcarouselbtnrenk);
    color: var(--owlcarouselbtnrenktext);
    margin:5px;
    border-radius:var(--radius);
    padding:8px 18px;
    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: 1;
    background: var(--owlcarouselbtnrenkhover);
    color: var(--owlcarouselbtnrenktexthover);
    
}
.owlstyle .owl-nav .owl-next.disabled, .owlstyle .owl-nav .owl-prev.disabled:hover {

}




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

}
.owlstyle .owl-nav .owl-prev:after {
    font-family: 'Font Awesome\ 5 Free'; 
    content: "\f060";
    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:#131313;
    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 #b91b33;
    text-align: center;

}
.productdiv:hover .productdivimg img{
}
.productdiv:hover .productdivtitle span{
    color: #000;
}
.productdiv:hover .productdivtitle small{
    color: #000;
}
.productdiv:hover .productdivimg {
    border: 0px solid #d6b864;

}
.productdiv:hover .productdiv_{
 border:0px solid #9b9b9b;
 background: #fce10c;
}
.productdiv:hover .productbtn{
 background: #b91b33;
}

.productdivimg {
    margin: 10px;
    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 {

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

}
.productdivtitle small{
    font-size: 14px;
    font-weight:300;
    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: 68%;
    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: #fce10c;
    color: #000;
    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: #000;
    color: #fff;
}

.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;
}
.product_detail_title::after {
  width: 30px;
  content: "";
  height: 3px;
  background: #fce10c;
  margin-top: 10px;
  display: block;
}

.detail_right_pad {
    background: #ffffff;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border: 2px dashed #fce10c;
}

.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: 3px 7px;
    margin-bottom: 2px;
    font-size: 12px;
    background:#fff;
    border: 1px solid #eee;
}
.detail_list a:hover{

    background:#f9f9f9;

}

.tdbg {
    width: 150px;
}
.details_table_bg {
    background: #f9f9f9;
    padding: 15px;

}
.csstable2 {
    margin-bottom: 0px;
}
.csstable2 > tbody > tr > td{
    padding: 15px 0px;
}
.csstable2 > tbody > tr:first-child td{
    border-top: 0px solid #ddd;
}

.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: #b91b33;
    

}
.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 #b91b33;
}
.catalog_ .catalogbtn i{
    margin-right: 10px;
}
.catalog_:hover {
    background: #fff;    
    box-shadow: 0px 0px 10px rgba(0 0 0 / 5%)
}
.catalog_:hover .catalogbtn{
    background: #b91b33;   
    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;
}

.bg_brdr_left {
    width: 100%;
    height: 5px;
    background: url(../img/bg_brdr_left.png) no-repeat;
    margin-top: 51px;
    margin-bottom: 51px;
}

.bg_brdr_right {
    width: 100%;
    height: 5px;
    background: url(../img/bg_brdr_right.png) no-repeat;
    margin-top: 51px;
    margin-bottom: 51px;
}

.outcontentbox {

    display: flex;
    
    flex-wrap: wrap;
    min-height: 100vh;
    background: var(--outcontentboxrenk1);
    background-image: linear-gradient(135deg, var(--outcontentboxrenk1) , var(--outcontentboxrenk2));
}
.outcontent {
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0 0 0 / 10%);
    margin:20px auto; 
    border-radius: var(--radius);
    overflow: hidden;
}
.outcontentcenter {
    background: var(--outcontentcenter1);
    background-image: linear-gradient(135deg, var(--outcontentcenter1) , var(--outcontentcenter2));
}

.outcontentcenter2 {
    padding: 40px;
}

.mainaboutbox {
    padding: 20px;
    padding-left: 30px;
}
.mainservicesbox {
 padding: 70px 0px 70px 30px;
}
.homecontact {
    padding: 0px 0px 0px 35px;
    background: var(--homecontactrenk);
}
.header2icons a{
    font-size: 18px;
    margin-left: 5px;
    color: var(--headertextrenk);
    padding: 5px;
}
.header2icons a:hover{
    opacity: 0.7;
}
.syfdtyimg {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}



.pagein_title {    
    margin-bottom: 20px;
}

.pagein_title h2{
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size:  25px;
    color:var(--outcontentcentertext);
    font-weight: 600;
    display: block;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 7px;
}

.stil2 .mainaboutbox{
    background: #fff;
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stil3 .mainaboutbox{
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stil3 .mainservicesbox {
    padding: 30px 39px 30px 39px;
    background: #eeeeee;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stil3 .pagein_title h2{
    color:#333;

}


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

.hmgroupbox {
    margin-bottom: 20px;
}
.hmgroupbox a{
    height: 100%;
    display: block;
}


.hmgroupbox_ {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: var(--radius);
}
.hmgroupbox_img {
    position: relative;
    width: 75%;
    height: 181px;
    overflow: hidden;
    border:0px solid #ededed;
    box-shadow: 0px 0px 0px rgba(0 0 0 / 0%);
    z-index: 3;
    margin-bottom: -100px;
    margin-top: 0 auto;
    border-radius: var(--radius);
}
.hmgroupbox_img > img{
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 150ms ease-out;
}
.hmgroupbox_text {
    background: #ededed;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 117px 15px 15px 15px;
    top: 0px;
    left: 0px;
    font-size: 16px;
    color: #231f20;
    font-weight: 500;
    border-radius: var(--radius);
    box-shadow: 0px 0px 15px rgba(0 0 0 / 10%);
}
.hmgroupbox_text span{
    text-align: center;
    display: block;
}   
.hmgroupbox_img_hover {
    position: absolute;
    width: 100%;
    height:100%;
    background: rgba(0 0 0 / 50%);
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 250ms ease-out;
}
.hmgroupbox_img_hover i {
    font-size: 30px;
    color: #fff;

}

.hmgroupbox:hover .hmgroupbox_text{
    background: #fff;
}

.hmgroupbox:hover .hmgroupbox_img_hover{
  opacity: 1;
}
.stil2 .hmgroupbox_text {
    background: #fff;
}
.stil3 .hmgroupbox_text {
    background: #fff;
}


.Catalogue {
    margin-bottom: 15px;
}
.Catalogue a{
    height: 100%;
    display: block;
}


.Catalogue_ {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Catalogue_img {
    position: relative;
    width: 75%;
    overflow: hidden;
    border:2px solid #ededed;
    box-shadow: 0px 10px 10px rgba(0 0 0 / 10%);
    z-index: 3;
    margin-bottom: -140px;
    margin-top: 0 auto; 
}
.Catalogue_img > img{
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 150ms ease-out;
}
.Catalogue_text {
    background: #fce10c;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 165px 15px 15px 15px;
    top: 0px;
    left: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 400;

}
.Catalogue_text span{
    text-align: center;
    display: block;
}   
.Catalogue_text span i{
  color: #555;
}   
.Catalogue_img_hover {
    position: absolute;
    width: 100%;
    height:100%;
    background: rgba(0 0 0 / 50%);
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 250ms ease-out;
}
.Catalogue_img_hover img {
    width: 45px;
    height: 45px;
    transform: scale(1) rotate(0deg);
    transition: all 250ms ease-out;

}

.Cataloguebtn {
    transition: all 150ms ease-out;
    padding: 14px 29px;
    background: #231f20;
    font-size: 14px;
    color: #fff; 
    font-weight: 400;
    display: inline-block;
}
.Cataloguebtn i{
    margin-left: 5px;
}
.Cataloguebtn:hover {
    background: #fce10c;
    color: #000; 
}
.Catalogue:hover .Catalogue_text{
    background: #333;
    color: #fff;
}
.Catalogue:hover .Catalogue_text span i{
    color: #fff;
}
.Catalogue:hover .Catalogue_img_hover img {
    width: 65px;
    height: 65px;
    transform: scale(1) rotate(0deg);
}
.Catalogue:hover .Catalogue_img_hover{
  opacity: 1;
}



.btn100 {
    transition: all 150ms ease-out;
    padding: 14px 37px;
    background: var(--btn01renk); 
    font-size: 14px;
    color: var(--btn01renktext); 
    border-radius: var(--radius);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}
.btn100 i{
    margin-left: 5px;
}
.btn100:hover {
}
.btn200 {
    transition: all 150ms ease-out;
    padding: 14px 37px;
    background: var(--btn02renk); 
    font-size: 14px;
    color: var(--btn02renktext); 
    border-radius: var(--radius);
    font-weight: 400;
    display: inline-block;
}
.btn200 i{
    margin-left: 5px;
}
.btn200:hover, .btn100:hover  {
    color: var(--btnhoverrenktext); 
    background: var(--btnhoverrenk); 
}


.enews {
   background: #e3e3e3;
   padding: 15px 30px;
   box-sizing: border-box;
   height: 100%;
}
.enews .row{

   height: 100%;
}
.enews a{
    height: 100%;
    display: block;
}
.enews h2{
    padding: 0px;
    margin: 0px;
    font-size: 27px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    transition: all 150ms ease-out;
}
.enews img{
  display: block;
  max-width: 100%;
  transition: all 150ms ease-out;
}
.enews span{
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.enewsbtn {
    margin-top:5px; 
    transition: all 150ms ease-out;
    padding: 0px;

    font-size: 20px;
    color: #111; 
    display: inline-block;
}
.dstkbg {
    background: url(../img/dstk_bg.jpg) top center no-repeat #fce10c;
}
.enews:hover .enewsbtn {
    transform: scale(1.2);
}
.enews:hover h2 {
    transform: scale(1.1);
}
.enews:hover img {
    transform: scale(1.0) rotate(10deg);
}

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

.hmkrmbg {
    width: 100%;
    background: url(../img/hmkrmbg.jpg) no-repeat top center;
    margin-top: 40px;
}

.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: #b91b33;
}



.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: var(--radius);
}
.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:#333;
    color:#fff;
    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:#fce10c;
    color: #000;
}

.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 {
    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: #e9e9e9;
 padding: 25px;
 box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.contact_form_bg2 {
  padding: 25px;
  border: 1px solid #e9e9e9;
  border-left: 3px solid #fce10c;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  background: #222;
}
.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 5px 14px 0px;
    background: rgba(255 255 255 / 10%);
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    line-height: 1.9;
}
.contact_list :last-child {

}
.contact_list li span{
    color:#333;
    font-size:15px;
    font-weight:500;
}

.contact_list li i{
    margin-right:15px;
    margin-left:7px;
    vertical-align:baseline;
    color:#666;
    font-size: 25px;
}
.contact_list li a {
    display: flex;
    align-items: center;    
}


.contact_social_icon {
    display:inline-block;
    margin-top: 25px;
}

.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: #ccc;
    color:#000;
}



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

.filter_productdetails {
 text-align: right;

}

.filter a {
    float: none;
    display: inline-block;
    padding: 1px 7px 1px 7px;
    line-height: 14px;
    border-left: 1px solid rgba(255 255 255 / 20%);
    color: #ccc;
    line-height: 1.2;
    text-decoration: none;
    
    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;
}

.home_bottom_bg {
    margin-top: 75px;
    margin-bottom: 65px;
    position: relative;
    background: #131313;
    padding: 75px 0px;
}

.homebottombg_right {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    pointer-events: none;
    right: 0px;
    top: 120px;
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
}
.homebottombg_right img{

    margin-right: -108px;
    pointer-events: none;
}

.homebottombg_left {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    pointer-events: none;
    right: 0px;
    top: 305px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}
.homebottombg_left img{

    left: 0px;
    pointer-events: none;
}


.hominficon {
    padding: 0px;
}
.hominficon_ {
    text-align: center;
    padding: 45px 25px;
    background: rgba(255 255 255 / 5%);
}
.hominficon_ i{
  color: #9b9b9b;
  font-size: 42px;
  margin-bottom: 20px;
}
.hominficon_ span{
    display: block;
    color: #fce10c;
    font-size: 18px;
}

.hominficon:nth-child(2) .hominficon_  {
   background: rgba(255 255 255 / 10%); 
}
.hominficon:nth-child(3) .hominficon_  {
   background: rgba(255 255 255 / 10%); 
}
.hominficon:nth-child(2) .hominficon_  span{
    color: #fff;
}
.hominficon:nth-child(3) .hominficon_  span{
    color: #fff;
}

.home_bottom_title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.home_bottom_title span{
    display: block;
}

footer {
    position: relative;
    display: block;
    width: 100%;
    
}
.footer_top {
    background:#ececec; 
}
.footerdivbg {
    background: #030303;
}

.footer_in {
    position: relative;
}

.footer_copyright {
    font-size: 12px;
    font-weight: 300;
    color: var(--footercopyrenktext);
    padding: 20px 0px;
    text-align: center;
    margin-top: 0px;
    background: var(--footercopyrenk);
}


.footerdiv {
    margin-bottom: 15px;
    
}

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

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

.footerdiv h2 {
    position: relative;
    color: #222222;
    font-weight: 500;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 25px;
    
    
}

.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;
    padding: 12px 0px;
    margin-bottom: 0px;
}

.footerbox_ i{
    margin-right: 15px;
    font-size: 15px;
    color: var(--homecontactrenktext);
}
.footerbox_ span{
    font-size: 13px;
    color: var(--homecontactrenktext);
}


.header_whatsapp {
    padding: 5px;
    background: var(--whatsapprenk);
    transition: all 280ms ease-out;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header_whatsapp a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
.header_whatsapp_i{
    display: inline-flex;
    font-size: 30px;
    color: var(--whatsapprenkicon); 
    transition: all 280ms ease-out;  
    margin-right: 7px;
}
.header_whatsapp_text{
    display: inline-flex;
    flex-direction: column;
}
.header_whatsapp_text span{
    font-size: 13px;
    color: var(--whatsapprenktext);
    transition: all 280ms ease-out;
    margin-bottom: 0px;
}
.header_whatsapp_text b{
    font-size: 15px;
    color: var(--whatsapprenktext);
    transition: all 280ms ease-out;
    font-weight: 500;
}
.header_whatsapp:hover{
  background: var(--whatsapprenkhover);
}
.header_whatsapp:hover .header_whatsapp_i{
    color: var(--whatsapprenkiconhover);
}
.header_whatsapp:hover .header_whatsapp_text span{
   color: var(--whatsapprenktexthover);
}
.header_whatsapp:hover .header_whatsapp_text b{
    color: var(--whatsapprenktexthover);
}



.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: 8px 0px;
    font-size: 14px;
    color: #424242;
    text-decoration: none;
    display: block;
    transition: all 280ms ease-out;
    font-weight: 400;
}
.footer_menu li a > img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

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

.footer_menu li a:hover {
    color: #999;

}

.footer_menu li a:hover i {

    color: #fce10c;
}



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

.footer_menu2 li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;

}

.footer_menu2 li a {
    position: relative;
    padding: 4px 0px;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    display: block;
    transition: all 280ms ease-out;
    font-weight: 400;
    margin-right: 8px;
}

.footer_menu2 li a:hover {
    color: #999;

}

.footer_top_social {
    text-align: center;

}
.footer_social_icon_title{
    color: #999999;
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;
}
.footer_social_icon {
    display: inline-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: #999999;
    font-size: 24px;
    padding: 0px 1px 0px 1px;
    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: #000;
    background: #fce10c;
    
}

.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: 13px;
    color: #424242;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1.5;
}

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


@media (min-width: 992px) and (max-width: 1200px) { 


}





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


    .header_menu {
        display: none;
    }

    .menu_btn {
        display: inline-block;
    }

    .slider {
        height: auto;
    }

}



@media (max-width: 768px){

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

 .header_g {
    position: relative;
    background:#111;

    height: auto;
    display: block;
}
.logodiv { 
    display: block;
    text-align: left;
    margin-bottom: 0px;
}
.logo {
    display:block;
    position:relative;
    z-index:1;
    text-align:center;
}
.logo_img {
    max-width: 140px;
    margin-top:0px;
}

.header_menu {
    display: none;
}

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

    float: none;
}
.top_menu li{
    font-size: 12px;
    
}
.slider {
    height: auto;
}

.main_title100 h2{
    font-size: 24px;
}
.main_title2 h2{
    font-size: 18px;
}
.main_title h2{
    font-size: 24px;
}
.page_title h2{
    font-size: 18px;
}

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





.leftfiltrebtn{
    display:block;
}
.leftfiltrebtnclose {
   display:block;   
}
.left_{
    display:none;
}

.hmgroupbox_text {
    font-size: 16px;
}

.homebottombg_right {
    display: none;
}
.homebottombg_left {
    display: none;
}

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

.enews {
   padding: 15px 15px;
}
.home_bottom_title {
    text-align: center;
}
.home_bottom_title span{
    display: inline-block;
}

.footer_social_icon a {
    font-size: 15px;
}
.footer_social_icon_title {
    font-size: 16px; 
}

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

.homecontact {
    padding: 15px 0px 0px 0px;
}
.xs-pad {
    padding: 0px 15px;
}

.btn100 {
    padding: 10px 25px;
    font-size: 13px;
}
.btn200 {
    padding: 10px 25px;
    font-size: 13px;
}
.outcontentbox {
    display: block;
}
.outcontentbox .container{
padding: 0px;
}
.outcontent {
    margin: 0px auto;
}
.outcontentcenter2 {
    padding: 25px 15px;
}
.stil3 .mainaboutbox {
    padding: 15px;
}
.header_top {
    padding: 20px 20px;
}
.hmgroupbox_img {
    height: 100%;
}
.hmgroupbox_ {
    height: auto;
}
.flexrow4 {
    display: block;
}
.stil2 .mainservicesbox {
        padding: 70px 15px 70px 15px;
}



}




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

    .m_galeri_a {

        height:150px;

    }


}





