.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: 75px;
}

.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;
}

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-7{
  padding-top: 7rem;
}

.py-1{
  padding-top: 1rem;
}

.mr-15 {
  margin-right: 15px !important;
}


.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{
 margin-right: 10px;
}

.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: 45%;
    margin-bottom: 1rem;
  }

  .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: 3rem;
}

.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
}

@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 {
  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: 12px;
}

.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 {
  background: #fff;
}

.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-content-right {
  flex: 0 1 22rem;
  align-self: normal;
}

.text-footer{
  color: rgba(63, 61, 61, 0.8);
}


.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left:10px;
  border-left: 4px solid #164fd0;
}

.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;
}

.mag-posts-area {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.mag-posts-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
  width: calc(100% - 400px);
  margin-left: 15px;
  margin-right: 15px;
}

.post-sidebar-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  max-width: 340px;
  width: 340px;
  margin-left: 15px;
  margin-right: 15px;
}

@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);
}
}

@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);
}
}

@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 (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);
}
}

.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: 20px;
  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: #164fd0;
}
.single-catagory-post .post-content p {
  margin-bottom: 0 !important;
  font-size: 14px !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;
}

.post-details-content {
  position: relative;
  z-index: 1;
}

.post-details-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.post-details-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;
}
.post-details-content .post-meta a:last-child {
  margin-left: 20px;
}
.post-details-content .post-meta a:last-child::after {
  content: "/";
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
}
.post-details-content .post-meta a:hover,
.post-details-content .post-meta a:focus {
  color: #404040;
}
.post-details-content .post-title {
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-title {
    font-size: 20px;
  }
}
.post-details-content .post-meta-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.post-details-content .post-meta-2 a {
  font-size: 14px;
  color: #777777;
  margin-right: 20px;
}
.post-details-content .post-meta-2 a:last-child {
  margin-right: 0;
}
.post-details-content .post-meta-2 a:hover,
.post-details-content .post-meta-2 a:focus {
  color: #164fd0;
}
.post-details-content ul {
  position: relative;
  z-index: 1;
}
.post-details-content ul li {
  color: #777777;
  margin-bottom: 10px;
}
.post-details-content ul li i {
  margin-right: 5px;
}

.post-details-content .blog-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;
}
.post-details-content .blog-content .subscribe-btn i {
  margin-right: 5px;
}
.post-details-content .blog-content .subscribe-btn:hover {
  background-color: #404040;
}

.post-details-content .blog-content p{
  font-size: 15px !important;
  color: #686060 !important;
  font-family: "Poppins", sans-serif !important;
}
        
.post-details-content .blog-content h6{
  font-size: 14px;
  color: #232323 ;
  text-align: center;
  font-family: "Poppins", sans-serif ;
}

.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: 150px;
  width: 150px;
}
.single-blog-post .post-thumbnail img {
  width: 100%;
  height:155px;
  object-fit: cover;
  object-position: top;
}
.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-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-content {
  padding-left: 0;
}
.single-blog-post.style-4 .post-content .post-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #121212
}
@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;

}
.related-post-area {
  position: relative;
  z-index: 1;
}

.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;
  }
}



        

