/*Yama*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css); 



.img-at a img {
            height: 32px;
        }

a{
    text-decoration: none !important;
}

.urun-grup .urun-grup-div{
    padding: 15px;

}

@media screen and (min-width: 1140px) {
    .urun-grup{
        display: grid;
        grid-template-columns: 3fr 3fr 3fr;
    }
    
}
@media screen and (min-width: 720px) and (max-width: 1140px) {
    .urun-grup{
        display: grid;
        grid-template-columns: 1fr 1fr ;
    }
    
}
.slider-color{
    color: rgb(187, 29, 29);
}
.slider-color-2{
    border-color: rgb(187, 29, 29) !important;
    color: rgb(218, 57, 57) !important;
    font-weight: 800 !important;
}
.urun-grup .urun-grup-div{
    border-radius: 20px;
    margin-bottom: 25px;
}
.urun-grup .urun-grup-div:hover{
    border: 1px solid #0d6efd;
    box-sizing: border-box;
}
.images-radius{
    border: 1px solid #0d6efd;
    box-sizing: border-box;
    border-radius: 20px;
}
.float-left{
    float: left;
    padding: 15px;
}
.table-baslik{
    background-color: #00b9f2;
    margin: 0;
    color: white;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
}
.pdf-link{
    position:relative; 
    left:30%; 
    font-size: 1.4em;
    color:black;
    
}
.pdf-link img{
    margin-right: 5px;
}
.primary_social_links {
    margin: 0;
}
.background-1{
    background-color: #849fb0 !important;
}
.background-2{
    background-color: #a9d1ff !important;
}
#Subheader{
    background-color: #b5e2f0;
}

.table thead tr th{
    background-color: #ae2929;
    color: white;
}
.img-at a{
    float: right;
}
.yazi-pdf{
    color:  white;
    float: right;
    line-height: 42px;
    font-size: 14px;
}
.icon-pdf {
    margin-right: 10px; margin-top: 10px;line-height: 42px;
}
.icon-pdf .iconPdf{
    margin-right: 5px;
}
.fa-book-style-1{
    color: white;
    margin-right: 5px;
    font-size: 14px;
}
.fa-book-style-2{
   
    margin-right: 5px;
    font-size: 14px;
}
.primary_social_links{
    background-color: #232e31 ;
}
.İletisimYazi{
    font-family: Tahoma sans-serif;letter-spacing:0px;font-size:20px;
}
.iletisimYaziLink{
    color: white;
    font-family: Tahoma sans-serif;letter-spacing:0px;font-size:20px;
}
.hakkimizda-p p{
    text-align: justify;
}
.icon-pdf i{
    color: white;
    font-size: 20px;
}
.video-grid-div{
    padding: 8px;
}
/*Yama*/