
.header-bg{
    background-image: linear-gradient(90deg, white 49.5%, #3b3b3b  43.7%);
}
.header-yazi-1{
    background-color: #3b3b3b;
    border-radius: 3px;
    color: #ff3131;
    font-size: 16px;
    padding: 3px 10px;
    font-weight: 200 !important;
    letter-spacing: 6px;
    cursor: pointer;
}
.photo-gallery-img{
    width: 100%;
    height: 260px !important;
    object-fit: cover;
}
.map-img{
    width: 100%;
    object-fit: cover;
    height: 180px !important;
}
.ornek-proje{
    width: 100%;
    height: 260px !important;
    object-fit: cover;
}
.header-yazi-2{
    color: #f4f4f4;
}
.page-product-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
table{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
tbody{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
tbody td{
    width: auto !important; 
    padding: 0 !important;
    margin: 0 !important;
    border: solid windowtext 1.0pt !important;
}
tbody td p{
   text-align: left !important;
   padding:2px 10px !important;
}
tbody tr{
    width: 100% !important; 
    padding: 0 !important;
    margin: 0 !important;
}
.product-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}
.about-img{
    object-fit: contain;
    width: 100%;
    height: 300px;
}
.about-us-2{
    min-height: 356px !important;
    max-height: 356px !important;
    object-fit: cover;
    width: 356px!important;
}
.about-us-img{
    min-height: 567px !important;
    max-height: 567px !important;
    object-fit: cover;
    width: 100% !important;
}
.project-img{
    width: 100%;
    height: 400px;
}
.ornek-proje img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.blog-img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.banner-down-border{
    padding: 10px !important;
}
.banner-down-border img{
    height: 30px;
    object-fit: contain;
    
}
.banner-down-border .boxx{
    border: 1px solid #fff;
}
.boxx{
    padding: 10px;
}
.table-img {
    padding-left: 10px !important;
}
.table-img img{
   height: 359.2px !important;
   object-fit: cover;
}

@media(max-width:991px){
    #header .header-nav-main.header-nav-main-square nav > ul > li a{
        color:#fff !important ;
    }
    .content-wrapper{
        flex-direction: column-reverse !important;
    }
    .table-img {
        padding-top: 15px !important;
        padding-left: 0px !important;
    }
    .about-img{
        object-fit: contain;
        width: 100%;
        height: 200px;
    }
    .header-bg{
        background-image: linear-gradient(90deg, white 49.5%, white  43.7%);
    }
    .blog-box-bottom{
        border: 1px solid #dddcdc;
        padding: 20px;
        padding-top: 40px;
        border-top: 0 !important;
        margin-top: -20px
    }
    .blog-box .col{
        margin-bottom: 0 !important;
    }
    .blog-box-bottom h4{
        margin-top: 0 !important;
    }
    .about-us-img{
        min-height: 200px !important;
        max-height: 200px !important;;
        
        object-fit: cover;
        width: 100% !important;
    }
}