.landingHero {
    margin-top: 80px;
}

.lDesc {
    padding: 0px 0 40px;
}

.lDesc h1 {
    font-weight: 600;
}

.lDesc .row {
    align-items: center;
    display: flex;
}


.dbTitle h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

.dbTitle h2:nth-child(1) {
    color: #f00;
    margin-bottom: 10px;
}

.dbTitle h2:nth-child(2) {
    color: #000;
}



.dbCounters .count {
 font-size: 24px;
 font-weight: 600;
 margin-bottom: 20px;
}

.dbCounters .text {
    font-size:14px;
    font-weight: 600;
}

.dundenBuguneILX {
    margin-bottom: 50px;
}

.dundenBuguneILX .row {
    display:flex;
    align-items: center;
}


.lProductsList .row {
    display: flex;
    flex-wrap: wrap;
}

.lProductsList .productImg {
    padding: 35px;
}

.lProductsList .col {
    width: 25%;
    padding-right: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 8px;
}



.lProductsList .lProductBox {
    border: 2px solid rgb(46, 41, 41);
}

.lProductBox {
    cursor: pointer;
}

.mProductSeeAllBtn  {
    justify-content: center;
    padding-bottom: 9px;
}

.mProductSeeAllBtn a {
    padding: 12px 12px 12px 12px;
    background: red;
    color: #fff;
    border: 1px solid red;
    transition: all .3s;
}

.mProductSeeAllBtn a:hover {
    background: transparent;
    transition: all .3s;
    color: red;
}



.lProductsList .lProductBox:hover {
    border: 2px solid #f00;
}

.lProductsList .lProductBox:hover .productName {
    background-color: #f00;
    font-weight: 600;
}

.lProductsList .productName {
    background-color: rgb(46, 41, 41);
    color: #fff;
    text-align: center;
    padding: 12px;
}


.videolar, .haberler {
    border: 1px solid #ddd;
    padding: 15px;
}

.videoBox img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.videoTop {
    display: flex;
    justify-content: space-between;
}

.videoTop hr {
    border: 1px solid #f3f3f3;
    width: 100%;
}

.videoTop h3 {
    padding-right: 10px;
    font-size:18px;
}

.videoSlideArrows  {
    flex-shrink: 0;
}

.videoCats {
       margin-bottom: 10px;
    background: #e7e7e745;
    padding: 5px;
}


.tumVideolariIncele {
    display: inline-block;
    
}

.tumVideolariIncele a {
    background-color: #f00;
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
    transition: .5s;
}

.tumVideolariIncele a:hover {
    background-color: #000;
    transition: .5s;
}


.newsBox img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.newsDesc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsBox h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}

 .newsBox .devami {
     color: #f00;
 }


 .videoSlo {
    color: #333;
    margin: 10px 0 20px 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
 }
 

.lProductsList .col-lg-12 {
    padding: 30px;
}


.lSektorelCozumler {
    padding: 50px 0;
}

.lNews {
    padding: 30px 0 0;
}

.lSektorelCozumler h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}


.lSektorelCozumler .newsBox p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.newsBox a div {
    color: #f00;
}

.referansSlider {
    margin-bottom: 50px;
}


.sektorSlider .newsBox {
    border: 1px solid #ddd;
}

.sektorSlider .newsBox h5 {
    text-align: center;
    padding: 12px 12px 0;
}

.sektorSlider .newsBox p {
    text-align: center;
    padding: 0 12px;
    font-size: 12px;
}

.sektorSlider .newsBox a div {
    text-align: center;
    padding: 0 12px 12px;
}



 

.videoSlideArrows span {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: .3s ease;
}

.videoSlideArrows span:hover {
    background-color: #f00;
    color: #fff;
    transition: .3s ease;
}

.videoTop {
    margin-bottom: 10px;
    align-items: center;
}


.haberler .newsBox .newsImgLink {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}


.haberler .newsBox > .newsImgLink::before {
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translateX(0px);
    transition: all 0.5s ease 0s;
    width: 50%;
    z-index: 1;
}


.haberler .newsBox img{
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: top;
}


.haberler .newsBox > .newsImgLink::after {
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(0%);
    transition: all 0.5s ease 0s;
    width: 50%;
    z-index: 1;
}

.haberler .newsBox:hover  > .newsImgLink::before {
    opacity: 1;
    transform: translateX(-100%);
    visibility: visible;
}

.haberler .newsBox:hover  > .newsImgLink::after {
    opacity: 1;
    transform: translateX(100%);
    visibility: visible;
}



.pModalIconBox {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #ffb0b0;
}

.pModalIconBox .mImg {
    flex-shrink: 0;
}

.pModalIconBox .mImg img {
    width:100px;
}

.pModalIconBox .mText {
    padding-left: 15px;
}

.pModalIconBox .mText strong {
    font-size: 18px;
}


#productModal {
    overflow-y: scroll;
}

#productModal  .modal-dialog{
    width: 900px;
    top: 50%;
    transform: translate(0, -75%);

 
}

#productModal .modal-header { 
    position: relative;
    width: 100%;
}

#productModal .modal-body .pModalIconBox:last-child {
    border-bottom: 0;
}

#productModal .close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.seriProductBtn {
    color: #f00;
    font-weight: 500;
}




@media screen and (max-width: 1500px) {
#productModal .modal-dialog {
    width: 900px;
    top: 50%;
    transform: translate(0, -70%);
}
}

@media screen and (max-width: 1200px) {
    .videolar {
        margin-bottom: 24px;
    }

    #productModal .modal-dialog {
        
        top: 50%;
        transform: translate(0, -65%);
    }

  }


  @media screen and (max-width: 991px) {

    #productModal .modal-dialog {
        width: 100%;
        padding: 0 15px;
    }

    #productModal .modal-dialog {
      
        transform: unset;
        margin: 0;
        top: 30px;
    }


    .landingHero {
        margin-top: 0;
    }

    .lDesc .row, .dundenBuguneILX .row {
        flex-wrap: wrap;
        
    }

    .dundenBuguneILX .row {
        align-items: center;
        justify-content: center;
    }

    .dbTitle {
        margin-bottom: 25px;
    }

    .dbTitle h2:nth-child(1) {
        color: #f00;
        margin-bottom: 0;
    }

    .dundenBuguneILX {
        text-align: center;
    }

    .lProductsList .row {
        flex-wrap: wrap;
    }

    .lProductsList .col {
        width: 50%;
        margin-bottom: 7.5px;

        
    
    }
    
    .dundenBuguneILX {
        margin-bottom: 15px;
    }
  }


  @media screen and (max-width: 575px) { 


    .pModalIconBox {
        align-items: unset;
    }

    .pModalIconBox .mText strong {
        font-size: 16px;
    }

    .pModalIconBox .modal-title h4 {
        font-size: 16px;
    }

    .pModalIconBox {
        padding: 15px 0;
    }

    .pModalIconBox .mImg img {
        width: 50px;
    }

    .dundenBuguneILX .col-lg-3 {
        margin-bottom: 24px;
        width: 50%;
    }

    .videoBox, .videoCats {
        text-align: center;
    }

    .tumVideolariIncele {
        display: block;
        text-align: center;
    }

    .dbCounters .count {
        margin-bottom: 10px;
    }

    .dbCounters .text {
        font-size: 14px;
    }

  }
  

 .lNews .newsBox h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:16px;
 
 }