.top_border {
    border-top: 10px solid #fff;
    border-radius: 30px;
}

.text-shadow {
    text-shadow: 2px 7px 5px #001636;
}

.second_title {
    margin-top: -12px;
    font-size: 24px;
    font-weight: 800;
}

.about_us_line {
    width: 80px;
    height: 15px;
}

.embed-responsive {
    border-radius: 5% !important;
}

.border-rl {
    border-left: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
}

section#news .card img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

div#partners .item img {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    object-fit: content;
    height: 110px;
    border: 1px solid #ebe6e6;
}

.fmain_ap {
    padding: 50px 0;
}

.ab_co_se {
    background: #f3f3f36b;
}

.ab_co_se p {
    font-size: 16px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 10px;
    left: revert !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column !important;
    ;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators .active {
    background-color: #f15025
}

.top_info {
    color: white;
    border-radius: 5px;
    font-weight: bold;
    background: #284876;
    padding: 3px 7px;
}


@media screen and (max-width: 578px) {
    .banner-1 {
        min-height: calc(50vh - 101px) !important;
    }

    .fa-sm-2 {
        font-size: 2rem !important;
    }

    .fa-sm-1 {
        font-size: 1.225rem !important;
    }

    .carousel-indicators li {
        width: 20px;
        height: 20px;

    }

}