.HeadUst{
    background-color: #000;
    padding: 5px 0;
}

.HeadUst .social-media{
    text-align: right;
}

.HeadUst .social-media a{
    color: #fff;
    font-size: 15px;
    padding-right: 18px;
}


.i_menu{
    background-color: #000;
}


.i_menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.i_menu ul li{
    float: left;
    padding: 15px 35px;
}

.i_menu ul li:hover{
    background-color: #E80000;
}

.i_menu ul li a{
    color: #fff;
    font-weight: 600;
}

.i_menu .i_button{
    padding: 15px 0;
    text-align: center;
}


.btn-talep{
    background-color: #e80000;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
}


.k_box{
    margin-bottom: 10px;
}

.btn-talep:hover{
    background-color: #e80000;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
}


.btn-talep:focus{
    background-color: #e80000;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
}




.hakkimizda{
    padding: 50px 0;
}


.hakkimizda img{
    width: 100%;
}


.hakkimizda .Icerik h2{
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    position: relative;
}


.hakkimizda .Icerik h2:before{
    content: '';
    position: absolute;
    left: 0;
    right: 87%;
    border: 2px solid #E80000;
    bottom: 0;
}


.btn-devam{
       padding: 8px 30px;
    color: #3d3d3d!important;
    border: 1px solid #3d3d3d;
    display: inline-block;
    margin: 5px 0;
    font-weight: 600;
}



.btn-devam:hover{
    padding: 8px 30px;
    color: #fff!important;
    border: 1px solid #3d3d3d;
    display: inline-block;
    margin: 5px 0;
    font-weight: 600;
    background-color: #3d3d3d;
}



.hizmetler{
    padding: 50px 0;
}


.hizmetler h2{
     font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    position: relative;
}


.hizmetler h2:before{
     content: '';
    position: absolute;
    left: 0;
    right: 87%;
    border: 2px solid #E80000;
    bottom: 0;
}


.hizmetler .Box{
    margin-top: 20px;
}

.hizmetler .Box img{
    width: auto;
    height: 40px;
}

.hizmetler .Box h3{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
}


.hizmetler a{
    color: #E80000;
    font-weight: 600;
}


.hizmetler img{
    width: 100%;
    margin-bottom: 10px;
}


.urunler{
    padding: 50px 0;
}


.urunler h2{
      font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}


.urunler h2:before{
     content: '';
    position: absolute;
    left: 0;
    right: 87%;
    border: 2px solid #E80000;
    bottom: 0;
}


.urunler .ubox{
    position: relative;
    background-color: #fff;
    padding: 50px 30px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
}

.urunler .ubox img{
    width: auto;
    height: 100px;
    margin-bottom: 20px;
}

.urunler .ubox .content{
    border-top: 1px solid #ddd;
}


.urunler .ubox .content h3{
        margin: 0;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600;
}


.urunler [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}


.kat{
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #e80000;
    padding: 5px 10px;
}

.kat h4{
    color: #fff;
    font-weight: 800;
    margin: 0;
    font-size: 10px;
}


.f_iletisim li{
        color: #cacaca;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 0;
}


.hak{
    padding: 50px 0;
}


.kategori{
    padding: 50px 0;
}

.kategori h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 5px;
    margin: 0;
}


.kategori ul{
    padding: 0;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    list-style-type: none;
}


.kategori ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}


.kategori ul li:last-child{
    border-bottom: none!important;
}

.kategori ul li a{
    color: #000;
}


.aktif{
    background-color: #E80000;
}

.aktif a{
    color: #fff!important;
}



.k_box{
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    text-align: center;
    transition: ease-in .3s;
}


.k_box:hover{
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0);
    box-shadow: 0px 0px 18px -5px rgba(0,0,0,0);
    transition: ease-in .3s;
}


.k_box img{
    width: auto;
    height: 100px;
    margin-bottom: 20px;
}

.k_box .content{
    border-top: 1px solid #ddd;
}


.k_box .content h3{
        font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 10px 0;
    height:60px;
}



.product{
    padding: 50px 0;
}

.product .p_image{
     padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
    text-align: center;
    margin-bottom: 10px;
}


.product .p_image img{
    width: 100%;
}




.product .p_list h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 5px;
    margin: 0;
}


.product .p_list ul{
    padding: 0;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    list-style-type: none;
}


.product .p_list ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}


.product .p_list ul li:last-child{
    border-bottom: none!important;
}

.product .p_list ul li a{
    color: #000;
}




/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}


.panel-primary>.panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.panel-primary{
    border-color: #000;
}


.panel-heading{
    border-radius: 0;
}


.panel-title{
    font-weight: 600;
}


.tab-pane img{
    width: 100%;
}


.service{
    padding: 50px 0;
}


.servis{
    padding: 50px 0;
}


.servis .h_box{
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}


.servis .h_box img{
    width: 100%;
    border-radius: 5px;
}


.servis .h_box .content{
    padding: 5px;
}

.servis .h_box .content h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
}

.f_galeri{
    padding: 50px 0;
}


.sertifika{
    padding-bottom:30px;
}


.sertifika h2{
     font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}



.sertifika h2:before{
     content: '';
    position: absolute;
    left: 0;
    right: 87%;
    border: 2px solid #E80000;
    bottom: 0;
}


.i_page{
    padding: 50px 0;
}



.btn-submit{
    background-color: #E80000;
    padding: 5px;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    width: 100%;
}


.talep{
    padding: 50px 0;
}


.t_form{
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.t_form img{
    width: auto;
    height: 60px;
}


.HeadUst .sol a{
    color: #fff;
    font-weight: 600;
    padding-right: 10px;
}