
/* ---------------------------------
1. INDEX SLIDER
--------------------------------- */

.slider-section {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
  }
  
  
  .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
  }
  
  .bg-1 {
    background-image: url(../../images/slider-1-1920x1080.jpg);
  }
  
  .rev_slider_wrapper.fullscreen-container {
    height: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    left: auto !important;
  }
  
  .forcefullwidth_wrapper_tp_banner {
    height: 100% !important;
  }
  
  .tp-bullet {
    border-radius: 50px;
  }
  
  .tp-leftarrow,
  .tp-rightarrow {
    border-radius: 50px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  
  .visit-btn {
    min-width: 150px !important;
  }

/* ---------------------------------
ALL BLOG PAGE 
--------------------------------- */

.main-section {
  height: 100%;
  position: relative;
  overflow: auto;
  margin: 0 -15px;
  border: 1px solid #eee;
}

.main-section .blog-area {
  width: 33.3333%;
  height: 50%;
  float: left;
  padding: 0 15px;
}

.blog-area .blog-post {
  height: calc(100% - 15px);
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.blog-area .blog-post:first-child {
  margin-bottom: 15px;
}
.blog-area .blog-post:last-child {
  margin-top: 15px;
}

.blog-area .blog-post img {
  display: none;
}

.blog-area .blog-post.full-height {
  height: 100%;
  width: 100%;
  background-size: cover;
  float: left;
  margin: 0;
}

/* BLOG INFO */

.blog-post .blog-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  opacity: 0;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-post .blog-info:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.blog-post:hover .blog-info {
  opacity: 1;
}

.blog-post:hover .blog-info:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}



  /* ---------------------------------
404 NOT FOUND PAGE
--------------------------------- */
    .main-section{
    margin-left: auto;
    margin-right: auto;
    padding:15px 5%;
    text-align: center;
    }
    .main-section img{
      width:15%;
      display: inline-block;
      padding: 10px;
      margin: 5px;
      
    }