.logo-footer span.slogan small {
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.logo-footer span {
    display: inline-block;
    margin-left: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
    color: #fff;
}
.region.region-footer-left {
    text-align: center;
}
.ft-btn a {
    background: #0b3462;
}
.region-footer-left img {
    max-width: 120px;
}
.for-spotlight .services-box-style-02 {
    background: #d4e6ff;
}
.for-spotlight .services-box-style-02:hover {
    background: #fff;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.fun-fact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.fun-fact-card::after {
    position: absolute;
    top: 50%;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 120px;
    -webkit-text-stroke: 1px var(--color-primary);
    color: transparent;
    font-weight: 900;
    margin-top: 0;
}
.fun-fact-card .counter {
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    color: var(--color-primary);
}
.fun-fact-card span.medium {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-heading);
}
.about-style-one-card h5{
        font-size: 20px;
        font-weight: 700;
    line-height: 1.2;color: #415f8e !important;
}
.about-style-one-card h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.ceo-author img {
    width: 140px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.section-btn a {
    padding: 15px 20px;
    background: #0b3462;
    border-radius: 50px;
    border: 2px solid #0b3462;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.section-btn a:hover{background:#000120}
.heading-left {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.ceo-author {
    align-items: center;
    border-top: 1px solid #cccccc;
    margin-top: 30px;

    padding-top: 10px;
}
.ceo-author .info {
    margin-top: 15px;
}
.ceo-author h5 {
    margin-bottom: 3px;
}
.about-style-one-item .row {
    position: relative;
}

.about-style-one-item .col-lg-10 {
    position: relative;
    z-index: 1;
}

.about-style-one-item .col-lg-2 {
    position: relative;
    z-index: 5;
}

.about-style-one-card {
    background: #fff;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 70px 40px;
    margin-right: -330px;
    margin-top: -70px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}
.about-style-one-item img {
    border-radius: 10px;
    position: relative;
    height: calc(100% - 70px);
    object-fit: cover;
}
.ct-inm{
    padding-top: 60px;
}
.spotlight_item {
    background: #d4e6ff;
}
.operator {
    display: inline-block;
}
span.label-news {
        background: #70707099 !important;
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    margin: 10px 0px;
    font-size: 14px;
    border-radius: 5px;    margin-bottom: 0;
}
span.label-news:hover {
    background: #0b3462;
    color: #fff !important;
}