@import url("https://fonts.googleapis.com/css2?family=Besley:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");

header .dlf-logo {
    max-width: 210px
}

@media (min-width: 575px) {
    header .dlf-logo {
        width: 100%
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter
}

p {
    font-family: Inter
}

.banner-section {
    background-image: url("../images/school_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 10px 20px
}

@media (min-width: 991px) {
    .banner-section {
        padding: 80px 10px
    }
}

.banner-section .admission-open {
    background-color: #0047AB;
    max-width: 504px;
    padding: 20px 12px
}

@media (min-width: 768px) {
    .banner-section .admission-open {
        padding: 40px 20px
    }
}

@media (min-width: 991px) {
    .banner-section .admission-open {
        padding: 40px 30px
    }
}

.banner-section .admission-open p {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .banner-section .admission-open p {
        font-size: 16px
    }
}

.banner-section .admission-open h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .banner-section .admission-open h2 {
        font-size: 17px
    }
}

@media (min-width: 991px) {
    .banner-section .admission-open h2 {
        font-size: 22px
    }
}

.banner-section .admission-open h3 {
    color: #FCD00E;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0
}

@media (min-width: 991px) {
    .banner-section .admission-open h3 {
        font-size: 22px
    }
}

.banner-section .admission-form {
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.17);
    border: 6px solid #0047AB
}

.banner-section form {
    padding: 20px 15px
}

@media (min-width: 768px) {
    .banner-section form {
        padding: 30px
    }
}

.banner-section form input {
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    padding: 10px;
    height: 40px
}

.banner-section form ::-webkit-input-placeholder {
    color: #DFDFDF
}

.banner-section form :-ms-input-placeholder {
    color: #DFDFDF
}

.banner-section form ::-ms-input-placeholder {
    color: #DFDFDF
}

.banner-section form ::placeholder {
    color: #DFDFDF
}

.banner-section form .btn-submit {
    border: 0;
    background: #0047AB;
    border-radius: 23px;
    color: #fff;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: 800;
    line-height: 21px
}

.banner-section .Enquiry {
    background-color: #0047AB;
    border-radius: 17px 17px 0px 0px;
    padding: 15px
}

.banner-section .Enquiry h2 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .banner-section .Enquiry h2 {
        font-size: 16px
    }
}

@media (min-width: 991px) {
    .banner-section .Enquiry h2 {
        font-size: 22px
    }
}

.banner-section .Enquiry p {
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .banner-section .Enquiry p {
        font-size: 12px
    }
}

@media (min-width: 991px) {
    .banner-section .Enquiry p {
        font-size: 14px
    }
}

.blue-section {
    background-color: #0047AB;
    padding: 20px 0
}

@media (min-width: 768px) {
    .blue-section {
        padding: 40px
    }
}

.blue-section h6 {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 13px
}

@media (min-width: 991px) {
    .blue-section h6 {
        font-size: 20px
    }
}

.about-us {
    margin-top: 40px;
    position: relative
}

@media (min-width: 991px) {
    .about-us {
        margin-top: 150px
    }
}

.about-us .inner-about {
    height: 100%
}

.about-us .inner-about .content_area {
    padding: 15px;
    background-color: #FAFAFA;
    height: 100%;
    position: relative
}

@media (min-width: 768px) {
    .about-us .inner-about .content_area {
        padding: 30px
    }
}

.about-us .inner-about h2 {
    font-size: 20px;
    font-weight: 700
}

@media (min-width: 991px) {
    .about-us .inner-about h2 {
        font-size: 36px
    }
}

.about-us .inner-about p {
    color: #7A7A7A
}

.about-us .inner-about::before {
    content: ''
}

@media (min-width: 991px) {
    .about-us .inner-about::before {
        content: '';
        position: absolute;
        background-color: #CA0000;
        width: 150px;
        height: 150px;
        top: 53%;
        left: 1%
    }
}

@media (min-width: 1600px) {
    .about-us .inner-about::before {
        left: 5%
    }
}

@media (min-width: 1722px) {
    .about-us .inner-about::before {
        left: 10%
    }
}

.about-us .about-img {
    width: 100%
}

@media (min-width: 991px) {
    .about-us .about-img {
        margin-left: 11px;
        margin-top: -36px;
        margin-bottom: 13px
    }
}

@media (min-width: 1200px) {
    .about-us .about-img {
        margin-left: 60px;
        margin-top: -72px;
        margin-bottom: 60px
    }
}

.about-us .img_area {
    background-color: #0047AB;
    padding: 20px
}

@media (min-width: 991px) {
    .about-us .img_area {
        padding: 10px
    }
}

.why-section {
    margin-top: 40px
}

@media (min-width: 991px) {
    .why-section {
        margin-top: 100px
    }
}

.why-section h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-decoration: underline
}

@media (min-width: 768px) {
    .why-section h2 {
        font-size: 30px
    }
}

@media (min-width: 991px) {
    .why-section h2 {
        font-size: 42px
    }
}

.why-section .overlay-field {
    position: relative
}

.why-section .overlay-field::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.why-section .why-heading h6 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
    padding: 20px;
    z-index: 99
}

@media (min-width: 991px) {
    .why-section .why-heading h6 {
        font-size: 28px
    }
}

.sfs-section {
    background-color: #F1F1F1;
    padding: 34px 10px;
    margin-top: 40px;
    position: relative
}

@media (min-width: 991px) {
    .sfs-section {
        padding: 100px
    }
}

@media (min-width: 991px) {
    .sfs-section {
        margin-top: 100px
    }
}

.sfs-section h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .sfs-section h2 {
        font-size: 30px
    }
}

@media (min-width: 991px) {
    .sfs-section h2 {
        font-size: 36px
    }
}

.sfs-section p {
    margin-top: 11px;
    color: #7A7A7A;
    margin-bottom: 0
}

.sfs-section .sfs-inner {
    background-color: #0047AB;
    padding: 10px;
    position: relative
}

.sfs-section .sfs-img {
    position: static;
    width: 100%
}

@media (min-width: 991px) {
    .sfs-section .sfs-img {
        position: relative;
        right: 19%;
        top: -46px
    }
}

.sfs-section .sfs-inner::before {
    content: none
}

@media (min-width: 991px) {
    .sfs-section .sfs-inner::before {
        position: absolute;
        content: '';
        width: 205px;
        height: 185px;
        background-color: #FFC600;
        top: -13%;
        left: -20%
    }
}

.facilities {
    background-color: #CA0000;
    padding: 40px 10px
}

@media (min-width: 991px) {
    .facilities {
        padding: 90px 10px
    }
}

.facilities h2 {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 33px
}

@media (min-width: 768px) {
    .facilities h2 {
        font-size: 30px
    }
}

@media (min-width: 991px) {
    .facilities h2 {
        font-size: 36px
    }
}

.facilities ul li {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px
}

@media (min-width: 991px) {
    .facilities ul li {
        font-size: 18px
    }
}

.club {
    margin-top: 40px
}

@media (min-width: 991px) {
    .club {
        margin-top: 100px
    }
}

.club h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 33px
}

@media (min-width: 768px) {
    .club h2 {
        font-size: 30px
    }
}

@media (min-width: 991px) {
    .club h2 {
        font-size: 42px
    }
}

.club .btm_txt {
    background-color: #FFC600;
    padding: 10px;
    position: relative
}

.club .btm_txt:after {
    content: ''
}

@media (min-width: 991px) {
    .club .btm_txt:after {
        content: '';
        position: absolute;
        top: 0;
        right: -24px;
        width: 24px;
        height: 100%;
        background-color: #FFC600
    }
}

@media (min-width: 991px) {
    .club .btm_txt.bg_hide_lg:after {
        content: none
    }
}

.club .btm_txt h6 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px
}

@media (min-width: 991px) {
    .club .btm_txt h6 {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .club .btm_txt h6 {
        font-size: 18px
    }
}

.sports-section {
    background-color: #0047AB;
    padding: 60px 10px;
    margin-top: 40px
}

@media (min-width: 991px) {
    .sports-section {
        margin-top: 100px
    }
}

.sports-section h2 {
    font-size: 23px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .sports-section h2 {
        font-size: 30px
    }
}

@media (min-width: 991px) {
    .sports-section h2 {
        font-size: 42px
    }
}

.sports-section h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-top: 22px
}

.board-member {
    margin-top: 40px
}

@media (min-width: 991px) {
    .board-member {
        margin-top: 80px
    }
}

.board-member .board-img {
    height: 500px;
    -webkit-box-shadow: 0px 20px #0047ab;
    box-shadow: 0px 20px #0047ab;
    max-height:400px;
    overflow:hidden;
}
.board-member .board-img img{
    height: 100%;
    object-fit: cover;
}

@media (min-width: 991px) {
    .board-member .board-img {
         height: 500px;
        -webkit-box-shadow: -18px 20px #0047ab;
        box-shadow: -18px 20px #0047ab;
    }
}

.board-member h2 {
    text-decoration: underline;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .board-member h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 991px) {
    .board-member h2 {
        font-size: 42px;
        margin-bottom: 67px
    }
}

.board-member h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    color: #0047AB
}

footer {
    background-color: #0047AB;
    padding: 20px 10px;
    margin-top: 36px
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center
}

@media (min-width: 768px) {
    footer p {
        font-size: 18px
    }
}

@media (min-width: 991px) {
    .sport-slide .owl-nav button {
        color: #fff !important;
        position: absolute;
        top: 35%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 60px !important
    }
}

section.thank-you {
    min-height: calc(100vh - 230px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.thank-you .thank-img {
    max-width: 75px
}

@media (min-width: 768px) {
    section.thank-you .thank-img {
        max-width: 150px
    }
}

.sport-slide .owl-nav button.owl-prev {
    left: -50px
}

.sport-slide .owl-nav button.owl-next {
    right: -50px
}

.sport-slide .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important
}

.owl-nav {
    display: none
}

/*# sourceMappingURL=base.css.map */