﻿@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

@font-face {
    font-family: mohr_altmedium;
    src: url(fonts/mohralt-medium-webfont.woff2) format("woff2"), url(fonts/mohralt-medium-webfont.woff) format("woff"), url(fonts/Mohr-Alt-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altextralight;
    src: url(fonts/mohralt-extralight-webfont.woff2) format("woff2"), url(fonts/mohralt-extralight-webfont.woff) format("woff"), url(fonts/Mohr-Alt-ExtraLight.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altlight;
    src: url(fonts/mohralt-light-webfont.woff2) format("woff2"), url(fonts/mohralt-light-webfont.woff) format("woff"), url(fonts/Mohr-Alt-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altregular;
    src: url(fonts/mohralt-regular-webfont.woff2) format("woff2"), url(fonts/mohralt-regular-webfont.woff) format("woff"), url(fonts/Mohr-Alt-Regular.svg) format("svg"), url(fonts/MohrAlt-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altthin;
    src: url(fonts/mohralt-thin-webfont.woff2) format("woff2"), url(fonts/mohralt-thin-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    color: #1d2a3b;
    background-color: #fff;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

html,body{
    overflow-x:hidden;
}

:root {
    --primary: #9C146F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: mohr_altlight;
}



a:focus {
    outline: transparent none 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width: 0 !important;
}

.alumin {
    text-align: start;
}

.top_header img {
    width: 30px;
}

button:focus {
    outline: transparent none 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width: 0 !important;
}



 

.heading-d {
    text-align: center;
    font-family: "Dancing Script", cursive !important;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #0072bc, #d22215);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.heading-a {
    background-color: #ff9800;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-transform: capitalize;
}

.icon-box {
    padding: 10px;
    color: #0072bc;
}

.text-box {
    padding: 10px 0;
}

.small-text {
    font-size: 12px;
    color: #fff;
}

.call-cont {
    padding: 0;
}

.email-cont {
    padding: 0;
}

.news-box {
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
}

.m-text-box {
    padding: 5px 0 0 10px;
}

.news {
    padding: 5px 0;
}

.menu-cont {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #0072bc;
}


.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: 0.3px;
}

    .navbar_header > ul > li:last-child > ul {
        right: 0;
        left: auto;
    }

    .navbar_header > ul > li > ul > li > ul {
        position: absolute;
        top: 0;
        right: -150px;
        width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 999;
        margin: 0;
        max-height: 0;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

    .navbar_header > ul > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

    .navbar_header > ul > li > ul > li > ul > li > a {
        text-transform: capitalize;
        color: #fff;
        width: 100%;
        height: auto;
        display: inline-block;
        border-bottom: 1px solid #ffffff59;
        padding: 10px;
        font-size: 13px;
        position: relative;
        background-color: #0072bc;
        text-decoration: none;
        letter-spacing: 0.5px;
        transition: 0.50s;
    }

        .navbar_header > ul > li > ul > li > ul > li > a:hover {
            color: #ffd712;
        }

    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 38px;
        z-index: 999;
        margin: 0;
        /*max-height: 100px;*/
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

        .navbar_header > ul > li > ul > li {
            position: relative;
            border: 1px solid #ffffff8f;
        }

            .navbar_header > ul > li > ul > li > a {
                color: #fff;
                border-bottom: 1px solid #0a26365e;
                width: 100%;
                height: auto;
                display: inline-block;
                padding: 10px;
                text-transform: capitalize;
                font-size: 13px;
                letter-spacing: 0.5px;
                position: relative;
                background: #0072bc;
                text-decoration: none;
                transition: 0.5s all ease-in;
                /*border: 1px solid #ffffff94;*/
            }

                .navbar_header > ul > li > ul > li > a:hover {
                    text-decoration: none;
                    color: #ffd712;
                    
                }
            .navbar_header > ul > li > ul > li:hover {
                background: #2aa0ed;
            }

            .navbar_header > ul {
                list-style: none;
                padding: 0;
                margin: 0;
                position: relative;
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                transition: 0.5s all ease-in;
                justify-content: flex-start;
            }

                .navbar_header > ul > li:hover > a {
                    text-decoration: none;
                    background: #9C146F;
                    color: white;
                }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block;
        }

        .navbar_header > ul li:hover > ul,
        .navbar_header > ul li > ul > li:hover > ul {
            visibility: visible;
            opacity: 1;
            display: block;
            z-index: 999;
            max-height: 1000px;
            -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
            background: #0072bc;
        }

                .navbar_header > ul > li > a {
                    color: black;
                    display: inline-block;
                    font-family: Albert Sans;
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 21.6px;
                    padding: 10px 12px 10px 10px;
                }

            .navbar_header > ul > li > a:after {
                content: "";
                position: absolute;
                left: auto;
                bottom: auto;
                top: auto;
                right: 9px;
                width: 0;
                bottom: 16px;
                height: 0;
                clear: both;
            }

        .navbar_header > ul a:hover {
            color: #000;
        }

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .student_cnt {
        text-align: center !important;
    }

    .top_header a,
    .top_header p {
        font-size: 14px;
        margin: 0 auto;
    }

    .margin_topper {
        margin-top: 40px !important;
    }

    .student_cnt {
        margin-top: 10px !important;
    }

    #MrqNews a {
        -webkit-line-clamp: unset !important;
    }

    .high_div::after {
        top: auto !important;
        right: 50% !important;
        bottom: -5px;
    }

    .box-three {
        display: grid;
        min-height: auto !important;
    }

    .high_div {
        border-radius: 0 !important;
    }

    .high_div_cnt {
        padding: 2px 0 8px;
        border-radius: 0 0 5px 5px !important;
    }

    .top_header .col-md-5.pt-1 {
        text-align: center;
        line-height: 28px;
        justify-content: center;
    }

    .btn {
        font-size: 14px !important;
        letter-spacing: 0.5px;
        margin: 0 10px 0 0 !important;
    }


    .top_header .col-md-5.pt-1 img {
        width: 14px;
    }

    .MobileMenubar {
        display: inline-block;
        padding: 10px;
        float: right;
    }

    .mascot_div {
        width: 80px !important;
    }

    .tawk-min-container .tawk-button-circle.tawk-button-large {
        width: 45px !important;
        height: 45px !important;
    }

    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: 90vh;
        display: inline-block;
        position: relative;
        background-color: var(--primary);
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #ffffff85;
        }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #fff;
            }

            .navbar_header > ul > li > ul {
                /*display: inline-block;*/
                position: static;
                width: 100%;
            }

    .navbar_header {
        width: 0;
        right: 0;
        left: auto;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: var(--primary);
        top: 0;
        bottom: 0;
        z-index: 999;
    }

    .div_Logo {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: #0072bc;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Header_address {
        padding: 5px;
    }
}

.affix {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 3px 8px #3a393a47;
    animation-name: slideInDown;
    animation-duration: .5s
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.mobileMenu {
    width: 100%;
    display: none;
}

@media only screen and (max-width: 768px) {
    .navbar_header > ul > li > ul {
        /*display: inline-block;*/
        display: none;
        position: static;
        width: 100%;
        transform: initial;
    }

    .mobileMenu {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block;
    }

    .menuBar {
        width: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: -30px;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
        padding: 8px;

    }
}

.Togglebtn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .Togglebtn {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px;
    }
}

.subheading {
    text-transform: uppercase;
    font-weight: 700;
    color: #04619f !important;
    position: relative;
}

.subheading02 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ff0;
    position: relative;
}



    .section_about p {
        text-align: justify;
        color: #444;
        letter-spacing: 0.5px;
        line-height: 28px;
        font-size: 16px;
    }

    .section_about h6 {
        letter-spacing: 0.5px;
        line-height: 28px;
        color: #005d9a;
    }

    .section_about span {
        letter-spacing: 0.5px;
        line-height: 28px;
        color: #555;
    }

.pt-10 {
    padding-top: 5px;
}

.button003 {
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 44px !important;
    margin: 0 0 0 10px;
    font-weight: 600 !important;
    background-color: #ff9800 !important;
    padding: 3px 15px !important;
}

.button001 {
    color: #fff !important;
    padding: 8px 18px 4px !important;
    border-radius: 44px !important;
    margin: 0 15px 0 0;
    font-family: mohr_altlight;
    background: linear-gradient(45deg, #fca311, #ff9e00);
    transition: 0.5s all ease-in;
}

    .button001:hover {
        color: #083a58 !important;
    }

.button002 {
    color: #fff !important;
    padding: 12px 18px 12px 18px !important;
    border-radius: 44px !important;
    margin: 0;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    background-color: var(--primary) !important;
    transition: 0.5s all ease-in;
}

    .button002:hover {
        color: #ffd712 !important;
    }

.middle-header {
    padding: 6px 0 16px 0;
    box-shadow: rgb(0 0 0 / 14%) -4px 20px 15px;
    margin-bottom: 0px;
}

.wel_upc_div {
    background: url(https://Blossomsschoolkanina.com/assets/img/main_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

.high_div {
    background: #f44336;
    padding: 10px;
    border-left: 5px ​solid #ffc10;
}

.high_div {
    background: #f44336;
    padding: 10px;
    border-radius: 0 0 0 10px;
}

    .high_div > h1 {
        letter-spacing: 0.5px;
        font-size: 17px;
    }

    .high_div::after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        background: #f44336;
        right: -7px;
        top: 34%;
        transform: rotate(45deg);
    }

.high_div_cnt {
    background: #083a58;
    border-radius: 0 0 10px 0;
}

#MrqNews a {
    color: #0c1d2d;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces;
    padding: 8px 0 0 10px;
    transition: 0.5s all ease-in;
}

    #MrqNews a:hover {
        color: #ffd712 !important;
    }

.news_div > a {
    font-weight: 400 !important;
}

.notice_board {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-height: 480px;
    min-height: 480px;
}

    .notice_board hr {
        color: #00000026;
    }

.icon_size {
    font-size: 20px;
    color: #0072bc;
}

.heading {
    color: #0072bc !important;
}

#carouselExampleControls1 .card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #083a58;
    z-index: -6;
    transform: rotateZ(-1deg);
}

.card h6 {
    font-family: mohr_altregular;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #555;
    font-size: 16px;
}

.notice_ul {
    max-height: 328px;
    min-height: 328px;
    overflow-y: hidden;
    padding-left: 0;
}

    .notice_ul li {
        list-style: none;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px dashed #dcdcdc;
        border-left: 0;
        border-right: 0;
    }

        .notice_ul li a:hover {
            text-decoration: none;
            color: #04619f;
        }

        .notice_ul li a {
            text-decoration: none;
            color: #555;
            font-size: 16px;
            letter-spacing: 0.5px;
            text-align: justify;
            line-height: 28px;
        }

.our_mission {
    padding: 50px 0 20px;
    background: #0072bc;
    background-size: cover;
    background-repeat: no-repeat;
}

.three_section {
    padding: 50px 0;
    position: relative;
}

.box-three {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0.4rem 1rem rgb(0 0 0 / 6%) !important;
    min-height: 560px;
    border: 1px solid #5656562b;
    display: grid;
    position: relative;
}

    .box-three::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #083a58;
        z-index: -6;
        transform: rotateZ(-1deg);
    }

.mn-h-600 {
    height: 100px;
}

.box-three img {
    margin: 0 auto;
}

hr {
    background: #0a0a0a12 !important;
}

.box-three span {
    color: #0072bc;
    letter-spacing: 0.5px;
    font-size: 22px;
}

.three_section {
    display: grid;
    place-items: center;
}

.box-three p {
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: justify;
    color: #555;
}

.box-three img {
    border-radius: 0px;
}

.avhiv_ul {
    padding-left: 0;
    min-height: 345px;
    max-height: 345px;
    overflow-y: hidden;
}

    .avhiv_ul li {
        list-style: none;
        padding: 6px 0;
        border-bottom: 1px dashed #dcdcdc;
    }

        .avhiv_ul li a {
            color: #333;
            text-decoration: none;
        }

.gallery_section {
    padding: 50px 0;
    margin-bottom: 20px;
}

.testimonals {
    padding: 50px 0;
    position: relative;
    background: #083a58;
    background-size: cover;
    z-index: 9;
    background-repeat: no-repeat;
}


.padding-item {
    padding: 20px 80px 0 !important;
}

.gallery {
    padding: 130px 0 50px;
    position: relative;
}

.tour-box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

#gal_1_div .tour-box:first-child {
    height: 200px;
    margin-top: 40px;
}

#gal_2_div .tour-box:first-child {
    height: 210px;
}

#gal_3_div .tour-box:first-child {
    height: 260px;
}

#gal_4_div .tour-box:first-child {
    margin-top: 30px;
    height: 230px;
}

#gal_4_div .tour-box:last-child {
    width: calc(100% / 1.5);
    height: 140px;
}

#gal_3_div .tour-box:last-child {
    height: 140px;
}

#gal_2_div .tour-box:last-child {
    height: 190px;
}

#gal_1_div .tour-box:last-child {
    height: 160px;
    width: calc(100%/1.5);
    margin-left: auto;
}

.tour-box img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    border: 2px solid #fff;
    transition: 0.50s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}


.tour-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -6;
    transform: rotateZ(-2deg);
    transition: 0.50s;
}


.tour-box:hover::before {
    /* background: #083a58;
    transform: rotateZ(-4deg);*/
}

.tour-box .shadow {
}

.upcoming > li > a:hover {
    color: #083a58;
}

.main-footer {
    background: #0072bc;
    padding: 50px 0 30px;
    position: relative;
    z-index: 1;
}

    .main-footer:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        /*background-image: url(../img/footer-bg.png);*/
        background-size: cover;
        filter: opacity(0.4);
    }

.maps {
    margin-top: -140px;
}

.footer_ul {
    padding-left: 0;
}

    .footer_ul li {
        padding: 10px 0;
        list-style: none;
        color: #fff;
        font-weight: 600;
    }

        .footer_ul li a {
            color: #fff;
            font-size: 15px;
            text-decoration: none;
            letter-spacing: 0.5px;
            line-height: 24px;
        }

.copyright p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.copyright a {
    color: #095482;
}

.main-footer b {
    font-size: 16px;
    letter-spacing: 1px;
}

.main-footer p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.footer_ul li a:hover {
    color: #ffd712 !important;
    text-decoration: none;
}

.news-detailes {
    background-image: url(../img/Blossoms.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.brandcurm {
    background: #0072bc;
    padding: 50px 20px;
    border-radius: 20px;
}

.brand {
    padding-left: 0;
}

    .brand li {
        list-style: none;
        display: inline-block;
        color: #fff;
    }

        .brand li a {
            color: #fff;
            text-decoration: none;
        }

.brandcurm-bg {
    background: #1b212c52;
    padding: 100px 0 70px 0;
}

.contact-us {
    padding: 50px 0 150px;
}

.bg-p {
    box-shadow: 0 0 10px 0 #dcdcdc40;
    color: #333;
    background: #fff;
    padding: 15px;
}

.contact-details {
    padding: 0 0 60px;
}

.section_cont {
    padding: 50px 0 150px 0;
}

.gallery-img-cont {
    padding: 206px 40px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 #dcdcdc;
}

.header-icon {
    padding: 5px 0;
}

    .header-icon a {
        margin: 0 5px;
    }

.soical-media {
    padding: 50px 0 50px;
    background: #0072bc;
}

.box-four {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-height: 475px;
    min-height: 475px;
    background: #fff;
    overflow: auto;
}

.Blossoms_scho#idSubmenus > li > aol {
    position: relative;
    background: #e9f3ff;
    padding: 50px 0 130px;
}

.career-page {
    padding: 50px 0 150px;
}

.form-control {
    border-radius: 25px !important;
}

.img-box {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #083a58;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.gallery-img-cont:hover .overlay {
    height: 100%;
}

.text {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.news-list {
    padding: 50px 0 150px;
}

.news-list-cont {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #0072bc;
}

.news-header {
    background-color: #0072bc;
    padding: 15px 0 15px;
    color: #fff;
}

.newsevent {
    padding-top: 20px;
}

    .newsevent li {
        margin-bottom: 10px;
        list-style: upper-roman;
    }

.upcomimg-box {
    min-height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    /* srollabar start */
    .upcomimg-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255,0.3);
        background-color: #fff;
    }

    .upcomimg-box::-webkit-scrollbar {
        width: 6px;
        background-color: #264653;
    }

    .upcomimg-box::-webkit-scrollbar-thumb {
        background-color: #1a2f38;
    }

/* scrollbar end */

#carouselExampleCaptions h6 {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.upcoming li {
    list-style: decimal;
}

    .upcoming li a {
        display: block;
        margin: 2px 0px;
        color: #555;
        text-decoration: none;
        line-height: 28px;
        text-transform: capitalize !important;
        letter-spacing: 0.5px;
    }

.mascot_div {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    width: 110px;
}

.contact-details {
    z-index: 1;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: justify;
    color: #5f5f5f;
    background: #f7f7f7;
}

.maps iframe {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 8px 15px 20px #15151517;
}

hr:not([size]) {
    height: 1px;
}

#imageGallery,
#ltrlData {
    padding-top: 10px;
}

.lblheading1 {
    color: #1c456d;
    padding-top: 10px;
    border-bottom: 1px solid #f2a900;
    padding-bottom: 10px;
}

.contact-details hr {
    box-shadow: 1px 1px #b7b7b76b;
    border-bottom: 1px solid #fff;
}

.title {
    color: #095482;
}

.title_1 {
    color: #ffd712;
}

.our_mission p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.about_img:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    border-right: 8px solid #f89e8c;
    border-bottom: 8px solid #14213d;
    z-index: 3;
}

.about_img {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

    .about_img > img {
        padding: 15px;
    }

    .about_img:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 50%;
        left: 0;
        top: 0;
        border-top: 8px solid #f89e8c;
        border-left: 8px solid #14213d;
        z-index: 3;
    }

.breadcrumb-div {
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: -7.6vw;
    z-index: 2;
    opacity: 0.8;
}

    .breadcrumb-div ul {
        overflow: hidden;
        list-style: none outside none;
        padding-right: 16px;
    }

    .breadcrumb-div li {
        float: left;
        background-color: #e8e8e8;
    }

        .breadcrumb-div li:first-child a {
            padding: 0 7px 0 14px;
        }

    .breadcrumb-div a,
    .breadcrumb-div span {
        display: block;
        height: 32px;
        line-height: 32px;
        padding: 0 6px 0 24px;
        color: #999;
        border-bottom: 1px solid #d2d2d2;
        position: relative;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .breadcrumb-div a:before {
            content: "";
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #e8e8e8;
            position: absolute;
            top: 1px;
            left: 100%;
            z-index: 2;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

        .breadcrumb-div span:before {
            content: "";
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #dbd9d9;
            position: absolute;
            top: 1px;
            left: 100%;
            z-index: 2;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

    .breadcrumb-div span {
        background-color: #dbd9d9;
        color: #5b5b5b;
    }

    .breadcrumb-div a:after {
        content: "";
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #d2d2d2;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
    }

    .breadcrumb-div span:after {
        content: "";
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #dbd9d9;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
    }

.side_bar {
    background: #0072bc;
    height: 100%;
    width: 24vw;
    position: absolute;
    left: 0;
}

#idSubmenus > li > a {
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#idSubmenus > li > a {
    padding: 0 10px 0 40px;
    display: block;
    text-align: start;
}

#idSubmenus > li.active {
    background: white;
    position: relative;
}

    #idSubmenus > li.active > a {
        color: #0072bc;
    }

        #idSubmenus > li.active > a::before {
            content: "";
            background: url(../img/side-arrow.png) no-repeat 0 0;
            background-size: 100% 100%;
            width: 27px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%;
            right: auto;
            opacity: 1;
            margin: 0;
        }

.mt-60 {
    margin-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.breadcrumb-div a:hover {
    color: #f2a900;
}

#enquiry {
    background: white;
    padding: 16px;
    border-radius: 13px;
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
    padding-top: 10px;
}

    #enquiry .form-control::placeholder {
        font-size: 16px;
        color: #3338;
    }

    #enquiry input.form-control {
        height: 45px;
        border-radius: 20px !important;
        box-shadow: 1px 1px 8px #3333330a;
        padding: 10px 10px 10px 20px;
    }

    #enquiry textarea.form-control {
        border-radius: 20px !important;
        box-shadow: 1px 1px 8px #3333330a;
        padding: 10px 10px 10px 20px;
    }

#myModal .modal-content {
    background: 0 0 !important;
    box-shadow: none !important;
    border: none !important;
}

#myModal .modal-body {
    border: 1.5rem solid #19748f;
    border-radius: 2rem;
    padding: 0.8rem;
    background: #fff;
}

.Model_header > h5 {
    color: #043b5f !important;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: mohr_altmedium !important;
}

div#myModal {
    background: url(../img/modal_bg.png);
    background-color: #151515a8;
}

#myModal .carousel-inner img {
    width: 100%;
}

.modal-footer1 > img {
    position: absolute;
    font-size: 16px;
    right: 38px;
    top: 10px;
}

#myModal .Model_header {
    text-align: center;
    color: #757575;
    padding: 0 0;
    font-weight: 600;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#myModal .carousel-control-next,
#myModal .carousel-control-prev {
    border: none;
    background: 0 0;
}

.career_1 {
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
}

    .career_1 .row {
        background-color: #f7f7f7;
    }

div#exp_yes {
    display: none;
    transition: 0.5s all ease-in;
}

.career_1_title {
    background: var(--primary);
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 20px;
    border:none;
}

.career_info label {
    margin: 0 10px;
}



#top_soc_div i {
    color: #fff;
    font-size: 18px;
    padding: 5px 5px 0;
}

.Blossoms_school {
    position: relative;
    background-color: #e8fcff;
    padding: 50px 0 130px;
}

.upcoming li a img {
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: -27px;
}

.upcoming li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}

    .upcoming li a:hover {
        color: red;
        transition: 0.3s;
    }

.path1, .path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    stroke-width: 3px;
    transition: 1s all ease;
    stroke: #fff;
}

.cross {
    stroke-dashoffset: 68;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    stroke-width: 3px;
    transition: 1s all ease;
    stroke: #fff;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}

.pri {
    color: #fea006;
}

.svgburg {
    position: absolute;
    right: 5px;
    top: 1px;
    width: 42px;
}

ul#idSubmenus > li > a span {
    display: none;
}

.lef_div_icn, .rig_div_icn {
    display: none;
    padding: 8px;
    width: 40px;
    cursor: pointer;
    transition: .5s;
    filter: hue-rotate(340deg);
    color: #fff;
}

.nav_div_2 {
    visibility: hidden;
    background: #083a58;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
}

.vis {
    visibility: visible;
}

.lef_div_icn {
    transform: rotate(180deg);
}

#MenuItems1 {
    display: flex;
    justify-content: right;
}

.nav_div_1 {
    width: 100%;
    right: 0;
}

.nav_div_2 {
    height: 100%;
    left: 0;
}

.lef_div_icn {
    transform: rotate( 180deg);
}

.menu-cont .container {
    position: relative;
}

.nav-overflow {
    height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Download Start */
#download_div th {
    border: 1px solid #0b3148;
    background: #083a58 !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#tblPop th {
    background: #083a58;
    color: #fff;
}

#download_div td {
    border: 1px solid #083a58;
}

#tblPop, #ModelSlider td {
    padding: 10px;
    margin: 0;
    border: 1px solid #083a58;
}

#ModelSlider th {
    padding: 0 0 10px 0px;
    border: 1px solid #083a58;
}

#ModelSlider .modal-content {
    border-radius: 3rem;
}

#ModelSlider .modal-body {
    border-radius: 2rem;
    overflow: hidden;
    border: 1rem solid #083a58;
}


.mascot_div {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    width: 110px;
}


.head_btn_dark {
    background: #0072bc !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    border: 2px dashed #ffffff !important;
    padding: 7px 15px !important;
    display: inline-block;
}

    .head_btn_dark:hover {
        background: #fff !important;
        color: #033e69 !important;
        border: 2px dashed #033e69 !important;
    }

.head_btn_light {
    background: #fff;
    color: #0072bc;
    border: 2px dashed #0072bc;
    padding: 7px 15px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    display: inline-block;
}

    .head_btn_light:hover {
        background: #0072bc !important;
        border: 2px dashed #ffffff !important;
        color: #fff !important;
    }

.adm_link {
    position: fixed;
    bottom: 180px;
    z-index: 99;
    right: 15px;
    background-color: red;
    border-radius: 20px;
    padding: 10px;
}

    .adm_link > a {
        color: white;
        font-weight: bold;
    }

        .adm_link > a:hover {
            color: white;
        }

@media only screen and (max-width:468px) {
    .adm_link {
        font-size: 11px;
        right: 27px;
    }
}

@media only screen and (min-width:991px) {
    .maxheight {
        max-height: 520px;
        height: 520px;
    }
}

.testimonals .img_student {
    padding: 20px 50px;
}

.testimonals .student_cnt {
    padding: 27px 0px;
}


.testimonals .img_student img {
    border: 2px solid white;
    border-radius: 5px;
}

.btn_topper {
    position: absolute !important;
    display: flex;
    justify-content: space-between;
    width: 72px;
    /* width: 72px;
    right: 31px;
    top: -21px;*/
}

.testinomial_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*our topper section start*/

.top_stu_img {
    width: 200px;
    margin: auto;
}

    .top_stu_img img {
        border-radius: 10px;
    }

.topper_cnt {
    text-align: center;
    padding: 20px;
}

.img_student {
    width: 140px;
    margin: auto;
}

    .img_student img {
        border-radius: 10px;
    }

.p-20 {
    padding: 20px;
}
/*our topper section end*/
/*owl crousel*/
.testimonial-item {
    text-align: center;
    padding: 20px;
}

.testimonial-image img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.text-justify {
    text-align: justify;
}



.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.btn_testimonial {
    color: #fff !important;
    padding: 8px 18px 4px !important;
    border-radius: 44px !important;
    margin: 0 15px 0 0;
    font-family: mohr_altlight;
    background: linear-gradient(45deg, #083a58, #083a58);
    transition: 0.5s all ease-in;
}

.btn_topper1 .carousel-control-prev-icon, .btn_topper1 .carousel-control-next-icon {
    background-color: #083a58;
    border-radius: 50%;
    width: 32px;
    background-image: none;
}

.btn_topper1 .carousel-control-prev, .btn_topper1 .carousel-control-next {
    width: 30px;
}

.btn_topper1 {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 72px;
    margin: auto;
}

    .btn_topper1 .carousel-control-prev-icon i, .btn_topper1 .carousel-control-next-icon i {
        padding: 8px;
    }

a.morelink {
    color: #083a58;
    font-weight: bold;
}

    a.morelink:hover {
        color: #434362;
        font-weight: bold;
    }


.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 10px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 50% !important;
    font-size: 14px !important;
    padding: 5px 11px !important;
}

.W-100 {
    width: 100%;
}


.wing-div_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .wing-div_img > img {
        object-fit: cover;
        width: 100%;
        height: 250px;
        object-position: top;
    }

.wing-div {
    margin-bottom: 20px;
}

.wing-div_img + span {
    font-weight: 500;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    height: 63px;
    display: flex;
    letter-spacing: .5px;
    background: linear-gradient(0deg, #0000008f 55%, transparent);
    z-index: 1;
    justify-content: center;
    align-items: flex-end;
}

/****************Social Start********************/



.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 14px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.gallery-album a {
    height: 220px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    transition: var(--ts);
    cursor: pointer;
    border-radius: 10px;
}

/****************Social END********************/

.ntc_brd_cnt::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0px;
    width: calc(51%);
    height: 23px;
    z-index: 1;
    border-right: 6px solid #0072bc;
}

.section_about span {
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #555;
    transition: 0.3s;
}

    .section_about span:hover {
        color: red;
        transition: 0.3s;
    }

.upcoming li a img {
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: -27px;
}

.ntc_brd_cnt span {
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #fff;
    padding: 6px 20px;
    background: #0072bc !important;
    border-radius: 20px;
}

.upcoming {
    min-height: 300px;
    max-height: 300px;
    border-radius: 5px;
    padding-top: 20px;
}

.ntc_brd_ul::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 6px solid #0072bc;
    border-left: none;
    z-index: 3;
}

.ntc_brd_ul::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0;
    right: 0;
    top: 0;
    border-top: 6px solid #0072bc;
    z-index: 3;
}

.copyright {
    background: #083a58;
}

    .copyright p {
        color: #ffd712;
        margin-bottom: 0;
        padding: 10px;
    }

    .copyright a {
        color: white;
    }

        .copyright a:hover {
            color: white;
        }

        @media only screen and (min-width:768px)
        {
            .gallery_slider{
                display:none;
            }
        }

@media only screen and (max-width:768px) {
    .upcoming{
        padding-left:0px;
    }
  

    .gallery_slider img {
        min-height: 214px;
    }
}

.eventicons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between boxes */
    padding: 10px;
}

/* Media Query for tablets (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .box {
        flex: 1 1 calc(33.333% - 20px); /* 3 boxes per row with space for gaps */
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .box {
        flex: 1 1 calc(50% - 20px); /* 3 boxes per row with space for gaps */
    }
}
/* Media Query for desktops (more than 1024px) */
@media (min-width: 1024px) {
    .box {
        flex: 1 1 calc(12.5% - 20px); /* 8 boxes per row with space for gaps */
    }
}

.gallericonsevents {
    background: #0072bc1a;
    margin: 0px 0px;
}
.eventicons i {
    font-size: 29px;
    padding: 18px 17px;
    text-align: center;
    background: white;
    border-radius: 50px;
    color:black;
}

.eventicons .box {
    /*background: aliceblue;*/
    padding: 30px 17px;
    margin: auto;
    border-radius: 6px;
    text-align: center;
}

    .eventicons .box p {
        font-size: 16px;
        text-transform: uppercase;
        color:black;
    }

.date {
    font-weight: bold;
    text-align: center;
    background: #0072bc1a;
    padding: 5px 10px;
    border-radius: 3px;
}
.newstextBox{
    margin:auto;
}
.newslist {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}
.newstextBox p{
    line-height:0px !important;
}

.top_header {
    background-image: url(../img/icons/topheaderbg.png);
    background-repeat: no-repeat;
    padding: 15px 0px 30px 0px;
    background-size: cover
}

    .top_header a, .top_header p, .top_header span {
        font-family: Albert Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 19.2px;
        color: white;
    }

.plogin span {
    background: #9C146F;
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    color: white;
    padding: 10px 15px;
    border-radius: 29px;
}
.plogin i{
    margin-right:10px;
}
.top_header a:hover{
    color:white;
}

.slider_cont .carousel-control-prev-icon, .slider_cont .carousel-control-next-icon {
    background-color: #9C146F;
    opacity: 1;
    background-size: 22px;
    border-radius: 23px;
    opacity:1 !important;
}
.slider_cont .carousel-control-next:focus, .slider_cont .carousel-control-next, .slider_cont .carousel-control-prev, .slider_cont .carousel-control-prev {
    opacity: 1 !important;
}

.welcomesection {
    position: relative;
    background: #FCFBFB;
    padding: 10px 10px 0px 10px;
}
.welcomesection h5 {
    font-family: Borel;
    font-weight: 400;
    font-size: 20px;
    color: #9C146F;
    margin-bottom: 4px;
}

    .welcomesection h3 {
        color: #385469;
        font-family: Albert Sans;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .welcomesection p {
        font-family: Albert Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.2px;
        letter-spacing: 0%;
        text-align: justify;
    }
    .welcomesection .topimage img {
        position: absolute;
        top: -118px;
        left: 0;
    }

.person img {
    position: absolute;
    right: 10px;
    top: 40px;
}
.Admissionsection{
    position:relative;
}
.admissionimggg {
    position: absolute;
    bottom: 151px;
    text-align: center;
    left: 8%;
}
.pen img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.car img {
    position: absolute;
    left: 20%;
    transform: translateX(-20%);
    bottom: 30px;
}

.rightarrow {
    width: 12px;
}

.bottomimage img {
    position: absolute;
    bottom: -122px;
    z-index: 1;
    left: 0;
}

.AcademicProgram {
    background: #EFF5F6;
    padding: 100px 10px 60px 10px;
    position: relative;
}

    .AcademicProgram h4 {
        color: #9C146F;
        font-family: Borel;
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
    }

    .AcademicProgram p {
        color: #385469;
        font-family: Albert Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 19.2px;
        text-align: center;
    }

    .AcademicProgram .class1 {
        background-image: url('../img/aca1.png');
        text-align: center;
        background-size: contain;
        background-position: center;
       
    }

    .AcademicProgram .class2 {
        background-image: url('../img/aca2.png');
        text-align: center;
        background-size: contain;
        background-position: center;
    }

    .AcademicProgram .class3 {
        background-image: url('../img/aca3.png');
        text-align: center;
        background-size: contain;
        background-position: center;
    }
.AcademicClass {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 25px;
    margin-top: 15px;
}

    .AcademicClass .Actext {
        min-height: 163px;
    }

    .AcademicClass .Actext h6 {
        color:white;
        font-family: Borel;
        font-weight: 400;
        font-size: 32px;
        margin-top:32px;
    }

    .AcademicClass .Actext p {
        color: white;
        font-family: Albert Sans;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }

    .AcademicClass .Acimage {
        padding: 21px 10px 10px 10px
    }


.bee img{
    position:absolute;
    left:10px;
    bottom:30px;
}

.AcademicProgram span {
    background: #9C146F;
    color: white;
    padding: 12px 20px;
    border-radius: 27px;
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0%;
}

.Admissionsection {
    background-image: url(../img/Applynow.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5%;
    margin-top: -38px;
    position: relative;
}

    .Admissionsection h4 {
        color:white;
        font-family: Albert Sans;
        font-weight: 700;
        font-size: 32px;
        line-height: 38.4px;
    }
    .Admissionsection p {
        color: white;
        font-family: Albert Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 19.2px;
    }

.gallery {
    background: #FDEFE5;

}
    .gallery h4 {
        color: #9C146F;
        font-family: Borel;
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
    }

    .gallery h5 {
        color: #385469;
        font-family: Albert Sans;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .gallery .gall1 img {
        position: absolute;
        right: 0px;
        top: 46px;
    }

    .gallery .slick-next:before, .gallery .slick-prev:before {
        color: #9C146F;
        font-size: 23px;
    }



    .footer p {
        font-family: Albert Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.2px;
        text-align: justify;
        color: white;
        margin-bottom: 0;
        padding: 18px 0px;
    }
.footer h3 {
    font-family: Borel;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 20px;
    color: white;
}

    .footer li, .footer a {
        color: white;
        font-family: Albert Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 34.2px;
        text-align: justify;
        text-decoration:none;
    }

        .footer a:hover{
            color:wheat;
        }

        .contact li {
            list-style: none;
        }

.footer{
    position:relative;
}
    .footer .img1 img {
        position: absolute;
        right: 42px;
        top: 56px;
    }

    .footer ul {
        margin-top: 18px;
        padding-left: 0px;
    }

    .footer .img2 img {
        position: absolute;
        left: 31%;
        bottom: 28%;
        transform: translate(-30%);
    }
.flogo {
    background: white;
    padding: 11px;
    width: 69%;
    border-radius: 35px;
}
.bottomfooter p, .bottomfooter a {
    color: #9C146F;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    margin-bottom: 0px;
    padding: 28px 0px
}
.bottomfooter{
    position:relative;
}
.footerwave {
    position: absolute;
    bottom: 53px;
}
/* .footerwave img{
    position: absolute;
    top: 10px;
}*/

.footer {
    background: var(--primary);
    padding: 75px 10px 152px 25px;
}

.updown{
    animation:updown 1.8s ease-in-out infinite;
}
@keyframes updown{
    0%{
        transform:translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }


    100% {
        transform: translateY(0px);
    }
}

.leftright {
    animation: leftright 1.8s ease-in-out infinite;
}

@keyframes leftright {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }


    100% {
        transform: translateX(0px);
    }
}

@media only screen and (min-width:991px) and (max-width:1500px)
{
    .topimage img {
        top: -88px !important;
    }
    .bottomimage img {
        bottom: -89px !important;
    }
}

@media only screen and (min-width:567px) and (max-width:768px) {
    .topimage img {
        top: -40px !important;
    }

    .bottomimage img {
        bottom: -40px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:566px) {
    .topimage img {
        top: -25px !important;
    }

    .bottomimage img {
        bottom: -28px !important;
    }

    .gallery .gall1 img {
        position: absolute;
        right: -18px;
        top: -47px;
    }

    .footer .img1 img {
        position: absolute;
        right: -7px;
        top: -4px;
    }

    .footer .img2 img {
        position: absolute;
        left: 11%;
        bottom: 3%;
        transform: translate(-30%);
    }

    .AcademicProgram {
        padding: 51px 10px 60px 10px;
    }

        .AcademicProgram h4{
            margin-top:35px;
        }

    .Admissionsection {
        padding: 64px 0px 0px 0px;
    }
    .footerwave {
        position: absolute;
        bottom: 79px;
    }

}