
    @font-face {
        font-family: 'NotoKufiArabic-regular';
        src: url('../fonts/ArbFONTS-22015-notokufiarabic-regular.ttf');
        src: local('☺'),  url('../fonts/ArbFONTS-22015-notokufiarabic-regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        }
.videosection{
            width: 100%;
            height: auto;

        } 
.videosection h2 a{
         
            color:#333333;
            font-size: 16px;
            text-align: right;
            font-weight: 600;
            font-family: 'Cairo', sans-serif;
 }
 .videosection h2 a:hover{
    text-decoration: none;
} 
.videosection .elementSection{
    border : 1px solid #ddd;

}
.titleSection{
    background-color: #f5f5f5;
    padding: 6px 12px ;
    border : 1px solid #ddd;
}  

   .card-body{
       background-color: #dae0e9;
       text-align: center;
   }
  
    .owl-carousel .item img {
        transition: all 0.4s ease-in-out 0s;
        bottom: 0;
        display: block;
        height:300px;
        position: relative;
    }
    

    
    .owl-theme .owl-nav {
        float: left;
    } 

    .card-video .card img{
        width: 100%;
        height: 160px;
    } 
    .card-video p{
        color:#6091ba;
        font-family: 'Cairo', sans-serif;
        font-size: 12px;
        font-weight: 600;

    }

  .card{
      height: 280px;
      overflow: hidden;
  }

    .videosection p a{        
        color:#000000;
        font-size: 14px;
        text-align: right;
        font-family: 'Cairo', sans-serif;
        text-align: right;
        text-decoration: none;

}

span mark{
    position: absolute;
    background: #6091ba;
    left: 10px;
    top: 10px;
    padding: 6px 12px ;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
span mark:hover{
    color:#000000;
}
.img{
    display: block;
    width: 100%;
  }
.overlay{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}
  .ad_vid{

    color: #6091ba;
    font-size: 16px;
  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex;
}
.owl-theme .owl-dots .owl-dot{
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    display: none;
}
.owl-carousel .owl-nav {
  float:left;

  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: inherit;
    background: #6091ba;
    border: none;
    border-radius: 50%;
    font-weight: bold;
    color:#000000;
    font-size: 14px;
  }
  .owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #6091ba;
  border-color: #6091ba;
  border:none;
}
.owl-nav button:focus{
text-decoration:none;
border: none;
}


.owl-carousel .owl-nav {
    display: flex;
    float: left;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D5B981;
    background: #1d2434;
    font-size: 22px;
    transition: .3s;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: #1d2434;
    background: #D5B981;
}

.card-body:hover{
    color: black;
}
.card-body p:hover{
    color: #14222e;
}
.thirdsection .grid_item_overlay{
    position: absolute;
    left:0%;
    top:0%;
    width:100%;
    height: 100%;
    background: rgba(231,76,60,0.6);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top:35%;
    z-index: 99;
}

.thirdsection .grid_item_overlay h3{
   color:#fff;
   font-size: 18px;
   padding-top: 30px;
   border-top:5px solid #fff;
}
 .grid_item_overlay .half-pic{
    color:#fff;
    font-size: 18px;
    margin-top: 80px;
 }

 .grid_item_overlay a:hover i{
    color:#e74c3c;
    background: #fff;
}


 .grid_item_overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(9, 168, 6, 0.6);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top: 35%;
    z-index: 99;
}
.owl-carousel .item {
    border-radius: 5px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
}

.owl-carousel .item img {
    transition: all 0.4s ease-in-out 0s;
    bottom: 0;
    display: block;
    height:300px;
    width: 50px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 100%;
    position: relative;
}



.owl-carousel .item img:hover{
    transform: scale(1.1);
    transition: all 0.4s ease-in-out 0s;
}
.overlay {
    background:#1e1e1e;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.d-non{
    display: none!important;
}
    @media (min-width: 992px) {
        .img-banner {
            display: block !important;
        }
    }