body {
    margin:0;
    padding:0;
    font-family: "Montserrat", 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;
    background: #fff;
}

.header_top {
    padding: 9px 0px;
    background: #d9262f;


}

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

.logodiv {
    display: block;
    
    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:#999999;
    font-size:14px;
    padding:0px 5px 0px 5px;
    display:inline-block;
}

.social_icon a:hover {
    color:#FFF;
}

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

.menu_btn {
    position: relative;
    z-index: 5;
    padding: 6px 10px;
    display: none;
    margin-top: 0px;
    margin-left: 10px;
    background: #d9262f;
    border-radius:2px;
    border:0px solid rgba(255 255 255 / 30%);
    
}

.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:#28a745;
}
.mobil_menu {
    display:none;
    width: 80%;
    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:#fff;
   font-size:16px;
   font-weight:700;
   float:left;
   padding-top:12px;
}
.menu_cizgi {
   height:1px;
   background:#555;
   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 4px;
    border-bottom:1px solid rgba(255 255 255 / 20%);
    transition: all 250ms ease-out;
    font-weight:500;
}
.mobil_menu_list li a:hover {
    background:#d9262f;

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



.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: #333;
    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: 14px;
    font-weight: 500;
    padding: 7px 14px;
    position:relative;
    color: #333;
    text-decoration: none;
    transition: all 150ms ease-out;
    text-align: center;
    cursor:pointer;
    border-radius: 5px;
}

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

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

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




.top_link {
    display: inline-block;
    margin-left: 20px;
}
.top_link a{
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    padding: 0px 5px;
    border-radius: 3PX;
    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: #0b509b;
    color: #fff;
}
.top_menu {
    margin: 0;
    padding: 0;
    display: block;
}

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

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

.top_menu li i {
    margin-right: 4px;
    font-size:14px;
    vertical-align: inherit;
    color: #fff;
    background: #d9262f;
    padding: 7px 7px;
    border-radius: 4px;
}

.header_top .top_menu li i {
    margin-right: 4px;
    font-size:14px;
    vertical-align: inherit;
    color: #d9262f;
    background: #fff;
    padding: 7px 7px;
    border-radius: 4px;
}
.header_top .top_menu li{
    color: #fff;
}



.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:#666;
    color:#fff;
}
.pagenum a.active{
    background:#666;
    color:#fff;
}

.pagein_key {
    color: #999;
    margin-bottom: 7px;
}
.pagein_key i{
    text-decoration: underline;
}

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

.textas a{
    color: #0b509b;
    font-weight:500;
}
.textas span {
    font-weight: 600;
    color: #000;
}
.texthome {
    color: #111;
    line-height: 1.7;
    font-size: 16px;
    
}


.asprog {
    margin-bottom: 30px;
}
.asprog_ {
    text-align: center;
}
.asprog_img{
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 15%);
    transition: all 150ms ease-out;
    overflow: hidden;

}
.asprog_img img{
 max-width: 100%;
 transition: all 550ms ease-out;
}
.asprog_ h3{
    margin:0px;
    padding: 11px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #080029;
    background: #fff; 
    border-radius: 5px;
    border:1px solid #f69323;
    border-left:7px solid #f69323;
    text-align: center;
    transition: all 150ms ease-out;
    box-shadow: 0px 0px 15px rgba(0 0 0 / 15%);
}
.asprog:hover  .asprog_ h3{
    color: #fff;
    background: #f69323; 
}
.asprog:hover  .asprog_img img{
 transform: scale(1.1); 
}

.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:#111;
    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:#28a745;
    font-weight: 700;
    display: inline-block;
}


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

.main_title100 h2{
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size:  30px;
    color:#111;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
}
.main_title100 h2 span {
    color: #d9262f;
}
.main_title100 h2:after{
    content: "";
    display: block;
    width: 40px;
    background: #ccc;
    height: 2px;
    margin:0 auto;
    margin-top: 7px;
    border-radius: 2px;
}






.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:#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_ {
    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;
    background: #f9f9f9;
    border:1px solid #e9e9e9; 
}
.left_list ul{
    margin: 0px;
    padding: 0px 0px;
    list-style: none;
    display: none;
    border-left: 0px solid #28a745;
    
}

.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:#e9e9e9; 
    font-weight: 400;
}

.left_list li a {
    font-size: 14px;
    font-weight: 400;
    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%);

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

    color: #fff;
}


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

.left_list li a:hover {
    background: #0b509b;
    color: #fff;
}

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

.left_title {
    background: #fff;
    color: #111;
    font-weight: 600;
    padding: 0PX 0px 7PX 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 2px solid #ececec;
    margin-top: 20px;
}


.left_form {
    margin-top: 10PX;
}
.left_form label {
    font-weight: 500;
    font-size:13px;
    color: #555;
}
.left_form .btn {
    display: block;
    width: 100%;
    background: #28a745;
    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:#0b509b;
    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:#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: #555;
    color: #fff;
    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: #555;
  color: #fff;
  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: #555;
    color: #fff;

    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: #555;
    color: #fff;
    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 30px 0px;
    border-bottom: 0px solid #eee;
    background: #f9f9f9;
    box-shadow: 0px 0px 15px rgba(0 0 0 / 10%);


}
.pageboxbg:before{
    content: "";
    display: none;
    height: 1px;
    width: 25%;
    background: #28a745;
    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;

}

.pageboxbg h3
{   

    text-align: center;
    padding:0px; 
    margin:0px;
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin-right: auto;
}






.title100 {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.title100 h2{
    margin:0px;
    padding: 14px 15px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #0b509b;
}
.title100 h2 b{
    color: #fbc100;
    font-weight: 700;
    display: inline-block;
}




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

.owlstyle .owl-nav {

    display:block;
    text-align:center;
    position: absolute;
    top: -85px;
    right: 0px;
    z-index: 100;

}

.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
    background: #e6e6e6;
    color:#333;
    margin:3px;
    border-radius:5px;
    padding:9px 13px;
    z-index: 100;

}
.owlclass2 .owl-nav .owl-next, .owlclass2 .owl-nav .owl-prev {
    padding:7px 10px;
    background: #f9f9f9;
    z-index: 100;
}
.owlclass2 .owl-nav {
    margin-top: 0px !important;
    text-align: left !important;
    z-index: 100;
}
.owlclass2 .productdiv {
    margin-bottom: 0px;
}
.owlstyle .owl-nav .owl-next {

    z-index: 100;

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

    z-index: 100;
}
.owlstyle .owl-nav .owl-next:hover, .owlstyle .owl-nav .owl-prev:hover {

    opacity: 1;
    background: #0b509b;
    color: #fff;
    
}
.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: "\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;
}


.hmrefbg {
    padding: 45px 0px;
    background: #e9e9e9;
}



.home6boxleft {
    padding-right: 0px;
}
.home6boxright {
    padding-left: 0px;
}
.homebox_left {
    padding: 30px;
    
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homebox_right {
    padding: 30px;
    background: #222;
}


.hmbg_001{
    background:#efefef;
    padding:45px 0px;
}



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

}

.productdiv_ {
    position:relative;
    transition: all 150ms ease-out;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    border:1px solid #e9e9e9;


    background: #fff;

}
.productdiv:hover .productdivimg img{
}
.productdiv:hover .productdivtitle span{

}
.productdiv:hover .productdivtitle small{

}
.productdiv:hover .productdivimg {


}
.productdiv:hover .productdiv_{
 background: #e9e9e9;
}
.productdiv:hover .productbtn{
 background: #010101;
}

.productdivimg {
    margin: 0px;
    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: 15px;
    font-weight:600;
    color: #010101;
    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:400;
    color: #444;
    display: block;
}
.productbtn {
    transition: all 150ms ease-out;
    padding: 9px 24px;
    background: #0b509b;
    font-size: 14px;
    color: #fff; 
    margin-top: 10px;
    border-radius: 5px;
    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: #28a745;
    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: 249px;
    max-width: 100%;
    padding: 0px;
    border-radius: 5px;
    background: #f5f5f5;
    border-bottom:0px solid #28a745;
    box-shadow: 0px 0px 0px rgba(0 0 0 / 5%);
    overflow: hidden;

}
.searchfrm .form-control {
 width: calc(100% - 43px);
 border-radius: 0px;
 background: #fff;
 border: 0px;
 height: 40px;
 font-size: 13px;
 color: #999;
 border: 0px solid #28a745;
 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: #0b509b;
    color: #fff;
    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: 40px;
    border-radius: 0%;
    box-sizing: border-box;
}

.searchfrm .btn:hover {
    background: #666;
    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: 700;
    color: #010101;
    padding: 0px;
    margin: 0px;
    margin-bottom: 35px;
    line-height: 1.4;
}
.product_detail_title::after {
  width: 60px;
  content: "";
  height: 3px;
  background: #0b509b;
  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-left: 4px solid #0b509b;
}

.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;
    font-weight: 700;
}
.details_table_bg {
    background: #fff;
    padding: 0px;

}
.csstable2 {
    margin-bottom: 0px;
    font-size: 15px;
}
.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: 13px;
    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;
}


.home_first_bg {
 background: url(../img/home_bg_3.jpg) top center no-repeat #080029;    
 padding: 55px 0px 200px 0px;
 border-top: 7px solid #080029;
}

.hommrtop {
    position: relative;
    margin-top: -140px;
    z-index: 3;

}

.fiyatbox {
    margin-bottom: 20px;
}
.fiyatbox_ {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border:1px solid #e9e9e9;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}
.fiyatbox_bottom {
    margin-top: auto;
    padding: 15px;
    background: #fff;
    border-top: 2px solid #f69323;
    text-align: center;
    font-weight: 700;
    color: #f69323;
    font-size: 20px;
}
.fiyatbox_top {
    padding:15px;
    text-align: center; 
}



.brand_link {
    display: block;
    padding: 7px 10px;
    background: #333;
    border-radius: 5px;
    margin-bottom: 20px;
}
.brand_link a{
    display: inline-block;
    font-size: 15px;
    margin-right: 7px;
    background: #f9f9f9;
    padding: 2px 10px;
    border-radius: 3px;
    border-left: 2px solid #0b509b;
}
.brand_link a:hover{
    background: #0b509b;
    color: #fff;
}



.branddiv {
    border:1px solid #e9e9e9;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
}
.brandtitle {
    background: #0b509b;
    padding: 10px 10px;
    color: #fff;
}
.brandtitle span{
    color: #fff;
    padding: 3px 10px;
    background: rgba(0 0 0  / 20%);
    border-radius: 4px;
    font-size: 16px;
}


.brandbox {
    margin-bottom: 0px;
}

.brandbox_pad {
    padding: 15px 15px 0px 15px;
}
.brandbox_{
    margin-bottom: 20px;
    text-align: center;
    border:1px solid #eee;
    padding: 5px;
    border-radius: 5px;
}
.brandbox_img{
    margin-bottom: 15px;
}
.brandbox_img img{
    max-width: 100%;
}
.brandbox_title {
    font-size: 14px;
    font-weight: 700;
}
.brandbox_:hover{ 
    background: #eee;
}


.btn_s100 {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0px 0px 0px #000;
    color: #fff;
    padding: 11px 28px;
    background: #f69323;
    border-radius: 25px;
    transition: all 150ms ease-out;
    display: inline-block;
}

.btn_s100:hover {
    background: #080029;
    color: #fff;
}
.btn_s200 {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0px 0px 0px #000;
    color: #fff;
    padding: 11px 28px;
    background: #d9262f;
    border-radius: 5px;
    transition: all 150ms ease-out;
    display: inline-block;
}

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



.accor .panel-title > a.collapsed {

  color: #000;
  background:#f9f9f9;
  margin-bottom: 2px;
}

.accor .panel-title > a {
    padding: 8px 0px 8px 15px;
    display: block;
    line-height: 28px !important;
    color: #fff;
    font-weight: 600;
    transition: all 0.4s;
    font-size: 18px;
    text-decoration: none;
    background: #f69323;
    border-radius: 10px;
}

.accor .panel-title > a.pm-dark-link {
    background: #f69323;
    color: #fff;
    text-align: left;
}

.accor .panel-default > .panel-heading a:focus {
    background: #f69323;
    color: #fff;
}

.accor .panel-default > .panel-heading a:hover {
    background: #f69323;
    color: #fff;
}

.accor .panel-body p {
    padding:0px !important;
    margin:0px;
    font-size: 15px;
    color:#666666;
    font-weight: normal;
    line-height: 1.5;
}

.accor .panel {
  box-shadow: none; 
}

.accor .panel-default {
  border: none; 
}

.accor.panel-group {
  margin: 0px 0 !important;
  border:0px solid #e9e9e9;
  overflow:hidden;
}

.accor.panel-group .panel {

  border-radius: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.accor .panel-title {
  display: block;
  /*float: right;*/
  font-size: 16px;
  margin-bottom: 0 !important;
  /* margin-left: 10px;*/
  margin-top: 0; 
}

.accor .panel-title i {
  display: block;
  float: right;
  font-size: 14px;
  padding: 15px;
  color: white;
  background-color: #f7b962; 
}


.accor .panel-default > .panel-heading a[aria-expanded="true"]:before {
    content: "\2212";

    padding:8px 12px;
    font-size:20px;
    float:right;
    margin-top:-8px;
    color:#333;
}

.accor .panel-default > .panel-heading a[aria-expanded="false"]:before {
    content: "\002b";

    padding:8px 12px;
    font-size:20px;
    float:right;
    margin-top:-8px;
    color:#666;
}

.accor .panel-title p {
  margin: 0px;
  padding: 0px;

}

.accor .panel-body {
  padding: 15px  15px !important;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #f9f9f9;
}


.accor .panel-collapse {
  float: left;
  width: 100%;
}

.accor .panel-collapse a {
  color: white;
  font-weight: 500;
}

.accor.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: medium none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}

.accor .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  padding: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-bottom: 10px;
}



.accor .panel-default > .panel-heading:hover h4 a {
  color: white; 
}
.accor .panel{
  background: none;
}

.accor .pm-accordionIcon {
  float: left;
  font-size: 16px;
  margin-right: 7px;
  width: auto;
  padding: 6px 5px;
  display: block;
}

.accor.panel-group .panel + .panel {
  margin-top: 0px !important;
}

.hmbgslider {
    background: url(../img/hmbgslider.jpg) no-repeat top center;
}


.hmicn {

  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.hmicn i{
  font-size: 50px;
  color: #d9262f;
  margin-bottom: 15px;
}
.hmicn span{
  font-size: 20px;
  color: #444;
  font-weight: 700;
  text-align: center;
}


.hmlistt ul{
  margin:0px;
  padding: 0px;
  list-style: none;
}
.hmlistt ul li{
  margin:0px;
  padding: 9px 0px;
  list-style: none;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.hmlistt ul li i{
  color: #d9262f;
  margin-right: 6px;
}


.blogdiv {
  margin-bottom: 30px;
}
.blogdiv_ {
  margin-bottom: 0px;
  background: #fff;
  border:1px solid #e9e9e9;
  height: 100%;
  border-radius: 7px;
}
.blogdivimg {

  overflow: hidden;
  border-radius: 5px;

}
.blogdivimg img{
  width: 100%;
  min-height: 100%;
}
.blogdiv_pad {
  padding: 15PX 10px;
}
.blogdiv_ h3 {
  margin:0px;
  padding:0px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #222;
  line-height: 1.4;
}

.blogdiv:hover .blogdiv_ h3 {
  color: #d9262f;
}
.blogdiv:hover .blogdiv_ {
  background: #f9f9f9;
}


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

.homedivbox {
    margin-bottom: 30px;
}
.homedivbox_ {

}
.homedivbox_ b{
    display: flex;
    align-items: center;
    color: #010101;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
.homedivbox_ b i{
    font-size: 30px;
    color: #0b509b;
    margin-right: 10px;
}
.homedivbox_ b span{
    color: #333;
    font-size: 15px;
}

.homedivbox2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.homedivbox2 a{
    background: #0b509b;
    display: block;
    border-radius: 5px;
}

.homedivbox2_ {
    padding: 15px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.homedivbox2_ b{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.homedivbox2_ span{
    display: inline-block;
    background: #010101;
    color: #fff;
    font-size: 15px;
    padding: 8px 19px;
    border-radius: 5px;
    transition: all 150ms ease-out;
    left: 0px;
    position: relative;
}
.homedivbox2_left {
    width: 60%;
}
.homedivbox2_right {
    width: 40%;
}
.homedivbox2_right img{
    max-width: 100%;
    transform: scale(1);
    transition: all 150ms ease-out;
}
.homedivbox2:nth-child(2) a{
    background: #5f5f5f;
}
.homedivbox2:nth-child(2) .homedivbox2_ span{
 background: #0b509b;
}
.homedivbox2:nth-child(3) a{
    background: #f3f3f3;
}
.homedivbox2:nth-child(3) .homedivbox2_ span{
 background: #0b509b;
}
.homedivbox2:nth-child(3) .homedivbox2_ b{
 color: #333;
}
.homedivbox2 a:hover .homedivbox2_right img{
    transform: scale(0.9);
}
.homedivbox2 a:hover .homedivbox2_ span{
    left: 7px;
}




.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: 100%;
    overflow: hidden;
    border:2px solid #ededed;
    box-shadow: 0px 10px 10px rgba(0 0 0 / 10%);
    z-index: 3;
    
    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: #eeeeee;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 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;
}






.hombox500 {
   background: #343434;
   padding: 20px 20px;
   box-sizing: border-box;
   height: 100%;
   border-radius: 5px;
   margin-bottom: 20px;
}
.hombox500 .row{

   height: 100%;
}
.hombox500 a{
    height: 100%;
    display: block;
}
.hombox500 h2{
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    transition: all 150ms ease-out;
}
.hombox500 img{
  display: block;
  max-width: 100%;
  transition: all 150ms ease-out;
}
.hombox500 span{
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.hombox500btn {
    margin-top:5px; 
    transition: all 150ms ease-out;
    padding: 0px;

    font-size: 20px;
    color: #111; 
    display: inline-block;
}
.catab {
    background: #0b509b;

}
.hombox500:hover .hombox500btn {

}
.hombox500:hover {
    background: #666;
}
.hombox500:hover h2 {

}
.hombox500:hover img {
    transform: scale(0.9);
}

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

.home_bottom_text {
    text-align: center;
}
.home_bottom_text h2{
    margin:0px;
    padding: 0px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.home_bottom_text p{
    margin:0px;
    padding: 0px;
    margin-bottom:35px;
    color: #fff;
    font-size: 14px;

}

.contacthm_ {
    padding: 17px 15px 17px 20px;
    background: #080029;
    border-radius: 10px;
    margin-bottom: 40px;
}
.contacthm_ h3, .contacthm_ p{
    margin:0px;
    padding: 0px;
}
.contacthm_ h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.contacthm_ p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.inflist {
    margin-bottom: 30px;
}
.inflist {
    background:#eaeaea;
    border-radius: 10px;

    padding: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    border-left: 5px solid #080029;
}
.inflist_icon {
    background: #fff;
    padding: 2px;
    width: 162px;
    height: 122px;
    display: flex;

    align-items: center;
    justify-content: center;
    font-size: 65px;
    color: #f69323;
    border-radius: 5px;
}
.inflisttext {
    padding-left: 20px;
    width: 100%;
}
.inflisttext h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #080029;
    margin-bottom: 10px;
}
.inflisttext p {
    margin: 0px;
    padding: 0px;
    color: #424242;
    font-size: 16px;

}




.newsletterform {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 373px;
    max-width: 100%;
    padding: 0px;
    border-bottom:0px solid #28a745;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 0%);
    overflow: hidden;
    border-radius: 5px;
}
.newsletterform .form-control {
 width: calc(100% - 43px);
 background: #fffefd;
 border-radius: 0px;
 border: 0px;
 height: 43px;
 font-size: 14px;
 color: #999;
 border: 0px solid #28a745;
 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: #666;

}

.newsletterform .btn {
    background: #010101;
    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: 43px;
    height: 43px;
    
    box-sizing: border-box;
}

.newsletterform .btn:hover {
    background: #666;
}
.newsletterformtext {
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.newsletterformtext i{
    font-size: 30px;
    margin-right: 10px;   
}



.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:#d9262f;
    color:#fff;
    border:0px;

    font-weight:500;
    padding:12px 44px;
    transition: all 150ms ease-out;
    margin-bottom:0px;
    border-radius:5px;
}

.contact_form .btn:hover {
    background:#222;
    color: #fff;
}

.contact_form .form-control {
    font-size: 13px;
    color: #010101;
    height:47px;
    border: 1px solid #ddd;
    border-radius:5px;
    
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    padding-left: 30PX;
}
.contact_form  .form-control::-webkit-input-placeholder  {
    color: #666;

}


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

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

.contact_form .textrea {
    height:140px;
}

.contact_form .form-group {

}

.contact_form_bg {
 background: #e9e9e9;
 padding: 15px;
 border-radius:5px;
 border:  1px solid #ccc;

}

.contact_form_bg2 {
    background: #f9f9f9;
    padding: 25px;
    border-radius:5px;
    border:  1px solid #ccc;
    
}
.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 5px;
    background: #fff;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    line-height: 1.9;
    border-radius: 5px;
}
.contact_list :last-child {

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

.contact_list li .icon_ {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #28a745;
    text-align: center;
    line-height: 1.8;
    margin-right: 15px;
    border-radius: 50%;
}
.contact_list li i{
    margin-right:10px;
    margin-left:7px;
    vertical-align:baseline;
    color:#ccc;
    font-size: 22px;
}

.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: #ccc;
    text-align: center;
    border-radius: 4px;
    line-height: 35px;
    transition: all 250ms ease-out;
}

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



.csstable {

  box-shadow: 0px 0px 20px rgba(0 0 0 / 1%);
}

.csstable table {
    margin-bottom: 0px;
}

.csstable > table > thead {
    background: #fff;
    
    border: 0px solid #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.csstable > table > thead > tr > th {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 12px 10px;
    position: relative;
}

.csstable > table > thead > tr > th:after {
    content: "";
    display: inline-block;
    width: 60px;
    background: #3f74a8;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.csstable > table > tbody > tr > td {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    height: 60px;
    padding: 10px 10px;
    vertical-align: middle;
    
    border-top: 1px solid #eeeeee;
    position:relative;

}
.csstable > table > tbody > tr:hover td {
    background: #e9e9e9;
}

.csstable .label {
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    display: inline-block;
}
.csstable .btn i{
    margin-right:5px;
}




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


.home_bottom_bg {
    margin-top: 0px;
    margin-bottom: 35px;
    position: relative;
    background: url(../img/home_bottom_bg.jpg)#010202;
    padding: 70px 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;
}



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

footer {
    background: #d9262f;
    position: relative;
    margin-top: 50px;
    
}
.footer_top {
    padding:25px 0px 25px 0px; 
    background:#0b509b; 
}


.footer_in {
    padding-top: 70px;
    padding-bottom: 45px;
    position: relative;
}

.footer_copyright {

    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid rgba(255 255 255 / 20%);
}


.footerdiv {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

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

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

.footerdiv h2 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 25px;
    
    
}

.footerdiv h2:after {
    width: 25px;
    content: "";
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}

.footerdiv h2 span {
    font-weight: 600;
    color: #252525;
}
.footerbox_cont {
    padding: 18px 15px;
    background: rgba(0 0 0 / 10%);
    margin-bottom: 40px;
}


.footerbox {
    margin-bottom: 10px;
    margin-top: 10px;
}
.footerbox_ {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.footerbox_ i{
    margin-right: 15px;
    font-size: 22px;
    color: #f69323;
}
.footerbox_ span{
    font-size: 14px;
    color: #fff;
}


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

}

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

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

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

}

.footer_menu li a:hover i {

}



.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{
    margin-top: 40px;
    color: #999999;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer_social_icon {
    display: inline-block;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 35px;
}
.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: #fff;
    font-size: 24px;
    padding: 0px 1px 0px 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    text-align: center;

    margin-right: 5px;
    transition: all 180ms ease-out;
}

.footer_social_icon a:hover {
    color: #f69323;
    
    
}

.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: #28a745;
    margin-bottom: 5px;
    font-size: 19px;
    align-items: center;
}
.footer_whatsapp h4 i{
    color: #28a745;
    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: #28a745;
}

.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 (max-width: 1370px) {

}


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


    .container {
        width: 970px;
    }
    .slider {
        height: 500px;
    }

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





}





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


    .container {
        width: 750px;
    }


    .slider {
        height: 400px;
    }

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


}



@media (max-width: 768px){

    .container {
        width: 100%;
    }

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

 header {
    position: relative;

}
.whatsapp_top {
    zoom:0.8;
    padding: 3PX 5PX;
}

.logodiv { 
    display: inline-block;
    text-align: left;
    margin-bottom: 0px;
}
.logo {
    display:block;
    position:relative;
    z-index:1;
    text-align:center;
}
.logo_img {
    max-width: 165px;
    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;
}

.slider_desc3 h1{
    font-size: 18px;
}
.slider_desc3 p{
   font-size: 13px;
}
.slider_desc3 .btn_s{
   font-size: 13px;
   padding: 4px 15px;
}
.sliderimg {
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
}

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

.pageboxbg {
    padding: 20px 0px 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: 170px;
}
.searchfrm .form-control {
    height: 35px;
}
.searchfrm .btn {
    height: 35px;

}

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

.hombox500 {
   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;
}
.brandbox_title span{
    font-size: 12px;
}
.brand_link a{
    font-size: 14px;
    margin-right: 4px;
    padding: 2px 10px;
    margin-bottom: 5PX;
}
.asprog_ h3{
    font-size: 15px;
}


}




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

    .m_galeri_a {

        height:165px;

    }
    .slider {
        height: auto;
    }


}





