<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*New Code*/

.home-hero.hero-banner {
    background: #030E28;
    padding-top: 30px;
}
.home-hero.hero-banner .inner &gt; div {
    padding: 0 0.5px !important;
}
.home-hero .main-hero-banner-image {
    padding-left: 0;
    position: absolute;
    width: 100%;
    right: 0;
    padding-right: 0;
}
.home-hero.hero-banner-text {
    background-color: #4A5B6F;
    width: 100%;
    float: left;
}
.home-hero.hero-banner-text h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
}
.home-hero.hero-banner-text h6 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-family: 'Georgia Regular font';
    margin: 15px 0;
}
.home-hero.hero-banner-text p {
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
    font-family: 'din-2014';
}

.home-hero .read-more {
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    border-radius: 3px;
    background: #0190D0;;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 6px;
    display: inline-flex;
    width: min-content;
    position: relative;
    z-index: 2;
}
.home-hero .read-more:hover {
    background-color: #023465;
    color: #fff;
}
.home-hero .right-category-image .caption {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.45);
    padding: 4px 15px;
    left: 48px; 
}
.home-hero .right-category-image:hover .caption {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
} 
.home-hero .right-category-image .caption .credit {
    color: #fff;
    font-family: 'din-2014';
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
}

@media (max-width: 1366px){
    .home-hero .right-category-image .caption {
        left: 0;
    }
}
@media (max-width: 767px){
    .home-hero .right-category-image .caption .credit {
        font-size: 14px;
        line-height: 20px;
    } 
}

.home-hero.hero-banner .left-category-contant {
    position: relative;
    z-index: 1;
}
.home-hero.hero-banner .left-category-contant {
    position: relative;
    z-index: 1;
}
.home-hero.hero-banner .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 69.82%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.home-hero.hero-banner .left-category-contant .main-heading .title-border {
    background-color: transparent;
    color: #fff;
    padding-bottom: 15px;
    margin: 0;
    max-width: calc(100% - 20px);
    text-transform: initial;
    padding: 0;
    border: 0;
    border-radius: 0px;
    text-decoration: none !important;
}
.home-hero.hero-banner .left-category-contant .main-heading .title-border:not(div):hover {
    border: 0 !important;
    opacity: 0.8;
}
.home-hero.hero-banner  .left-category-contant {
    padding: 0px 25px 30px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-hero .left-category-contant.subscribe .subscribe-title  {
    color: #FFA800;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
.home-hero .left-category-contant .main-heading ,.home-hero .left-category-contant .main-heading .title-border {
    margin: 0;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .home-hero .left-category-contant.subscribe .title-border ,  .home-hero .left-category-contant.subscribe .main-heading:has(.title-border) {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 25px 0;
  }
  .home-hero .left-category-contant.two-articals .title-border ,  .home-hero .left-category-contant.two-articals .main-heading:has(.title-border) {
    font-size: 16px;
    line-height: 22px;
  }
  .home-hero .left-category-contant.two-articals {
    min-height: calc(50% - 0.5px);
    max-height: calc(50% - 0.5px);
    height: 100%;
    background-size: cover;
}
  .home-hero .left-category-contant.subscribe span{
    background-color: transparent !important;
    max-width: 155px !important;
    min-height: 33px !important;
    padding: 0 !important;
  }
  .home-hero .left-category-contant.subscribe span img {
    width: 100% !important;
    min-height: 33px;
    max-width: 100% !important;
  }

  .home-hero.hero-banner .left-category-contant .category-wrapper{
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}
.home-hero.hero-banner .left-category-contant span svg {
    width: 100%;
}
.home-hero.hero-banner .left-category-contant span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 5px 9px; 
    border-radius: 0;
}
.home-hero.hero-banner .left-category-contant span a {
    border-radius: 0;
    letter-spacing: 0.4px;
    font-size: 8px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}
.home-hero.hero-banner .left-category-contant span a img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    filter: grayscale(100%) brightness(1000%);
    height: 12px;
}

.home-hero.hero-banner .left-category-contant span a {
    color: #4a5b6f !important;
    border: none;
}

.home-hero.hero-banner .left-category-contant span a:hover {
    border: none;
}

.home-hero.hero-banner .left-category-contant .title-border:hover {
    text-decoration: underline;
    color: #fff;
   
}

.home-hero .left-category-contant p.hero-excerpt {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Georgia Regular font';
    max-width: 417px;
    text-transform: none;
    letter-spacing: normal;
}
.col-3-half {
    width: 100%;
}
.home-hero .left-category-contant {
    min-height: 490px;
    max-height: 100%;
}
@media screen and (min-width:991px) {
    .col-3-half {
        width: 29.16% !important;
    }
}

@media screen and (max-width: 991px) {

.home-hero .left-category-contant {
    min-height: 250px !important;
    background-size: cover;
}
.home-hero .left-category-contant.subscribe {
   padding-top: 50px;
}
.home-hero .left-category-contant.two-articals .title-border, .home-hero .left-category-contant.two-articals .main-heading:has(.title-border) {
    font-size: 23px;
    line-height: 30px;
}
}
@media screen and (max-width: 991px) {

    .home-hero .left-category-contant.subscribe {
        padding-top: 65px;
    }
    .home-hero.hero-banner .inner &gt; div {
        padding: 0.5px 0 !important;
    }
    .home-hero .left-category-contant.two-articals + .two-articals {
        margin-top: 1px;
    }
    .filtered-publictions .container {
        padding: 0;
    }
    .filtered-publictions .left-category-contant.image {
        padding: 0 0px 15px 0px;
    }
}

.home-hero.hero-banner .left-img-wire:not(.subscribe) span{
    padding: 0px;
}

.home-hero.hero-banner .category-wrapper span:has(svg) {
    padding: 0;
    margin-left: 5px;
    max-width: 10px;
    max-height: 10px;
}

.bg-empty-lg {
    background-size: 90% !important;
    background-position: center top 35% !important; 
}
.bg-empty-sm{
    background-size: 90% !important;
    background-position: center top 15% !important;
}

@media screen and (max-width:991px) {
    .bg-empty-lg, .bg-empty-sm {
    background-size: 80% !important;
    }
}
@media screen and (max-width:568px) {
    .bg-empty-lg, .bg-empty-sm {
        background-position: center top 15% !important; 
    }
}
/*hero end*/</pre></body></html>