.about-1{
width: 263px;
height: 442.56px;
object-fit: cover;
}
.about-2{
    width: 263px;
    object-fit: cover;
   height: 210px;
}
 .mobil img{
    height: 200px;
    object-fit: contain;
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
 }
 .pdf-gallery-box img{
    border-inline: 2px solid !important;
    border-top: 2px solid !important;

 }
 .product-category-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
 }
.about-3{
    width: 263px;
    height: 210px;
    object-fit: cover;
}
.banner-right img{
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.p-1{
    border: 1px solid #f4f4f4;
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.p-2 .owl-item{
    border: 1px solid #f4f4f4 !important;
}
.banner-blur{
    filter: blur(.2rem);
}
.overlay-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: .4;
}
.takip-section{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: blue;
}

.right-blue-line{
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: blue;
}
.takip-section-wrapper{
    display: flex;
    transform: skewX(-25deg);
    justify-content: end;
}

    .left-side-bar ul {
        padding: 20px !important;
        background-color: #003c7b;
        display: flex;
        flex-direction: column;
        list-style: none;
        
        margin: 0;
    }
.left-side-bar ul li{
    border:1px solid #fff;
    margin-bottom: 7px;
    padding: 7px 10px !important;
    background-color: #fff;
}
.left-side-bar ul li a{
    width: 100%;
    height: 100%;
    text-decoration: none !important;
display: inline-block;
}
.left-side-bar ul li:hover{
    border:1px solid #fff;
    background-color: #003c7b;
}

.left-side-bar ul li:hover a{
    color: #fff;
}

@media(max-width:991px){

    .responsive-content{
        flex-direction: column-reverse;
    }
}
