
.blog-recent-slide{
  position:relative;
}
.blog-recent-slide .swiper {
  width: 100%;
  height: 100%;
}

.blog-recent-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}
@media( min-width:768px){
  body .blog-recent-slide .swiper-pagination{
    display: none;
    bottom:-10px;
  }
}
body .blog-recent-slide .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background:#ffffff;
  opacity: .8;
}
.blog-recent-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}
.blog-recent-slide .swiper-button-next{
  right:-32px;	
}
.blog-recent-slide .swiper-button-prev{
  left:-32px;	
}
.blog-recent-slide  .swiper-button-prev{
  background: url(https://f.hubspotusercontent20.net/hubfs/8793678/website-2021/arrow-left.svg) no-repeat right;
  background-size: contain;
}
.blog-recent-slide  .swiper-button-next{
  background: url(https://f.hubspotusercontent20.net/hubfs/8793678/website-2021/arrow-right.svg) no-repeat right;
  background-size: contain;
}
.blog-recent-slide  .swiper-button-prev:after,.blog-recent-slide  .swiper-button-next:after{
  display:none;
}

.card-area{
  width: 100%;
  height: auto;
  border: 1px solid #2D5368;
  border-radius: 10px;
  padding: 12px;
}
.card-area .bg-image {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;    
  position: relative;
  overflow: hidden;
}
.card-area .bg-image .topic-area{
  color: #000;
  position: absolute;
  bottom: -42px;
  width: 100%;
  background: rgb(255, 255, 255, 0.7) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 5px 5px 20px #2525254d;
  box-shadow: 5px 5px 20px #2525254d;
  border-radius: 0px;
  opacity: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 6px 0px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.card-area:hover .bg-image .topic-area{

  bottom:0px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.card-area .bg-image .topic-area .icon{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
}

.card-area .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  min-height: 66px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-area .title>.icon{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
{#
.card-area:hover .title>.icon{
	width:0px;
	height:0px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
} #}
.card-area .title h5{
  max-width: calc(100% - 80px);
  margin-bottom: 5px;
  margin-top: 5px;
}
.card-area .description{
  margin-bottom: 20px;
  text-align: left;
}
.blog-recent-slide .swiper-button-next {
  right: 0;
}
.blog-recent-slide .swiper-button-prev {
  left: 0;
}

@media only screen and (max-width: 767px){
  .blog-recent-slide .swiper-slide {
    width: 100%;
  }

  .blog-recent-slide .swiper-button-next,
  .blog-recent-slide .swiper-button-prev {
    display: none;
  }
}

.swiper-wrapper-static{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 1024px){
  .swiper-wrapper-static .swiper-slide {
    width: calc(100% / 3 - 0px) !important;
    padding: 0 20px 0 20px !important;}
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
  .swiper-wrapper-static .swiper-slide {
    width: calc(100% / 2 - 0px) !important;
    padding: 20px 20px 20px 20px !important;}
}
@media only screen and (max-width:767px){
  .swiper-wrapper-static .swiper-slide {
    width: calc(100% / 1 - 0px) !important;
    padding: 20px 5px 20px 5px !important;}
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    display:none !important;
  }
}