.pageLeftRightPadding {
	padding-inline: 85px;
}
.blogDetailArea {
	padding-top: 93px;
	padding-bottom: 0px;
}
.blogTitleBg {
}
.blogTitleBg h2 {
	font-size: 245px;
	line-height: 205px;
	color: #f9f7f8;
	font-weight: 800;
	font-family: "Poppins";
	text-transform: uppercase;
	position: relative;
}
.blogTitleBg h2 span {
	transform: translateY(-100px);
	transition: all 0.5s ease;
	animation: opacityFull 2.5s 0s forwards;
	display: flex;
}
@keyframes opacityFull {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0%);
	}
}

.blogTitleBg h2:before {
	width: 97px;
	height: 102px;
	position: absolute;
	left: 123px;
	bottom: 0px;
	content: "";
	background: url("../images/blog/ladyCycle.png") no-repeat;
	background-size: contain;
	z-index: 9;
	transition: all 0.5s ease;
	animation: moveManStand 1.5s 0s forwards;
	transform: translateX(50px);
}
@keyframes moveManStand {
	0% {
		transform: translateX(50px);
	}
	100% {
		transform: translateX(0px);
	}
}
.blogTitleSmall {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
}
.blogTitleSmall h3 {
	font-size: 101px;
	line-height: 110px;
	color: #5b99ec;
	font-weight: 600;
	font-family: "Poppins";
	text-transform: uppercase;
	margin-left: -28px;
	position: relative;
}
.blogTitleSmall h3:after {
	/* width: 6px;
    height: 91px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    top: -96px;
    background: #000;
    border-radius: 15px;
    z-index: 11;
    margin-left: 24px; */
}
.blogTitleSmall h3 span {
	color: #000200;
	position: relative;
	margin-right: 5px;
}
.blogTitleSmall h3 span::after {
	/* width: 38px;
    height: 38px;
  background: #fff;
    content: "";
    position: absolute;
    right: -15px;
   top:50%;
   transform: translateY(-50%);
   z-index: 9; */
}
.blogTitleSmall h3 span::before {
	content: "";
	position: absolute;
	right: -4px;
	top: -70px;
	background: url("../images/blog/crCurve3.png") no-repeat;
	width: 49px;
	height: 276px;
	background-size: contain;
	z-index: -1;
}
.blogPageDescArea p {
	font-size: 17px;
	line-height: 26px;
	color: #202227;
	font-weight: 500;
	font-family: "Poppins";
	text-align: left;
	/* margin-top: 15px; */
	position: relative;
	top: 15px;
	z-index: 9;
}
.blogPageDescArea p:after {
	width: 145px;
	height: 30px;
	position: absolute;
	left: -35px;
	bottom: 0;
	z-index: -1;
	background: #fff;
	content: "";
}
.descManTextArea {
	max-width: 100%;
	align-items: flex-end;
	margin-top: -125px;
}
.descManTextArea figcaption {
}
.descManTextArea figure {
	transition: all 0.5s ease;
	animation: sitMove 1.5s 0s forwards;
	transform: translateX(50px);
	opacity: 0;
}
@keyframes sitMove {
	0% {
		transform: translateX(50px);
	}
	100% {
		transform: translateX(0px);
	}
}
.descManTextArea figure img {
	height: 125px;
	width: 107px;
	max-width: 107px;
	object-fit: contain;
}
.titleBlogBoxBigArea {
}
.titleBlogBoxBigArea:after {
	width: 402px;
	height: 233px;
	position: absolute;
	left: 0px;
	bottom: -6px;
	content: "";
	background: url("../images/blog/leftSideBuilding.png") no-repeat;
	background-size: contain;
	z-index: 9;
	transition: all 0.5s ease;
	animation: moveManStand 1.5s 0s forwards;
	transform: translateX(50px);
}
.titleBlogBoxBigArea::before {
	width: 331px;
	height: 222px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	content: "";
	background: url("../images/blog/rightSideCar.png") no-repeat;
	background-size: contain;
	z-index: 9;
	transition: all 0.5s ease;
	animation: moveManStand 1.5s 0s forwards;
	transform: translateX(50px);
}
.topBlogTitleArea {
	z-index: 1;
	padding-bottom: 10px;
}
.topBlogTitleArea::before {
	/* width: 6px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    top: 0;
    background: #000;
    border-radius: 15px;
    z-index: 1;
    margin-left: 14px; */
}
.topBlogTitleArea:after {
	width: 100%;
	height: 10px;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #b7b7b7;
	z-index: -1;
	/* transform: translateX(-120%); */
	transition: all 0.5s ease;
	animation: moveLeft 1s 0s forwards;
	opacity: 0;
}
@keyframes moveLeft {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.blogPageDescArea {
	justify-content: flex-end;
	padding-right: 0;
	padding-bottom: 10px;
	width: 592px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 330px;
}
.blogDetailsInner {
	padding-top: 50px;
	/* overflow: hidden; */
}
.latestBlogSec {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.latestBlogSec:after {
	width:100%;
	height: 415px;
	position: absolute;
	left:0;
	content: "";
	bottom:35px;
	z-index: -1;
	background: url('../images/blog/footerBlogBg.png') no-repeat;
	background-size: cover;
}
.latestBlogInner {
    margin-bottom: 0px;
        overflow: hidden;
}
.blogFigureContentArea {
	justify-content: center;
	flex-direction: row-reverse;
}
.blogDetailsContentOuter {
	padding-top: 65px;
	position: relative;
	overflow: hidden;
}
.blogDetailContentInner {
	max-width: 1165px;
}
.blogBannerOuter {
}
.blogBannerOuter figure {
	overflow: hidden;
	height: 525px;
}
.blogBannerOuter figure:hover img{
transform: scale(1.1);
}
.blogBannerOuter figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.5s ease;
}
.blogQuoteInner {
	max-width: 765px;
}
.blogQuoteInner:after {
	width: 56px;
	height: 44px;
	position: absolute;
	left: -82px;
	top: -50px;
	content: "";
	background: url("../images/blog/quoteIcon.png") no-repeat;
	z-index: 1;
}
.paraBlogArea {
	padding-inline: 60px;
	margin-bottom: 30px;
}
.paraBlogArea p {
	margin-bottom: 30px;
}
.paraBlogArea p:last-child {
	margin-bottom: 0;
}
.titleBlogDtl {
	margin-bottom: 8px;
}
.titleBlogDtl h2 {
	font-size: 30px;
	line-height: 42px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
	text-align: center;
	max-width: 600px;
}
.metaDataArea {
	margin-bottom: 20px;
}
.metaDataArea .metaList {
}
.metaDataArea li {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #191919;
	font-weight: 500;
	font-family: "Poppins";
}
.metaDataArea li.blogDate {
}
.metaDataArea li.authorName {
	padding-left: 12px;
	margin-left: 12px;
	position: relative;
}
.metaDataArea li.authorName:after {
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #c2c2c2;
	content: "";
}
.metaDataArea li.authorName a {
	color: #5b99ec;
	font-weight: 400;
	font-family: "Poppins";
}
.blogDescTextArea {
	padding-bottom: 50px;
	margin-bottom: 35px;
	position: relative;
}
.blogDescTextArea:after {
	width: 100%;
	height: 4px;
	background: #b7b7b7;
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
}
.blogDescDetailOuter {
	margin-top: 40px;
}
.paraBlogArea p {
	font-size: 17px;
	line-height: 26px;
	color: #202227;
	font-weight: 400;
	font-family: "Poppins";
	text-align: center;
}
.blogQuoteBoxOuter {
	background: #f8f8f8;
	padding-block: 80px;
}
.blogQuoteInner p {
	font-size: 20px;
	line-height: 30px;
	color: #202227;
	font-weight: 400;
	font-family: "Poppins";
	text-align: left;
}
.blogDetailsContentOuter:after {
	width: 5px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -100%);
	content: "";
	top: 0;
	background: #000;
	border-radius: 15px;
	z-index: -1;
	margin-left: 9px;
	transition: all 0.5s ease;
	animation: fillFromTop 5s 0s forwards;
}
@keyframes fillFromTop {
	0% {
		transform: translate(-50%, -100%);
	}
	100% {
		transform: translate(-50%, 0%);
	}
}

.blogTitleShort {
	margin-bottom: 10px;
}
.blogTitleShort h3 {
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
	text-align: left;
	transition: all 0.5s ease;
}
.blogTitleShort a:hover h3 {
	color: #498eeb;
}
.shortDescBlogArea {
	margin-bottom: 30px;
}
.shortDescBlogArea p {
	font-size: 17px;
	line-height: 26px;
	color: #202227;
	font-weight: 400;
	font-family: "Poppins";
	text-align: left;
	padding-right: 20px;

	display: -webkit-box;
	width: 100%;
	height: 105px;
	float: left;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blogShortBtnArea {
	display: flex;
	width: 300px;
	position: relative;
	z-index: 1;
}
.buttonBlogRead {
	padding-right: 10px;
	display: flex;
	background: #fff;
}
.blogShortBtnArea:after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #464646;
	z-index: -1;
}
.buttonBlogRead a {
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Poppins";
	display: flex;
	/* background:#464646; */
	border-radius: 30px;
	padding-inline: 22px;
	padding-block: 2px;
	transition: all 0.5s ease;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/* border: 1px solid #464646; */
}
.buttonBlogRead a:after {
	width: 100%;
	height: 100%;
	display: block;
	background: #464646;
	transform: translateY(0%);
	transition: all 0.5s ease;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}
.buttonBlogRead a:hover:after {
	transform: translateY(100%);
}
.buttonBlogRead a span {
	width: 100%;
	height: 100%;
	display: block;
	background: #5b99ec;
	transform: translateY(-100%);
	transition: all 0.5s ease;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}

.buttonBlogRead a:hover span {
	transform: translateY(0%);
}
.blogShortContent {
	max-width: 650px;
	padding-right: 0px;
	padding-left: 46px;
	position: relative;
}
.pointNumBox {
	width: 22px;
	height: 22px;
	border-radius: 100px;
	position: absolute;
	z-index: 99;
	background: #fff;
	display: flex;
	left: -2px;
}
.pointNumBox:before {
	left: 50%;
	top: 50%;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100px;
	position: absolute;
	z-index: 1;
	background: #000105;
	transform: translate(-50%, -50%) scale(0.1);
	transition: all 0.5s ease;
	animation: scaleDot 1s 0s forwards;
}
@keyframes scaleDot {
	0% {
		transform: translate(-50%, -50%) scale(0.1);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}

.blogBannerThumbArea {
	padding-right: 30px;
	width: 650px;
	justify-content: flex-end;
}
.blogBannerThumbArea a {
	display: flex;
}
.blogBannerThumbArea figure img {
	width: 555px;
	height: 300px;
	object-fit: cover;
	transition: all 0.5s ease;
	transform: scale(1);
}
.blogFigureContentArea .blogBannerThumbArea figure:hover img {
	transform: scale(1.1);
}
.blogBannerThumbArea figure {
	overflow: hidden;
}
.dateBox {
	display: flex;
	margin-bottom: 15px;
}
.dateBox h4 {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
	background: #498eeb;
	border-radius: 30px;
	display: flex;
	padding-inline: 27px;
	padding-block: 8px;
}
.blogBoxArea {
	padding-bottom: 70px;
}
.blogCategoryArea {
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent {
	align-items: flex-end;
}
.blogCategoryArea
	.blogBoxArea:nth-child(odd)
	.blogShortContent
	.blogTitleShort
	h3 {
	text-align: right;
}
.blogCategoryArea
.blogBoxArea:nth-child(odd)
.blogShortContent
.shortDescBlogArea p {
	text-align: right;
	padding-right: 0;
	padding-left: 35px;
}
.blogCategoryArea
	.blogBoxArea:nth-child(odd)
	.blogShortContent
	.blogShortBtnArea {
	justify-content: flex-end;
}
.blogCategoryArea
	.blogBoxArea:nth-child(odd)
	.blogShortContent
	.buttonBlogRead {
	padding-right: 0;
	padding-left: 10px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogFigureContentArea {
	flex-direction: row;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .pointNumBox {
	right: -20px;
	top: 0;
	left: auto;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent {
	padding-right: 30px;
	padding-left: 0;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogBannerThumbArea {
	padding-left: 46px;
	padding-right: 0;
	justify-content: flex-start;
}
.pagiNationArea {
	justify-content: center;
	margin-top: 18px;
}
.paginationInner {
	background: #f4f4f4;
	border-radius: 30px;
	padding: 5px;
}
.paginationInner ul {
	align-items: center;
	gap: 5px;
}
.paginationInner ul li {
	font-size: 17px;
	line-height: 26px;
	color: #202227;
	font-weight: 500;
	font-family: "Poppins";
	text-align: center;
	display: flex;
	min-width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
}
.paginationInner ul li.active {
	background: #fff;
	border-radius: 100px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
.pagiBtn a {
	border-radius: 30px;
	background: #fff;
	padding-inline: 14px;
	padding-block: 12px;
	align-items: center;
	min-width: 90px;
	justify-content: center;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
.pagiBtn a:hover {
	background: #000;
	color: #fff;
}
.pagiBtn.next a {
	background: #000;
	color: #fff;
}
.paginationInner ul li a {
	font-size: 17px;
	line-height: 26px;
	color: #202227;
	font-weight: 500;
	font-family: "Poppins";
	text-align: center;

	display: flex;
}
.footerBanSec {
	padding-bottom: 39px;
}

/*silk banner start here*/
.bannerSilk {
	width: 1255px;
	float: left;
	position: relative;
    left:-45px;
}
.bannerSilk .bannerSlider {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 50px;
}
.bannerSilk .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.bannerSilk .slick-list .slick-track{
	/* display: flex;
	gap: 90px; */
}
.bannerSilk .bannerSlider .slick-slide {
	position: relative;
	width: 100%;
	float: left;
}
.bannerSilk .bannerSlider .slide_text {
	position: absolute;
	z-index: 100;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.bannerSilk .bannerSlider .slide_text h2 {
	font-size: 48px;
	font-weight: 100;
	color: #fff;
}
.bannerSilk .bannerSlider .slide_image {
	width: 100%;
	float: left;
}
.bannerSilk .bannerSlider .slide_image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 450px;
	background: rgba(33, 33, 33, 0.7);
}
.bannerSilk .bannerSlider .slide_image img {
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
}
/*navigation*/
.bannerSilk .slick-arrow {
	border: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	width: 15px;
	height: 30px;
	top: 50%;
	z-index: 999;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	background-repeat: no-repeat !important;
	font-size: 0;
	margin: 0 15px;
	background-size: contain !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-ms-background-size: contain !important;
}
.bannerSilk .slick-arrow.slick-next {
	right: 0;
	/* background: url(../images/ban/nav_right.png); */
	background-position: right top;
}
.bannerSilk .slick-arrow.slick-prev {
	left: 0;
	/* background: url(../images/ban/nav_left.png); */
	background-position: left top;
}
/*pagination*/
.bannerSilk ul.slick-dots {
	outline: none;
	list-style: none;
	bottom: 0px;
	position: absolute;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	z-index: 99;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerSilk .slick-dots li {
	display: flex;
	width: 12px;
	height: 12px;	
}
.bannerSilk .slick-dots li button {
	float: left;
	font-size: 0;
	width: 12px;
	height: 12px;
	background:#ccc;
	border: none;
	cursor: pointer;
}
.bannerSilk .slick-dots li.slick-active button {
	background:#000;
}
.latestBlogTitleArea{
	margin-bottom: 22px;
}

.latestBlogTitleArea h2{
	font-size: 35px;
	line-height: 45px;
	color: #060606;
	font-weight: 300;
	font-family: "Poppins";  
}
.latestBlogTitleArea h2 span{
   color: #5b99ec; 
   font-weight: 600;
}
.bannerLatestOuter {
    margin-bottom: 9px;
}
.bannerLatestOuter figure{
	height: 400px;
	overflow: hidden;
	width: 100%;
}
.bannerLatestOuter figure img{
    height: 100%;
    width:100%;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: scale(1);
}
.bannerLatestOuter figure:hover img{
	transform: scale(1.1);
}
.metablogLatest{
   margin-bottom: 17px; 
}
.titleLatestH3 {
    margin-bottom: 5px;
}
.titleLatestH3 h3{
	font-size: 22px;
	line-height: 31px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
	text-align: center;
	transition: all 0.5s ease;
}
.titleLatestH3 h3:hover{
    color: #5597e5;
}
.metablogLatest ul li{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #191919;
	font-weight: 500;
	font-family: "Poppins";
}
.metablogLatest ul li.adminMeta{
	color: #5b99ec;
	font-weight: 400;
	position:relative;
	padding-left:15px;
	margin-left: 15px;
}
.metablogLatest ul li.adminMeta a{
	color: #5b99ec;
}
.blogLatestBox {
    padding-inline: 45px;
}
.metablogLatest ul li.adminMeta:after{
    width:1px;
    height: 15px;
    background:#bebebe;
    position: absolute;
    left:0;
    top:50%;
    content: "";
    transform: translateY(-50%);
}
.descLatestBlog{
	margin-bottom: 30px;
}
.descLatestBlog p{
	font-size: 17px;
	line-height: 26px;
	color: #202227;
	font-weight: 300;
	font-family: "Poppins";
	text-align: center;
	display: -webkit-box;
	width: 100%;
	height: 80px;
	float: left;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.readMoreBtn{}
.readMoreBtn a{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 3px;
    background: #000000;
    display: flex;
    padding-block-start: 10px;
    padding-block-end: 9px;
    padding-inline: 32px;
    transition: all 0.5s ease;
}
.readMoreBtn a:hover{
background:#5b99ec;
}
.blogDetailsPage a{
outline: none !important;
}
.latestBlogDescOuter {}
.latestBlogDescOuter .blogContentArea{
    max-width: 500px;
}