section.blog-sec .head-sec{
    margin-bottom: 50px;
    text-align: center;
}
section.blog-sec h2{
    text-align: center;
}
section.blog-sec .blog-img{
    width:100%;
    height:250px;
    overflow: hidden;
}
section.blog-sec img{
    width:100%;
    height:250px;
    object-fit: cover;
}
section.blog-sec .blog-content {
    background: #fff;
    padding: 30px 20px;
}
.blog-page .upper-sec {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
}
.blog-page .upper-sec a {
    -webkit-transition: .35s;
    transition: .35s;
    position: relative;
    display: inline-block;
    width: 100%;
}
.blog-page .upper-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .4s;
    transition: .4s;
}
.blog-page .upper-sec a:after {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}

.blog-page:hover{
    opacity:0.7;
}
.blog-page .date-sec {
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 600;
}
.blog-page .date-sec span{
    font-size:14px;
}
.blog-page img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
section.blog-sec.section-gap .col-4{
        width: 32.5%;
}
section.blog-sec.section-gap .row{
    justify-content: center;
}
section.blog-sec .blog-info{
    position: relative;
    box-shadow: .5px 1.2px 11px 1px rgba(0, 0, 0, .1);
        transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
}
section.blog-sec .blog-info:hover{
        -webkit-box-shadow: .5px 1.2px 9px 3px rgba(0, 0, 0, .12);
    box-shadow: .5px 1.2px 9px 3px rgba(0, 0, 0, .12);
    text-decoration: none;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
section.blog-sec .blog-info h6{
    font-size:20px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}
section.blog-sec .blog-info h3{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 1px;
}
section.blog-sec .row{
    gap:50px 0;
}
section.blog-details-sec{
    padding-top: 120px;
    /* background-color: var(--tj-color-theme-bg); */
    padding-bottom: 0;
}
.blog-upper-details {
    margin: 0 auto;
    max-width: 1140px;
    padding: 20px 70px;
}
.blog-upper-details h1{
        font-size: 55px;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 30px;
}
.blog-upper-details p{
    line-height: 36px;
    margin-bottom: 30px;
}
.blog-upper-details .social-sharing{
    margin-bottom: 50px;
}
.blog-upper-details img{
    border-radius: 8px;
    height: auto;
    width:100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.blog-upper-details .blog-author img{
    min-width:70px;
    width:70px;
    height:70px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 0;
}
.blog-upper-details .blog-author-left {
    display: flex;
    gap: 30px;
}
.blog-upper-details .blog-author-left p{
    font-weight: 600;
    font-size:18px;
    margin-bottom: 0;
}
.social-sharing li{
    list-style: none;
}
.blog-upper-details .blog-author-right p{
        font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}
.blog-upper-details .blog-author {
    display: flex;
    justify-content: space-between;
}
.social-sharing ul{
    display:flex;
    align-items: center;
    gap:20px;
}
.social-sharing li a{
    width:40px;
    height:40px;
    background: #000;
    border:1px solid #000;
    border-radius: 100%;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
        -webkit-transition: all, .2s, 
cubic-bezier(.215, .61, .355, 1);
    transition: all, .2s, 
cubic-bezier(.215, .61, .355, 1);
}
.social-sharing li a:hover{
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.blog-bottom-details {
    margin: 0 auto;
    max-width: 1140px;
    padding: 70px;
    padding-top: 0;
}
.blog-bottom-details p{
    line-height: 30px;
    margin: 15px 0;
}
.blog-bottom-details li{
    line-height: 30px;
    margin-bottom: 12px;
}
.blog-bottom-details ul{
    padding-left:30px;
}
.blog-bottom-details p:first-child{
    margin-top:0;
}
.content-banner {
    padding: 30px 0;
}
.content-banner .banner-inner {
    background-color: #f2f3f4;
    border: 1px solid #eaebed;
    border-radius: 8px;
    padding: 30px;
}
.content-banner .banner-inner ul{
    padding-top: 30px;
    padding-left:26px;
    padding-bottom: 30px;
}
.content-banner .banner-inner li{
    line-height: 36px;
}
.content-banner .banner-inner h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.blog-bottom-details .accordion-button{
    border: 1px solid #969ea7 !important;
    padding: 8px 30px !important;
    border-radius: 3px !important;
    background-color: var(--tj-color-theme-bg) !important;
    font-size: 16px;
}
.blog-bottom-details .accordion-item{
    background-color: var(--tj-color-theme-bg) !important;
    margin-bottom: 50px !important;
}
.blog-bottom-details .accordion-item ul{
    padding-left:26px;
}
.blog-bottom-details .accordion-item li a{
    text-decoration: underline;
}
.blog-bottom-details .accordion-item li{
    margin-bottom: 10px;
}
.blog-bottom-details .accordion-body{
     padding: 40px 30px !important;
     background-color: var(--tj-color-theme-bg) !important;
}
.blog-bottom-details h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin: 35px 0 20px;
}
.blog-bottom-details .accordion-item h2{
    margin: 0px 0 0px;
}
.blog-bottom-details img{
    border-radius: 8px;
}
.blog-bottom-details h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.blog-bottom-details .social-sharing {
    display: flex;
    align-items: center;
    gap: 30px;
}
.blog-bottom-details .social-sharing{
    margin-top:40px;
    margin-bottom: 100px;
}
.blog-bottom-details .social-sharing p{
    margin-bottom: 0;
    font-size:14px;
}
.blog-bottom-details a.cta-button {
    background-color: var(--tj-color-theme-primary);
    font-size: 16px;
    font-weight: var(--tj-fw-sbold);
    padding: 16px 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    color: #fff;
    display: inline-flex;
    width: 180px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--tj-color-theme-primary);
}
.blog-bottom-details a.cta-button:hover{
    background-color: var(--tj-color-theme-primary);
    color: #fff;
}
.blog-bottom-details a.cta-button.inverted {
    background-color: transparent;
    color:var(--tj-color-theme-primary);
}
.blog-bottom-details a.cta-button.inverted:hover {
     background-color: var(--tj-color-theme-primary);
    color: #fff;
}

.blog-bottom-details .pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.blog-bottom-details table p{
    margin-bottom: 0;
}
.blog-bottom-details table{
     border-left:2px solid #969ea7;
     border-top:2px solid #969ea7;
     width: 100%;
     margin-bottom: 20px;
}
.blog-bottom-details table td{
    padding:12px;
    border-right:2px solid #969ea7;
    border-bottom:2px solid #969ea7;
}
.blog-bottom-details h3{
    margin-bottom:20px;
}
.blog-page .bottom-sec h3 {
    margin-top: 15px;
    font-size: 22px;
    height: auto;
    overflow: hidden;
}
.blog-page .bottom-sec h3 a{
    color:var(--black-color);
}
header {
    background: #004BAA;
}