@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.woff') format('woff');
}
h1{
  text-align:center;
  margin-bottom:50px;
  margin-top:50px;
}
a.text-wrapper{
  font-family: Roboto;
  text-decoration:none!important;
}
#post-design-1 .blog-card-blog {
    margin-top: 30px;
}
#post-design-1 .blog-category a{
	color:#169EEB;
}
#post-design-1 .blog-card-image img {
  transition: 0.3s;
}

#post-design-1 .blog-card:hover .blog-card-image img{
  transform: scale(1.1);
}
#post-design-1 .blog-category div:nth-child(2), .cat-wrapper div:nth-child(2){
  display:none;
}
#post-design-1 .blog-card:hover .blog-card-caption a{
	color: #4a4a4abd;
}
#post-design-1 .blog-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#post-design-1 .blog-card .blog-card-image {
    height: 270px;
	min-height:270px;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
#post-design-1 .blog-card .blog-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}
#post-design-1 .blog-card .blog-table {
    padding: 15px 22px;
}
#post-design-1 .blog-category a{
  margin-right:5px;
  border:1px solid #169EEB;
  padding:2px 3px;
  font-size:13px;
  text-decoration:none;
  transition-duration: .3s;
}
#post-design-1 .blog-table .blog-category ul{
    display:flex;
    list-style:none;
    padding-inline-start:0px;
}
#post-design-1 .blog-card:hover .blog-category a{
  background:#169EEB;
  color:#fff!important;
}
#post-design-1 .blog-table {
    margin-bottom: 0px;
}
#post-design-1 .blog-category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}
#post-design-1 .blog-text-success {
    color: #28a745!important;
}
#post-design-1 .blog-card-blog .blog-card-caption {
    margin-top: 5px;
}
#post-design-1 .blog-card-caption {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}
#post-design-1 .blog-card-caption, .blog-card-caption a {
    color: #333;
    text-decoration: none;
}

#post-design-1 p {
    color: #3C4857;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#post-design-1 .blog-card .ftr {
    margin-top: 15px;
}
#post-design-1 .blog-card .ftr .author {
    color: #888;
}

#post-design-1 .blog-card .ftr div {
    display: inline-block;
}

#post-design-1 .blog-card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}
#post-design-1 .blog-card .ftr .stats {
    float: right;
    line-height: 30px;
}

#post-design-1 .blog-card .ftr{
  margin-bottom:20px
}

.blog-card .ftr {
  position: relative;
  display: inline-block;
}
  .blog-card .ftr .button{         
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 10px 20px;
    transition: 0.3s;
  }
.blog-card .ftr .button {
  color: rgb(255,255,255);
  border: 2px solid #169EEB;
  transition: 0.2s 0.1s;
  position:relative;
}
.blog-card:hover .ftr .button{
  color: #169EEB;
  transition: 0.2s 0.1s;
}

.blog-card .ftr::before {
  content:'';
  position:absolute;
  bottom: 0; left: 0; right: 0; 
  height: 100%; width: 100%;
  background-color: #169EEB;
  transition: 0.3s ease-out;
}
.blog-card:hover .ftr::before {
  height: 0%;
}

/*design2*/
/* DEFAULT STYLE */
:root {
  font-size: 16px;
  --card-img-height: 200px;
}
.cat-wrapper a{
  color:#fff;
}
.card-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: all 200ms ease-in-out;
}

.card {
  align-self: flex-start;
  position: relative;
  width: 325px;
  min-width: 275px;
  margin: 1.25rem 0.75rem;
  background: white;
  transition: all 300ms ease-in-out;
}

.card .card-img {
  visibility: hidden;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  transition: all 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 200px;
  top: 0;
}

.card .card-info {
  position: relative;
  padding: 15px 15px 0px;
  transition: all 200ms ease-in-out;
}
#post-design-2 .card .card-info .post-tags{
  list-style:none;
  display:flex;
  padding-inline-start:0px;
}
#post-design-2 .card-tags a{
  font-size: 15px;
  color: #169EEB;
}
#post-design-2 .card-tags{
  padding-bottom:10px;
}
#post-design-2 .card-about .card-cat ul{
    display:flex;
    list-style:none;
    padding-inline-start:0px;
}
.card .card-info .card-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  transition: all 200ms ease-in-out;
}

.card .card-info .card-about .card-cat {
  width: auto;
  max-width: 100px;
  padding: 0.2rem 0.5rem;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #505f79;
  color: #fff;
}

.card .card-info .card-about .card-cat {
  background: #36b37e;
}

.card .card-info .card-title {
  z-index: 10;
  font-size: 20px;
  padding-bottom: 0.75rem;
  transition: all 350ms ease-in-out;
}

.card .card-info .card-creator {
  padding-bottom: 0.75rem;
  transition: all 250ms ease-in-out;
}

.card:hover {
  cursor: pointer;
  box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1),
    0px 5px 15px rgba(0, 0, 0, 0.07);
  transform: scale(1.025);
}

.card:hover .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.65)
  );
  height: 100%;
}

.card:hover .card-about,
.card:hover .card-tags {
  opacity: 0;
}

.card:hover .card-info {
  background-color: transparent;
}
.card .card-info .card-title a{
	color:#000;
}
.card:hover .card-title a{
  color: #fff;
  transform: translate(0, 40px);
}
#post-design-2 .card-tags div:nth-child(1){
  display:none
}
#post-design-2 .card-tags{
	display:flex;
}

/* CARD IMAGES */
.card-1 .card-img-hovered {
  background-image: var(--card-img-hovered-overlay),
    url(https://source.unsplash.com/Qm_n6aoYzDs);
}
#post-design-2 .card{
  border-radius:0px;
  transition-duration: .3s;
}
#pagination-wrapper a{
	text-decoration:none;
}
#pagination-wrapper{
  width:100%;
  justify-content:center;
}
#pagination-wrapper ul{
  display:flex;
  list-style:none;
}
#pagination-wrapper ul li .page-numbers, #pagination-wrapper ul li a{
  border-radius:50%;
  margin-left:5px;
  text-align: center;
  line-height: 30px;
  position: relative;
  padding: 5px 10px;

}
#pagination-wrapper ul li a{
   background:#ddd;
  color:#000
}
#pagination-wrapper ul li .page-numbers.current, #pagination-wrapper ul li a:hover{
   background:#169EEB;
  color:#fff;
}
.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #bababa;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211,207,205,1);
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.main-timeline .timeline-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: rgba(211,207,205,1);
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.main-timeline .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid rgba(211,207,205,1);
    float: left;
    margin-right: 25px;
    position: relative;
}
.main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: rgba(211,207,205,1);
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 268px;
    font-size: 80px;
    color: #454344;
}
.main-timeline .circle span:before,
.main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.main-timeline .circle .img{
    vertical-align: initial;
    border-radius: 50%;
}
.main-timeline .timeline-cat div:nth-child(2){
	display:none;
}
.main-timeline .timeline-cat a{
  color:#fff
}
.main-timeline .timeline-cat a:hover{
  color:#000
}
.main-timeline .content{
    display: table;
    padding-right: 40px;
    position: relative;
}
.main-timeline .year{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: rgba(211,207,205,1);
    border-radius: 7px;
    font-size: 18px;
    color: #fff;
}
.main-timeline .timeline-cat{
	color:#fff;
}
.main-timeline .timeline:hover a.timeline-cat, .main-timeline .title a{
	color:#000;
}
.main-timeline .timeline:hover .title a{
	color:#0000008a
}
.main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: rgba(211,207,205,1);
    margin-top: 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #333;
    text-align: justify;
}
.main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211,207,205,1);
    position: absolute;
    top: 78px;
    right: -14px;
}
.main-timeline .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: rgba(211,207,205,1);
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:before,
.main-timeline .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .timeline-date{
	font-size:16px;
}
.main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.main-timeline .timeline:nth-child(2){
    margin-top: 180px;
}
.main-timeline .timeline:nth-child(odd){
    margin: -175px 0 0 0;
}
.main-timeline .timeline:nth-child(even){
    margin-bottom: 180px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
.post-design-3 img{
  min-height:164px;
  height:164px!important;
  width:164px;
  object-fit:cover;
}
@media only screen and (max-width: 990px){
    .main-timeline:before{ left: 100%; }
    .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon{
        display: none;
    }
    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .main-timeline .year{
        margin-bottom: 15px;
    }
    .main-timeline .description{
        text-align: center;
    }
}
@media(max-width:767px){
.post-design-3 img {
    min-height: 114px;
	height: 114px!important;
	width: 114px;
    object-fit: cover;
}
}
@media(min-width:768px) and (max-width:1024px){
#post-design-2 .col-md-4, #post-design-1 .col-md-4{
	flex: 0 0 auto;
    width: 50%;flex: 0 0 auto;
    width: 50%;
}
}
.timeline:hover .circle img{
    animation: rotate-btn 2s ease-out;
    -webkit-animation: rotate-btn 2s ease-out;
}
.circle{
    transition-duration: 0.3s;
	transition:  2s ease-out;
}
@keyframes rotate-btn {
	0 {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#pagination-wrapper{
	margin-top:50px;
}


/*design 4*/

* {
  box-sizing: border-box;
}

/*body {
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  height: 100vh;
}*/
#post-design-3 .timeline-content:hover .timeline-cat ul li a{
    color:#000;
}
#post-design-3 .timeline-content .timeline-cat ul{
    display:flex;
    list-style:none;
    padding-inline-start:0px;
}
#post-design-4 .blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
#post-design-4 .blog-card a {
  color: inherit;
}
#post-design-4 .blog-card .details .categorary a, 
#post-design-4 .blog-card .details .post-tags a{
    text-decoration:none;
}
#post-design-4 .blog-card a:hover {
  color: #169EEB;
}
#post-design-4 .blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
#post-design-4 .blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
#post-design-4 .blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
#post-design-4 .blog-card .details,
#post-design-4 .blog-card .details ul {
  margin-left: 5px;
  padding: 0;
  list-style: none;
}
#post-design-4 .blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
#post-design-4 .blog-card .details a {
  text-decoration: dotted underline;
}
#post-design-4 .blog-card .details ul li {
  display: inline-block;
}
#post-design-4 .blog-card .details .author:before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  content: "\f007";
}
#post-design-4 .blog-card .details .date:before {
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  content: "\f073";
}
#post-design-4 .blog-card .details .tags:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f02b";
  margin-right: 8px;
  font-weight:900;
}
#post-design-4 .tags div:nth-child(1), #post-design-4 .categorary div:nth-child(2){
  display:none;
}
#post-design-4 .categorary{
  display:flex;
}
#post-design-4 .categorary:before{
  font-family: 'Font Awesome 5 Free';
    content: "\f022";
    margin-right: 8px;
}
#post-design-4 .tags{
  display:flex;
}
#post-design-4 .blog-card .details .tags li {
  margin-right: 2px;
}
#post-design-4 .blog-card .details .tags li:first-child {
  margin-left: -4px;
}
#post-design-4 .blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
#post-design-4 .blog-card .description h1,
#post-design-4 .blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
#post-design-4 .blog-card .description h2 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
#post-design-4 .blog-card .description .read-more {
  text-align: right;
}
#post-design-4 .blog-card .description .read-more a {
  color: #fff;
    display: inline-block;
    position: relative;
    background: #169EEB;
    padding: 8px 18px;
    border-radius: 4px;
}
#post-design-4 .blog-card .description .read-more a:after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
  font-weight: 900;
}
#post-design-4 .blog-card:hover .description .read-more a:after {
  margin-left: 5px;
  opacity: 1;
}
#post-design-4 .blog-card:hover .description h2 a{
	color:#000;
}
#post-design-4 .blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
#post-design-4 .blog-card p:first-of-type {
  margin-top: 1.25rem;
}
#post-design-4 .blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #169EEB;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
#post-design-4 .blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  #post-design-4 .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  #post-design-4 .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  #post-design-4 .blog-card .description {
    flex-basis: 60%;
  }
  #post-design-4 .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
#post-design-2 a, #post-design-3 a, #post-design-4 a{
	text-decoration:none;
}

.timeline-cat ul, .cat-wrapper.card-cat ul{
  margin-bottom:0px;
}