.container-area{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  
  
  @media  (max-width: 576px){
    .container-area {
      max-width: 540px;
      padding-right: 0;
      padding-left: 0;
      overflow-x: hidden;
     }
    }
  
  @media  (min-width: 768px){
    .container-area {
       max-width: 720px;
      }
    }
  @media  (min-width: 992px){
    .container-area {
       max-width: 960px;
      }
    }
    @media  (min-width: 1200px){
      .container-area {
         max-width: 1320px;
        }
      }
  
  .container-sm{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  
  
  @media  (max-width: 576px){
    .container-sm {
      max-width: 540px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
     }
    }
  
  @media  (min-width: 768px){
    .container-sm {
       max-width: 720px;
      }
    }
  @media  (min-width: 992px){
    .container-sm {
       max-width: 960px;
      }
    }
    @media  (min-width: 1200px){
      .container-sm {
         max-width: 1140px !important;
        }
      }
  
  
  .slideshow{
      padding-top: 90px;
  }
  
  .section-content{
    padding-top: 140px;
    padding-bottom: 50px;
  }
  
  
  .container-card {
      width: 1320px;
      max-width: 100%;
      margin: 0 auto;
  }
  .row-news{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .row-download{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .hidden{
      display: none;
  }

  .d-flex {
    display: flex;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .justify-content-center {
    justify-content: center !important;
}

  .flex-column {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
  
  ul{
    padding-left: 0rem !important;
  }
  
  .row-blog{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
  }
  
  .box-shadow{
      flex: 0 1 23rem;
      display: flex;
      align-items: center;
      margin: 20px 18px 44px;
      background: #fff;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 0 15px rgb(0 0 0 / 5%);
      border-radius: 10px;
      /* padding: 17px 18px 17px; */
      padding: 30px;
      align-self: normal;
  }
  .section-left{
      flex: 0 1 20rem;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin: 20px 18px 44px;
      background: #fff;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 0 15px rgb(0 0 0 / 5%);
      border-radius: 10px;
      align-self: normal;
  }
  
  .recent-post{
    padding: 20px;
  }
  .recent-post h4{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-left: 12px;
   margin-bottom: 30px;
  }
  .recent-post h4::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #3616ea;
  }
  
  .recent-news{
      box-shadow: 0 0 15px rgb(0 0 0 / 5%);
      padding: 52px;
  }
  
  .mb-30{
      margin-bottom: 30px;
  }
  .mb-10{
      margin-bottom: 10px;
  }
  
  .mb-20{
      margin-bottom: 20px;
  }
  
  .mt-30{
      margin-top: 20px;
  }
  
  .mb-6{
    margin-bottom: 3rem;
  }
  
  .pt-30{
    padding-top: 30px;
  }
  
  .mt-30{
    margin-top: 30px;
  }
  
  .pt-20{
    padding-top: 20px;
  }
  
  .pt-50{
    padding-top: 50px;
  }
  
  .py-5{
    padding-top: 5rem;
  }
  
  .py-7{
    padding-top: 7rem;
  }

  .py-8{
    padding-top: 8rem;
  }
  
  .py-1{
    padding-top: 1rem;
  }
  
  .mr-15 {
    margin-right: 15px !important;
  }

  .mb-3 {
    margin-bottom: 1rem !important;
}

  .mb-5 {
    margin-bottom: 3rem !important;
}

.mr-5{
  margin-left: 15px;
}

.ml-5{
  margin-right: 15px;
}

.pt-5{
  padding-top: 15px;
}

.text-white{
  color: #fff;
}

  

  .justify-center{
    justify-content: center;
  }
  
  
  .image img{
      width: 100%;
      height: 230px;
      object-fit: cover;
  }
  
  
  
  .blog-info{
    list-style: none;
    display: flex;
    padding-left : 0rem ;
    font-size: 11px;
    color:#fff
  }
   ul{
  margin-bottom: 0px !important;
  }
  .blog-info li{
    font-size: 12px;
    margin-right: 10px;
    color: #e2dede;
  }
  
  .row-card {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
  
  .cardpokersize {
    flex: 0 1 23rem;
    display: flex;
    margin: 20px 18px 44px;
    flex-direction: column;
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 17px 18px 17px;
    align-self: normal;
  }
  
  .cardpokersize img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
  margin: 0 auto 25px;
  }
  
  .cardpokersize:hover{
    transform: translateY(-10px);
  }
  
  .cardpokersize h3{
  font-size: 16px;
  font-weight: 500;
  color: #3f3975;
  margin-bottom: 1em;
  }
  .cardpokersize p{
  font-size: 14px;
  text-align: center;
  }
  .cardpokersize a{
  color: #444;
  }
  .cardpokersize a:hover{
  color: #1850ca;
  }
  
  
  /* Galeri Foto */
  .container-image {
      width: 1320px;
      max-width: 100%;
      margin: 0 auto;
  }
  
  .row-image {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      /* justify-content: center; */
  }
  
  .card-image {
    flex: 0 1 17rem;
    display: flex;
    align-items: center;
    margin: 20px 13px 10px;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    align-self: normal;
  }
  
  .card-image img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: 0.5s;
  object-position: top;
  margin: 0 auto 10px;
  }
  
  .card-image:hover img{
  /* transform: scale(0.9); */
  }
  
  .card-image h3{
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-align: center;
  margin-bottom: 1em;
  }
  
  .card-image p{
  font-size: 14px;
  text-align: center;
  }
  
  @media  (max-width: 576px){
    .card-image img  {
       height: auto;;
      }
    .card-image  {
      flex: 0 1 19rem;
      }
    .row-image  {
       justify-content: center;;
      }
    }
  
    @media  (max-width: 768px){
      .card-image img  {
        height: auto;;
       }
       .card-image  {
        flex: 0 1 19rem;
        }
       .row-image  {
        justify-content: center;
       }
      }
  
   
  .video-responsive{
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  
  
  .section-title.section-tittle {
      /* text-align: center; */
      padding-bottom: 20px;
  }
  
  .section-tittle h2 {
  
      position: relative;
      display: flex;
      align-items: center;
      margin: 0;
      font-size: 20px;
      font-weight: 600;
     font-family: Poppins,Helvetica,sans-serif;
      line-height: 35px;
      color: #1A516F;
    }
  
    
  @media only screen and  (max-width: 576px){
    .section-tittle h2{
      font-size: 15px;
      }
    }
  
    .img-footer{
      width: 60%;
      margin-bottom: 2rem;
    }
  
    .img-responsive{
      display: block;
      max-width: 100%;
      height: auto;
  }
  
  .img-banner{
    width: 100%;
    height: auto;
  }
  
  
  .blog-grid img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
  }
  
  @media  (max-width: 576px){
    .blog-grid img{
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: top;
    }
    }
  
  
  .pt-24{
    padding-top: 5rem;
  }
  
  .pl-6{
    padding-left: 4rem;
  }
  
  @media only screen and (max-width: 250px){
    .pl-6{
      padding-left: 0rem;
    }
    }
  
  @media  (max-width:350px){
    .pl-6{
      padding-left: 0rem;
    }
    }
  @media  (max-width: 768px){
    .pl-6{
      padding-left: 0rem;
    }
    }
  
  
  
  
  /* Galeri new */
  .flex-section {
    text-align: center;
  }
  
  @media screen and (min-width: 768px){
     .section--collections {
      text-align: left;
    }
  }
  
  
  .flex-section--content {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
  }
  .flex-section {
    text-align: center;
  }
  
  @media screen and (min-width: 768px){
   .section--collections {
      text-align: left;
    }
  }
  
  
  
  @media screen and (min-width: 1096px){
  .flex-section--content {
      max-width: 1170px;
      display: block;
    }
  }
  
  .flex-section--content {
    width: 100%;
  }
  
  .flex-section--content>* {
    padding: 0 20px;
  }
  
  .flex-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  
  .flex-section--carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
  }
  
  
  
   section .flex-section--carousel {
    margin-top: 30px;
  }
  
  
  
  @media screen and (min-width: 1096px){
   section .flex-section--carousel {
      margin-top: 50px;
    }
  }
  
  @media screen and (min-width: 1400px){
  .section--collections .flex-section--carousel {
    flex-wrap: wrap;
      justify-content: space-between;
      overflow: initial;
    }
  }
  
  li{
    list-style: none;
  }
  
  
  .caption-list>*:not(:first-child) {
    margin-left: 20px
  }
  
  .caption-list--double {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  
  .caption-list--double .caption-list--wrapper {
    text-align: center;
    height: 226px
  }
  
  .caption-list--double .caption-list--wrapper:not(.caption-list--more) {
    box-shadow: 0px 1px 2px rgba(55,73,87,0.1),0px 3px 6px rgba(55,73,87,1.15)
  }
  
  .caption-list--item {
    display: block;
    position: relative
  }
  
  .caption-list--item:hover .caption-list--wrapper:after {
    opacity: 1
  }
  
  .caption-list--item:hover .caption-list--image {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px)
  }
  
  .caption-list--item:hover .caption-list--subtitle {
    opacity: 1;
    margin-bottom: 0
  }
  
  .caption-list--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: rotate(5deg);
    opacity: 0.5;
    transition: 0.2s all ease-out
  }
  
  
  .caption-list--wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 180px;
    height: 162px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    padding: 15px
  }
  
  .caption-list--wrapper:before,.caption-list--wrapper:after {
    content: "";
    z-index: 1;
    background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgb(0 0 0 / 72%) 100%)
  }
  
  .caption-list--wrapper:after {
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.1) 100%);
    opacity: 0
  }
  
  .caption-list--wrapper:before,.caption-list--wrapper:after,.caption-list--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s all ease-out;
    border-radius: 10px
  }
  
  .caption-list--image {
    object-fit: cover;
    object-position: center
  }
  
  .caption-list--more {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 1px solid #cfd9e0
  }
  
  .caption-list--more:before,.caption-list--more:after {
    display: none
  }
  
  .caption-list--title,.caption-list--subtitle {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
  }
  
  .caption-list--subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    opacity: 0;
    margin-bottom: -18px;
    transition: 0.2s all ease-out
  }

  .section-titles h5{
    font-size: 1rem;
    padding: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #1aa1b3 0%, 
    color-mix(in srgb, #2540ba, transparent 10%) 100%), url(../img/footer-bg.jpg) center center no-repeat;
  }
  
  @media screen and (min-width: 768px) {
    .caption-list>*:not(:first-child) {
        margin-left:30px
    }
  }
  
  @media screen and (min-width: 1096px) {
    .caption-list--double .caption-list--wrapper {
        height:311px
    }
  
    .caption-list--wrapper {
        width: 251px;
        /* min-width: 288px */
    }
  }
  
  .overflow-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical
  }
  .card{
    border:none !important;
  }

  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* padding: 1.7rem; */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px !important;
  }
  
  .justify-end{
    justify-content: flex-end
  }
  
  .card-img-post{
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top;
  }
  
  .swiper-button-prevv{
    position: static;
    top: auto;
    bottom: 0;
    height: 35px;
    width: 35px;
    background: #F3F6FA;
    border: 1px solid #e6e6e6;
    font-size: 20px;
    color: #636363;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    border-radius: 7px;
  }
  .swiper-button-nextt {
    position: static;
    top: auto;
    bottom: 0;
    height: 35px;
    width: 35px;
    background: #F3F6FA;
    border: 1px solid #e6e6e6;
    font-size: 20px;
    color: #636363;
    line-height: 30px;
    text-align: center;
    border-radius: 7px;
  }
  
  
  .swiper-button-prevv::after,
  .swiper-button-nextt::after {
    content: var(--tw-content);
    display: none;
  }
  
  .swiper-button-prevv:hover,
  .swiper-button-nextt:hover {
    --tw-border-opacity: 1;
    border-color: rgb(112 131 245 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(112 131 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  
  .swipper-nav {
    position: absolute;
    top: -52px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 50;
  }
  
  
  @media screen and  (max-width: 576px){
    .swipper-nav{
      right: 0px;
      }
    }
  
  .relative{
    position: relative;
  }
  
  .card-text{
    font-size: 14px;
  }
  
  .blog {
      padding-top: 70px;
      padding-bottom: 80px;
  }
  
  .blog__item {
      margin-bottom: 35px;
  }
  
  .blog__item__pic {
      height: 240px;
  }
  
  .blog__item__pic img {
      width: 100%;
    height: 230px;
    object-fit:cover;
    object-position:top
  }
  
  .blog__item__pic.large__item {
      height: 540px;
  }
  
  .blog__item__text {
    position: relative;
    padding: 15px 10px 0 0;
    margin-right: 30px;
    background: #fff;
    margin-top: -60px;
  }
  
  .blog__item__text h6 {
    font-size: 14px;
      margin-bottom: 6px;
  }
  
  .blog__item__text h6 a {
      color: #111111;
      font-weight: 600;
      line-height: 21px;
  }
  
  .blog__item__text ul li {
      font-size: 12px;
      color: #888888;
      display: inline-block;
      list-style: none;
      margin-right: 25px;
      position: relative;
  }
  
  .blog__item__text ul li span {
      color: #111111;
  }
  
  .blog__item__text ul li:after {
      position: absolute;
      right: -17px;
      top: 0px;
      content: "|";
  }
  
  .blog__item__text ul li:last-child {
      margin-right: 0;
  }
  
  .blog__item__text ul li:last-child:after {
      display: none;
  }
  
  .primary-btn.load-btn {
      color: #111111;
      background: #f2f2f2;
      padding: 12px 85px 10px;
      border-radius: 50px;
  }
  
  .p-30{
    padding:30px;
  }
  
  .px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  @media screen and  (max-width: 576px){
    .px-6{
    padding-left: 0;
    padding-right: 0;
    }
  }
  
  .items-center{
    align-items: center;
  }
  
  .bx-shadow {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15) !important;
  }
       
  .news-populart{
    padding: 30px;
  }
  
  .section-populart-title{
    padding-bottom: 20px;
  }

  .section-populart-title h3{
    font-size: 17px;
    font-weight: 600;
    color: #444;
  }
  
  .section-content-right {
    flex: 0 1 22rem;
    align-self: normal;
  }
  
  .text-footer{
    color: rgba(255, 255, 255, 0.8);
  }
  
  
  .section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding-left:10px;
    border-left: 4px solid #1a4dbc;
  }
  .section-heading h5 {
   font-size: 17px;
   font-weight: 600;
   color: #444;
  }
  
  .bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .img-details{
    height: auto;
    width:100%
  }
  
  .img-galeri{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
  }
  .img-galeri-detail{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
  }
  
  .img-video{
    height: auto;
    max-width: 100%;
  }
  
  .mag-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    height: 5px;
  }
  
/* :: 6.0 Post Area CSS */
.mag-posts-area {
    position: relative;
    z-index: 1;
    padding: 0 15px; }
  
  .post-sidebar-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
    margin-left: 15px;
    margin-right: 15px; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
        width: 280px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media only screen and (max-width: 767px) {
      .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
  
  .mag-posts-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 690px);
    flex: 0 0 calc(100% - 690px);
    max-width: calc(100% - 690px);
    width: calc(100% - 690px);
    margin-left: 15px;
    margin-right: 15px; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 650px);
        flex: 0 0 calc(100% - 650px);
        max-width: calc(100% - 650px);
        width: calc(100% - 650px); } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media only screen and (max-width: 767px) {
      .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
  
  .mag-full-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1380px);
    flex: 0 0 calc(100% - 1380px);
    max-width: calc(100% - 1380px);
    width: calc(100% - 1380px);
    margin-left: 15px;
    margin-right: 15px; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .mag-full-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .mag-full-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mag-full-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media only screen and (max-width: 767px) {
      .mag-full-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px); } }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-sidebar-area.left-sidebar {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area.left-sidebar {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; } }
  @media only screen and (max-width: 767px) {
    .post-sidebar-area.left-sidebar {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; } }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-sidebar-area.right-sidebar {
      -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
      order: 30; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area.right-sidebar {
      -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
      order: 30; } }
  @media only screen and (max-width: 767px) {
    .post-sidebar-area.right-sidebar {
      -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
      order: 30; } }
  
  .single-blog-post {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .single-blog-post:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .single-blog-post .post-thumbnail {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      max-width: 70px;
      width: 70px; }
      .single-blog-post .post-thumbnail img {
        width: 100%; }
    .single-blog-post .post-content {
      padding-left: 15px;
      margin-top: -5px; }
      .single-blog-post .post-content .post-title {
        font-size: 16px;
        margin-bottom: 8px;
        display: block; }
        @media only screen and (max-width: 767px) {
          .single-blog-post .post-content .post-title {
            font-size: 14px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-blog-post .post-content .post-title {
            font-size: 16px; } }
        .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
          color: #164fd0; }
      .single-blog-post .post-content .post-meta a {
        font-size: 14px;
        color: #777777; }
        @media only screen and (max-width: 767px) {
          .single-blog-post .post-content .post-meta a {
            font-size: 13px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-blog-post .post-content .post-meta a {
            font-size: 14px; } }
        .single-blog-post .post-content .post-meta a:hover, .single-blog-post .post-content .post-meta a:focus {
          color: #164fd0; }
    .single-blog-post.style-2 {
      border-bottom-color: #3d3d3d; }
      .single-blog-post.style-2:last-child {
        border-bottom: none; }
      .single-blog-post.style-2 .post-content .post-title {
        color: #ffffff;
        font-size: 14px; }
        .single-blog-post.style-2 .post-content .post-title:hover, .single-blog-post.style-2 .post-content .post-title:focus {
          color: #164fd0; }
    .single-blog-post.style-3 {
      padding-bottom: 0;
      border-bottom: none; }
      .single-blog-post.style-3 .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        width: 120px; }
        @media only screen and (min-width: 1200px) and (max-width: 1499px) {
          .single-blog-post.style-3 .post-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
            flex: 0 0 50px;
            max-width: 50px;
            width: 50px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-post.style-3 .post-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100;
            flex: 0 0 100;
            max-width: 100;
            width: 100; } }
        @media only screen and (max-width: 767px) {
          .single-blog-post.style-3 .post-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
            max-width: 60px;
            width: 60px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-blog-post.style-3 .post-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            max-width: 80px;
            width: 80px; } }
      .single-blog-post.style-3 .post-content {
        padding-left: 15px; }
        @media only screen and (min-width: 1200px) and (max-width: 1499px) {
          .single-blog-post.style-3 .post-content {
            padding-left: 10px; } }
        .single-blog-post.style-3 .post-content .post-title {
          font-size: 13px;
          margin-bottom: 15px; }
          @media only screen and (min-width: 1200px) and (max-width: 1499px) {
            .single-blog-post.style-3 .post-content .post-title {
              font-size: 14px; } }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .single-blog-post.style-3 .post-content .post-title {
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .single-blog-post.style-3 .post-content .post-title {
              font-size: 14px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .single-blog-post.style-3 .post-content .post-title {
              font-size: 16px; } }
        .single-blog-post.style-3 .post-content .post-meta a {
          font-size: 14px;
          color: #777777;
          margin-right: 20px; }
          @media only screen and (min-width: 1200px) and (max-width: 1499px) {
            .single-blog-post.style-3 .post-content .post-meta a {
              margin-right: 10px;
              font-size: 11px; } }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .single-blog-post.style-3 .post-content .post-meta a {
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .single-blog-post.style-3 .post-content .post-meta a {
              font-size: 12px;
              margin-right: 10px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .single-blog-post.style-3 .post-content .post-meta a {
              font-size: 14px;
              margin-right: 15px; } }
          .single-blog-post.style-3 .post-content .post-meta a:hover, .single-blog-post.style-3 .post-content .post-meta a:focus {
            color: #164fd0; }
    .single-blog-post.style-4 .post-thumbnail {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 15px; }
      .single-blog-post.style-4 .post-thumbnail .video-play {
        width: 50px;
        height: 50px;
        background-color: rgba(26, 26, 26, 0.7);
        border-radius: 50%;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        z-index: 99; }
        .single-blog-post.style-4 .post-thumbnail .video-play:hover, .single-blog-post.style-4 .post-thumbnail .video-play:focus {
          background-color: #164fd0; }
      .single-blog-post.style-4 .post-thumbnail .video-duration {
        background-color: #252324;
        font-size: 13px;
        color: #ffffff;
        line-height: 1;
        text-align: center;
        padding: 10px 15px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 99;
        font-weight: 500; }
    .single-blog-post.style-4 .post-content {
      padding-left: 0; }
      .single-blog-post.style-4 .post-content .post-title {
        font-size: 13px;
        margin-bottom: 10px; }
        @media only screen and (min-width: 1200px) and (max-width: 1499px) {
          .single-blog-post.style-4 .post-content .post-title {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-post.style-4 .post-content .post-title {
            font-size: 16px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-blog-post.style-4 .post-content .post-title {
            font-size: 18px; } }
      .single-blog-post.style-4 .post-content .post-meta a {
        font-size: 14px;
        color: #777777;
        margin-right: 20px; }
        .single-blog-post.style-4 .post-content .post-meta a:hover, .single-blog-post.style-4 .post-content .post-meta a:focus {
          color: #164fd0; }

          .single-catagory-post {
            position: relative;
            z-index: 1;
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-bottom: 1px solid #ebebeb;
          }
          .single-catagory-post:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
          }
          .single-catagory-post .post-thumbnail {
            position: relative;
            z-index: 1;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            /* max-width: 40%; */
            /* width: 40%; */
          }
          @media only screen and (max-width: 767px) {
            .single-catagory-post .post-thumbnail {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%;
              width: 100%;
              height: 180px;
              margin-bottom: 30px;
            }
          }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .single-catagory-post .post-thumbnail {
              height: 260px;
            }
          }
          .single-catagory-post .post-thumbnail .video-play {
            width: 50px;
            height: 50px;
            background-color: rgba(26, 26, 26, 0.7);
            border-radius: 50%;
            color: #ffffff;
            font-size: 18px;
            text-align: center;
            line-height: 50px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -25px;
            margin-left: -25px;
            z-index: 99;
          }
          .single-catagory-post .post-thumbnail .video-play:hover,
          .single-catagory-post .post-thumbnail .video-play:focus {
            background-color: #164fd0;
          }
          .single-catagory-post .post-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
            width: 60%;
            position: relative;
            z-index: 1;
            padding-left: 30px;
          }
          @media only screen and (max-width: 767px) {
            .single-catagory-post .post-content {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%;
              width: 100%;
              padding-left: 0;
            }
          }
          .single-catagory-post .post-content .post-meta {
            position: relative;
            z-index: 1;
            margin-bottom: 15px;
          }
          .single-catagory-post .post-content .post-meta a {
            position: relative;
            z-index: 1;
            display: inline-block;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #164fd0;
          }
          .single-catagory-post .post-content .post-meta a:last-child {
            margin-left: 20px;
          }
          .single-catagory-post .post-content .post-meta a:last-child::after {
            content: "/";
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1;
          }
          .single-catagory-post .post-content .post-meta a:hover,
          .single-catagory-post .post-content .post-meta a:focus {
            color: #404040;
          }
          .single-catagory-post .post-content .post-title {
            font-size: 22px;
            color: #181717;
            margin-bottom: 14px;
            font-weight: 600;
            display: block;
          }
          .single-catagory-post .post-content .post-title:hover,
          .single-catagory-post .post-content .post-title:focus {
            color: #1cac8f;
            text-decoration: none;
          }
          .single-catagory-post .post-content p {
            margin-bottom: 0 !important;
            font-size: 15px !important;
            color: #686060  !important;
            font-family: "Poppins", sans-serif !important;
          }
          .single-catagory-post .post-content .post-meta-2 {
            position: relative;
            z-index: 1;
            margin-bottom: 15px;
          }
          .single-catagory-post .post-content .post-meta-2 a {
            font-size: 14px;
            color: #777777;
            margin-right: 20px;
          }
          .single-catagory-post .post-content .post-meta-2 a:last-child {
            margin-right: 0;
          }
          .single-catagory-post .post-content .post-meta-2 a:hover,
          .single-catagory-post .post-content .post-meta-2 a:focus {
            color: #164fd0;
          }
          
          .single-catagory-post .post-content .subscribe-btn {
            width: 120px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            background-color: #164fd0;
            color: #ffffff;
            padding: 0;
            border-radius: 0;
            font-weight: 500;
          }
          .single-catagory-post .post-content .subscribe-btn i {
            margin-right: 5px;
          }
          .single-catagory-post .post-content .subscribe-btn:hover {
            background-color: #404040;
          }

  .blog-grid img {
	margin-bottom: 15px;
}

.blog-grid h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;;
}

.blog-grid h2.blog-grid-title-lg {
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
	font-size: 15px;
	line-height: 1.4;
}

.blog-grid h3 a {
	color: #333333;
}

.blog-grid h3 a:hover {
	color: #1abc9c;
  text-decoration: none;
}

.blog-grid p {
	margin-bottom: 15px;
	color:#716d6d;
}

.blog-grid-inner {
	padding: 20px;
	background: #fff;
	margin: -70px 40px 0;
	position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
	position: relative;
}

.blog-grid .blog-grid-grad i {
	top: 10px;
	left: 10px;
	z-index: 1;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	display: inline-block;
	background: rgba(0,0,0,0.5);
}

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
	padding-left: 0;
	list-style: none;
}

.blog-grid .blog-grid-info li {
	color: #888;
	padding: 0 2px;
	font-size: 12px;
	display: inline-block;
}

.blog-grid .blog-grid-info li:before {
	content: '/';
	font-size: 12px;
	line-height: 1.4;
	margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
	content: " ";
	margin-right: 0;
}

.blog-grid .blog-grid-info li a {
	color: #888;
}

.blog-grid .blog-grid-info li a:hover {
	text-decoration: none;
}

/*Read More Link*/
.blog-grid a.r-more {
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
}

.blog-grid a.r-more:hover {
	text-decoration: none;
}


/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb {
	overflow: hidden;
}

/*Blog Grid Hover*/
.blog-thumb .blog-thumb-hover {
	float: left;
	position: relative;
	margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
	width: 120px;
	height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
	width: 30px;
	height: 30px;
}

/*Icon Hover Gradient*/
.blog-thumb .blog-thumb-hover .hover-grad {
	left: 0;
	top: 50%;
	z-index: 1;
	opacity: 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	margin-top: -14px;
	text-align: center;
	position: absolute;
	display: inline-block;
	-webkit-transition: all 0.65s, -webkit-transform 0.65s;
	transition: all 0.65s, transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
	opacity: 1;
	-webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
	transition: opacity 0.55s, transform 0.55s;
}

/*Blog Thumb Description*/
.blog-thumb .blog-thumb-desc {
	overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 500;
	line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
	color: #555;
}

/*Blog Grid Info*/
.blog-thumb .blog-thumb-info {
	padding-left: 0;
	list-style: none;
}

.blog-thumb .blog-thumb-info li {
	color: #888;
	padding: 0 2px;
	font-size: 12px;
	display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
	content: '/';
	font-size: 12px;
	line-height: 1.4;
	margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
	content: " ";
	margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
	color: #888;
}

.blog-thumb .blog-thumb-info li a:hover {
	color: #e74c3c;
}


/*Blog Thumb Circle
------------------------------------*/
.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
	border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
	width: 75px;
	height: 75px;
	object-fit: cover;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
	font-size: 15px;
	margin-top: -10px;
}


/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb-v2 {
	overflow: hidden;
	margin-bottom: 10px;
}

/*Blog Thumb Gradient*/
.blog-thumb-v2 .blog-thumb-grad {
	float: left;
	position: relative;
	margin-right: 15px;
}

.blog-thumb-v2 .blog-thumb-grad img {
	width: 83px;
    height: 83px;
    object-fit: cover;
    margin-bottom: 12px;
}

.blog-thumb-v2 .blog-thumb-grad i {
	top: 5px;
	left: 5px;
	z-index: 1;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	display: inline-block;
	background: rgba(0,0,0,0.5);
}

/*Blog Thumb Description*/
.blog-thumb-v2 .blog-thumb-desc {
	overflow: hidden;
}

.blog-thumb-v2 .blog-thumb-desc h3 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 600;
	line-height: 1.4;
}

.blog-thumb-v2 .blog-thumb-desc h3 a {
	color: #121212;
}

.blog-thumb-v2 .blog-thumb-desc h3 a:hover {
	color: #1abc9c;
  text-decoration: none;
}

/*Blog Grid Info*/
.blog-thumb-v2 .blog-thumb-info {
	padding-left: 0;
	list-style: none;
}

.blog-thumb-v2 .blog-thumb-info li {
	color: #888;
	padding: 0 2px;
	font-size: 12px;
	display: inline-block;
}

.blog-thumb-v2 .blog-thumb-info li:before {
	content: '/';
	font-size: 12px;
	line-height: 1.4;
	margin-right: 9px;
}

.blog-thumb-v2 .blog-thumb-info li:first-child:before {
	content: " ";
	margin-right: 0;
}

.blog-thumb-v2 .blog-thumb-info li a {
	color: #888;
}

.blog-thumb-v2 .blog-thumb-info li a:hover {
	text-decoration: none;
}


/*--------------------------------------------------
[Blog Thumb v3]
----------------------------------------------------*/

.blog-thumb-v3 h3 {
	font-size: 13px;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1.4;
}

.blog-thumb-v3 h3 a {
	color: #555;
}

.blog-thumb-v3 small,
.blog-thumb-v3 small a {
	color: #999;
}

.blog-thumb-v3 small a:hover {
	color: #555;
}


/*--------------------------------------------------
[Blog Thumb v4]
----------------------------------------------------*/

.blog-thumb-v4 h3 {
	z-index: 1;
	font-size: 13px;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
}

.blog-thumb-v4 h3 a {
	color: #555;
}

.blog-thumb-v4 .blog-thumb-item {
	position: relative;
}

.blog-thumb-v4 .blog-thumb-item img.video-play-btn {
	width: 40px;
	height: 40px;
}


/*--------------------------------------------------
[Blog Social Shares]
----------------------------------------------------*/

.blog-social-shares {
	padding-left: 0;
	list-style: none;
}

.blog-social-shares li {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

.blog-social-shares li i {
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
}

.blog-social-shares li i.fb {
	background: #4862a3;
}
.blog-social-shares li i.tw {
	background: #159ceb;
}
.blog-social-shares li i.gp {
	background: #dc4a38;
}

.blog-social-shares li a {
	top: -1px;
	color: #777;
	position: relative;
}

.blog-social-shares li a:hover {
	text-decoration: none;
}

.blog-social-shares li span {
	float: right;
	display: block;
	margin-top: 6px;
}

.post-details-content .post-title {
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  line-height: 2rem;
  color: #444;
}

.post-details-content .post-meta-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.post-details-content .post-meta-2 a {
  font-size: 14px;
  margin-right: 20px;
}

.post-details-content .post-meta-2 a {
  color: #888;
}

.post-details-content .blog-content p {
  font-size: 15px !important;
  color: #686060 !important;
}

.post-details-content .blog-content h6 {
  font-size: 13px;
  font-weight: 600;
  color: #232323;
  text-align: center;
}

.post-details-content .blog-content a:hover {
 text-decoration: none;
 color: #1abc9c;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5846f9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgb(59 60 62 / 80%);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 50px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.single-contact-info {
  position: relative;
  margin-bottom: 30px;
}
.single-contact-info:last-child {
  margin-bottom: 0;
}
.single-contact-info .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #164fd0;
}
.single-contact-info p {
  font-size: 14px;
  margin-bottom: 5px;
}
.single-contact-info h6 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-contact-info h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-contact-info h6 {
    font-size: 14px;
  }
}


/*--------------------------------------------------
[Breadcrumbs]
----------------------------------------------------*/

/*Default Breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	padding: 10px 0 6px;
	border-bottom: solid 1px #eee;
	background: url(../img/patterns/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
	color: #666;
	font-size: 22px;
	margin-top: 8px;
}

.breadcrumb {
	top: 10px;
	padding-right: 0;
	background: none;
	position: relative;
}
.breadcrumb a {
	color: #080808;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	text-decoration: none;
}

@media (max-width: 550px) {
	.breadcrumbs h1.pull-left,
	.breadcrumbs ul.pull-right {
		width: 100%;
		text-align: center;
	}

	.breadcrumbs h1.pull-left {
		margin-bottom: 0;
	}

	.breadcrumbs .breadcrumb {
		top: 0;
		margin-bottom: 10px;
	}
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
	background: #222;
	padding: 30px 0 20px;
	border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
}

.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
	color: #fff;
	font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
	color: #555;
}

.breadcrumbs.breadcrumbs-dark h1 {
	font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
	font-size: 26px;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
	padding: 50px 0;
}
.breadcrumbs-md {
	padding: 100px 0;
}
.breadcrumbs-lg {
	padding: 200px 0;
}
          
  
  