.position-relative{
    position: relative;
}
.group-val .text-danger{
text-align: start;
    background: red;
    padding: 5px;
    color: #fff!important;
    border-radius: 5px;}
.gallery-box {
     background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    height: 290px;
}

.gallery-box:hover {
  transform: translateY(-5px);
}

.gallery-image-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 12px 12px 0 0;
}

.gallery-box:hover .gallery-image img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-image-wrapper:hover .overlay {
  opacity: 1;
}

.overlay i {
  color: #fff;
  font-size: 24px;
}

.gallery-desc {
  padding: 15px;
}

.gallery-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.gallery-title:hover {
  color: #007BFF;
}

.gallery-category {
     display: inline-table;
    font-size: 11px;
    color: #000;
    margin-bottom: 10px;
    position: absolute;
    top: 6px;
    right: 12px;
    background: #ffffff;
    z-index: 1;
    padding: 2px 5px;
    border-radius: 5px;
}

.gallery-text {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
  line-height: 1.4;
}
.gallery-image{
    height: 150px;
}
.gallery-image img{
    width: 100%;
    height: 100%;
}
.gallery-desc p{
display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.active .top-menu{
    display: block!important;
}
.content .col-md-4{
    margin-bottom: 10px;
}
.active .top-menu ul{
padding-left: 0px;}
.overlayactive{
    position: absolute;
    top: 16px;
    right: -10px;
    width: 100%;
    height: 100%;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000;
    border-radius: 10px;
}
.box-item{
    position: relative;
    margin-bottom: 30px;

}
a.btn:hover{
color: #fff!important;
}
a.btn.fill, .btn.fill {
    background: #191919;
    border-color: #191919;
    color: #fff!important;
}
.bg-screenallpage {
    margin-left: -50vw;
    position: absolute!important;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section.started .centrize {
    position: absolute!important;
}
.centrize {
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important;
    top: 0;
    z-index: 2;
}

.full-width {
    max-width: 100% !important;
    width: 100% !important;
}
.section.started {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jarallax {
    position: relative;
    z-index: 0;
}

.video-bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.header {
    position: fixed;
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 100;
    text-align: right;
    background: #fff;
    opacity: 1;
    visibility: visible;
}
.container {
    position: relative;
    margin: 0 30px;
    overflow: hidden;
    background: #fff;
}

.post-card-1 {
    border: 1px solid #f0f8ff;
    z-index: 12;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}
.post-card-1::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    left: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08),0 0 0 transparent;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
    z-index: -1;
}
.border-radius-10 {
    border-radius: 10px;
}
.post-card-1 .thumb-overlay {
    min-height: 180px;
    border-radius: 10px 10px 0 0;
}
.img-hover-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 280px;
    overflow: hidden;
}
.position-relative {
    position: relative !important;
}
.thumb-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.post-card-1 .top-right-icon {
    top: 20px;
    right: 20px;
}
.top-right-icon {
    left: unset;
    right: 30px;
}
.top-left-icon, .top-right-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    z-index: 3;
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}
.bg-success {
    background-color: #09815c !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.post-thumb .social-share {
    position: absolute;
    float: left;
    overflow: hidden;
    padding-left: 0;
    bottom: 10px;
    right: 0;
    margin: 0;
    z-index: 200;
}
.social-share {
    height: 0;
    transition-duration: 0.2s;
}
.post-card-1 .post-content {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.p-30 {
    padding: 15px !important;
}
.post-title a{
    font-size: 18px;
}
.img-hover-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 280px;
    overflow: hidden;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.entry-meta {
    line-height: 1;
    color: #666;
}
.font-small {
    font-size: 12px;
}
.entry-meta a{
    color: #687385;

}
.post-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 115px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.font-weight-900 {
    font-weight: 900;
}
.entry-meta {
    line-height: 1;
    color: #666;
}
.font-x-small {
    font-size: 10px;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.float-left {
    float: left !important;
}
.entry-meta.meta-1 span {
    margin-right: 10px;
}
.entry-meta span {
    position: relative;
}
.entry-meta.meta-1 span {
    margin-right: 10px;
}
span.has-dot {
    position: relative;
    padding-left: 10px;
}