.header {
    display: flex;
    margin-top: 10px;
}

.header h3 {
    margin-left: 10px;
    font-family: inherit !important;
    color: #2957A4;
    font-size: 22px;
}

/*.header img{
    margin-top: 25px;
}*/

.top_section {
    margin: 10px 0px;
}

.list-unstyled {
    display: flex;
}

.container-fluid {
    background: #3A3985;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.news {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*background-color: #3a3985;*/
    color: #fff;
    width: 28%;
}

.news i {
    font-size: 40px;
}

.news span {
    font-size: 14px;
}

.news h2 {
    font-size: 16px;
    padding-left: 7px;
}

.news-scroll {
    color: #fff;
    font-size: 16px;
    /*margin-top: 3px;*/

}

.news-scroll marquee {
    line-height: 25px;
}

.news-scroll marquee ul li {
    margin: 0 20px;
}

.middle-section h3 {
    text-align: center;
    font-family: inherit !important;
    color: #2957A4;
    font-size: 32px;
}

.middle-section h5 {
    font-family: inherit !important;
    font-size: 28px;
}

.middle-section p {
    font-family: inherit !important;
    font-size: 16px;
}

.cards .card-body h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
}

.cards .card-body p {
    font-family: inherit !important;
    font-size: 18px;
    margin-bottom: 0px !important;
}

.card-header {
    border-bottom: none !important;
    background-color: #fff !important;
}

.card-footer {
    padding: 0 !important;
    background-color: #fff !important;
    border-top: none !important;
}

.card-footer img {
    width: 100%;
}

.cards .card-body img {
    width: 80px !important;
    margin-bottom: 10px;
}

.card-body {
    padding: 0px !important;
}

@media (max-width: 767px) and (min-width: 320px) {
    .list-unstyled {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* .mob img{
        width: 35px;
    } */

    .mobile {
        display: none;
    }

    .cards {
        margin-bottom: 15px;
    }

    .header {
        display: initial !important;
    }

    .header img {
        margin-top: 12px;
    }

    .mob-img1 {
        width: 30% !important;
    }

    .mob-img2 {
        width: 70% !important;
    }

    .top-socials ul li {
        margin: 0px !important;
    }

    .middle-section p {
        text-align: justify !important;
    }

    .middle-section h3 {
        font-size: 20px !important;
    }

    .middle-section h5 {
        font-size: 22px !important;
    }

    .resp1 {
        width: 30%;
    }

    .resp2 {
        width: 70%;
    }
}

.copy-right {
    background: #2957A4;
    padding: 10px;
}

.top-socials {
    text-align: right;
    line-height: 100px;
}

.top-socials ul {
    margin: 0px;
    padding: 0;
}

.top-socials ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
}

.top-socials ul li a {
    color: #fff;
    transition: .5s;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 42px;
    font-size: 20px;
}

.wh-bg {
    background: #c3271a;
}

.fb-bg {
    background: #3e5c9a;
}

.ins-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.tw-bg {
    background: #29a9e1;
}

.ld-bg {
    background: #117bb8;
}

.top-socials li a:hover {
    background: #fff;
    color: #09274b;
}
.pop-slide-img {
  width: 100%;
   height: 100vh;
}
@media (max-width: 480px) {
    .pop-slide-img {
            width: 100%;
            height: auto;
        }
}
.carousel-item{
    display: block;
}

.modal-body{
    width: 100%;
    /* height: 1rem; */
    /* height: 5rem !important; */
}