/* --------------------
# Wellcome Area CSS 
-------------------- */

.welcome-single-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ECEEF0;
}

.welcome-single-slide .project_title a > h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.welcome-single-slide .project_title {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
     /* background: rgba(252, 108, 63, 0.7); */
    padding: 30px;
    width: 100%;
    height: auto;
/*    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;*/
}

/*.welcome-single-slide:hover .project_title {
    bottom: 0;
}*/

.welcome-single-slide .post-date-commnents a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.welcome-single-slide .post-date-commnents a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.welcome-single-slide .post-date-commnents a:first-child {
    margin-right: 30px;
}

.welcome-single-slide .post-date-commnents a:first-child:after {
    width: 2px;
    height: 80%;
    content: '';
    position: absolute;
    top: 10%;
    right: -14px;
    z-index: 2;
    background-color: #fff;
}

.welcome-post-sliders {
    padding :0px;
    height: 100%;
    position: relative;
    background:transparent;
    
    /*    top:-60px;*/
    z-index: 1;
}

section.welcome-post-sliders {
    margin-top: -90px;
}

section.sub-sliders {
    margin-top: -50px;
}

.welcome-post-sliders .owl-prev {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    cursor: url(/assets/img/slide/back.png), auto !important;
    z-index: 9;
}

.welcome-post-sliders .owl-next {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    right: 0;
    cursor: url(/assets/img/slide/next.png), auto !important;
}


@media (max-width: 768px) {
    .mani#perma-title {
        /* display: none; */
        visibility: hidden;
    }
    /* .about.section.transparent-background {
        visibility: hidden;
    } */
    section.welcome-post-sliders {
        margin-top: -250px;
    }

    section.sub-sliders {
        /* margin-top: -30; */
        margin-top: 0;
    }      
}

.sub-slide {
    border: none;
    text-align: center;
    background: color-mix(in srgb, #ffffff, transparent 96%);
}
.sub-sliders .icon-box {
  text-align: center;
}

.sub-sliders .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-top: 40px;
  /* background: #fff; */
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 50%;
  transition: 0.5s;
  color: var(--accent-color);
  /* box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
}

.sub-sliders .icon i {
  font-size: 36px;
  line-height: 0;
}

.sub-sliders .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.sub-sliders .title a {
  color: var(--default-color);
  transition: 0.3s;
}

.sub-sliders .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  bottom: 0;
  left: calc(50% - 25px);
}

.sub-sliders .description {
  line-height: 24px;
  /* font-size: 14px; */
}



