.main-about-bg {
    background: linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%), url(../images/news_header_image.webp) no-repeat;
   /*  width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */
}

.stat-icon img {
    width: 92px;
}

.hero .stats-row {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    background-color:#010b34b3;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    color: #fff !important;
}

.hero .stat-item .stat-content h4,
.hero .stat-item .stat-content p {

    color: #fff;
    font-size: 14px;
}

.hero .stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 9px;
}

.about {
    padding: 80px;
}

.badge {
    display: inline-block;
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.title span {
    color: #1E3A8A;
    text-decoration: underline;
}


.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.step {
    background: white;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.step p {
    font-size: 18px;
    font-weight: 700;
}

.step-number {
    background: url(../images/arrow.png) no-repeat;
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 27px 28px;
    /* border-radius: 50%; */
    display: inline-block;
    margin-bottom: 10px;

}

.step-number img {
    max-width: 71%;
}
.about-4 {
    padding: 80px;
}


.bg-news-img
{

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative !important;
}
/*news*/
ul.pagination .active>.page-link,
ul.pagination .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color) !important;
    background-color: #0e1697 !important;
    border-color: var(--bs-pagination-active-border-color) !important;
}

.news-timeline {
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

.news-timeline:before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1px;
    top: 0;
    border-right: 1px solid #0E1697;
    z-index: -1;
}

.news-timeline:after {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100px;
    left: 1px;
    bottom: -105px;
    border-right: 1px dashed #0E1697;
    z-index: -1;
}

.news-timeline .date-title {
    text-align: center;
    margin: 70px 0 50px;
}

.news-timeline .date-title span {
    padding: 15px 30px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    background: #0E1697;
    border-radius: 5px;
}

/*.news-item {
             padding-bottom:45px;
        }*/

.news-item.right {
    float: right;
    margin-top: 32px;
}

.news-item .news-content {
    margin: 20px 30px 0 0;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #f5f5f5;
    /* border-radius:10px;
    box-shadow:-5px 5px 0 rgba(0,0,0,0.08);*/
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover .news-content {
    background: #0E1697;
    color: #fff;
}

.news-item.right .news-content {
    margin: 20px 0 0 30px;
    /* box-shadow:5px 5px 0 rgba(0,0,0,0.08); */
}

.news-item .news-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    right: -40px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}

.news-item.right .news-content:after {
    position: absolute;
    left: -40px;
    right: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}

.news-item:hover .news-content:after {
    border-left-color: #0E1697;
}

.news-item.right:hover .news-content:after {
    border-left-color: transparent;
    border-right-color: #0E1697;
}

.news-item .news-content:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -53px;
    top: 60px;
    background: #0E1697;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.news-item.right .news-content:before {
    left: -51px;
    right: auto;
}

.news-item:hover .news-content .date {
    color: #fff;
}

.news-item:hover .news-content .read-more,
.news-item:hover .news-content .read-more:hover,
.news-item:hover .news-content .read-more:active,
.news-item:hover .news-content .read-more:focus {
    color: #fff;
}

.news-item:hover .news-content .read-more {
    padding-left: 7px;
    color: #fff !important;
}

.news-item:hover .news-content .read-more:after {
    color: #fff;
}

.news-content .date {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 10px;
    text-align: center;
    color: #0E1697;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}



.news-content .date p {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
}

.news-content .date small {
    margin: 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 24px;
}

.news-content .news-title {
    font-size: 24px;
    font-weight: 300;
}

.news-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.news-content .read-more,
.news-content .read-more:hover,
.news-content .read-more:active,
.news-content .read-more:focus {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #7A7C7F;
    line-height: 10px;
    background: #ffffff30;
}


.news-content .read-more {
    -webkit-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
}

/* .news-content .read-more:hover */


.news-content .read-more:after {
    content: '\f054';
    padding-left: 15px;
    font-family: 'FontAwesome';
    font-size: 21px;
    line-height: 21px;
    color: #0E1697;
    vertical-align: middle;
    -webkit-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
}

.news-content .read-more:hover:after {
    padding-left: 20px;
}

@media (max-width: 768px) {
    .news-item .news-content:before {
        display: none;
    }

    .news-item .news-content:after {
        display: none;
    }

    .news-item .news-content,
    .news-item.right .news-content {
        margin: 0;
    }

    .news-item.right {
        float: right;
        margin-top: 0;
    }

    .news-item {
        padding-bottom: 45px;
    }
}

/*other-service*/
.other-service .card-body a.btn-sec {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 0;
}

.other-service h5.card-title {
    font-size: 18px;
    min-height: 43px;
}

.other-service .card-body {
    min-height: 150px;
    padding: 15px !important;
}
@media only screen and (max-width: 770px) {
    .about {
        padding: 38px;
    }
    .visa_box {
        padding: 23px;
    }
}