/** post Tabs Grid Styles **/

.anant-post-category-tab-wrapper .header {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 0;
}
.anant-post-category-tab-wrapper.left .header {
	justify-content: flex-start;
}
.anant-post-category-tab-wrapper.center .header {
	justify-content: center;
}
.anant-post-category-tab-wrapper.right .header {
	justify-content: flex-end;
}
.anant-post-category-tab-wrapper .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.anant-post-category-tab-wrapper span.anant-blog-category-tab {
    text-transform: uppercase;
    margin-right: 10px;
	margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    color: #0036FF;
    transition: all 0.5s ease;
    border-width: 2px;
    border-style: solid;
    border-color: #0036FF;
    padding: 10px 15px 8px;
    line-height: 1.3;
}
.anant-post-category-tab-wrapper span.anant-blog-category-tab:last-child {
	margin-right: 0;
}
.anant-post-category-tab-wrapper span.anant-blog-category-tab.active,
.anant-post-category-tab-wrapper span.anant-blog-category-tab:hover {
	color: #fff;
	background-color: #0036ff;
}
.anant-post-category-tab-wrapper span.anant-blog-category-tab:hover:after,
.anant-post-category-tab-wrapper span.anant-blog-category-tab.active:after {
	width: 100%;
}
.anant-post-category-tab-wrapper .post-type-wrap {
	display: none;
}
.anant-post-category-tab-wrapper .post-type-wrap.active {
	display: flex;
}
.anant_hide {
	display: none !important;
}
.anant_block {
	display: block !important;
}
.ant-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
}
.ant-more-link {
	display: block;
	text-align: left;
}
.ant-more-link a {
	display: inline-block;
}
.list-blog.ant-blog-post {
    display: flex;
    align-items: center;
    text-align: left;
} 
.list-blog .small {
    padding: 20px 20px;
    font-size: 17px;
    max-width: 66.666667%;
}
.ant-grid {
    display: grid;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}
.col-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.col-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/*----- ant-small-post -----*/
.ant-post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 1.5rem;
}
.ant-small-post {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 10px 35px rgba(33, 33, 33, 0.1);
    font-family: "Roboto", sans-serif;
    background: #fff;
    border-radius: 6px;
	transition:all 0.5s;
}
.ant-small-post.one:hover{
	box-shadow: 0px 12px 35px rgba(33, 33, 33, 0.2);
}
.ant-small-post a{
    text-decoration: none;
}

/*----- ant-blog-category -----*/
.ant-blog-category a { 
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: relative;
    padding-left: 10px; 
    line-height: 1.2;
    color: #0036FF;
    margin: 0 5px;
    letter-spacing: 0.0055em;
}
.ant-blog-category.one a {  
    font-size: 13px; 
    padding-left: 10px;
    border-width: 0 0 0 4px;
    border-style: solid;
    display: inline-block;
    border-color: #0036ff; 
}
.ant-blog-category.two a {
    padding: 4px 8px;
    background-color: #0036ff;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin: 0;
}
.ant-blog-category.three a {
    padding: 4px 8px;
    background-color: transparent;
    display: inline-block; 
    border-radius: 3px;
    border: 1px solid #0036FF;
    margin: 0;
}
.ant-blog-category.four a{
    background-color: #E5EBFF;
    color: #0036FF;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 15px;
    margin: 0;
}
.ant-blog-category.five a {
    display: inline-block;
    padding: 4px 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #0036ff;
}
.ant-small-post .ant-img-small-post{
    width: 240px;
    height: 170px;
}
.ant-small-post .title{
    font-weight: 700;
    font-size: 22px;
    font-family: 'josefin sans';
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.ant-small-post .title a {
    color: #212121;
}
.ant-small-post .title a:hover {
    color: #0036FF;
}
.ant-small-post .ant-img-small-post {
    overflow: hidden;
    position: relative;
    border-radius: 0;
    transition: all .3s ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.ant-small-post-content {
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 25px;
}
.ant-small-post .ant-blog-meta span{
    padding-right: 10px;
}
.ant-small-post .ant-blog-date a{
    color: #616161;
    font-size: 13px;
} 
.ant-small-post .ant-blog-date i {
    padding-right: 5px;
    color: #616161;
    font-size: 13px;
}

/* ---ant-small-post--two-- */
.ant-small-post.two{
    border: 1px solid #D6CFCF;
    box-shadow: unset;
}

/* ---ant-small-post--three-- */
.ant-small-post.three{
    background-color: #E5EBFF;
    border-radius: 0;
    box-shadow: unset;
}
.ant-small-post.three .ant-img-small-post{
    border-radius: 0;
}

/* ---ant-small-post--four-- */
.ant-small-post.four{
    border-radius: 0;
    border-bottom: 1px solid #D6CFCF;
    box-shadow: 0px 10px 35px rgba(33, 33, 33, 0);
	transition:all 0.5s;
}
.ant-small-post.four:hover{
	box-shadow: 0px 10px 35px rgba(33, 33, 33, 0.1);
}
.ant-small-post.four .ant-img-small-post{
    border-radius: 0;
}

/* ---ant-small-post--five-- */
.ant-small-post.five {
    border-radius: 0;
    background-color: #E5EBFF;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: all 400ms cubic-bezier(.5,2.5,.7,.7);
}
.ant-small-post.five:hover{
    border-width: 1px;
    border-style: solid;
    border-color: #616161;
    box-shadow: 4px 4px 0px 0px #616161;
    transform: translate(-3px,-3px);    
}
.ant-small-post.five .ant-img-small-post{
    border-radius: 0;
}

/*----- ant-small-post-2 one-----*/
.ant-small-post.one .ant-img-small-post{
	display:flex;
	align-items:flex-end;
}
.ant-img-small-post .ant-blog-date {
    margin: 0;
    padding: 8px 16px;
	background-color:#0036FF;
	display:inline-block;
	color: #fff;
	text-align: center;
	border-radius: 6px 6px 6px 0px;
	font-weight: 600;
	font-size: 20px;
    transition: all 0.5s;
}
.ant-img-small-post .ant-blog-date a{
	color: #fff;
	font-size: 20px;
}
.ant-small-post.one .ant-img-small-post .ant-blog-date{
    margin-left: -100%;
}
.ant-small-post.one:hover .ant-blog-date{
    margin-left: 0;
}
.ant-img-small-post .ant-blog-date span{
	display:block;
	font-weight: 400;
	font-size: 14px;
    line-height: 1.3;
}
.ant-small-post .discription {
    line-height: 1.3;
    color: #616161;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    font-size: 1rem;
}
.ant-small-post .ant-blog-meta {
    display: flex;
}

/* -------- small-post-2 two-- */
.ant-small-post.two .ant-img-small-post{
	display:flex;
	justify-content:center;
	align-items:center;
}
.ant-small-post.two .ant-img-small-post .ant-blog-date{
	background: rgba(33, 33, 33, 0.6);
	border-radius: 6px;
	margin-bottom:10px;
	opacity:0;
	transition:0.5s;
}
.ant-small-post.two:hover .ant-img-small-post .ant-blog-date{
	margin-bottom:0px;
	opacity:1;
} 

/* -------- small-post-2 three-- */
.ant-small-post.three .ant-img-small-post{
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
}
.ant-small-post.three .ant-blog-date{
	border-radius:0;
}
.ant-small-post.three:hover .ant-blog-date{
    animation-name: UpADown;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.17,.67,.9,1.45);
    animation-iteration-count: 1;
}
@keyframes UpADown {
    100%,0%{
    transform: translateY(-0px);
    }
    50% {
    transform: translateY(-20px);
    }
}

/* -------- ant-small-post-2 four-- */
.ant-small-post.four .ant-img-small-post{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	z-index:1;
}
.ant-small-post.four .ant-img-small-post:before{
	content:'';
	display:block;
	background-color: rgba(33, 33, 33, 0.2);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
    transition: all 0.5s;
}
.ant-small-post.four:hover .ant-img-small-post:before{
    background-color: rgba(33, 33, 33, 0.5);
}
.ant-small-post.four .ant-img-small-post .ant-blog-date{
	display:block;
	border-radius:0;
	background-color:transparent ;
    margin-bottom: 40px;
    opacity: 0;
    transition: all 0.5s;
}
.ant-small-post.four:hover .ant-img-small-post .ant-blog-date{
    margin-bottom: 0;
    opacity: 1;
    font-size: 25px;
}

/* -------- ant-small-post-2 five-- */
.ant-small-post.five .ant-img-small-post{
	padding:10px; 
}
.ant-small-post.five .ant-blog-date{
	border-radius:0;
	background:#E5EBFF;
}
.ant-small-post.five .ant-blog-date a{
	color:#212121;
}
.ant-small-post.five .ant-blog-date span{
	color:#616161;
}

/*---------------------------------------
	blogs
-----------------------------------------*/
.ant-blog-post {
    position: relative;
	box-shadow:0px 6px 15px rgba(33, 33, 33, 0.12);
	overflow: hidden;
    background: #fff;
    grid-column: span 1 / span 1;
    font-family: 'Roboto', sans-serif;
    padding: 16px;
    transition: 0.5s;
    z-index: 1;
}
.ant-blog-post .small {
    padding: 20px 10px;
    font-size: 16px;
    position: relative;
}
.ant-blog-post.text-start .ant-blog-category {
    justify-content: flex-start;
}
.ant-blog-post.text-center .ant-blog-category {
    justify-content: center;
}
.ant-blog-post.text-end .ant-blog-category {
    justify-content: flex-end;
}
.ant-blog-post:hover {
    box-shadow: 0px 18px 50px rgba(33, 33, 33, 0.2);
}
.ant-blog-thumb {
	position: relative;
    min-height: 20px;
    overflow: hidden;
    max-width: 100%;
}
.ant-back-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.5s;
    background-color: #333;
}
.ant-blog-post .ant-link-div{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.ant-blog-post:hover .ant-back-img {
    transform-origin: 50% 50%;
    transform: perspective(900px) scale(1.1);
}
.ant-blog-post.lg {
	height: 425px;
}
.ant-blog-post.sm {
	height: 185px;
}
.ant-blog-post.min {
	height: 200px;
}
.ant-blog-thumb.lg {
	height: 400px;
}
.ant-blog-thumb.md {
	height: 300px;
}

/*----- ant-blog-category -----*/
.ant-blog-category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ant-blog-category a { 
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: relative;
    padding-left: 10px; 
    line-height: 1.2;
    color: #0036FF;
    margin: 0 5px;
    letter-spacing: 0.0055em;
}
.ant-blog-category.one a {  
    font-size: 13px; 
    padding-left: 10px;
    border-width: 0 0 0 4px;
    border-style: solid;
    display: inline-block;
    border-color: #0036ff; 
}
.ant-blog-category.two a {
    padding: 4px 8px;
    background-color: #0036ff;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin: 0 1px;
}

/*----- blog-post title -----*/
.ant-blog-post .title {
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
    margin-top: 0;
	margin-bottom: 20px;
	text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}
.ant-blog-post .title a{
    text-decoration:none;
    color: #212121;
}
.ant-blog-post .title a:hover{
    color: #0036FF;
}

/*----- blog-post meta -----*/
.ant-blog-post .ant-blog-meta {
	margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ant-post-meta a {
    display: inline-block;
}
.ant-blog-meta span {
    font-size: 15px;
    font-weight: normal;
    display: inline-flex;
    vertical-align: middle;
}
.ant-blog-meta span a{
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
}
.ant-blog-meta span a:hover{
    color: #0036FF;
}
.ant-blog-meta span a i{
    color: #0036FF;
    margin-right: 0.5rem;
}
.ant-blog-meta .ant-author img {
	border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: 1px;
    display: unset;  
    box-shadow:0 0 10px 0 #00000010;
}
.ant-blog-date:before, .comments-link:before, .cat-links:before, .tag-links:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding-right: 8px;
    padding-left: 1px;
    text-decoration: inherit;
    vertical-align: baseline;
    opacity: 0.8;
}
.ant-author-pic img {
	width: 80px;
	height: 80px;
}
.ant-blog-post .discription {
    line-height: 30px;
    color: #616161;
    margin-bottom: 1.5rem;
}
.ant-blog-post .ant-more-link a{
    font-family: 'Roboto';
    color: #212121;
    font-weight: 500;
}
.ant-blog-post .ant-more-link a:hover{
    color: #0036FF;
}
.ant-blog-post .ant-more-link i{
    margin-left: 0.5rem;
} 
.ant-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
}
.ant-blog-post:hover .ant-blog-thumb img{
    transform: scale(1.2);
}

/*----- blog-post Two -----*/
.ant-blog-post.two {
    padding: 0;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: unset;
}
.ant-blog-post.two:hover {
    box-shadow: 0px 18px 50px rgba(33, 33, 33, 0.2);
} 
.ant-blog-post.two .small {
    padding: 20px 30px;
}
.ant-blog-post.two .title{
    padding-bottom: 1rem;
    position: relative;
}
.ant-blog-post.two .title:after{
    content: "";
    display: block;
    background-color: #0036FF;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
}
.ant-blog-post.two:hover .title:after{
    width: 100%;
}
.ant-blog-post.two .ant-blog-meta span a i { 
    text-align: center; 
}
.ant-blog-post.two .ant-blog-meta {
    padding: 15px  0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #e0e0e0;
}

/*----- blog-post Three -----*/
.ant-blog-post.three {
    padding: 0;
    border: 1px solid #E0E0E0;
    box-shadow: unset;
}
.ant-blog-post.three .ant-more-link a{ 
    color: #fff;
    padding: 14px 18px;
    background-color: #212121; 
    display: inline-block;
    transition: 0.5s;
}
.ant-blog-post.three .ant-more-link a:hover {
    background-color: #0036FF;
}
.ant-blog-post.three .discription {
    padding-bottom: 1rem;
} 
.ant-blog-post.three .ant-blog-meta {
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

/*----- blog-post Four -----*/
.ant-blog-post.four {
    padding: 0;
    border: 1px solid #E0E0E0;
    box-shadow: unset;
}
.ant-blog-post.four .ant-blog-meta span a i { 
    text-align: center;
}
.ant-blog-post.four .discription {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

/*----- blog-post Five -----*/
.ant-blog-post.five {
    padding: 0;
}

/*----- blog-post overlay-----*/
.ant-blog-post.ant-overlay{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.ant-blog-post.ant-overlay:hover .ant-back-img {
    transform-origin: 50% 50%;
    transform: none;
}
.ant-blog-post.ant-overlay .three {
    border: none;
}
.ant-overlay .three .ant-blog-meta { 
    border-bottom: none;
}

/*----- blog-post overlay  six-----*/
.ant-blog-post.bshre .title a {
    text-transform: capitalize;
}
.ant-blog-post.six {
	position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(117, 117, 117, 0.3);
}
.ant-blog-post.six .ant-blog-meta{
    padding-bottom: 0;
    border: none;
}
.ant-blog-post.six .ant-blog-meta span a {
    color: #fff;
}
.ant-blog-post.six .ant-blog-meta span a i {
    color: #fff;
}
.ant-blog-post.six .ant-blog-category {
    position: absolute;
    top: 20px;
    z-index: 5;
    padding: 0 30px;
    width: 100%;
    left: 0;
}
.ant-blog-post.six .ant-blog-category a{
    color: #fff; 
}
.ant-blog-post.six .title {
	z-index: 5;
}
.ant-blog-post.six .title a {
    color: #fff;
}
.ant-blog-post.six .title.sm {
	font-size: 18px;
	margin-bottom: 0;
}
.ant-blog-post.six .bs-blog-meta {
    margin-bottom: 0;
    z-index: 5;
}
.ant-blog-post.six .inner {
	position: absolute;
	bottom: 0;
	padding: 30px;
	z-index: 5;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.ant-blog-post.six .inner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 53.53%, rgba(0, 0, 0, 0.8) 100%);
}

/*----- blog-post overlay seven-----*/
.ant-blog-post.seven .inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(54px);
    padding: 0 20px;
    background-color: rgba(255,255,255,0.9);
    width: 90%;
    transition: 0.5s;
}
.ant-blog-post.seven .lg:after {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   z-index: -1;
}
.ant-blog-post.seven:hover .inner{
    transform: translateX(-50%) translateY(0px);
}
.ant-blog-post.seven .ant-blog-category{
    margin-top: 0;
}
.ant-blog-post.seven .ant-blog-meta span a i{
    color: #616161;
}

/*----- blog-post overlay eight-----*/
.ant-blog-post.eight{
    border-radius: 6px;
}
.ant-blog-post.eight .lg:after {
    content: '';
    display: block;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 53.53%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.ant-blog-post.eight .inner{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0%;
    padding: 0 20px;
} 
.ant-blog-post.eight .ant-blog-category{
    justify-content: center;
}
.ant-blog-post.eight .ant-blog-meta{
    justify-content: center;
    height: 0;
    opacity: 0;
    margin-bottom: -6px;
    transition: 0.5s;
}
.ant-blog-post.eight:hover .ant-blog-meta{
    margin-bottom: 16px;
    height: auto;
    opacity: 1;
}
.ant-blog-post.eight .title a{
    color: #fff;
}
.ant-blog-post.eight .ant-blog-meta span a,
.ant-blog-post.eight .ant-blog-meta span a i{
    color: #fff;
}

/*----- blog-post overlay nine-----*/
.ant-blog-post.nine .inner {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    padding: 20px 20px 0;
    background-color: rgba(255,255,255,0.8);
    width: 90%;
    text-align: center;
    transition: 0.5s;
}
.ant-blog-post.nine .lg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.ant-blog-post.nine .ant-blog-category{
    margin-top: 0;
    justify-content: center;
}
.ant-blog-post.nine .ant-blog-meta{
    justify-content: center;
}
.ant-blog-post.nine .ant-blog-meta span a i{
    color: #616161;
}

/*----- blog-post overlay ten-----*/
.ant-blog-post.ten .lg{
    display: flex;
}
.ant-blog-post.ten .lg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 53.53%, rgba(0, 0, 0, 0.8) 100%);
}
.ant-blog-post.ten:hover .lg {
    transform: scale(1.05);
}
.ant-blog-post.ten .inner{
    padding: 30px 20px;
    align-self: flex-end;
}
.ant-blog-post.ten .title a{
    color: #fff;
}
.ant-blog-post.ten .ant-blog-meta{
    margin: 0;
    padding: 0;
}
.ant-blog-post.ten .ant-blog-meta span a,
.ant-blog-post.ten .ant-blog-meta span a i{
    color: #fff;
}

/*----- navigation -----*/
.navigation {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-top: 1rem;
}
.navigation.start {
	justify-content: flex-start;
}
.navigation.end {
	justify-content: flex-end;
}
.navigation ul {
	padding: 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
.navigation .page-numbers.current {
	color: #fff;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.anant-navigation .page-numbers span.page-numbers,
.anant-navigation .page-numbers a.page-numbers {
	display: inline-block;
}
.navigation li a,
.navigation li span,
.navigation li a:hover,
.navigation li span:hover,
.navigation li.active a,
.navigation li.disabled,
.navigation .page-numbers.current {
	background-color: #fff;
    color: #0036FF; 
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 3px 10px;
    padding: 12px 19px; 
    vertical-align: baseline;
    white-space: nowrap; 
    text-decoration: none;
    position: relative; 
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15); 
}
.navigation li a:hover,
.navigation li.active a,
.navigation .page-numbers.current {
	background-color: #0036FF;
    color: #fff;
}
.navigation.anant-pagi-p-n .anant-pagi-pre-btn {
	margin-right: 0.5rem;
}
.anant-swiper-slide-blog .ant-blog-post {
	width: 100%;
}
.woocommerce-pagination .page-numbers {
	display: flex;
}
.elementor-widget-anant-product-grid-with-nav .anant-navigation {
	margin: 2rem 0rem;
}
.elementor-widget-anant-product-grid-with-nav .woocommerce-pagination .page-numbers li {
	/* border: unset; */
	margin: unset;
}

/*category list*/	
.custom-cate-list ul {	
    list-style: none;	
}	
.custom-cate-list ul li {
    position: relative;	
    transition: all 0.4s ease-in-out 0s; 
}	
.custom-cate-list ul li a {	
	min-height: 1px;	
	background-position: center center; 	
	background-size: cover;	
	background-repeat: no-repeat;	
	display: flex;	
	justify-content: space-between;	
	align-items: center;	
	position: relative;	
	overflow: hidden;	
	padding: 20px;	
	color: #fff;	
	font-weight: 600;	
    margin-bottom: 20px;
    border-radius: 4px;
}	
.custom-cate-list ul li a span {	
	color: #fff;	
	position: relative;	
}	
.custom-cate-list ul li a span.badge {	
    background: #fff;	
    color: #000;	
    width: 40px;	
    height: 40px;	
    line-height: 35px;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
}	
.custom-cate-list ul li a::before{	
	position: absolute;	
	width: 100%;	
	height: 100%;	
	left: 0;	
	right: 0;	
	content: "";	
	background: rgba(0,0,0,0.3);	
}	
.ant-category-widget .ant-wid-title .title{	
	display: flex;	
	flex-wrap: wrap;	
}	

/*double cate*/	
.ant-doublecate-grid {	
    display: grid;	
    grid-template-columns: repeat(3, minmax(0, 1fr));	
    grid-column-gap: 1.5rem;	
}	
.ant-blog-post.mg-post-1 {	
    padding: 0;	
    position: relative;	
    margin-bottom: 10px;	
    flex-direction: column;	
}	
.ant-blog-post.mg-post-1  .ant-img-small-post{	
    height: 370px;	
    width: 100%;	
    margin-right: auto;	
    margin-bottom: 25px;	
    overflow: hidden;	
    position: relative;	
    border-radius: 0;	
    transition: all .3s ease-out;	
    background-size: cover;	
    background-position: center;	
    background-repeat: no-repeat;	
}	
.ant-blog-post.mg-post-1 .ant-small-post-content {	
    margin-bottom: 20px;	
}
/*----- Responsive -----*/
@media (max-width: 1023px) {
    .ant-blog-grid { 
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
    }
    .ant-post-list { 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
}
@media (max-width: 767px) {
    .ant-blog-grid { 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
}
@media (max-width: 575px) {
    .ant-post-list .ant-small-post {
        flex-direction: column; 
        align-items: flex-start;
    }
    .ant-post-list .ant-small-post .ant-img-small-post { 
        width: 100%;
    }
    .ant-small-post-content { 
        padding: 25px 0 0 ;
    }
}

/*video-post*/	
.tab-content>.tab-pane  {	
    display: none;	
}	
.tab-content>.active {	
    display: block;	
}	
.tab-content .ant-blog-thumb.md {	
    height: 418px;	
}	
.video-icon {	
    position: absolute;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
    bottom: 0;	
    background: #fff;	
    width: 60px;	
    height: 60px;	
    left: 0%;	
    top: 0%;	
    border-radius: 0%;	
    z-index: 1;
}

/*----- ant-exp-grid -----*/
.ant-exp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.5rem;
    padding: 0;
}
.ant-exp-grid.horizontal {
    grid-template-columns: auto;
}
.ant-exp-grid > div { 
    margin-bottom: 0;
    min-height: 180px;
}
.ant-exp-grid .post1 {
    grid-area: 1 / 1 / span 2 / span 2;
}
.ant-exp-grid.horizontal .post1 {
    grid-area: 1 / 1 / span 2 / span 4;
}
.ant-exp-grid .ant-blog-post.six{
    box-shadow: none;
    border-radius: 0;
} 
.ant-exp-small-blog {
    display: grid;
    grid-gap: 1.5rem;
    padding: 0;
} 
.ant-exp-small-blog .ant-blog-meta {
    margin: 0;
    padding: 0;
}
.ant-exp-small-blog .ant-blog-post.six .inner { 
    padding: 15px;
}
.ant-exp-small-blog .ant-blog-post.six .ant-blog-category { 
    padding:0 15px;
}
.ant-exp-small-blog .ant-blog-post.six .title { 
    font-size: 24px;
    margin-bottom: 10px;
}

/*----- ant-featured-grid -----*/
.ant-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.5rem;
    padding: 0;
} 
.ant-featured-grid div {
    margin-bottom: 0;
}
.ant-featured-grid .post1 {
    grid-area: 1 / 1 / span 4/ span 1;
} 
.ant-featured-grid.horizontal { 
    grid-template-columns: repeat(1, minmax(0, 1fr));
} 
.ant-featured-grid.horizontal .post1 {
    grid-area: 1 / 1 / span 2/ span 4;
} 
.ant-feature-blog.six{
    box-shadow: none;
    border-radius: 0;
} 
.ant-feature-blog .three{
    box-shadow: 3px 3px 6px rgba(117, 117, 117, 0.3);
    border-radius: 4px;
}
.ant-feature-small-blog {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 1.5rem;
    padding: 0;
}
.ant-feature-small-blog .ant-img-small-post {
    width: 130px;
    height: 120px;
}
.ant-feature-small-blog .ant-small-post{
    margin-bottom: 24px;
}
.ant-feature-small-blog .ant-small-post:last-child{
    margin-bottom: 0px;
}
.ant-featured-grid .ant-feature-small-blog { 
    grid-template-columns: repeat(1, minmax(0, 1fr)); 
}
@media (min-width: 992px) { 
    .ant-featured-grid.horizontal .post1 { 
        display: flex;
        align-items: center;
        text-align: left; 
    }
    .ant-featured-grid.horizontal .post1 .bs-blog-thumb {
        width: 48.333333%;
        max-width: 48.333333%;
        height: 100%;
        min-height: 360px;
        padding-left: 20px;
    }
}
@media (max-width: 1023.98px) { 
    .ant-exp-grid {
        grid-template-columns: auto;
    }
    .ant-exp-grid, .ant-exp-grid.horizontal, .ant-featured-grid, .ant-featured-grid.horizontal {
        grid-template-columns: auto;
    }
    .ant-exp-grid .ant-exp-small-blog.col-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .ant-exp-grid {
        grid-template-columns: auto;
    }
    .ant-exp-grid .ant-exp-small-blog.col-grid-2 {
        grid-template-columns: auto;
    }
    .ant-exp-grid .ant-exp-small-blog.col-grid-4 {
        grid-template-columns: auto;
    }
    .ant-exp-grid, .ant-exp-grid.horizontal, .ant-featured-grid, .ant-featured-grid.horizontal  {
        grid-template-columns: auto;
    }
    .ant-exp-grid .post1, .ant-exp-grid.horizontal .post1, .ant-featured-grid .post1, .ant-featured-grid.horizontal .post1 {
        grid-area: unset;
    }
    
    .ant-feature-small-blog { 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
}

/*----- single-column-post -----*/
.ant-single-post:hover .ant-back-img { 
    transform: unset;
}
.ant-single-post { 
    margin-bottom: 24px;
}
.ant-single-post .ant-back-img { 
    position: relative;
    display: flex;
    align-items: flex-end
}
.ant-single-post .ant-blog-date {
    margin: 0;
    padding: 8px 16px;
    background-color: #0036FF;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 6px 6px 6px 0px;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.5s;
    margin-left: -100%;
}
.ant-single-post .ant-blog-date a {
    color: #fff;
    font-size: 20px;
}
.ant-single-post:hover .ant-blog-date {
    margin-left: 0;
}
.ant-single-post .ant-blog-date span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}
.ant-single-small-post .ant-small-post {
    margin-bottom: 24px;
}
.ant-single-small-post .ant-small-post:last-child {
    margin-bottom: 0px;
}

/*----- category-tabs-post -----*/
.ant-category-tab-blog.six{
    box-shadow: none;
    border-radius: 0;
} 
.ant-category-tab-blog .three{
    box-shadow: 3px 3px 6px rgba(117, 117, 117, 0.3);
    border-radius: 4px;
}
.ant-category-tab-small-blog {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 1.5rem;
    padding: 0;
}
.ant-category-tab-small-blog .ant-img-small-post {
    width: 130px;
    height: 120px;
}
.ant-category-tab-small-blog .ant-small-post{
    margin-bottom: 25px;
}
.vertical .ant-category-tab-small-blog .ant-small-post:last-child{
    margin-bottom: 0px;
}
.ant-category-tab-grid .ant-category-tab-small-blog { 
    grid-template-columns: repeat(1, minmax(0, 1fr)); 
}
@media (max-width: 1023.98px) { 
    .ant-category-tab-grid.col-grid-2 {
        grid-template-columns: auto;
    }
    .ant-exp-grid, .ant-exp-grid.horizontal, .ant-featured-grid, .ant-featured-grid.horizontal {
        grid-template-columns: auto;
    }
    .ant-exp-grid .ant-exp-small-blog.col-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .ant-category-tab-grid.col-grid-2 {
        grid-template-columns: auto;
    }
    .ant-exp-grid .ant-exp-small-blog.col-grid-2 {
        grid-template-columns: auto;
    }
    .ant-exp-grid .ant-exp-small-blog.col-grid-4 {
        grid-template-columns: auto;
    }
    .ant-exp-grid, .ant-exp-grid.horizontal, .ant-featured-grid, .ant-featured-grid.horizontal  {
        grid-template-columns: auto;
    }
    .ant-exp-grid .post1, .ant-exp-grid.horizontal .post1, .ant-featured-grid .post1, .ant-featured-grid.horizontal .post1 {
        grid-area: unset;
    }
    
    .ant-feature-small-blog { 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
}

/*----- Post Timeline -----*/
.ant-post-timeline-items .ant-blog-timeline-item:nth-child(odd){
    text-align: start;
}
.ant-blog-timeline-item .ant-timeline-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #00000020;
    padding: 30px 20px;
}
.ant-blog-timeline-item .ant-timeline-content .ant-img-post{
    width: 200px;
    height: 170px;
    margin-right: 15px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
}
.ant-blog-timeline-item .ant-timeline-content .title a {
    color: #212121;
}
.ant-blog-timeline-item .ant-timeline-content .small{
    flex: 1;
}
.ant-blog-timeline-item .ant-timeline-content .description{
    color: #777;
}

/* responsive */
@media(max-width: 1023px) and (min-width: 767px){
    .ant-blog-timeline-item .ant-timeline-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .ant-blog-timeline-item .ant-timeline-content .ant-img-post{
        width: 100%;
    }
    .ant-blog-timeline-item .ant-timeline-content .small{
        flex: 1;
        padding: 15px 0 0;
    }
}
@media(max-width: 576px){
    .ant-blog-timeline-item .ant-timeline-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .ant-blog-timeline-item .ant-timeline-content .ant-img-post{
        width: 100%;
    }
    .ant-blog-timeline-item .ant-timeline-content .small{
        flex: 1;
        padding: 15px 0 0;
    }
}
/* ------------------
-----------new-tickers-------
---------------- */

.ant-latest-news {
    background-color: #EAEAF3;
    overflow: hidden;
    min-height: 50px;
    position: relative;
}
.ant-latest-news .acmeticker-wrap{
    height: 100%;
}
.ant-latest-title {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-color: #eaeaf3;
    color: #fff; 
    height: 100%; 
    padding-right: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.ant-latest-news-slider {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100vw;
    height: auto;
}
.ant-latest-news-slider.stop-ticker{
    right: 0;
    left: 0;
}
.ant-latest-heading {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    height: 100%;
    background-color: #0036FF;
    padding: 10px 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.ant-latest-heading i{
    margin-right: 8px;
}
.ant-latest-list {
    margin: 0 10px;
    color: #0036FF;
    display: inline-flex;
    align-items: center;
}
.ant-latest-list i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0036FF;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ant-latest-news-inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.ant-latest-play {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 10px 15px;
    background-color: #eaeaf3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ant-latest-play span{
    font-size: 16px;
    color: #0036FF;
    line-height: 23px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ant-latest-news .ant-latest-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius:4px;
    object-fit: cover;
    border: 1px solid #0036FF;
}
@media screen and (max-width: 767px){
    .ant-latest-heading{
        display:none;
    }
}

/* --- news ticker two---- */
.ant-latest-news.two{
    border-radius: 40px;
    min-height: 70px;
}
.ant-latest-news.two .ant-latest-title{
    padding: 10px;
}
.ant-latest-news.two .ant-latest-heading{
    border-radius: 30px;
}
.ant-latest-news.two .ant-latest-play span{
    width: 23px;
    height: 23px;
    display: flex;
    border-radius: 50%;
    color: #0036FF;
    text-align: center  ;
}

/* --- news ticker three---- */
.ant-latest-news.three {
    border: 1px solid #616161;
}
.ant-latest-news.three .ant-latest-play span {
    width: 23px;
    height: 23px;
    display: block;
    border-radius: 0%;
    color: #0036FF;
    text-align: center;
}

/* --- news ticker four---- */ 
.ant-latest-news.four{
    background-color: #fff;
    border: 1px solid #616161;
    border-radius: 50px;
}
.ant-latest-news.four .ant-latest-title{
    background-color: #fff;
}
.ant-latest-news.four .ant-latest-play{
    background-color: #fff;
}
.ant-latest-news.four .ant-latest-heading{
    border-radius: 30px;
}
.ant-latest-news.four .ant-latest-play span{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
}

/* --- news ticker five---- */
.ant-latest-news.five{
    overflow: unset;
}
.ant-latest-news.five .ant-latest-heading{
    box-shadow: -3px 5px 0px #0A18E1;
}
.ant-latest-news.five .ant-latest-news-inner {
    overflow: hidden;
}

/* --- news ticker six---- */
.ant-latest-news.six {
    background-color: #fff;
    box-shadow: 0px 6px 15px rgba(33, 33, 33, 0.1);
}
.ant-latest-news.six .ant-latest-play{
    background-color: #fff;
}
.ant-latest-news.six .ant-latest-title{
    background-color: #fff ;
}

/* --- news ticker seven---- */
.ant-latest-news.seven {
    height: 70px;
    border-radius: 40px;
    background-color: #0036FF;
}
.ant-latest-news.seven .ant-latest-title{
    padding: 10px;
    background-color: #0036FF;
}
.ant-latest-news.seven .ant-latest-heading{
    border-radius: 25px;
    background-color: #fff;
    color: #0036FF;
}
.ant-latest-news.seven .ant-latest-list{
    color: #fff;  
}
.ant-latest-news.seven .ant-latest-play{
    background-color: #0036FF ;
}
.ant-latest-news.seven .ant-latest-play span{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    color: #fff;
}
.ant-latest-news.seven .ant-latest-list i{
    background-color: #FFF;
    color: #0036FF;
}

/* --- news ticker eight---- */
.ant-latest-news.eight .ant-latest-heading{
    border-radius: 25px;
}
.ant-latest-news.eight{
    border-radius: 35px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 6px 15px rgba(33, 33, 33, 0.1)
}
.ant-latest-news.eight{
    background-color: #fff;
}
.ant-latest-news.eight .ant-latest-title{
    background-color: #fff;
}
.ant-latest-news.eight .ant-latest-play{
    background-color: #fff;
}
.ant-latest-news.eight .ant-latest-play span {
    width: 23px;
    height: 23px;
    display: block;
    border-radius: 50%;
    color: #0036FF;
    text-align: center;
}

/* -------------- Video Post widget ---------------- */
.video-post-tab .video-tab-list {
	overflow-y: scroll;
	height: 475px;
}
.video-post-tab .bs-blog-thumb.md {
	height: 418px;
}
.video-icon {
	width: 100%;
	height: 100%;
}
.tab-content>.active {	
    display: block;	
}	
.tab-content .ant-blog-thumb.md {	
    height: 418px;	
}

/* css for play button spin animation */
.stroke-dotted {
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    -webkit-transition: opacity 1s ease, stroke-width 1s ease;
    transition: opacity 1s ease, stroke-width 1s ease;
}
.play-vid:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}
.play-vid {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    left: -38px ;
    bottom: 0;
    right: 0;
    opacity: 0.85;
    width: 95px;
    height: 95px;
}
.vid_btn{
    color: var(--pri-color);
    position: relative;
    bottom: 248px;
    left: 3px; 
    font-size: 33px;
    z-index: 999999;
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.video-post-tab .bs-blog-post.three .bs-blog-category{
    position: absolute;
    top: 40px;
    z-index: 5;
}
.ant-video-post.bshre{
    overflow: hidden;
}
.ant-video-post.bshre .ant-video-thumb {
    margin-bottom: 30px;
}
.ant-video-post {
    position: relative;
}
.ant-video-thumb {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.ant-video-thumb::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 53.53%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.4;
}
.ant-video-thumb .ant-link-div:hover{
    width: 90px;
    height: 90px;
    background-color: #0036FF;
    color: #fff;
}
.tab-content .small-video-post {
    display: flex;
    justify-content: end;
    align-items: center; 
    flex-direction: column;
    top: 0;
    right: 0;
}
.small-video-post {
    position: absolute;
    bottom: 0;
    left: 0%;
    padding: 20px;
    text-align: center; 
}
.ant-video-grid .ant-blog-category {
    margin-bottom: 5px;
    width: 100%;
}
.ant-video-post .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: none;
}
.ant-video-post .title a{
    color: #fff;
}
.ant-video-post .title a:hover{
    color: #0036FF;
}
.ant-video-meta span{
    margin-right: 15px;
}
.ant-video-meta span a{
    color: #fff;
}
.ant-video-meta .ant-author  a{
    display: flex;
    align-items: center;
}
.ant-video-meta {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ant-video-post .ant-author img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: 1px;
    display: unset;
    box-shadow: 0 0 10px 0 #00000010;
}
.ant-grid-4 {
    display: flex;
    overflow-x: scroll;
}

/* scrollbar */
/* width */
.ant-grid-4::-webkit-scrollbar {
    height: 7px;
}
/* Track */
.ant-grid-4::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 4px;
}
/* Handle */
.ant-grid-4::-webkit-scrollbar-thumb {
    background: #0036FF;
    border-radius: 10px;
}
/* Handle on hover */
.ant-grid-4::-webkit-scrollbar-thumb:hover {
    background: #0030db;
}
.ant-video-post.sm-post {
    margin-right: 15px;
    flex: 0 0 19%;
    margin-bottom: 15px;
}
.ant-video-post.sm-post .ant-small-post {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.ant-video-post.sm-post .title{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}
.ant-video-post.sm-post .title a {
    color: #212121;
}
.ant-video-post.sm-post .title a:hover{
    color: #0036FF;
}
/* .ant-video-post.sm-post .ant-video-category a {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 2px 8px;
} */
.ant-video-post.sm-post .small-video-post{
    width: 100%;
    position: relative;
    text-align: left;
    padding: 10px 0 20px;
}
.horizontal .ant-video-post.sm-post .ant-video-thumb {
    height: 125px;
    margin-bottom: 0;
}
.ant-video-post.sm-post .ant-video-thumb .link-div{
    width: 50px;
    height: 50px;
    font-size: 18px;
}
@media screen and (max-width: 1024px) {
    .ant-video-post.sm-post {
        margin-right: 15px;
        flex: 0 0 24%;
    }
}
@media screen and (max-width: 991px) {
    .ant-video-post.sm-post {
        margin-right: 15px;
        flex: 0 0 24%;
    }
    .small-video-post{
        width: 100%;
    }
    .ant-video-post .title{
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .ant-video-post.sm-post {
        margin-right: 15px;
        flex: 0 0 32.33%;
    }
}
@media screen and (max-width: 576px) {
    .ant-video-post.sm-post .title {
        font-size: 16px;  
    }
    .ant-video-meta span a {
        font-size: 14px;
    }
    .ant-video-post.sm-post {
        margin-right: 15px;
        flex: 0 0 49%;
    }
    .small-video-post{
        padding: 20px 10px;
    }
    .ant-video-post .title{
        font-size: 22px;
    }
}

/* ---Single Blog Widgets--- */
/* Title */
.single-post-title.title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}
.single-post-title.title a {
    text-decoration: none;
    color: #212121;
}

/* Tags */
.anant-single-post-tags, .anant-single-post-tags a {
    color: #718096;
}
.anant-single-post-tags {
    padding-right: 8px;
    font-size: 14px;
    font-weight: 500;
}
.anant-single-post-tags.ant-blog-tag:before {
    content: "\f02c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.anant-single-post-tags a {
    color: #718096;
    display: inline-block;
}

/* Description and Content */
.single-post-content.content {
    font-size: 17px;
    color: #718096;
}

/* Meta */
.ant-blog-meta{
    color: #718096;
}
.anant-single-blog-meta {
    box-shadow: inherit;
    margin: 0;
    padding: 0;
    border: none;
}
.anant-single-blog-meta .ant-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.anant-single-blog-meta .ant-blog-meta span {
    align-items: center;
}
a.ant-single-author-pic img {
    width: 45px;
    height: auto;
}
a.ant-single-author-pic img {
    margin: 0 15px 0 0;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    max-width: unset !important;
    border-width: 2px;
    border-style: solid;
}
.anant-single-blog-meta .ant-single-blog-date, .anant-single-blog-meta .ant-single-blog-time, .anant-single-blog-meta .ant-comments-link {
   gap: 8px;
}
.anant-single-blog-meta .ant-blog-meta span i {
    color: #0036FF;
}

/* Featured Image  */
.anant-post-image {
    display: flex;
}
.single-post-image {
    position: relative;
    min-height: 20px;
    /* overflow: hidden; */
    max-width: 100%;
}
.single-post-image img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Post Pagination  */
.anant-single-post-pagination .nav-links {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.anant-single-post-pagination .post-navigation {
    padding: 2rem;
    border-radius: 4px;
    background: #e2e8f0;
    margin: 0;
}
.anant-single-post-pagination .post-navigation .nav-previous { 
    text-align: start;
    margin-right: 10px;  
    grid-area: 1 / 1 / span 1 / span 2;
}
.anant-single-post-pagination .post-navigation .nav-next { 
    text-align: end;
    margin-left: 10px;
    text-align: end;
    margin-left: 10px;
    grid-area: 1 / 3 / span 1 / span 4;
}
.anant-single-post-pagination .nav-links a, .anant-single-post-pagination .single-nav-links a {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
}
.anant-single-post-pagination .nav-links a:hover, .anant-single-post-pagination .single-nav-links a:hover {
    color: #0036FF;
}

/* Post Social Icons */
.anant-single-post-social-icons .ant-post-share-icons {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 5px;
}
.anant-single-post-social-icons .ant-post-share-icons a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
}
.anant-single-post-social-icons .ant-post-share-icons a {
    color: #fff;
}
.anant-single-post-social-icons .ant-post-share-icons a.facebook {
    background: #135CB6;
}
.anant-single-post-social-icons .ant-post-share-icons a.x-twitter {
    background: #333;
}
.anant-single-post-social-icons .ant-post-share-icons a.envelope {
    background: #0025ff;
}
.anant-single-post-social-icons .ant-post-share-icons a.linkedin {
    background: #0078ca;
}
.anant-single-post-social-icons .ant-post-share-icons a.telegram {
    background: #0088cc;
}
.anant-single-post-social-icons .ant-post-share-icons a.whatsapp {
    background: #1FB381;
}
.anant-single-post-social-icons .ant-post-share-icons a.reddit {
    background: #ff4500;
}
.anant-single-post-social-icons .ant-post-share-icons a.pinterest {
    background: #bd081c;
}
.anant-single-post-social-icons .ant-post-share-icons a.print-r {
    background: #000;
}

/* Post Category */
.ant-blog-category.anant-single-blog-category {
    margin: 0px;
}

/* Post Comments */
.anant-single-post-comments {
    background: #fff;
    color: #718096;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 20px;
}
.anant-single-post-comments .comment-metadata a {
    text-decoration: none;
}
.anant-single-post-comments .ant-heading-bor-bt {
    display: flex;
}
.ant-heading-bor-bt h5, .anant-single-post-comments #reply-title{
    font-weight: 800;
    font-size: 20px;
    color: #212121;
    letter-spacing: 0;
    text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
    margin-bottom: 8px;
}
.anant-single-post-comments #reply-title{
    font-size: 28px;
    line-height: 1.3;
}
.anant-single-post-comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.anant-single-post-comments.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 70px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(225,225,225,0.9);
}
.anant-single-post-comments.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}
.anant-single-post-comments.comments-area img.avatar {
    border-radius: 60%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 28px;
    width: 60px;
    height: auto;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-width: 3px;
    border-style: solid;
}
.anant-single-post-comments.comments-area a {
    color: #212121;
}
.anant-single-post-comments .comment-meta .comment-metadata {
    margin: 0 0 0 5px;
}
.anant-single-post-comments .comment-content {
    border: none;
    margin-top: unset;
    position: relative;
    z-index: 0;
    padding: 16px 40px 16px 0;
}
.anant-single-post-comments .comment-body .reply {
    text-align: right;
}
.anant-single-post-comments.comments-area .reply a {
    color: #fff;
    background: #005aff;
    border-color: #005aff;
    font-size: 14px;
    padding: 5px 17px;
    font-weight: bold;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
}
.anant-single-post-comments form p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.anant-single-post-comments b, strong {
    font-weight: bolder;
}
.anant-single-post-comments .form-submit input[type="button"], .anant-single-post-comments .form-submit input[type="submit"] {
    padding: 0px 10px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    transition: all 0.4s ease-in-out 0s;
    background: #005aff;
    border-color: #005aff;
    color: #fff;
    cursor: pointer;
}
.anant-single-post-comments .form-submit input[type="button"]:hover, .anant-single-post-comments .form-submit input[type="submit"]:hover {
    background: #0f1012;
    border-color: #0f1012;
    color: #fff;
}

/* Post Author  */
.anant-single-blog-author-box {
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}
.anant-single-blog-author-box .ant-author-pic img {
    margin: 0;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    width: 80px;
    height: auto;
    max-width: unset !important;
}
.anant-single-blog-author-box .title {
    font-size: 29px;
    text-align: center;
    font-weight: 800;
    color: #212121;
}
.anant-single-blog-author-box .title a {
    color: #212121;
}
.anant-single-blog-author-box .title a:hover {
    color: #0028bf;
}

/* ---Archive Blog Widgets--- */

/* ---title--- */
.anant-archive-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* ---videos-post vertical--- */
.ant-video-grid.vertical {
    display: grid;
    grid-template-columns: repeat(2, 70% 30%);
    grid-gap: 20px;
}
.ant-video-grid.vertical .ant-grid-4 {
    display: block;
    overflow-y: scroll;
    overflow-x: unset;
    height: 500px;
}
.ant-video-grid.vertical .ant-video-post.sm-post{
    margin-bottom: 0px;
    display: flex;
}
.ant-video-grid.vertical .ant-video-post.sm-post .ant-video-thumb {
    height: 90px;
    width: 110px;
    margin-right: 15px;
}
.ant-video-grid.vertical .ant-grid-4::-webkit-scrollbar {
    width: 8px;
}
.ant-video-grid.vertical .ant-grid-4::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 4px;
}
.ant-video-grid.vertical .ant-grid-4::-webkit-scrollbar-thumb {
    background: #0036FF;
    border-radius: 4px;
}
.ant-video-grid.vertical .ant-grid-4::-webkit-scrollbar-thumb:hover {
    background: #0030db;
}
.ant-video-grid.vertical .ant-video-post.sm-post .small-video-post{
    left: unset;
    transform: translateX(0);
    flex: 1;
}
.vertical .ant-video-post.bshre .ant-video-thumb.md{
    margin-bottom: 0;
}
.vertical .ant-video-post.sm-post .small-video-post {
   padding-top: 0;
}
@media screen and (max-width: 991px) {
    .ant-video-grid.vertical {
        grid-template-columns: repeat(2, 60% 40%);

    }
    .ant-video-grid.vertical .ant-video-post.sm-post .small-video-post {
        padding-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .ant-video-grid.vertical {
        grid-template-columns: repeat(1, 1fr);
    }
    .ant-video-grid.vertical .ant-grid-4 {
        display: flex;
        overflow-y: unset;
        overflow-x: scroll;
        height: unset;
    }
    .ant-video-grid.vertical  .ant-video-post.sm-post .ant-video-thumb {
        height: 80px;
        width: 80px;
        margin-right: 15px;
    }
    .ant-video-grid.vertical .ant-grid-4::-webkit-scrollbar {
        width: 100% !important;
        height: 8px;
    }
    .ant-video-grid.vertical .ant-video-post.sm-post {
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 576px) {
    .ant-video-grid.vertical .ant-video-post.sm-post {
        flex: 0 0 100%;
    }
}