body {
    font-family: 'Poppins', sans-serif;
}

/* HERO */
.hero-sec {
    background: url('https://via.placeholder.com/1200x700') center/cover no-repeat;
    padding: 120px 20px;
    position: relative;
}

.hero-sub {
    color: #fff;
    font-size: 20px;
}

.apply-form {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    width: 300px;
    border-radius: 10px;
}

@media(max-width: 768px){
    .apply-form {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
}

/* WHO SECTION */
.who-sec {
    background: url('https://via.placeholder.com/1200x700') center/cover;
}

/* FOOTER */
.footer-sec {
    background: #111;
}

.hero-fullwidth {
    width: 100%;
}
.banner-img {
    height: 100%;
    /* min-height: 550px; */
}


.txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(./13.jpg);
    background-position: center;
}

@media (max-width: 576px) {
    .video-slide {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

.footer {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(./16.jpg);
    background-position: top;
    padding: 150px 0 160px 0!important;
    color: #fff;
    background-size: cover;
}


.add-head-footer {
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}

.add-ff {font-size: 26px; font-weight: 600;}

.testi-img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
}
.testi-box{
    max-width:450px;
}
.carousel-indicators button{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#000;
}
@media (max-width:576px){
    .testi-box{text-align:center;}
    .testi-text{font-size:14px;}
}


.testi-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* Wrapper background for dots */
.custom-indicators {
    background: rgba(0, 0, 0, 0.1);
    /* padding: 10px 20px; */
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    bottom: -90px;
}

/* Individual dots */
.custom-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: #666 !important;
    border: none;
    margin: 5px;
    opacity: 1 !important;
}

/* Active dot */
.custom-indicators button.active {
    background-color: #000 !important;
    transform: scale(1.2);
}