
/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
}

.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 30px;
}

.sidebar-page-container .pagination-wrapper{
  padding-top: 30px;
}

.news-block-one .inner-box .image-box .video-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: var(--theme-color);
  border: 6px solid rgba(245, 248, 250, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.news-block-one .inner-box .image-box .video-btn:before,
.news-block-one .inner-box .image-box .video-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(245, 248, 250, 0.4);
  box-shadow: 0 0 0 0 rgba(245, 248, 250, 0.4);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.news-block-one .inner-box .image-box .video-btn:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}



/** RTL-CSS **/




/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px){
  



@media only screen and (max-width: 1200px){



}

@media only screen and (max-width: 991px){



}

@media only screen and (max-width: 767px){

  .sidebar-page-container{
    padding: 70px 0px;
  }

}

@media only screen and (max-width: 599px){

  

}

@media only screen and (max-width: 499px){



}












































