/*** What’s New CSS ***/

.whats-new {
    background-color: #efefef;
    width: 100%;
    height: 50px;
}
.headline-title {
    font-size: 18px;
    background-color: #2467b1;
    color: #fff;
    height: 100%;
    min-width: 241px;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}
.headline-title span{
    color: #fff;
}
.headline-title::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2467b1;
    position: absolute;
    right: -8px;
}

@media only screen and (max-width: 767px) {
    .news-line{
        width: auto !important;
    }
    .headline-title{
        min-width: 142px;
        margin-right: 14px;
    }
}

/*** Financial Strength CSS ***/

.counter-section {
    position: relative;
    padding: 35px 0px 30px;
    background-size: cover;
    background-attachment: fixed;
}

.counter-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 3 35 / 70%);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.section-title {
    max-width: 720px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.financial-strength h3 {
    color: #f8ddb7;
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 47px !important;
}

@media (max-width: 767px) {
  .financial-strength h3 {
     font-size: 30px !important;
  }
}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter.style-three .column .inner .icon-box {
    position: relative;
    font-size: 64px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 25px;
}

.strength-img {
    width: 48px;
    height: 48px;
}

.fact-counter.style-three .count-outer {
    position: relative;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    margin: 0px 0px;
    color: #ffffff;
}

.fact-counter.style-three .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
}

.count-outer span{
    color:#fff;
}

.fact-counter.style-three .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 14px;
    display: block;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
}
.services-block .inner:hover {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(-24px);
}

/*** Top Header CSS ***/

.header-top {
    padding: 8px 0;
    background: linear-gradient(45deg, #043976, #3783d4);
    --body-color: #ffffff;
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-links li:not(:last-child) {
    margin: 0 26px 0 0;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
}
.header-links li, .header-links span, .header-links p, .header-links a {
    color: var(--body-color);
}
.header-links li>i {
    margin-right: 6px;
}

.header-links i {
    color: var(--body-color);
}
.header-links span {
    color: var(--body-color);
}
.header-social .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: var(--body-color);
}
.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}