.pageLeftRightPadding {
	padding-inline: 85px;
}
.blogOuterArea {
    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:after{
   width: 165px;
    height: 132px;
    position: absolute;
    left: -140px;
    bottom: -3px;
    content: "";
    background: url('../images/blog/femaleLaptop.png') no-repeat;
    background-size: contain;
    z-index: 9;
    transition: all 0.5s ease;
    animation: moveFemaleLaptop 1.5s 0s forwards;
    transform: translateX(-90px);
}
@keyframes moveFemaleLaptop {
    0%{
transform: translateX(-90px);
    }
    100%{
transform: translateX(0px);
    }
}
.blogTitleBg h2:before{
   width: 88px;
    height: 164px;
    position: absolute;
    left: 123px;
    bottom: 0px;
    content: "";
    background: url('../images/blog/manStand.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);
}
@keyframes sitMove {
    0%{
transform: translateX(50px);
    }
    100%{
 transform: translateX(0px);       
    }
}
.descManTextArea figure img{
    height: 125px;
    width: 107px;
    max-width: 107px;
    object-fit: contain; 
}
.titleBlogBoxBigArea{

}
.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;
}
.blogListInnerArea {
    padding-top:50px;
/* overflow: hidden; */
}
.blogListInnerArea:after {
/* width:6px;
height: 100%;
position: absolute;
left:50%;
transform: translateX(-50%);
content: "";
top:0;
background:#000;
border-radius: 15px;
z-index: 11;
    margin-left: 14px; */
}
.blogFigureContentArea {
    justify-content: center;
    flex-direction: row-reverse;
}
.blogListContentOuter {
    padding-top:100px;
    position: relative;
    overflow: hidden;
}

.blogListContentOuter:after {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    content: "";
    top: 0;
    background: #000;
    border-radius: 15px;
    z-index: 11;
    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{
  width: 555px;
  height: 300px;
  transition: all 0.5s ease;
}
.blogBannerThumbArea figure img{
  width: 100%;
  height: 100%;
  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;
}

@media only screen and (max-width:1780px) {
.blogPageDescArea p ,
.shortDescBlogArea p{
    font-size: 16px;
    line-height: 25px;
}
.shortDescBlogArea p{
        padding-right: 60px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .shortDescBlogArea p{
                padding-left: 75px;
}

}
@media only screen and (max-width:1680px) {
.pageLeftRightPadding {
    padding-inline: 70px;
}
}


@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .blogPageDescArea p ,
    .shortDescBlogArea p{
    font-size: 13px;
    line-height: 20px;
    }
    .shortDescBlogArea p {
    padding-right: 15px; 
    height: 79px;
    }

    .blogListContentOuter:after {
    width: 4px;  
    margin-left: 7px; 
    }

    .blogShortContent {
    max-width: 488px; 
    padding-left: 35px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .shortDescBlogArea p {
    padding-left: 26px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .pointNumBox {
    right: -15px;
  
}
.blogBannerThumbArea {
    padding-right: 23px;
    width: 488px;  
}
.blogBannerThumbArea figure {
    width: 416px;
    height: 225px;
}
.pointNumBox {
    width: 17px;
    height: 17px; 
}
.dateBox {
    margin-bottom: 11px;
}
.blogTitleShort {
    margin-bottom: 8px;
}
.footerBanSec {
    padding-bottom: 29px;
}
.blogOuterArea {
    padding-top: 69px;  
}

.blogListContentOuter {
    padding-top: 75px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent {
    padding-right: 23px; 
}
.blogBoxArea {
    padding-bottom: 53px;
}


.blogCategoryArea .blogBoxArea:nth-child(odd) .blogBannerThumbArea {
    padding-left: 35px;
}

.shortDescBlogArea {
    margin-bottom: 23px;
}
    .pageLeftRightPadding {
    padding-inline: 64px;
    }
    .blogTitleBg h2 {
    font-size: 184px;
    line-height: 154px;
    }

    .blogTitleSmall h3 {
    font-size: 76px;
    line-height: 83px;
    margin-left: -21px; 
    }
    .blogTitleBg h2:after {
    width: 124px;
    height: 99px;
    left: -105px;
    bottom: -2px;
    animation: moveFemaleLaptop 1.5s 0s forwards;
    transform: translateX(-90px);
    }

    .blogTitleBg h2:before {
    width: 66px;
    height: 123px;
    left: 92px;
    animation: moveManStand 1.5s 0s forwards;
    transform: translateX(50px);
    }
    .descManTextArea figure img {
    height: 94px;
    width: 80px;
    max-width: 80px;
     }
     .topBlogTitleArea:after {  
    height: 8px;   
     }
     .descManTextArea {
    margin-top: -94px;
    gap:5px;
     }
    .blogPageDescArea {  
    padding-bottom: 8px;
    width: 447px;
    margin-left: 248px;
    }
    .blogTitleSmall h3 span::before { 
    right: -4px;
    top: -53px;
    width: 37px;
    height: 207px;  
    }
    .dateBox h4 {
    font-size: 13px;
    line-height: 17px;
    padding-inline: 20px;
    padding-block: 6px;
    }
    .blogTitleShort h3 {
    font-size: 23px;
    }
    .buttonBlogRead a {
    font-size: 11px;
    line-height: 23px;
    padding-inline: 17px;
    padding-block: 2px; 
    }
.blogShortBtnArea {
    width: 225px;
}

.paginationInner ul li a {
    font-size: 13px;
    line-height: 22px;
}
.paginationInner ul li {
    font-size: 13px;
    line-height: 22px;
    min-width: 38px;
    height: 38px;
}
.pagiBtn a {   
    padding-inline: 11px;
    padding-block: 9px;
    min-width: 68px;
}
.paginationInner ul {
    gap: 4px;
}
.pagiNationArea {
    margin-top: 14px;
}
body.blogs{

}
body.blogs .navbar-nav{
gap: 25px; 
}
body.blogs .navbar-nav > li{
display: flex;
        padding: 0;
        min-width: 90px;
        justify-content: center; 
}
  body.blogs .nav>li.logoMiddle>a>img {
        width: 90px;
        margin: 0;
    }
    .blogListInnerArea {
    padding-top: 38px;
    }
    .blogPageDescArea p:after {
           width: 138px;
    height: 23px;
    left: -26px; 
    }

}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .blogPageDescArea p ,
    .shortDescBlogArea p{
    font-size: 13px;
    line-height: 20px;
    }
    .shortDescBlogArea p {
    padding-right: 15px; 
    height: 79px;
    }

    .blogListContentOuter:after {
    width: 4px;  
    margin-left: 7px; 
    }

    .blogShortContent {
    max-width: 488px; 
    padding-left: 35px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .shortDescBlogArea p {
    padding-left: 26px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .pointNumBox {
    right: -15px;
  
}
.blogBannerThumbArea {
    padding-right: 23px;
    width: 488px;  
}
.blogBannerThumbArea figure {
    width: 416px;
    height: 225px;
}
.pointNumBox {
    width: 17px;
    height: 17px; 
}
.dateBox {
    margin-bottom: 11px;
}
.blogTitleShort {
    margin-bottom: 8px;
}
.footerBanSec {
    padding-bottom: 29px;
}
.blogOuterArea {
    padding-top: 69px;  
}

.blogListContentOuter {
    padding-top: 75px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent {
    padding-right: 23px; 
}
.blogBoxArea {
    padding-bottom: 53px;
}


.blogCategoryArea .blogBoxArea:nth-child(odd) .blogBannerThumbArea {
    padding-left: 35px;
}

.shortDescBlogArea {
    margin-bottom: 23px;
}
    .pageLeftRightPadding {
    padding-inline: 64px;
    }
    .blogTitleBg h2 {
    font-size: 184px;
    line-height: 154px;
    }

    .blogTitleSmall h3 {
    font-size: 76px;
    line-height: 83px;
    margin-left: -21px; 
    }
    .blogTitleBg h2:after {
    width: 124px;
    height: 99px;
    left: -105px;
    bottom: -2px;
    animation: moveFemaleLaptop 1.5s 0s forwards;
    transform: translateX(-90px);
    }

    .blogTitleBg h2:before {
    width: 66px;
    height: 123px;
    left: 92px;
    animation: moveManStand 1.5s 0s forwards;
    transform: translateX(50px);
    }
    .descManTextArea figure img {
    height: 94px;
    width: 80px;
    max-width: 80px;
     }
     .topBlogTitleArea:after {  
    height: 8px;   
     }
     .descManTextArea {
    margin-top: -94px;
    gap:5px;
     }
    .blogPageDescArea {  
    padding-bottom: 8px;
    width: 447px;
    margin-left: 248px;
    }
    .blogTitleSmall h3 span::before { 
    right: -4px;
    top: -53px;
    width: 37px;
    height: 207px;  
    }
    .dateBox h4 {
    font-size: 13px;
    line-height: 17px;
    padding-inline: 20px;
    padding-block: 6px;
    }
    .blogTitleShort h3 {
    font-size: 23px;
    }
    .buttonBlogRead a {
    font-size: 11px;
    line-height: 23px;
    padding-inline: 17px;
    padding-block: 2px; 
    }
.blogShortBtnArea {
    width: 225px;
}

.paginationInner ul li a {
    font-size: 13px;
    line-height: 22px;
}
.paginationInner ul li {
    font-size: 13px;
    line-height: 22px;
    min-width: 38px;
    height: 38px;
}
.pagiBtn a {   
    padding-inline: 11px;
    padding-block: 9px;
    min-width: 68px;
}
.paginationInner ul {
    gap: 4px;
}
.pagiNationArea {
    margin-top: 14px;
}
body.blogs{

}
body.blogs .navbar-nav{
gap: 25px; 
}
body.blogs .navbar-nav > li{
display: flex;
        padding: 0;
        min-width: 90px;
        justify-content: center; 
}
  body.blogs .nav>li.logoMiddle>a>img {
        width: 90px;
        margin: 0;
    }
    .blogListInnerArea {
    padding-top: 38px;
    }
    .blogPageDescArea p:after {
           width: 138px;
    height: 23px;
    left: -26px; 
    }

}

@media only screen and (max-width:1280px) {


      .blogPageDescArea p ,
    .shortDescBlogArea p{
    font-size: 13px;
    line-height: 20px;
    }
    .shortDescBlogArea p {
    padding-right: 15px; 
    height: 79px;
    }

    .blogListContentOuter:after {
    width: 4px;  
    margin-left: 7px; 
    }

    .blogShortContent {
    max-width: 488px; 
    padding-left: 35px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .shortDescBlogArea p {
    padding-left: 26px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .pointNumBox {
    right: -15px;
  
}
.blogBannerThumbArea {
    padding-right: 23px;
    width: 488px;  
}
.blogBannerThumbArea figure {
    width: 416px;
    height: 225px;
}
.pointNumBox {
    width: 17px;
    height: 17px; 
}
.dateBox {
    margin-bottom: 11px;
}
.blogTitleShort {
    margin-bottom: 8px;
}
.footerBanSec {
    padding-bottom: 29px;
}
.blogOuterArea {
    padding-top: 90px;  
}

.blogListContentOuter {
    padding-top: 75px;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent {
    padding-right: 23px; 
}
.blogBoxArea {
    padding-bottom: 53px;
}


.blogCategoryArea .blogBoxArea:nth-child(odd) .blogBannerThumbArea {
    padding-left: 35px;
}

.shortDescBlogArea {
    margin-bottom: 23px;
}
    .pageLeftRightPadding {
    padding-inline: 64px;
    }
    .blogTitleBg h2 {
    font-size: 184px;
    line-height: 154px;
    }

    .blogTitleSmall h3 {
    font-size: 76px;
    line-height: 83px;
    margin-left: -21px; 
    }
    .blogTitleBg h2:after {
    width: 124px;
    height: 99px;
    left: -105px;
    bottom: -2px;
    animation: moveFemaleLaptop 1.5s 0s forwards;
    transform: translateX(-90px);
    }

    .blogTitleBg h2:before {
    width: 66px;
    height: 123px;
    left: 92px;
    animation: moveManStand 1.5s 0s forwards;
    transform: translateX(50px);
    }
    .descManTextArea figure img {
    height: 94px;
    width: 80px;
    max-width: 80px;
     }
     .topBlogTitleArea:after {  
    height: 8px;   
     }
     .descManTextArea {
    margin-top: -94px;
    gap:5px;
     }
    .blogPageDescArea {  
    padding-bottom: 8px;
    width: 447px;
    margin-left: 248px;
    }
    .blogTitleSmall h3 span::before { 
    right: -4px;
    top: -53px;
    width: 37px;
    height: 207px;  
    }
    .dateBox h4 {
    font-size: 13px;
    line-height: 17px;
    padding-inline: 20px;
    padding-block: 6px;
    }
    .blogTitleShort h3 {
    font-size: 23px;
    }
    .buttonBlogRead a {
    font-size: 11px;
    line-height: 23px;
    padding-inline: 17px;
    padding-block: 2px; 
    }
.blogShortBtnArea {
    width: 225px;
}

.paginationInner ul li a {
    font-size: 13px;
    line-height: 22px;
}
.paginationInner ul li {
    font-size: 13px;
    line-height: 22px;
    min-width: 38px;
    height: 38px;
}
.pagiBtn a {   
    padding-inline: 11px;
    padding-block: 9px;
    min-width: 68px;
}
.paginationInner ul {
    gap: 4px;
}
.pagiNationArea {
    margin-top: 14px;
}
body.blogs{

}
body.blogs .navbar-nav{
gap: 25px; 
}
body.blogs .navbar-nav > li{
display: flex;
        padding: 0;
        min-width: 103px;
        justify-content: center; 
}
  body.blogs .nav>li.logoMiddle>a>img {

        margin: 0;
    }
    .blogListInnerArea {
    padding-top: 38px;
    }
    .blogPageDescArea p:after {
           width: 138px;
    height: 23px;
    left: -26px; 
    }




.pageLeftRightPadding {
    padding-inline: 65px;
}
    .blogPageDescArea p ,
.shortDescBlogArea p{
    font-size: 13px;
    line-height: 20px;
}
     body.blogs .navbar-nav > li {
        min-width: 93px;
        }
}
@media only screen and (max-width:1150px) {
    body.blogs .navbar-nav {
        gap: 15px;
    }
     
}
@media only screen and (max-width:1080px) {
    .blogShortContent {
    max-width: 438px;
    }
    .blogBannerThumbArea {       
    width: 438px;
    }
    .blogBannerThumbArea figure {
    width: 100%;
    height: 237px;
    }
    .blogTitleShort h3 {
    font-size: 20px;
    line-height: 30px;
    }
    body.blogs .navbar-nav {
    gap: 10px;
    }
     .blogPageDescArea {
        padding-bottom: 8px;
        width: 407px;
        margin-left: 228px;
     }
    .blogPageDescArea p:after {
    width: 288px;    
    left: -35px;
    }

}
@media only screen and (max-width:1024px) {
.pageLeftRightPadding {
    padding-inline: 20px;
}
}
@media only screen and (max-width:991px) {
    .blogOuterArea {
    padding-top: 70px;
    }
    body.blogs .navbar-nav > li {
    min-width: auto;
    display: block;
    }
    body.blogs .navbar-nav {
    gap: 0;
    }
        .blogListContentOuter {
        padding-top: 55px;
        }
}

@media only screen and (max-width:854px) {
    .blogTitleBg h2 {
    font-size: 144px;
    line-height: 114px;
    }
    .descManTextArea {
    margin-top: 0;
    }
    .blogPageDescArea {
    width: 100%;
    margin-left: 0;
    top:0;
    }
    .descManTextArea figcaption {
    width: calc(100% - 100px);
    }
    .blogPageDescArea{
        position: relative;
    }
   .blogTitleSmall h3 span::before{
        display: none;
    }
    .topBlogTitleArea:after{
        display: none;
    }
    .titleBlogBoxBigArea{
    padding-bottom: 15px;
    margin-bottom: 5px;
    }
    .titleBlogBoxBigArea:after{
    width: 100%;
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 11px;
    background: #b7b7b7;
    z-index: -1;
    /* transform: translateX(-120%); */
    transition: all 0.5s ease;
    animation: moveLeft 1s 0s forwards;
    opacity: 0;
    }
    .blogListContentOuter:after{
        display: none;
    }
    .blogPageDescArea p{
        top:0;
    }
    .descManTextArea figure{
        display: none;
    }
    .descManTextArea figcaption{
    width: 100%;
    }
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent {
    padding-right: 0;
    align-items: flex-start;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .shortDescBlogArea p{
    padding-left: 0;
    text-align: left;
}
.blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .blogTitleShort h3{
        text-align: left;
}
.pointNumBox{
    display: none;
}
    .blogCategoryArea .blogBoxArea:nth-child(odd) .blogFigureContentArea {
    flex-direction: column-reverse;
   
    }
    .blogShortContent {
        max-width: 100%;
    }
    .shortDescBlogArea p{
        height: auto;
    }
    .blogCategoryArea .blogBoxArea:nth-child(odd) .blogBannerThumbArea {
        padding-left: 0;
    }
    .blogBoxArea {
            padding-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 30px;
    }
    .blogCategoryArea .blogBoxArea:last-child{
border:none;
margin-bottom: 0;
    }
    .blogListContentOuter {
    padding-top: 20px;
    }
    .blogFigureContentArea {
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 20px;
    }
    .blogShortContent{
    padding-left: 0;
    }
    .blogBannerThumbArea{
    padding-right: 0px;
    }
    .blogBannerThumbArea a {
    width: 100%;
    }
    .blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .blogShortBtnArea {
    justify-content: flex-start;
    }
    .blogCategoryArea .blogBoxArea:nth-child(odd) .blogShortContent .buttonBlogRead{
    padding-right: 10px;
    padding-left: 0;
    }
    .shortDescBlogArea p{
        padding-right: 0;
    }
    .topBlogTitleArea{
            padding-bottom: 0;
    }
        .blogTitleSmall h3 {
        font-size: 56px;
        line-height: 63px;
        margin-left: 0;
        }
        .blogTitleBg h2:before {
        width: 50px;
        height: 93px;
        left: 70px;
        }
        .blogTitleBg h2:after {
        width: 94px;
        height: 76px;
        left: -80px;
        }
        .blogOuterArea {
        padding-top: 80px;
        }
        .blogListInnerArea {
        padding-top: 30px;
        }
        .blogTitleSmall h3 span{
        margin-right: 0;
        }
            .blogTitleShort h3 {
        font-size: 18px;
        line-height: 28px;
            }
}
@media only screen and (max-width:750px) {
    .blogTitleBg h2 {
    font-size: 94px;
    line-height: 85px;
    }
    .blogTitleSmall h3 {
    font-size: 56px;
    line-height: 63px;
    margin-left: 0;
    }
    .blogTitleBg h2:before {
    width: 36px;
    height: 68px;
    left: 30px;
    }

    .blogTitleBg h2:after {
    width: 94px;
    height: 69px;
    left: -75px;
    bottom: 0;
    }
    .footerBanSec {
    padding-bottom: 0;
    }

}
@media only screen and (max-width:640px) {
    .blogListInnerArea {
        padding-top: 20px;
    }
}
@media only screen and (max-width:600px) {
    .blogTitleBg h2 {
    font-size: 74px;
    line-height: 67px;
    }
    .blogTitleSmall h3 {
    font-size: 36px;
    line-height: 43px;
    }
    .blogTitleBg h2:after {
    width: 58px;
    height: 45px;
    left: -48px;       
    }
    .blogTitleBg h2:before {
    width: 26px;
    height: 48px;
    left: 30px;
    }
    .f-reserved::after{
    left:0px;
    }
}
@media only screen and (max-width:430px) {
    .blogTitleBg h2:before{
    width: 26px;
    height: 48px;
    left: 23px;
    }
    .blogTitleBg h2 {
    font-size: 64px;
    line-height: 57px;
    }
        .blogOuterArea {
        padding-top: 65px;
        }
}
@media only screen and (max-width:400px) {
    .blogTitleBg h2:before{
    display: none;
    }
    .blogTitleBg h2:after{
    display: none;
    }
    .blogTitleSmall{
    top: 30px;
    }
    .blogTitleShort h3 {
    font-size: 16px;
    line-height: 26px;
    }
    .paginationInner ul li {
    font-size: 12px;
    line-height: 20px;
    min-width: 32px;
    height: 32px;
    }
    .paginationInner ul {
    gap: 1px;
    }
    .paginationInner ul li a {
    font-size: 13px;
    line-height: 15px;
    }
}