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.company-tags h3{
     font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: var(--tj-color-theme-primary);
}
section.company-tags p{
    text-align: center;
    margin-bottom: 0;
}
section.company-tags.section-gap {
    padding-top: 0;
}
section.vision-sec{
    background-color: var(--tj-color-theme-bg);
}
section.vision-sec .sec-heading .sec-title {
    margin-bottom:20px;
}
section.vision-sec .sec-heading .sub-title {
    color: var(--tj-color-theme-primary);
    padding: 0;
    border: 0;
}
section.vision-sec .sec-heading{
 text-align: center;
 margin-bottom: 0;
}

section.values-sec .sec-heading .sub-title {
    color: var(--tj-color-theme-primary);
    padding: 0;
    border: 0;
}
section.values-sec h2{
    margin-bottom: 20px !important;
}
section.values-sec .sec-heading p{
    margin-bottom: 0;
}
section.values-sec .sec-heading{
    margin-bottom: 0;
}
section.values-sec li{
    font-size:18px;
    font-weight: 500;
    margin-bottom: 10px;
}
section.leadership-sec .sec-heading .sub-title {
    color: var(--tj-color-theme-primary);
    padding: 0;
    border: 0;
}
section.leadership-sec .sec-heading{
    text-align: center;
}
section.leadership-sec{
    background-color: var(--tj-color-theme-bg);
}
section.leadership-sec .partner-details {
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}
section.leadership-sec .partner-img{
    width: 100%;
    height: 322px;
    overflow: hidden;
    position: relative;
}
section.leadership-sec .partner-img img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
section.leadership-sec .partner-img .partner-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}
section.leadership-sec .partner-img:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
section.leadership-sec .partner-img:hover .partner-overlay{
    opacity: 1;
}
section.leadership-sec .partner-content {
    padding: 25px 32px 15px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%);
    height: 134px;
}
section.leadership-sec .partner-content li{
    list-style:none;
}
section.leadership-sec .partner-content i{
    font-size:23px;
}
section.leadership-sec .partner-content h3{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 5px;
}
section.leadership-sec .partner-content h3 a{
    color: var(--secondary-color);
    font-family: var(--heading-font);
}
section.leadership-sec .partner-content p{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    /* color: #9d9d9d; */
}
section.cta-sec {
    padding-top: 70px;
}
section.company-upper {
    padding-top: 150px;
}
section.company-upper img{
    width:100%;
    /* height:500px; */
    /* object-fit: cover; */
    /* object-position: bottom; */
}
section.company-upper .sec-heading .sub-title {
    color: var(--tj-color-theme-primary);
    padding: 0;
    border: 0;
}
section.company-upper .sec-heading{
    text-align: center;
}
section.company-upper .sec-heading h1{
    margin-bottom:20px;
}
section.company-upper .sec-heading p{
     margin-bottom:40px;
}
section.company-upper.story {
    padding-top: 0;
    padding-bottom: 40px;
}
section.company-upper.story p{
    margin-bottom:16px;
}
section.company-upper.story h2{
    margin-bottom: 20px;
}
header{
    background: #004BAA;
}