section.banner-section {
    padding-top: 219px;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}
section.banner-section::before{
    content: "";
    pointer-events: none;
    position: absolute;
    top: -32%;
    left: -25%;
    z-index: -1;
    height: 120%;
    width: 150%;
    filter: blur(86px);
    background: linear-gradient(282deg, #8dcbff -14.38%, #093355 91.4%);
}
section.banner-section .bottom-fade{
    position: absolute;
    bottom: 0;
    height: 50px;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #fff, transparent);
}
section.banner-section .bottom-fade:after {
    content: "";
    width: 100%;
    height: 160%;
    bottom: 0;
    top: -21px;
    left: 0;
    background: #fff;
    position: absolute;
    filter: blur(31px);
}
section.banner-section .bg-image {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/home/segments-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    top: 0;
    left: 0;
}
section.banner-section p, section.banner-section h1{
    color:#fff;
}
section.banner-section p.banner-tag {
    font-size: 14px;
    margin-bottom: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-content{
    padding-left: 0 !important;
    max-width: 100%;
}
.banner-content h1{
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}
.publisher-logos.pb-st-5 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 28px;
    margin-top: 32px;
    margin-bottom: 48px;
}
.h9-service-more .tj-primary-btn{
        background-color: #fff;
    color: #000;
}
.tj-primary-btn .btn-text{
     color: #000;
}
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 .bottom-sec h3 {
    margin-top: 15px;
    font-size: 22px;
    height: auto;
    overflow: hidden;
}
.blog-page .bottom-sec h3 a{
    color:var(--black-color);
}
section.blog-sec a{
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    top: 0;
}
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:var(--tj-color-theme-primary);
    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-sec.section-gap{
    padding-top: 150px;
}
.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;
}
header {
    background: #004BAA;
}