*{
    font-family: 'Roboto', sans-serif;
}
p, h1, h2, h3, h4, h5, h6{
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    position: relative;
    z-index: 100;
}
.owl-theme .owl-dots .owl-dot{
    position: relative;
    z-index: 100;
}
/* COMMON */
.min-wrap{
    margin: auto;
}
.min---wrap---60{
    width: 60%;
}
.min---wrap---70{
    width: 70%;
}
.min---wrap---75{
    width: 75%;
}
.min---wrap---85{
    width: 85%;
}
.min---wrap---90{
    width: 90%;
}
.min---wrap---padd---bott---25px{
    padding-bottom: 25px;
}
.min---wrap---padd---top---30px{
    padding-top: 30px;
}
.min---wrap---padd---bott---50px{
    padding-bottom: 50px;
}
.min---wrap---padd---bott---40px{
    padding-bottom: 40px;
}
.min---wrap---padd---bott---90px{
    padding-bottom: 90px;
}
.min---wrap---padd---top---90px{
    padding-top: 90px;
}
.min---wrap---padd---top---110px{
    padding-top: 110px;
}
.min---wrap---padd---top---170px{
    padding-top: 170px;
}
.min---wrap---padd---bott---110px{
    padding-bottom: 110px;
}
.min---wrap---padd---bott---180px{
    padding-bottom: 180px;
}
.min---wrap---padd---top---300px{
    padding-top: 300px;
}
/* ------------------------------- */
.color---ash{
    color: #7D7D7D;
}
.color---dark{
    color: #333333;
}
.color---dark2{
    color: #515151;
}
.color---white{
    color: #fff;
}
.color---purple{
    color: #662C90;
}
.txt---center{
    text-align: center;
}
.txt---width---60{
    width: 60%;
    margin: auto;
}

.txt---bold{
    font-weight: bold;
}
.txt---font---weight---600{
    font-weight: 600;
}

.txt---lett---space---1-2{
    letter-spacing: 1.2px;
}
/* ---------------------------- */
.paragraph---12px{
    font-size: 12px;
}
.paragraph---14px{
    font-size: 14px;
}
.paragraph---16px{
    font-size: 16px;
}
.paragraph---20px{
    font-size: 20px;
}
.paragraph---25px{
    font-size: 25px;
}
.paragraph---padd---top---5px{
    padding-top: 5px;
}
.paragraph---padd---top---10px{
    padding-top: 10px;
}
.paragraph---padd---top---15px{
    padding-top: 15px;
}
.paragraph---padd---top---20px{
    padding-top: 20px;
}
.paragraph---padd---top---30px{
    padding-top: 30px;
}
.paragraph---padd---top---50px{
    padding-top: 50px;
}
.paragraph---padd---top---40px{
    padding-top: 40px;
}
.paragraph---padd---top---90px{
    padding-top: 90px;
}
.paragraph---padd---bottom---20px{
    padding-bottom: 20px;
}
.paragraph---padd---bottom---70px{
    padding-bottom: 70px;
}
.paragraph---padd---left---20px{
    padding-left: 20px;
}
.paragraph---padd---bott---50px{
    padding-bottom: 50px;
}
.paragraph---padd---bott---30px{
    padding-bottom: 30px;
}
.paragraph---padd---bott---35px{
    padding-bottom: 35px;
}
.paragraph---padd---bott---15px{
    padding-bottom: 15px;
}
.paragraph---padd---bott---10px{
    padding-bottom: 10px;
}

.paragraph---line---height---1-8{
    line-height: 1.8;
}
.paragraph---line---height---2{
    line-height: 2;
}
/* ------------------------------- */
.h5---30px{
    font-size: 30px;
}
.h5---40px{
    font-size: 40px;
}
.h5---60px{
    font-size: 56px;
}
.h5---padd---bott---30px{
    padding-bottom: 30px;
}
.h5---padd---bott---40px{
    padding-bottom: 40px;
}
.h5---padd---top---20px{
    padding-top: 20px;
}
/* ------------------------------ */
.h6---25px{
    font-size: 25px;
}
.h6---padd---top---40px{
    padding-top: 40px;
}
/* --------------------------- */
.btn---small---size{
    padding: 8px 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration: none;
    margin: 0;
}
.btn---medium---size{
    padding: 17px 62px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration: none;
    margin: 0;
}
.btn---large---size{
    padding: 20px 50px;
    border-radius: 5px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
}
.btn---white{
    background-color: #fff;
    color: #662C90;
}
.btn---white:hover{
    color: #662C90;
}
.btn---gradient{
    background-image: linear-gradient(to left, #A6127E, #662C90);
    color: #fff;
}
.btn---gradient:hover{
    color: #fff;
}
.btn---gradient---outline{
    color: #662C90;
    border: 1px solid #662C90;
    border-radius: 5px;
    transition: all 0.5s;
}
.btn---gradient---outline:hover{
    background-image: linear-gradient(to left, #A6127E, #662C90);
    color: #fff;
    transition: all 0.5s;
}
.btn---white---outline{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.5s;
}
.btn---white---outline:hover{
    background-color: #fff;
    color: #662C90;
    transition: all 0.5s;
}
.btn---plain{
    text-decoration: none;
    font-size: 16px;
}
.btn---dark---plain{
    color: #333333;  
    transition: all 0.5s;  
    font-weight: bold;
}
.btn---dark---plain:hover{
    color: #662C90;
    text-decoration: underline;
    transition: all 0.5s;
}

.a---30px{
    font-size: 30px;
}
.a---16px{
    font-size: 16px;
}
/* COMMON */


.pt-small{
    padding-bottom: 4rem;
}
.pt-small{
    padding-top: 4rem;
}
.news-navi p {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

.news-navi .btn---gradient {
    color: #fff;
   
}
/* HEADER */
.modal-backdrop.show{
    z-index: 1;
}
.modal.show .modal-dialog{
    margin-top: 180px;
}
.navbar{
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-expand-lg .navbar-collapse{
    flex-direction: column;
    align-items: flex-end;
}
.navbar-expand-lg .navbar-collapse .btn-on-mobile{
    display: none;
}
.navbar-expand-lg .nav-wrapper{
    width: 85%;
    margin: auto;
    display: flex;
}
.navbar-expand-lg .navbar-nav{
    gap: 70px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .active .nav-link{
    color: #662C90;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .active .nav-link::after{
    content: '';    
    width: 10px;
    height: 6px;
}
.header .menu-container-01{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .menu-container-01 .btn---gradient{
    margin-left: 50px;
}
.header .menu-container-02{
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.header-scrolled .navbar-expand-lg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 83px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 0.3s;
}
.header-scrolled .navbar-brand{
    padding-top: 10px;
}
.header-scrolled .navbar-brand img{
    height: 50px;
    transition: all 0.3s;
}
.header-scrolled .menu-container-02{
    padding-top: 8px;
    transition: all 0.3s;
}
.header-scrolled .menu-container-01 .btn{
    padding: 2px 25px;
}
.header-scrolled .navbar{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.header .btn---gradient{
    border: none;
}
.header .modal-dialog{
    min-width: 65%;    
}
.header .btn-close{
    position: absolute;
    right: -40px;
    top: -25px;    
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
}
.header .btn-close:hover{
    opacity: 1;
}
.header .modal-content{
    border-radius: 10px;
    padding: 60px 85px;
}
.header form{
    display: flex;
    flex-wrap: wrap;
}
.header form .small-input{
    width: 33.33%;
    padding-bottom: 40px;   
    padding-left: 10px;
    padding-right: 10px;
    position: relative;    
}
.header form .small-input label{
    position: absolute;
    z-index: 100;
    bottom: 45px;
    color: #7A7A7A;
    font-size: 14px;
    font-weight: normal;
}
.header form .focused label{
    bottom: 80px;
}
.header form .small-input input,
.header form .small-input input:focus{
    border: none;
    outline: 0;
    height: 50px;
    border-bottom: 1px solid #707070;
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.header form .box{
    flex-grow: 1;
    padding-right: 20px;
}
.header form .box .category-label{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
.header form .box .radio-btns-box{
    display: flex;
    gap: 40px;
    padding-bottom: 35px;
    font-size: 14px;
}
.header form .box .radio-btns-box .form-input span{
    margin: 0;
}

.header form .subjects-wrapper{
    padding-bottom: 35px;
}
.header form .subjects-wrapper .category-label{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
.header form .subjects-wrapper .box{
    width: 16.66666%;
    flex-grow: unset;
    padding: 2px 0px;    
}
.header form .subjects-wrapper .wpcf7-list-item{
    margin: 0;
}
.header form .subjects-wrapper .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}
.header form .subjects-wrapper input{
    display: flex;
    width: 16px;
    height: 15px;
    background-color: #fff;
}
.header form .subjects-wrapper input::before{
    content: '';
    width: 16px;
    height: 15px;    
    object-fit: cover;    
}
.header form .subjects-wrapper input::after{
    content: '';
    width: 15px;
    height: 15px;    
    object-fit: cover;
    display: none;
}
.header form .subjects-wrapper input:checked:after{
    display: block;
}
.header form .subjects-wrapper input:checked:before{
    display: none;
}
.header form .subjects-wrapper span.wpcf7-list-item {
    width: 16.66%;
    padding-right: 5px;
}
.header form .english-courses-wrapper .wpcf7-form-control.wpcf7-checkbox{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}
.header form .english-courses-wrapper span.wpcf7-list-item{ 
    padding-right: 10px;
    width: unset !important;
    flex: 1 1 auto!important;
}
.header form .box-english-courses{
    width: 100%;
    padding-bottom: 35px;
}
.header form .box-english-courses .wpcf7-list-item{
    margin: 0;
}
.header form .box-english-courses .wpcf7-list-item label,
.header form .radio-btns-box .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 5px;
}
.header form .box-english-courses .wpcf7-list-item input,
.header form .radio-btns-box .wpcf7-list-item input{
    display: flex;
    align-items: center;
    /* opacity: 0; */
    background-color: #fff;
}
.header form .box-english-courses .wpcf7-list-item input::before,
.header form .radio-btns-box .wpcf7-list-item input::before{
    content: '';
    width: 15px;
    height: 14px;   
    margin-top: -1px;
    border-radius: 50%;
    background-size: 100% 100%;
    background-color: #fff;
    
}
.header form .box-english-courses .wpcf7-list-item input::after,
.header form .radio-btns-box .wpcf7-list-item input::after{
    content: '';
    width: 15px;
    height: 14px;    
    margin-top: -1px;
    border-radius: 50%;
    background-size: 100% 100%;
    background-color: #fff;
    display: none;
}
.header form .box-english-courses .wpcf7-list-item input:checked::after,
.header form .radio-btns-box .wpcf7-list-item input:checked::after{
    display: block;
}   
.header form .box-english-courses .wpcf7-list-item input:checked::before,
.header form .radio-btns-box .wpcf7-list-item input:checked::before{
    display: none;
}
.header form .english-radio-wrapper .wpcf7-form-control{
    display: flex;
    gap: 35px;
}
.header form .form-group-submit input{
    width: 190px;
    height: 55px;
    border-radius: 5px;
    border: none;
    background-image: linear-gradient(to left, #A6127E, #662C90);
    color: #fff;
    font-size: 16px;
}
.wpcf7-not-valid-tip{
    font-size: 10px;
}
/* HEADER */

/* HOME */
    /* MAIN BANNER */
        .home-main-banner{
            height: auto;          
        }
        .home-main-banner .slider-wrapper{
            align-items: center;
            height: 100%;
        }
        /* .home-main-banner .carousel{
            height: 100%;
        }
        .home-main-banner .carousel-inner{
            height: 100%;
        }
        .home-main-banner .carousel-item{
            height: 100%;
        }
        .home-main-banner .carousel-item-inner{
            height: 100%;
        } */
        .home-main-banner .background-image{
            position: relative;
            width: 100%;
            object-fit: cover;
            height: 80vh;
        }
        .home-main-banner .left{           
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            z-index: 100;
            padding-top: 180px;
            padding-bottom: 250px;
            width: 85%;
            margin: auto;
            height: 90vh;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        .home-main-banner .left .inner{
            background-color: rgba(233, 244, 247, 0.68);
            padding: 30px 50px;
            width: 60%;
        }
        /* .home-main-banner .left p{  
            width: 35%;
        } */
        .home-main-banner .left .item{
            padding-bottom: 100px;
        } 
        .home-main-banner .left .button-container{
            display: flex;
            gap: 20px;
        }
        .home-main-banner .carousel-indicators{
            justify-content: left;
            margin-left: 0;
            gap: 8px;
            z-index: 100;
            width: 85%;
            margin: auto;
            bottom: 170px;
        }
        .home-main-banner .carousel-indicators button{
            width: 55px;
            height: 2px;
            color: transparent;
            background-color: #C9C9C9;
            border: none;
        }
        .home-main-banner .carousel-indicators .active{
            background-color: #662C90;
        }
       
    /* MAIN BANNER */
    /* ABOUT */
        .home-about{           
            background-size: cover;
            background-repeat: no-repeat;
        }
        .home-about .boxes-wrapper{
            padding-top: 75px;
        }
        .home-about .box{
            width: 25%;
        }
        .home-about .box .rectangle{
            display: flex;
            align-items: center;
        }
        .home-about .box .rectangle .hidden-icon{
            display: none;
            transition: all 0.5s;
            width: 100px;
            height: 100px;
        }
        .home-about .box .rectangle:hover .hidden-icon{
            display: flex;
            transition: all 0.5s;
        }
        .home-about .box .rectangle .normal-icon{
            width: 100px;
            height: 100px;
        }
        .home-about .box .rectangle:hover .normal-icon{
            display: none;
            transition: all 0.5s;          
        }
    /* ABOUT */
    /* ACADEMY */
    .home-academy{
        background-color: #E9F4F7;
    }
    .home-academy .boxes-wrapper{
        justify-content: space-between;
    }
    .home-academy .boxes-wrapper .box{
        width: 33%;
    }
    .home-academy .boxes-wrapper .box .image-box{
        display: flex;
        align-items: center;
        justify-content: center;      
        height: 370px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;  
        border-radius: 10px;
        position: relative;
    }
    .home-academy .boxes-wrapper .box .image-box a{
        display: none;
        transition: all 0.5s;
    }
    .home-academy .boxes-wrapper .box .image-box .mask{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000;
        opacity: 0.4;
        border-radius: 10px;
        display: none;
        transition: all 0.5s;
    }
    .home-academy .boxes-wrapper .box:hover .image-box a{
        display: flex;
        position: relative;
        transition: all 0.5s;
    }
    .home-academy .boxes-wrapper .box:hover .mask{
        display: flex;
        transition: all 0.5s;
    }
    /* ACADEMY */
    /* COLLEGE */  
    .home-college .box{
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        padding-bottom: 50px;
    }
    .home-college .box .main-image{
        width: 100%;
        border-radius: 10px;
        height: 330px;
        object-fit: cover;
    }
    .home-college .box .rectangle .white-box{
        position: absolute;
        bottom: 0;
        left: 29px;
        right: 150px;
        height: 95;
        background-color: #fff;
        z-index: 1000;
        padding-left: 35px;
    }
    .home-college .box .rectangle .white-box .floating-image{
        margin-top: -35px;
        width: 67px;
        height: 67px;
        border-radius: 8px;
    }
    .home-college .owl-carousel .owl-stage-outer{
        position: relative;
    }
    .home-college .owl-theme .owl-nav{
        position: absolute;
        right: -25px;
        display: flex;
        flex-direction: column;
        top: 0;
        bottom: 51px;
        justify-content: center;
        gap: 25px;
    }
    .home-college .owl-theme .owl-nav .owl-prev{
        width: 14px;
        height: 25px;        
        color: transparent;
        background-size: 100%;
        background-repeat: no-repeat;
        transition: all 0.5s;
    }
    .home-college .owl-theme .owl-nav .owl-prev:hover{
        background-color: transparent;       
        transition: all 0.5s;
    }
    .home-college .owl-theme .owl-nav .owl-next{
        width: 14px;
        height: 25px;        
        color: transparent;
        background-size: 100%;
        background-repeat: no-repeat;
        transition: all 0.5s;
    }
    .home-college .owl-theme .owl-nav .owl-next:hover{
        background-color: transparent;       
        transition: all 0.5s;
    }
    /* COLLEGE */
    /* ONLINE */
    .home-online-education{
        height: 500px;        
        object-fit: cover;
        background-position: center;
    }
    .home-online-education .content{
        padding-left: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home-online-education-on-mobile{
        display: none;
    }
    .home-online-education-on-mobile .top-image img{
        width: 100%;
    }
    .home-online-education-on-mobile .content{      
        background-size: cover;
        background-repeat: no-repeat;
        padding: 40px 15px;
        text-align: center !important;
    }
    /* ONLINE */
    /* TESTIMONIALS */
    .home-testimonials{
        background-color: #E9F4F7;
    }
    .home-testimonials .nav{
        width: 45%;
    }
    .home-testimonials .tab-content{
        width: 55%;
        padding-left: 40px;
    }
    .home-testimonials .nav .box .rectangle{
        display: flex;
        padding: 12px 25px;
    }
    .home-testimonials .nav .box .rectangle img{
        border-radius: 50%;
        width: 65px;
        height: 65px;
    }
    .home-testimonials .nav .box .rectangle .left{
        display: flex;
        align-items: center;
    }
    .home-testimonials .nav .box .rectangle .right p{
        text-align: left;
    }
    .home-testimonials .nav .box .rectangle .right{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
        justify-content: center;
    }
    .home-testimonials .nav-pills .nav-link.active{
        background-color: transparent;
    }
    .home-testimonials .nav-pills .nav-link.active .rectangle{
        background-color: #fff;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 6px;
        transition: all 0.5s;
    }
    /* TESTIMONIALS */
    /* TESTIMONIALS ON MOBILE */
        .home-testimonials-on-mobile{
            background-color: #E9F4F7;
            display: none;
        }
        .home-testimonials-on-mobile .carousel-control-prev{
            left: -45px;
            width: 13px;
            height: 25px;         
            background-repeat: no-repeat;
            background-size: 100% 100%;
            top: 50%;
            opacity: 1;
            z-index: 100;
        }
        .home-testimonials-on-mobile .carousel-control-next{
            right: -45px;
            width: 13px;
            height: 25px;          
            background-repeat: no-repeat;
            background-size: 100% 100%;
            top: 50%;
            opacity: 1;
            z-index: 100;
        }
        .home-testimonials-on-mobile .box .image-box{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .home-testimonials-on-mobile .box .image-box img{
            border-radius: 50%;
            width: 65px;
            height: 65px;
        }
    /* TESTIMONIALS ON MOBILE */
    /* BLOGS */ 
    .home-blogs-and-gallery .blogs-area{
        padding-right: 50px;
    }
    .home-blogs-and-gallery .heading-area{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 40px;
    } 
    .home-blogs-and-gallery .blog-slider-wrapper .box .image-box{        
        width: 100% !important;
        height: 300px !important;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .home-blogs-and-gallery .blog-slider-wrapper .box .image-box img{
        /* position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        object-position: top;
    }
    .home-blogs-and-gallery .blog-slider-wrapper .box .btn-box{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-blogs-and-gallery .blog-slider-wrapper .box .image-box .mask{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000;
        opacity: 0.4;
        border-radius: 10px;
        display: none;
        transition: all 0.5s;
    }
    .home-blogs-and-gallery .blog-slider-wrapper .box .image-box a{
        display: none;
        position: relative;
        z-index: 100;
        transition: all 0.5s;
    }
    .home-blogs-and-gallery .blog-slider-wrapper .box:hover a{
        display: flex;
        transition: all 0.5s;
    }
    .home-blogs-and-gallery .blog-slider-wrapper .box:hover .mask{
        display: flex;
        transition: all 0.5s;
    }
    .home-blogs-and-gallery .owl-dots{
        display: flex;
        margin: 0;
        gap: 8px;
    }
    .home-blogs-and-gallery .owl-dot{
        width: 55px;
        height: 2px;
    }  
    .home-blogs-and-gallery .owl-theme .owl-dots .owl-dot span{
        width: 55px;
        height: 2px;
        background-color: #C9C9C9;
    }
    .home-blogs-and-gallery .owl-theme .owl-dots .active span{
        background-color: #662C90;
        
    }
    /* BLOGS */
    /* GALLERY */
    .home-blogs-and-gallery .gallery-slider-wrapper .box{
        padding: 0px 4px;
    }
    .home-blogs-and-gallery .gallery-slider-wrapper .box img{
        width: 100%;
        height: 358px;
        object-fit: cover;
        border-radius: 10px;
    }
    .home-blogs-and-gallery .owl-theme .owl-dots .owl-dot{
        display: inline-block !important;
    }
    .home-blogs-and-gallery .owl-theme .owl-dots .owl-dot span{
        display: block !important;
    }
    /* GALLERY */
/* HOME */

/* COMMON BANNER */
    .common-banner-mobile{
        display: none;
    }
    .common-banner{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .common-banner .content{
        background: #E9F4F7;
        width: max-content;
        padding: 45px 65px;
        opacity: 0.73;
    }
    .link-to-home{
        text-decoration: none;
        color: #333333;
    }
    .link-to-home:hover{
        color: #333333;
    }
/* COMMON BANNER */

/* ABOUT */
    /* VISION MISSION */
        .about-vision-mission{
            position: relative;
        }
        .about-vision-mission .vision-mission-wrapper{
            background-image: linear-gradient(to left, #A6127E, #662C90);
            padding: 70px;
            border-radius: 10px;
        }
        .about-vision-mission .box-left{
            padding-right: 30px;
            width: 25%;
        }
        .about-vision-mission .box-middle{
            padding-left: 30px;
            padding-right: 30px;
            width: 30%;
        }
        .about-vision-mission .box-middle img{
            max-width: 100%;
            max-height: 405px;
            object-fit: cover;
        }
        .about-vision-mission .box-right{
            width: 45%;
            padding-left: 30px;
        }
        .about-vision-mission .background{
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 50%;
            background-color: #E9F4F7;
            z-index: -1;
        }
    /* VISION MISSION */
    /* PRINCIPLES MESSAGE */
        .about-principles-message{
            background-color: #E9F4F7;
        }
        .about-principles-message .image-box{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .about-principles-message .image-box img{
            border-radius: 10px;
            width: 100%;
            height: 410px;
            object-fit: cover;            
        }
        .about-principles-message .image-box .content{
            background-color: #662C90;
            border-radius: 10px;
            padding: 20px 50px;
            width: 80%;
            margin-top: -45px;
            text-align: center;
        }
        .about-principles-message .message-content{
            padding-left: 30px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    /* PRINCIPLES MESSAGE */
    /* OBJECTIVES */
        .about-objectives ul{
            padding-top: 40px;
            line-height: 1.8;
            font-size: 16px;
            color: #333333;
        }
        .about-objectives ul li{
            padding-top: 10px;
            padding-bottom: 10px;
        }
    /* OBJECTIVES */
/* ABOUT */

/* COLLEGE */
        .college-college .college-wrapper{
            padding-top: 30px;
        }
        .college-college .college-wrapper .box{
            width: 50%;
            padding: 30px 50px;
        }
        .college-college .college-wrapper .box .main-image{
            border-radius: 10px;
            width: 100%;
            height: 330px;
            object-fit: cover;
        }
        .college-college .college-wrapper .box .white-box{
            padding: 30px 40px;
            background-color: #fff;
            margin-right: 65px;
            margin-top: -30px;
            position: relative;
            z-index: 100;
        }
        .college-college .college-wrapper .box .white-box .top{
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .college-college-on-mobile{
            display: none;
        }
/* COLLEGE */

/* PRIVATE O/L A/L */
        /* OL & AL*/
            .private-ol-al .top-area{
                align-items: center;
            }
            .private-ol-al .top-area img{
                width: 45%;
            }
            .private-ol-al .top-area .purple-box{
                width: 55%;
                padding: 65px;
                border-radius: 10px;
                background-image: linear-gradient(to left, #A6127E, #662C90);
                margin-left: -60px;
            }
            .private-ol-al .middle-area{
                width: 80%;
                margin: auto;
                padding-top: 35px;
            }
            .private-ol-al .middle-area .box{
                width: 50%;
                padding: 0px 8px;
            }
            .private-ol-al .middle-area .box .rectangle{
                background-color: #fff;
                box-shadow: 0px 3px 6px #00000029;
                border-radius: 6px;
                padding: 40px;
            }
            .private-ol-al .bottom-area{
                width: 80%;
                margin: auto;
                padding-left: 5px;
                padding-top: 60px;
            }
            .private-ol-al .bottom-area .left {
                width: 37%;
            }
            .private-ol-al .bottom-area .left .box{
                width: 100%;
                padding: 40px 60px;
                border-radius: 10px;
                background-color: #662C90;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .private-ol-al .bottom-area .right{
                width: 63%;
                padding-left: 55px;
            }
            .private-ol-al .bottom-area .right .box{
                padding-bottom: 30px;
            }
            .private-ol-al .bottom-area .right .heading{
                display: flex;
                align-items: center;
                gap: 30px;
            }
            .private-ol-al .bottom-area .right .content{
                padding-left: 41px;
            }
        /* OL & AL*/

        /* AL */
            .private-al{
                background-color: #E9F4F7;
            }
        /* AL */

        /* WHY CHOOSE */
            .private-ol-why-choose .box{
                display: flex;
                width: 100%;
                gap: 50px;
                padding-top: 60px;
            }
            .private-ol-why-choose-on-mobile{
                display: none;
            }
        /* WHY CHOOSE */
/* PRIVATE O/L A/L */

/* TUTION */
            /* TIME TABLES */
                .tution-time-tables table{
                    width: 100%;
                }
                .tution-time-tables .left-wrapper{
                    padding-right: 50px;
                }
                .tution-time-tables .right-wrapper{
                    padding-left: 50px;
                }
                .tution-time-tables table .empty-td{
                    background-color: #66a3ff;
                    background-image: radial-gradient(black 0.5px, transparent 0);
                    background-size: 3px 3px;
                    background-position: -19px -19px;
                }
                .tution-time-tables table thead td{
                    background-color:#b3d1ff;
                }
                .tution-time-tables table .dark-blue-td{
                    background-color: #80aaff;
                }
                .tution-time-tables table tr td{
                    width: 16.6666%;
                    padding: 10px 10px 10px 5px;
                    font-size: 11px;
                    font-weight: 600;
                    border: 1px solid #000;
                }
                .tution-time-tables table .gray-tr td{
                    background-color: #bfbfbf;
                }
            /* TIME TABLES */
/* TUTION */
/* ENGLISH ACADEMIES WRAPPER */
                .english-academy-academies-wrapper .box{
                    align-items: center;
                    padding: 40px 0px;
                }
                .english-academy-academies-wrapper .box img{
                    width: 45%;
                }
                .english-academy-academies-wrapper .box .purple-box{
                    width: 55%;
                    padding: 65px;
                    border-radius: 10px;
                    background-image: linear-gradient(to left, #A6127E, #662C90);
                    margin-left: -60px; 
                    flex-grow: 1;               
                }
/* ENGLISH ACADEMIES WRAPPER */
/* ENGLISH ACADEMY INNER WRAPPER */
                .English-academy-inner-wrapper{
                    background-color: #E9F4F7;
                }
                .English-academy-inner-wrapper .content-wrapper .left{
                    width: 30%;
                }
                .English-academy-inner-wrapper .content-wrapper .right{
                    width: 70%;
                    padding-left: 55px;
                }
                .English-academy-inner-wrapper .content-wrapper .left .box{
                    width: 100%;
                    padding: 40px 50px 0px 50px;
                    border-radius: 10px;
                    background-color: #662C90;
                    background-image: linear-gradient(to left, #A6127E, #662C90);
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .English-academy-inner-wrapper .content-wrapper .left .box .rectangle{
                    padding:30px 0px;
                    border-bottom: 1px solid #fff;
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .English-academy-inner-wrapper .content-wrapper .left .box .no-berder{
                    border: none;
                }
                .English-academy-inner-wrapper .content-wrapper .left .box .no-berder .bottom-image{
                    width: 100%;
                }
                .English-academy-inner-wrapper .btn---white{
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    font-weight: bold;
                    font-size: 20px;
                    padding: 15px 30px;
                    border-radius: 10px;
                }
                .English-academy-inner-wrapper .padding---bott---0{
                    padding-bottom: 0 !important;
                }
                .English-academy-inner-wrapper .right ul{
                    list-style: none;
                }
                
/* ENGLISH ACADEMY INNER WRAPPER */
/* ENGLISH ACADEMY CONTACT WRAPPER */
                .English-academy-contact-wrapper .contact-form form{
                    display: flex;
                    flex-wrap: wrap;
                }
                .English-academy-contact-wrapper .contact-form .small-input{
                    width: 33.33%;
                    padding: 0px 8px;
                    position: relative;
                }
                .English-academy-contact-wrapper .contact-form .small-input label{
                    position: absolute;
                    bottom: 8px;
                    left: 5px;
                    z-index: 100;
                    font-size: 14px;
                    color: #7A7A7A;
                }
                .English-academy-contact-wrapper .contact-form .small-input input,
                .English-academy-contact-wrapper .contact-form .form-group-textarea textarea{
                    border: none;
                    border-bottom: 1px solid #707070;
                    height: 50px;
                    width: 100%;
                }
                .English-academy-contact-wrapper .contact-form .form-group-textarea{
                    width: 100%;
                    padding-top: 50px;
                    padding-left: 8px;
                    padding-right: 8px;
                }
                .English-academy-contact-wrapper .contact-form .form-group-textarea label{
                    font-size: 14px;
                    color: #7A7A7A;
                }
                .English-academy-contact-wrapper .contact-form .form-group-textarea textarea{
                    width: 100%;
                }
                .English-academy-contact-wrapper .contact-form .form-group-submit{
                    width: 100%;
                    display: flex;
                    padding-top: 60px;
                }
                .English-academy-contact-wrapper .contact-form .form-group-submit input{
                    width: 190px;
                    height: 55px;
                    background-image: linear-gradient(to left, #A6127E, #662C90);
                    border: none;
                    color: #fff;
                    font-size: 16px;
                    margin: auto;     
                    border-radius: 5px;               
                }
                .English-academy-contact-wrapper .contact-form .focused label{
                    bottom: 40px;
                    transition: all 0.5s;
                }
                .English-academy-contact-wrapper .contact-form .focused input,
                .English-academy-contact-wrapper .contact-form .focused textarea{
                    outline: 0;
                    border: none;
                    border-bottom: 1px solid #707070;
                    color: #333333;
                    font-size: 16px;
                    font-weight: bold;
                }
                .English-academy-contact-wrapper .contact-form .focused textarea{
                    padding-top: 15px;
                }
/* ENGLISH ACADEMY CONTACT WRAPPER */
/* FACULTY BOXES WRAPPER */
                .faculty-faculty-wrapper .boxes-wrapper .box{
                    width: 33.33%;
                    padding: 40px;
                }
                .faculty-faculty-wrapper .boxes-wrapper .box img{
                    width: 100%;
                    height: 365px;
                    object-fit: cover;
                    border-radius: 10px;
                }
                .faculty-faculty-wrapper .boxes-wrapper .box .purple-box{
                    width: 100%;
                    padding: 20px;
                    background-color: #662C90;
                }
/* FACULTY BOXES WRAPPER */
/* BLOGS */
    /* BLOGS WRAPPER 01 */
        .blogs-blog-wrapper-01 .content{
            padding: 60px;
            border-radius: 10px;
            background-color: #662C90;
        }
        .blogs-blog-wrapper-01 .content .left{
            width: 45%;
            padding-right: 55px;
        }
        .blogs-blog-wrapper-01 .content .left img{
            width: 100%;
            height: 315px;
            border-radius: 10px;
            object-fit: cover;
        }
        .blogs-blog-wrapper-01 .content .right{
            width: 55%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
    /* BLOGS WRAPPER 01 */
    /* BLOGS WRAPPER 02 */
        .blogs-blogs-wrapper-02 .box{
            width: 33.33%;
            padding: 25px;
        }
        .blogs-blogs-wrapper-02 .image-box, 
        .blogs-blogs-wrapper-02-on-mobile .image-box {
            position: relative;
            border-radius: 10px;
        }
        .blogs-blogs-wrapper-02 .image-box .btn-box,
        .blogs-blogs-wrapper-02-on-mobile .image-box .btn-box {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .blogs-blogs-wrapper-02 .image-box::after,
        .blogs-blogs-wrapper-02-on-mobile .image-box::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000;
            opacity: 0.4;
            z-index: 100;
            z-index: 1;
            display: none;
            transition: all 0.5s;
            border-radius: 10px;
        }
        .blogs-blogs-wrapper-02 .image-box a,
        .blogs-blogs-wrapper-02-on-mobile .image-box a{
            position: relative;
            z-index: 100;
            display: none;
            transition: all 0.5s;
        }
        .blogs-blogs-wrapper-02 .box:hover .image-box a,
        .blogs-blogs-wrapper-02-on-mobile .box:hover .image-box a{
            display: flex;
            transition: all 0.5s;
        }
        .blogs-blogs-wrapper-02 .box:hover .image-box::after,
        .blogs-blogs-wrapper-02-on-mobile .box:hover .image-box::after{
            display: flex;
            transition: all 0.5s;
        }
        .blogs-blogs-wrapper-02 .image-box img,
        .blogs-blogs-wrapper-02-on-mobile .image-box img{
            width: 100% !important;
            height: 245px;
            border-radius: 10px;
            object-fit: cover;
        }
        .blogs-blogs-wrapper-02 .blog-name,
        .blogs-blogs-wrapper-02-on-mobile .blog-name{
            height: 50px;
        }
        .blogs-blogs-wrapper-02-on-mobile{
            display: none;
        }
    /* BLOGS WRAPPER 02 */
/* BLOGS */
/* BLOGS INNER WRAPPER */
        .blogs-inner-wrapper .min-wrap{
            background-color: #E9F4F7;
        }
        .blogs-inner-wrapper .content{
            width: 80%;
            margin: auto;
        }
        .blogs-inner-wrapper .images-wrapper{
            padding-top: 40px;
            padding-bottom: 50px;
            position: relative;
        }
        .blogs-inner-wrapper .images-wrapper img{
            width: 100%;
            height: 540px;
            object-fit: cover;
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-prev{
            position: absolute;
            left: -14%;           
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-next{
            position: absolute;
            right: -14%;           
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-prev span,
        .blogs-inner-wrapper .images-wrapper .carousel-control-next span{
            width: 15px;
            height: 27px;
            background-repeat: no-repeat;
            object-fit: cover;
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-prev span{
            transition: all 0.5s;
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-prev:hover span{
            transition: all 0.5s;
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-next span{
            transition: all 0.5s;
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-next:hover span{
            transition: all 0.5s;
        }
        .blogs-inner-wrapper .social-wrapper{
            width: 100%;
            justify-content: flex-end;
            display: flex;
            gap: 16px;
            align-items: center;
            padding-top: 40px;
        }
        .blogs-inner-wrapper .social-wrapper ul{
            display: flex;
            gap: 10px;
            list-style: none;
        }

        .blogs-inner-back-to-blog a{
            text-decoration: none;
            color: #333333;
            transition: all 0.5s;
        }
        .blogs-inner-back-to-blog a:hover{
            text-decoration: underline;
            transition: all 0.5s;
        }
/* BLOGS INNER WRAPPER */

/* GALLERY WRAPPER */
        .gallery-gallery-wrapper .nav-pills,
        .gallery-gallery-wrapper-on-mobile .nav-pills{
            width: 100%;
            height: 70px;
            border-radius: 10px;
            background-image: linear-gradient(to left, #A6127E, #662C90);
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .gallery-gallery-wrapper .nav-pills .nav-item button,
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item button{
            background-color: transparent;
            font-size: 20px;
            color: #fff;
            font-family: 'Roboto', sans-serif;
        }
        .gallery-gallery-wrapper .nav-pills .nav-item .active,
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item .active{
            font-weight: bold;
        }
        .gallery-gallery-wrapper .nav-pills .nav-item button,
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item button{
            padding-right: 80px;
            padding-left: 80px;
        }
        .gallery-gallery-wrapper .nav-pills .nav-item,
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item{
            align-items: center;
            display: flex;
        }
        .gallery-gallery-wrapper .nav-pills .nav-item,
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item{
            border-right: 1px solid #fff;
        }
        .gallery-gallery-wrapper .nav-pills .nav-item:last-child,
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item:last-child{
            border: none !important;
        }
        .gallery-gallery-wrapper .images-wrapper .box{
            width: 50%;
            padding: 12px;
        }
        .gallery-gallery-wrapper .images-wrapper .box img,
        .gallery-gallery-wrapper-on-mobile .images-wrapper .box img{
            width: 100%;
            height: 390px;
            object-fit: cover;
            border-radius: 10px;
        }
        .gallery-gallery-wrapper-on-mobile{
            display: none;
        }
/* GALLERY WRAPPER */
/* CAREERS */
        /* CAREERS BOXES */
            .careers-boxes .boxes-wrapper .box {
                padding: 14px 0px;
                width: 100%;
            }
            .careers-boxes .boxes-wrapper .box .rectangle{
                padding: 60px 70px;
                border-radius: 10px;
                box-shadow: 0px 3px 6px #00000029;
                background-color: #E9F4F7;
                color: #333333;
                transition: all 0.2s;
            }
            .careers-boxes .boxes-wrapper .box .rectangle a:hover{
                cursor: pointer;
            }
            .careers-boxes .boxes-wrapper .box .rectangle:hover{
                background-color: #662C90;
                color: #fff !important;
                transition: all 0.2s;
            }            
            .careers-boxes .boxes-wrapper .box .rectangle .btn---white---outline{
                display: none;
                transition: all 0.2s;
            }
            .careers-boxes .boxes-wrapper .box .rectangle:hover .btn---white---outline{
                display: flex;
                transition: all 0.2s;
            }
            .careers-boxes .boxes-wrapper .box .rectangle:hover .btn---gradient{
                display: none;
                transition: all 0.2s;
            }            
            .careers-boxes .boxes-wrapper .rectangle .long-text{
                display: none;
            }
            /* .careers-boxes .boxes-wrapper .active .long-text{
                display: block;
            } */
            /* .careers-boxes .boxes-wrapper .active .short-text{
                display: none;
            } */
            .careers-boxes .boxes-wrapper .rectangle .left{
                width: 32%;
                display: flex;
                align-items: center;
                border-right: 1px solid #C9C9C9;
                transition: all 0.2s;
                padding-right: 20px;
            }
            .careers-boxes .boxes-wrapper .rectangle:hover .left{
                border-right: 1px solid #fff;
                transition: all 0.2s;
            }
            .careers-boxes .boxes-wrapper .rectangle .right{
                width: 68%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding-left: 50px;
            }
            .careers-boxes .boxes-wrapper .rectangle .right .btn-container{
                align-items: center;
                gap: 40px;
            }
            .careers-boxes .boxes-wrapper .rectangle .right .btn-container .read-btn{
                text-decoration: none;
                font-size: 16px;
                color: #333333;
                transition: all 0.5s;
            }
            .careers-boxes .boxes-wrapper .rectangle .right .btn-container .read-btn:hover{
                text-decoration: underline;
                transition: all 0.5s;
            }
            .careers-boxes .boxes-wrapper .rectangle:hover .read-btn{
               color: #fff !important;
               transition: all 0.5s;
            }
        /* CAREERS BOXES */
        /* CAREERS APPLICATION */
            .careers-apply-section .apply-form-wrapper form{
               display: flex;
               flex-wrap: wrap; 
            }
            .careers-apply-section .apply-form-wrapper form label{
                color: #7A7A7A;
                font-size: 14px;
            }
            .careers-apply-section .apply-form-wrapper form input:focus,
            .careers-apply-section .apply-form-wrapper form textarea:focus{
                outline: 0;
                border: none;
                border-bottom: 1px solid #707070;
            }
            .careers-apply-section .apply-form-wrapper .small-input{
                width: 33.33%;
                padding: 0px 8px;
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
            }
                      
            .careers-apply-section .apply-form-wrapper .small-input input{
                width: 100%;
                border: none;
                border-bottom: 1px solid #707070;
                padding-bottom: 10px;
                color: #333333;
                font-size: 16px;
                font-weight: bold;
            }
            .careers-apply-section .apply-form-wrapper .small-input label{
                position: absolute;
                left: 7px;
                bottom: 30px;
                z-index: 100;
            }
            .careers-apply-section .apply-form-wrapper .medium-input{
                width: 60.66%;
                display: flex;
                align-items: flex-end;
                gap: 30px;
                padding-bottom: 10px;
            }
            .careers-apply-section .apply-form-wrapper .medium-input label{
                color: #333333;
            }
            .careers-apply-section .apply-form-wrapper .focused label{
                bottom: 70px;
            }
            .careers-apply-section .apply-form-wrapper .file-input input{
                background-color: transparent;
            }
            .careers-apply-section .apply-form-wrapper .form-group-textarea{
                width: 100%;
                padding-left: 7px;
                padding-top: 15px;
            }
            .careers-apply-section .apply-form-wrapper .form-group-textarea textarea{
                border: none;
                width: 100%;
                height: 50px;
                border-bottom: 1px solid #707070;  
                font-size: 16px;
                font-weight: bold;
                color: #333333;              
            }
            .careers-apply-section .apply-form-wrapper .form-group-submit{
                width: 100%;
                display: flex;
                justify-content: center;
                padding-top: 50px;               
            }
            .careers-apply-section .apply-form-wrapper .form-group-submit input{
                background-image: linear-gradient(to left, #A6127E, #662C90);
                border: none;
                padding: 17px 60px;
                color: #fff;
                font-size: 16px;
                border-radius: 5px;
            }
            .careers-apply-section .apply-form-wrapper .form-group-submit span{
                display: none;
            }
            input[type=file]::file-selector-button {
                padding: 3px 15px;
                background-color: #333333;
                transition: 1s;
                border: none;
                outline: none;
                border-radius: unset;
                font-size: 14px;
                color: #fff;
            }      
            input[type=file]::file-selector-button:hover {
                background-color: #333333;
                transition: 1s;
                border: none;
                outline: none;
                border-radius: unset;
                font-size: 14px;
                color: #fff;
            }
        /* CAREERS APPLICATION */
/* CAREERS */
/* CONTACT US */
            /* CONTACT US CONTACT WRAPPER */
                .contact-us-contact-wrapper .left{
                    width: 35%;
                    padding: 50px;
                    border-radius: 10px;
                    background-color: #662C90;
                }
                .contact-us-contact-wrapper .left .box{
                    padding-top: 30px;
                    padding-bottom: 30px;
                    border-bottom: 1px solid #fff;
                }
                .contact-us-contact-wrapper .right{
                    width: 65%;
                    padding-left: 70px;
                    padding-top: 30px;
                }
                .contact-us-contact-wrapper .address-box{
                    align-items: center;
                    gap: 10px;
                }
                .contact-us-contact-wrapper .social-icons{
                    padding-top: 30px;
                    align-items: center;
                    gap: 20px;
                }
                .contact-us-contact-wrapper .social-icons ul{
                    list-style: none;
                    gap: 6px;
                }
                .contact-us-contact-wrapper form{
                    display: flex;
                    flex-wrap: wrap;
                }
                .contact-us-contact-wrapper form .small-input{
                    width: 50%;
                    padding: 22px 8px;
                    position: relative;
                }
                .contact-us-contact-wrapper form .select-input{
                    margin-top: -3px;
                }
                .contact-us-contact-wrapper form .small-input label{
                    position: absolute;
                    left: 5px;
                    bottom: 25px;
                    z-index: 100;
                    font-size: 14px;
                    color: #7A7A7A;
                    transition: all 0.3s;
                }
                .contact-us-contact-wrapper form .focused label{
                    bottom: 70px;
                    transition: all 0.3s;
                }
                .contact-us-contact-wrapper form .small-input input{
                    width: 100%;
                    border: none;
                    border-bottom: 1px solid #707070;
                    color: #333333;
                    font-weight: bold;
                    font-size: 16px;
                    padding-bottom: 10px;
                }              
                .contact-us-contact-wrapper form .small-input select{
                    padding-top: 14px;
                    width: 100%;
                    border: none;
                    border-bottom: 1px solid #707070;                   
                    background-repeat: no-repeat;
                    -webkit-appearance: none;
                    background-position: 100%;
                    background-color: #fff !important;
                }
                .contact-us-contact-wrapper form .small-input input:focus,
                .contact-us-contact-wrapper form .small-input select:focus{
                    border: none;
                    outline: none;
                    border-bottom: 1px solid #707070;
                }
                .contact-us-contact-wrapper form .form-group-textarea{
                    width: 100%;
                    padding-left: 7px;
                    padding-right: 7px;
                }
                .contact-us-contact-wrapper form .form-group-textarea label{
                    font-size: 14px;
                    color: #7A7A7A;
                }
                .contact-us-contact-wrapper form textarea{
                    width: 100%;
                    height: 50px;
                    border: none;
                    border-bottom: 1px solid #707070;
                }
                .contact-us-contact-wrapper form textarea:focus{
                    outline: 0;
                    border: none;
                    border-bottom: 1px solid #707070;
                }
                .contact-us-contact-wrapper form .form-group-submit{
                    padding-top: 50px;
                    padding-left: 7px;
                }
                .contact-us-contact-wrapper form .form-group-submit input{
                    width: 190px;
                    height: 55px;
                    border-radius: 5px;
                    background-image: linear-gradient(to left, #A6127E, #662C90);
                    border: none;
                    color: #fff;
                    font-size: 16px;
                }
            /* CONTACT US CONTACT WRAPPER */
            /* CONTACT US MAP */
                .contact-us-map .maps-wrapper .box{
                    width: 50%;
                }
                .contact-us-map .maps-wrapper .box:nth-child(1){
                    padding-right: 37px;
                }
                .contact-us-map .maps-wrapper .box:nth-child(2){
                    padding-left: 37px;
                }
                .contact-us-map .maps-wrapper .box iframe{
                    width: 100%;
                    height: 365px;
                }
            /* CONTACT US MAP */
/* CONTACT US */
/* FOOTER */
    .footer .popup-box-wrapper .box .contact-us-for-on-mobile{
        display: none !important;
    }
    .footer{
        background-color: #E9F4F7;
        position: relative;
    }
    .footer .popup-box-wrapper{
        background-image: linear-gradient(to left, #A6127E, #662C90);
        padding: 70px 90px;
        margin-top: -275px;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
    }
    .footer .popup-box-wrapper .box{
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .contact-us-for-on-mobile{
        display: none !important;
    }
    .footer .popup-box-wrapper .box-last{
        justify-content: flex-end;
    }
    .footer .popup-box-wrapper .box-last a{
        padding: 20px 35px;
    }
    .footer .popup-box-wrapper .box-border-right{
        border-right: 1px solid #fff;
    }
    .footer .popup-box-wrapper .box-border-right .hidden-icon{
        filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(321deg) brightness(105%) contrast(100%);
    }
    .footer .popup-box-wrapper ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .footer .popup-box-wrapper ul li a{
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .footer .box2{
        width: 100px;
        margin-left: auto;
    }
    .footer .box3{
        width: 200px;
        margin-left: auto;
    }
    .footer .box4{
        width: 265px;
        margin-left: auto;
    }
    .footer .social-icons{
        list-style: none;
        display: flex;
        gap: 10px;
        padding-top: 10px;
    }
    .footer .social-icons li img{
        width: 30px;
        height: 30px;
    }
    .footer .address-ul{
        list-style: none;
    }
    .footer .address-ul li a{
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 20px;
    }
    .footer .address-ul li a img{
        padding-top: 5px;
    }
    .footer .copyright a{
        color: #515151;
        text-decoration: none;
    }
    .footer .copyright-on-mobile {
        display: none;
    }
    .footer .copyright-on-mobile a{
        color: #515151;
        text-decoration: none;
    }
    .footer .back-to-top{
        position: absolute;
        right: 100px;
        top: 170px;
        cursor: pointer;
    }
    .footer .footer-nav-menu .nav-link{
        color: #515151;
        font-size: 14px;
        padding: 6px 0px;
        transition: all 0.5s;
    }
    .footer .footer-nav-menu .nav-link:hover{
        text-decoration: underline;
        transition: all 0.5s;
    }
/* FOOTER */

.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 10000;
}
.video-1, .video-2 {
    width: 48%;
    margin: 5rem 0 0 0;
}
.video-1 img, .video-2 img {
    width: 100%;
}
.play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 50px;
    margin: auto;
}
.about-video-section {
    width: 60%;
    margin: auto;
}
video#about-video {
    height: 100%;
    object-fit: cover;
}
.play-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #29282861;
}
img.play-icon {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: auto;
}
.video-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8); /* Black background with opacity */
}

.modal-content {
	position: relative;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	max-width: 800px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.close-btn:hover {
	color: #f00;
}

.play-button {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	position: relative;
	cursor: pointer;
	background-color: #000;
}

.play-button i {
	position: absolute;
	color: #fff;
	font-size: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.about-video-section {
    margin-bottom: 4rem !important;
}
.pt-large {
    padding-top: 6rem;
}
.video-item {
    padding: 0 0.5rem;
}

.event-play svg {
    position: absolute;
    left: -10%;
    height: 40px;
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.event-play-related svg {
    position: absolute;
    left: 0;
    height: 40px;
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* MEDIA QUERIES */
    @media only screen and (max-width: 1600px) {
        .home-blogs-and-gallery .blog-slider-wrapper .box .image-box{
            height: 250px !important;
        }
        .header form .english-courses-wrapper .wpcf7-form-control.wpcf7-checkbox{
            width: 70%;
        }
        .header form .subjects-wrapper span.wpcf7-list-item {
            width: 20%;
        }
        .about-principles-message .image-box .content{
            padding: 20px 25px;
        }
        .English-academy-inner-wrapper .btn---white{
            padding: 10px 20px;
        }
        .English-academy-inner-wrapper .content-wrapper .left .box{
            padding: 30px 30px 0px 30px;
        }
        .home-main-banner .carousel-indicators{
            bottom: 125px;
        }
           
        .h5---60px{
            font-size: 50px;
        }
        .home-college .box .main-image{
            height: 270px;
        }
        .paragraph---16px{
            font-size: 14px;
        }
        .paragraph---padd---bott---50px{
            padding-bottom: 35px;
        }
        .h5---30px{
            font-size: 25px;
        }
        .btn---large---size{
            font-size: 22px;
        }
        .home-academy .boxes-wrapper .box .image-box{
            height: 315px;
        }
        .home-blogs-and-gallery .gallery-slider-wrapper .box img{
            height: 300px;
        }
        .private-ol-al .bottom-area .left .box{
            padding: 35px 50px;
        }
        .english-academy-academies-wrapper .box .purple-box{
            padding: 35px;
        }
        .header form .box .radio-btns-box{
            gap:25px;
        }
        .header form .subjects-wrapper .box{
            width: 20%;
        }
        .header form .english-radio-wrapper .wpcf7-form-control{
            gap: 25px;
        }
        .college-college .college-wrapper .box .main-image{
            height: 260px;
        }
        .private-ol-al .paragraph---padd---top---40px{
            padding-top: 20px;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box img{
            height: 285px;
        }
        .blogs-blog-wrapper-01 .content .left img{
            height: 255px;
        }
        .blogs-blogs-wrapper-02 .image-box img{
            height: 200px;
        }
        .gallery-gallery-wrapper .images-wrapper .box img{
            height: 330px;
        }
        .footer .popup-box-wrapper{
            padding: 70px 55px;
        }
    }
    @media only screen and (max-width: 1500px) { 
        .careers-apply-section .min-wrap{
            width: 80%;
        }
        .navbar-expand-lg .nav-wrapper{
            align-items: center;
        }
        .navbar-brand img{
            width: 200px;
        }
        .home-about .min-wrap{
            width: 85%;
        }
        .home-online-education .min-wrap{
            width: 90%;
        }
        .home-blogs-and-gallery .gallery-slider-wrapper .box img{
            height: 260px;
        }
        .college-college .college-wrapper .box{
            padding: 10px 30px;
        }
    }
    @media only screen and (max-width: 1400px) {
        .header form .english-courses-wrapper .wpcf7-form-control.wpcf7-checkbox{
            width: 75%;
        }
        .header form .subjects-wrapper span.wpcf7-list-item {
            width: 25%;
        }
        .contact-us-contact-wrapper .left{
            padding: 35px;
        }
        .careers-apply-section .min-wrap{
            width: 85% !important;
        }
        .careers-apply-section .apply-form-wrapper .medium-input{
            gap: 5px;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box .image-box{
            height: 210px !important;
        }
        .h5---60px {
            font-size: 46px;
        }
        .home-main-banner .carousel-indicators {
            bottom: 92px;
        }
        .home-college .box .main-image{
            height: 230px;
        }
        .h5---40px{
            font-size: 35px;
        }
        .navbar-expand-lg .nav-wrapper{
            width: 90%;
        }
        .navbar-brand img{
            width: 170px;
        }
        .navbar-expand-lg .navbar-nav{
            gap: 50px;
        }
        .home-academy .boxes-wrapper .box .image-box{
            height: 270px;
        }
        .home-testimonials .min-wrap{
            width: 70%;
        }
        .about-vision-mission .min-wrap{
            width: 90%;
        }
        .about-vision-mission .vision-mission-wrapper{
            padding: 45px;
        }
        .about-vision-mission .box-middle{
            padding: 0;
        }
        .about-principles-message .min-wrap{
            width: 80%;
        }       
        .college-college .college-wrapper .box .main-image{
            height: 235px;
        }    
        .private-ol-al .top-area .purple-box{
            padding: 35px;
        }  
        .faculty-faculty-wrapper .min-wrap{
            width: 80%;
        }  
        .faculty-faculty-wrapper .boxes-wrapper .box img{
            height: 285px;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box{
            padding-left: 30px;
            padding-right: 30px;
        }
        .blogs-blog-wrapper-01 .content .left img{
            height: 215px;
        }
        .blogs-blogs-wrapper-02 .image-box img{
            height: 170px;
        }
        .gallery-gallery-wrapper .images-wrapper .box img{
            height: 285px;
        }
        .header form .subjects-wrapper .box{
            width: 25%;
        }

        .footer .min-wrap{
            width: 90%;
        }
    }
    @media only screen and (max-width: 1300px) {
        .English-academy-inner-wrapper .min-wrap{
            width: 75%;
        }
        .h5---60px{
            font-size: 43px;
        }
        .home-about .paragraph---20px{
            font-size: 16px;
        }
        .about-vision-mission .vision-mission-wrapper{
            align-items: center;
        }
    }
    @media only screen and (max-width: 1200px) {
        .tution-time-tables .left-wrapper{
            padding-right: 20px;
        }
        .tution-time-tables .right-wrapper{
            padding-left: 20px;
        }
        .home-main-banner .left .inner{
            width: 65%;
        }
        .about-vision-mission .vision-mission-wrapper {
            align-items: unset;
        }
        .about-vision-mission .vision-mission-wrapper {
            padding: 30px;
        }
        .about-vision-mission .box-middle{
            display: flex;
            align-items: center;
        }
        .footer .a---30px{
            font-size: 20px !important;
        }
        .footer .popup-box-wrapper .a---16px{
            font-size: 14px !important;
        }
        .footer .popup-box-wrapper .box-border-right .logo{
            width: 90%;
        }
        .footer .popup-box-wrapper {
            padding: 70px 30px;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box .image-box {
            height: 175px !important;
        }
        .home-main-banner .carousel-indicators {
            bottom: 65px;
        }
        .h5---60px{
            font-size: 40px;
        }
        .tution-time-tables .min-wrap{
            width: 95%;
        }
        .home-college .box .main-image {
            height: 190px;
        }
        .btn---large---size{
            font-size: 18px;
        }
        .home-academy .boxes-wrapper .box .image-box{
            height: 230px;
        }
        .home-blogs-and-gallery .gallery-slider-wrapper .box img{
            height: 215px;
        }
        .min---wrap---60{
            width: 75%;
        }
        .about-academy .min-wrap{
            width: 75%;
        }
        .about-objectives .min-wrap{
            width: 75%;
        }
        .college-college .min-wrap{
            width: 80%;
        }
        .college-college .college-wrapper .box .white-box{
            padding: 20px 30px;
        }
        .college-college .college-wrapper .box .main-image{
            height: 215px;
        }
        .college-college .college-wrapper .box .white-box .paragraph---25px{
            font-size: 20px;
        }
        .private-ol-top-content .min-wrap{
            width: 80%;
        }
        .private-ol-al .min-wrap{
            width: 80%;
        }
        .private-ol-al .middle-area{
            width: 90%;
        }
        .private-ol-al .bottom-area{
            width: 90%;
        }
        .private-ol-why-choose .min-wrap{
            width: 75%;
        }
        .english-academy-academies-wrapper .min-wrap{
            width: 90%;
        }
        .English-academy-inner-wrapper .min-wrap{
            width: 90%;
        }
        .faculty-faculty-wrapper .min-wrap{
            width: 90%;
        }
        .blogs-blog-wrapper-01 .min-wrap{
            width: 85%;
        }
        .blogs-blogs-wrapper-02 .min-wrap{
            width: 85%;
        }
        .gallery-gallery-wrapper .images-wrapper .box img{
            height: 240px;
        }
        .careers-apply-section .min-wrap{
            width: 80%;
        }
        .contact-us-contact-wrapper .min-wrap{
            width: 85%;
        }
        .contact-us-map .min-wrap{
            width: 85%;
        }
        .header .modal-dialog{
            min-width: 80%;
        }
        .footer .paragraph---25px{
            font-size: 20px;
        }
        .footer .a---30px{
            font-size: 25px;
        }
        .home-college .box .rectangle .white-box{
            right: 100px;           
        }
    }
    @media only screen and (max-width: 1100px) {
        .careers-apply-section .apply-form-wrapper .medium-input{
            width: 66.66% !important;
        }
        .navbar-expand-lg .navbar-nav{
            gap: 30px;
        }
        .h5---60px{
            font-size: 35px;
        }
        .paragraph---25px{
            font-size: 24px;
        }
        .home-about .h5---40px{
            font-size: 30px;
        }
        .home-about .box{
            width: 33.33%;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .home-academy .boxes-wrapper{
            justify-content: center;
        }
        .home-academy .boxes-wrapper .box{
            width: 50%;
            padding: 10px;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .home-testimonials .min-wrap{
            width: 85%;
        }
        .home-blogs-and-gallery .min-wrap{
            width: 85%;
        }
        .home-blogs-and-gallery .blogs-area .paragraph---20px{
            font-size: 16px;
        }
        .home-college .box .rectangle .white-box p{
            font-size: 16px;
        }
        .about-principles-message .min-wrap{
            width: 90%;
        }
        .about-principles-message .image-box .content .paragraph---20px{
            font-size: 18px;
        }
        .about-principles-message .image-box .content .paragraph---14px{
            font-size: 12px;
        }
        .college-college .min-wrap{
            width: 90%;
        }
        .private-ol-al .min-wrap{
            width: 90%;
        }
        .english-academy-academies-wrapper .box .purple-box h5{
            font-size: 20px;
        }
        .english-academy-academies-wrapper .box .purple-box .paragraph---16px{
            font-size: 13px;
            padding-top: 10px;
        }
        .English-academy-inner-wrapper .btn---white{
            font-size: 13px;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box{
            width: 50%;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box img{
            height: 380px;
        }
        .blogs-blogs-wrapper-02 .box{
            width: 50%;
        }
        .blogs-blogs-wrapper-02 .image-box img{
            height: 210px;
        }
        .gallery-gallery-wrapper .nav-pills .nav-item button{
            padding-left: 50px;
            padding-right: 50px;
        }
        .careers-boxes .min-wrap{
            width: 90%;
        }
        .contact-us-contact-wrapper .left{
            padding: 25px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .header form .english-courses-wrapper .wpcf7-form-control.wpcf7-checkbox{
            width: 85%;
        }
        .header form .subjects-wrapper span.wpcf7-list-item {
            width: 33.33%;
        }
        .modal.show .modal-dialog {
            margin-top: 77px;
        }
        .common-banner-mobile{
            display: block !important;
            background-color: #E9F4F7;
        }
        .common-banner-mobile .min-wrap{
            width: 95%;
            margin: auto;
        }
        .common-banner-mobile .content{
            padding-top: 30px;
            text-align: center;
            padding-bottom: 30px;
        }
        .common-banner-mobile .content h5{
            font-size: 35px !important;
        }
        .common-banner-mobile .content p{
            font-size: 18px;
        }
        .common-banner{
            height: 255px;
        }
        .common-banner .content{
            display: none;
        }
        .home-main-banner .left{
            position: relative;
            height: max-content;
            padding-top: 40px;
            padding-bottom: 40px;
            width: 100%;
        }
        .home-main-banner .left .inner{
            width: 95%;
            padding: 0;
            text-align: center;
        }
        .home-main-banner .left p{
            width: 100%;
        }
        .home-main-banner .background-image{
            height: 415px;
        }
        .common-banner .min-wrap{
            width: 95%;
        }
        .min---wrap---padd---top---300px {
            padding-top: 25px;
        }
        .careers-apply-section .apply-form-wrapper .file-input{
            width: 100% !important;
        }
        .English-academy-inner-wrapper .content-wrapper .left .box .no-berder .bottom-image {
            width: 45%;
        }
        .home-academy .boxes-wrapper {
            width: 50%;
            margin: auto;
        }
        .blogs-blogs-wrapper-02 .box .image-box::after, 
        .blogs-blogs-wrapper-02-on-mobile .box .image-box::after{
            display: flex;
        }
        .blogs-blogs-wrapper-02 .box .image-box a,
        .blogs-blogs-wrapper-02-on-mobile .box .image-box a{
            display: flex;
        }
        .footer br{
            display: none;
        }
        .footer .box4{
            width: 100%;
        }
        .footer .address-ul li a p{
            text-align: left !important;
            font-size: 13px;
        }
        .footer .copyright-on-mobile{
            width: 80%;
        }
        .footer .box3{
            width: unset;
        }
        .contact-us-contact-wrapper form .form-group-textarea{
            text-align: left;
        }
        .careers-boxes .boxes-wrapper .rectangle .left p{
            font-size: 18px;
        }
        .college-college-on-mobile .college-slider .white-box .paragraph---25px {
            font-size: 16px;
        }
        .college-college-on-mobile .college-slider .icon{
            width: 35px !important;
            height: 35px !important;
        }
        .about-principles-message .image-box .content .paragraph---20px{
            font-size: 16px;
        }
        .about-principles-message .image-box .content .paragraph---14px{
            font-size: 10px;
        }
        .common-banner{
            /* background-image: none !important; */
            background-color: #E9F4F7;
        }
        .footer .popup-box-wrapper ul{
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .footer .popup-box-wrapper .box .contact-us-for-on-mobile{
            display: flex !important;
            text-align: center !important;
            font-size: 16px;
        }
        .footer .a---30px{
            font-size: 20px;
        }
        .footer .popup-box-wrapper ul li a{
            font-size: 13px;
        }
        .home-college .box .rectangle .white-box .floating-image{
            margin-top: -24px;
        }
        .home-college .box .rectangle .white-box {
            right: 70px;
            bottom: 10px;
            left: 20px;
        }
        .home-online-education{
            display: none;
        }
        .home-online-education-on-mobile{
            display: flex;
        }
        .home-college .box .rectangle .white-box .floating-image{
            width: 50px;
            height: 50px;
        }
        .paragraph---16px{
            font-size: 13px;
        }
        .home-about .paragraph---20px{
            font-size: 14px;
        }
        .h5---40px{
            font-size: 20px !important;
        }
        .h6---25px{
            font-size: 18px;
        }
        .btn---medium---size{
            font-size: 13px;
        }
        .home-college .owl-theme .owl-nav .owl-prev,
        .home-college .owl-theme .owl-nav .owl-next{
            width: 7px;
            height: auto;
        }
        .home-about .h5---40px{
            font-size: 20px;
        }
        .home-main-banner .right .box-left{
            padding-right: 10px;
        }
        .home-main-banner .right .box-right{
            padding-left: 10px;
            padding-top: 50px;
        }
        
        .home-main-banner{
            background-image: none !important;
            background-color: #E9F4F7;
        }
        .home-blogs-and-gallery .owl-dots{
            justify-content: center;
        }
        .home-college .first-collumn{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .home-about .box .rectangle .normal-icon,
        .home-about .box .rectangle .hidden-icon{
            width: 60px;
            height: 60px;
        }
        .home-college .box .main-image {
            height: 445px;
        }
        .gallery-gallery-wrapper{
            display: none;
        }
        .gallery-gallery-wrapper-on-mobile{
            display: flex;
        }
        .gallery-gallery-wrapper-on-mobile .gallery-slider{
            position: relative;
            padding: 0px 5px;
        }
        .gallery-gallery-wrapper-on-mobile .box{
            padding: 0px 12px;
        }
        .gallery-gallery-wrapper-on-mobile .images-wrapper .box img{
            height: 255px;
        }
        .gallery-gallery-wrapper-on-mobile .owl-dots{
            display: none;
        }
        .gallery-gallery-wrapper-on-mobile .owl-nav{
            position: absolute;
            top: 40%;
            left: -10px;
            right: -10px;
            display: flex;
            justify-content: space-between;
        }
        .gallery-gallery-wrapper-on-mobile .owl-nav .owl-prev{
            width: 14px !important;
            height: 25px !important;
            color: transparent !important;           
            transition: all 0.5s;
        }
        .gallery-gallery-wrapper-on-mobile .owl-nav .owl-prev:hover{           
            transition: all 0.5s;
        }
        .gallery-gallery-wrapper-on-mobile .owl-nav .owl-next{
            width: 14px !important;
            height: 25px !important;
            color: transparent !important;           
            transition: all 0.5s;
        }
        .gallery-gallery-wrapper-on-mobile .owl-nav .owl-next:hover{          
            transition: all 0.5s;
        }
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item button {
            padding-left: 50px;
            padding-right: 50px;
        }
        .blogs-blogs-wrapper-02{
            display: none;
        }
        .blogs-wrap-list{
            display: block !important;
        }
        .blogs-wrap-list .rectangle {
            padding-bottom: 2rem;
        }

        .blogs-blogs-wrapper-02-on-mobile{
            display: flex;
        }    
        .blogs-blogs-wrapper-02-on-mobile .blogs-slider{
            position: relative;
        }   
        .blogs-blogs-wrapper-02-on-mobile .box{
            padding: 0px 25px;
        }
        .blogs-blogs-wrapper-02-on-mobile .owl-dots{
            display: none;
        }
        .blogs-blogs-wrapper-02-on-mobile .owl-nav{
           position: absolute;
           left: 0;
           right: 0;
           top: 42%;
           display: flex;
           justify-content: space-between;
        }
        .blogs-blogs-wrapper-02-on-mobile .owl-prev{
            width: 14px !important;
            height: 25px !important;           
            color: transparent !important;
            transition: all 0.5s;
        }
        .blogs-blogs-wrapper-02-on-mobile .owl-prev:hover{            
            transition: all 0.5s;
        }
        .blogs-blogs-wrapper-02-on-mobile .owl-next{
            width: 14px !important;
            height: 25px !important;            
            color: transparent !important;
            transition: all 0.5s;
        }
        .blogs-blogs-wrapper-02-on-mobile .owl-next:hover{            
            transition: all 0.5s;
        }
        .private-ol-why-choose{
            display: none;
        }
        .private-ol-why-choose-on-mobile{
            display: flex;
        }
        .private-ol-why-choose-on-mobile .min-wrap{
            width: 90%;
        }
        .private-ol-why-choose-on-mobile .why-choose-slider{
            padding-top: 30px;
            position: relative;
        }
        .private-ol-why-choose-on-mobile .box{
            display: flex;
            gap: 25px;
            padding: 0px 20px;
        }
        .private-ol-why-choose-on-mobile .box .left img{
            width: 50px;
            height: 50px;
        }
        .private-ol-why-choose-on-mobile .why-choose-slider .owl-dots{
            display: none;
        }
        .private-ol-why-choose-on-mobile .why-choose-slider .owl-nav{
            position: absolute;
            top: 30%;
            left: -5%;
            right: -5%;
            display: flex;
            justify-content: space-between;
        }
        .private-ol-why-choose-on-mobile .why-choose-slider .owl-nav .owl-prev{
            color: transparent;
            width: 14px;
            height: 25px;           
            transition: all 0.5s;
        }
        .private-ol-why-choose-on-mobile .why-choose-slider .owl-nav .owl-prev:hover{           
            transition: all 0.5s;
        }
        .private-ol-why-choose-on-mobile .why-choose-slider .owl-nav .owl-next{
            color: transparent;
            width: 14px;
            height: 25px;            
            transition: all 0.5s;
        }
        .private-ol-why-choose-on-mobile .why-choose-slider .owl-nav .owl-next:hover{           
            transition: all 0.5s;
        }

        .college-college{
            display: none;
        }        
        .college-college-on-mobile{
            display: block;
        }
        .college-college-on-mobile .college-slider{
            padding-top: 30px;
            position: relative;
        }
        .college-college-on-mobile .college-slider .main-image{
            width: 100%;
            height: 240px;
            object-fit: cover;
        }
        .college-college-on-mobile .college-slider .main-image{
            width: 100%;
            height: 455px;
            object-fit: cover;
            border-radius: 10px;
        }
        .college-college-on-mobile .college-slider .icon{
            width: 50px;
            height: 50px;
        }
        .college-college-on-mobile .college-slider .white-box{
            margin-right: 50px;
            margin-top: -10px;
            background-color: #fff;
            position: relative;
            z-index: 100;
            padding: 30px 40px;
        }
        .college-college-on-mobile .college-slider .white-box .top{
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .college-college-on-mobile .owl-nav{
            position: absolute;
            top: 45%;
            left: -5%;
            right: -5%;
            display: flex;
            justify-content: space-between;
        }
        .college-college-on-mobile .owl-nav .owl-prev{
            width: 14px;
            height: 25px;           
            color: transparent !important;
            object-fit: fill !important;
            transition: all 0.5s;
        }
        .college-college-on-mobile .owl-nav .owl-prev:hover{            
            transition: all 0.5s;
        }
        .college-college-on-mobile .owl-nav .owl-next{
            width: 14px;
            height: 25px;           
            color: transparent !important;
            object-fit: fill !important;
            transition: all 0.5s;
        }
        .college-college-on-mobile .owl-nav .owl-next:hover{           
            transition: all 0.5s;
        }
        .header .modal-content{
            padding: 25px 30px;
        }
        .header form .subjects-wrapper .box{
            width: 50%;
        }
        .header form .small-input{
            width: 100%;
        }
        .contact-us-contact-wrapper form .form-group-submit span{
            display: none;
        }
        .blogs-inner-wrapper .images-wrapper img{
            height: 480px;
        }
        /* HEADER */
            .header .navbar {
                padding-top: 0;
                padding-bottom: 0;
            }
            .header .navbar-expand-lg{
                height: 83px;
            }
            .header-scrolled .navbar-expand-lg{
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                height: 83px;
                background-color: #fff;
                z-index: 1000;
                transition: none !important;
            }
            .header-scrolled .navbar-brand{
                padding-top: 10px;
            }
            .header-scrolled .navbar-brand img{
                height: 50px;
                transition: all 0.3s;
            }
            .header-scrolled .menu-container-02{
                padding-top: 8px;
                transition: all 0.3s;
            }
            .header-scrolled .menu-container-01 .btn{
                padding: 2px 25px;
            }
            .header-scrolled .navbar{
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
            }
            .header .navbar-expand-lg .nav-wrapper{
                justify-content: space-between;
                position: relative;
                z-index: 1000;
                width: 100%;
            }
            .header .navbar-expand-lg .navbar-collapse{
                height: max-content;
                background-color: #662C90;
                position: absolute;
                top: 70px;
                left: 0;
                right: 0;
                bottom: -5%;
                z-index: 10000;
            }
            .navbar-expand-lg .navbar-nav{
                gap:20px;
            }
            .header .image-and-button{
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .header .menu-container{
                display: flex;
                flex-direction: column-reverse;
                flex-grow: 1;
                justify-content: flex-end;
                height: 100%;
                position: relative;
            }
            .header .menu-container .menus-container{
                flex-grow: 1;
                display: flex;
                flex-direction: column-reverse;
                justify-content: center;
            }
            .header .btn-on-pc{
                display: none;
            }
            .header .navbar-brand{
                padding-left: 15px;
            }
            .header .menu-container-02{
                padding-top: 0;
                padding-bottom: 20px;
            }
            .header .menu-main-menu-2-container,
            .menu-main-menu-1-container{
                width: 100%;
                flex-grow: unset;
            }
            .header .navbar-nav{
                align-items: center;
            }
            .navbar-expand-lg .navbar-nav .nav-link,
            .navbar-expand-lg .navbar-nav .active .nav-link{
                color: #fff;
                font-weight: normal;
                font-size: 12px;
                position: relative;
                z-index: 1001;
            }
            .navbar-expand-lg .navbar-nav .active{
                width: 100%;
                padding: 15px 0px;
                position: relative;
            }
            .navbar-expand-lg .navbar-nav .active::after{
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: #fff;
                opacity: 7%;
            }
            .navbar-expand-lg .navbar-nav .active .nav-link::after{
                display: none;                
            }
            .navbar-expand-lg .navbar-collapse .btn-on-mobile{
                display: flex;
                justify-content: center;
                width: 100%;
                padding: 25px 0px;
                background-color: #fff;
                /* position: absolute;
                left: 0;
                right: 0;
                bottom: 0; */
            }
            .navbar-expand-lg .navbar-collapse .btn-on-mobile a{
                font-size: 11px;
                padding: 12px 35px;
            }
        /* HEADER */
        .min---wrap---75{
            width: 95% !important;
        }
        .college-college-on-mobile .min-wrap{
            width: 90% !important;
        }
        .min---wrap---90{
            width: 95%;
        }
        .min---wrap---60{
            width: 95%;
        }
        /* .blogs-blogs-wrapper-02-on-mobile .min-wrap{
            width: 90% !important;
        } */
        
        .min---wrap---padd---bott---40px{
            padding-bottom: 25px;
        }
        .min---wrap---padd---bott---50px{
            padding-bottom: 30px;
        }
        .min---wrap---padd---top---90px{
            padding-top: 35px;
        }
        .min---wrap---padd---bott---90px{
            padding-bottom: 35px;
        }
        .min---wrap---padd---top---110px{
            padding-top: 35px;
        }
        .min---wrap---padd---bott---110px{
            padding-bottom: 35px;
        }
        .min---wrap---padd---top---170px{
            padding-top: 250px;
        }
        .min---wrap---padd---bott---180px{
            padding-bottom: 200px;
        }
        .paragraph---padd---bott---35px{
            padding-bottom: 25px;
        }
        .paragraph---padd---top---40px{
            padding-top: 25px;
        }
        .h5---padd---bott---40px{
            padding-bottom: 20px;
        }
        .h5---40px{
            font-size: 30px;
        }
        .btn---medium---size{
            padding: 12px 50px;
        }
        .btn---dark---plain{
            color: #662C90;
            text-decoration: underline;
        }
        .btn---white---outline:hover{
            background-color: transparent;
            color: #fff;
        }
        .txt---width---60{
            width: 100%;
        }
        .home-main-banner .carousel-indicators{
            width: 100%;
        }
        .home-main-banner .carousel-item-inner{
            flex-wrap: wrap;
        }
        .home-main-banner .left,
        .home-main-banner .right{
            width: 100%;
        }
        .home-main-banner .left{
            text-align: center;
            padding-right: 0;
            align-items: center;
        }
        .home-main-banner .left .button-container{
            justify-content: center;
            padding-bottom: 70px;
        }
        .home-main-banner .carousel-indicators{
            justify-content: center;
            margin: 0;
        }
        .home-about .h5---40px{
            text-align: center;
            padding-bottom: 15px;
        }
        .home-about .paragraph---16px{
            text-align: center;
        }
        .home-about .col-lg-7{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .home-about .boxes-wrapper{
            padding-top: 35px;
        }
        .home-about .box{
            width: 50%;
        }
        .home-about .box .rectangle:hover .normal-icon{
            display: block;
        }
        .home-about .box .rectangle:hover .hidden-icon{
            display: none;
        }
        .home-academy .min-wrap{
            width: 95%;
            margin: auto;
        }
        .home-academy .boxes-wrapper .box{
            width: 100%;
            padding-bottom: 40px;
            padding-left: 0;
            padding-right: 0;
        }
        .home-academy .boxes-wrapper .box .image-box {
            height: 275px !important;
        }
        .home-academy .boxes-wrapper .box .mask{
            display: flex !important;
        }
        .home-academy .boxes-wrapper .box .image-box a{
            display: flex;
            position: relative;
        }
        .home-academy .boxes-wrapper .box h6{
            padding-top: 15px;
        }
        .home-college h5,
        .home-college .paragraph---16px{
            text-align: center;
        }
        /* .home-college .col-lg-6{
            display: flex;
            flex-direction: column;
            align-items: center;
        } */
        .home-college .slider-wrapper{
            padding-top: 35px;
        }
        .home-college .owl-theme .owl-nav{
            left: 0;
            right: 0;
            top: 40%;
            flex-direction: row;
            justify-content: space-between;
        }
        .home-testimonials-on-mobile{
            display: flex;
        }
        .home-testimonials{
            display: none;
        }
        .home-blogs-and-gallery .heading-area{
            position: relative;
        justify-content: center;
        }
        .home-blogs-and-gallery .heading-area a{
            position: absolute;
            right: 0;
        }
        .home-blogs-and-gallery .blogs-area{
            padding-right: 0;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box .image-box{
            height: 440px !important;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box .mask{
            display: flex !important;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box a{
            display: flex !important;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box{
            text-align: center !important;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .carousel-indicators{
            justify-content: center;
        }
        .home-blogs-and-gallery .blogs-area{
            padding-bottom: 40px;
        }
        .home-blogs-and-gallery .gallery-slider-wrapper .box img{
            height: 300px;
        }
        .about-academy .min-wrap{
            width: 95%;
        }
        .about-vision-mission .min-wrap{
            width: 95%;
        }
        .about-vision-mission .box{
            width: 100%;
            text-align: center;
        }
        .about-vision-mission .box-left{
            padding-right: 0;
        }
        .about-vision-mission .box-middle{
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .about-vision-mission .box-middle img{
            min-width: 100%;
            max-height: 690px;
            min-height: 690px;
        }
        .about-vision-mission .box-right{
            padding-left: 0;
        }
        .about-principles-message .image-box{
            width: 50%;
            margin: auto;
        }
        .about-principles-message .image-box img {
            height: 400px;
        }
        .about-principles-message{
            text-align: center;
        }
        .about-principles-message .message-content{
            padding-left: 0;
            text-align: center;
            padding-top: 30px;
        }
        .about-objectives .min-wrap{
            width: 85%;
        }
        .college-college .college-wrapper .box{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .college-college .college-wrapper .box .main-image{
            height: 360px;
        }
        .private-ol-al .top-area .purple-box{
            margin-left: 0;
            width: 90%;
            margin: auto;
            margin-top: -60px;
            padding: 25px;
            text-align: center;
        }
        .private-ol-al .top-area .purple-box h5{
            font-size: 20px;
        }
        .private-ol-al .top-area .purple-box .paragraph---20px{
            padding-top: 5px;
            font-size: 16px;
        }
        .private-ol-al .paragraph---padd---top---90px{
            padding-top: 30px;
        }
        .private-ol-al .top-area .purple-box .paragraph---16px{
            font-size: 13px;
            padding-top: 10px;
        }
        .private-ol-al .top-area img,
        .private-ol-al .middle-area,
        .private-ol-al .bottom-area,
        .private-ol-al .bottom-area .left{
            width: 100%;
        }
        .private-ol-al .bottom-area .right{
            width: 100%;
            padding-top: 35px;
            padding-left: 0;
        }
        .private-ol-why-choose .min-wrap{
            width: 95%;
        }
        .private-ol-top-content .min-wrap{
            width: 95%;
        }
        .tution-top-content .min-wrap{
            width: 95%;
        }
        .tution-time-tables .left-wrapper,
        .tution-time-tables .right-wrapper{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .tution-time-tables .left-wrapper{
            padding-right: 0;
            padding-bottom: 35px;
        }
        .tution-time-tables .right-wrapper{
            padding-left: 0;
        }
        .english-academy-top-content .min-wrap{
            padding-bottom: 0;
        }
        .english-academy-academies-wrapper .box img{
            width: 100%;
        }
        .english-academy-academies-wrapper .box .purple-box{
            width: 90%;
            margin-left: 0;
            margin: auto;
            margin-top: -60px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .English-academy-inner-wrapper .min-wrap{
            width: 95%;
        }
        .English-academy-inner-wrapper .content-wrapper .left,
        .English-academy-inner-wrapper .content-wrapper .right{
            width: 100%;
        }
        .English-academy-inner-wrapper .content-wrapper .left .box{
            padding: 0px 30px 0px 30px;
        }
        .English-academy-inner-wrapper .btn---white{
            font-size: 15px;
            padding: 20px 50px;
        }
        .English-academy-inner-wrapper .content-wrapper .right{
            padding-left: 0;
            padding-top: 35px;
            text-align: center;
        }
        .English-academy-contact-wrapper .contact-form .small-input{
            width: 100%;
        }
        .English-academy-contact-wrapper .contact-form .form-group-submit{
            padding-top: 30px;
        }
        .English-academy-contact-wrapper .form-group-submit span{
            display: none;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box img{
            height: 640px;
        }
        .blogs-blog-wrapper-01 .content .left{
            width: 100%;
            padding: 0;
            padding-bottom: 30px;
        }
        .blogs-blog-wrapper-01 .content .right{
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .blogs-blog-wrapper-01 .content{
            padding: 40px;
        }
        .blogs-blog-wrapper-01 .content .left img{
            height: 375px;
        }
        .blogs-blogs-wrapper-02 .box{
            width: 100%;
            padding: 0;
            text-align: center;
        }
        .blogs-blogs-wrapper-02 .image-box img{
            height: 354px;
        }
        .blogs-blogs-wrapper-02 .box .paragraph---20px{
            padding-bottom: 0;
        }
        .blogs-blogs-wrapper-02 .box .image-box::after{
            display: flex;
        }
        .blogs-blogs-wrapper-02 .box .image-box a{
            display: flex;
        }
        .blogs-inner-wrapper .content{
            width: 90%;
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-prev{
            left: -11.5%;
        }
        .blogs-inner-wrapper .images-wrapper .carousel-control-next{
            right: -11.5%;
        }
        .careers-boxes .min-wrap{
            width: 95%;
        }
        .careers-boxes .boxes-wrapper .rectangle {
            background-color: #662C90 !important;
            color: #fff !important;
        }
        .careers-boxes .boxes-wrapper .rectangle .left,
        .careers-boxes .boxes-wrapper .rectangle .right{
            width: 100%;
            text-align: center !important;
        }
        .careers-boxes .boxes-wrapper .rectangle .left{
            display: flex;
            justify-content: center;
            border: none !important;
            padding-right: 0;
        }
        .careers-boxes .boxes-wrapper .rectangle .right{
            padding-left: 0;
            padding-top: 25px;
        }
        .careers-boxes .boxes-wrapper .rectangle .right .btn-container{
            justify-content: center;
        }
        .careers-boxes .boxes-wrapper .rectangle .read-btn{
            color: #fff !important;
        }
        .careers-boxes .boxes-wrapper .btn---gradient{
            display: none !important;
        }
        .careers-boxes .boxes-wrapper .btn---white---outline{
            display: flex !important;
        }
        .careers-apply-section .apply-form-wrapper .small-input{
            width: 100%;
        }
        .careers-apply-section .apply-form-wrapper .medium-input{
            width: 100%;
        }
        .careers-apply-section .min-wrap{
            width: 95%;
        }
        .contact-us-contact-wrapper .left,
        .contact-us-contact-wrapper .right{
            width: 100%;
            text-align: center;
        }
        .contact-us-contact-wrapper .right{
            padding-left: 0;
        }
        .contact-us-contact-wrapper .address-box,
        .contact-us-contact-wrapper .social-icons{
            justify-content: center;
        }
        .contact-us-contact-wrapper form .small-input{
            width: 100%;
        }
        .contact-us-contact-wrapper form .form-group-submit{
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .contact-us-map .maps-wrapper .box{
            width: 100%;
            padding-bottom: 30px;
        }
        .contact-us-map .maps-wrapper .box:nth-child(1){
            padding-right: 0;
        }
        .contact-us-map .maps-wrapper .box:nth-child(2){
            padding-left: 0;
        }
        
        .footer .popup-box-wrapper{
            flex-wrap: wrap;
            padding: 35px;
        }
        .footer .popup-box-wrapper .box{
            width: 100%;
            padding-bottom: 15px;
        }
      
        .footer .contact-us-for{
            display: none !important;
        }
        .footer .contact-us-for-on-mobile{
            display: flex ;
        }
        .footer .popup-box-wrapper .box-border-right{
            border: none;
            padding-bottom: 30px;
        }
        .footer .paragraph---25px{
            display: flex;
        }
        .footer .popup-box-wrapper .box-last{
            justify-content: center;
        }
        .footer .popup-box-wrapper .box-last{
            padding-top: 20px;
        }
        .footer .popup-box-wrapper{
            margin-top: -420px;
        }
        .footer .popup-box-wrapper .box-last a{
            padding: 15px 40px;
        }
        .footer .box2{
            margin-left: 0;
        }
        .footer .description{
            display: none;
        }
        .footer .paragraph---14px{
            text-align: center;
        }
        .footer .social-icons{
            justify-content: center;
            padding-bottom: 30px;
        }
        .footer .box4{
            margin-left: 0;
            padding-top: 30px;
        }
        .footer .copyright-on-mobile {
            display: flex;
            flex-direction: column;
        }
        .footer .copyright{
            display: none;
        }
        .footer .back-to-top{
            top: unset;
            bottom: 25px;
            right: 2.5%;
        }
        .footer .min-wrap{
            padding-top: 185px;
        }
        .footer .popup-box-wrapper{
            margin-top: -345px;
        }        
        /* .home-college{
           overflow: hidden;
        }
        .home-college .box .main-image{
            width: 100%;
            height: 450px;
        } */
        
    }
    @media only screen and (max-width: 767px) {
        .common-banner {
            height: 240px;
        }
        .home-main-banner .background-image {
            height: 320px;
        }
        .home-academy .boxes-wrapper .box .image-box {
            height: 215px !important;
        }
        .about-principles-message .image-box img {
            height: 340px;
        }
        .home-college .box .main-image {
            height: 340px;
        }
        .blogs-blogs-wrapper-02-on-mobile .image-box img{
            height: 175px;
        }
        .gallery-gallery-wrapper-on-mobile .images-wrapper .box img{
            height: 190px;
        }
    }
    @media only screen and (max-width: 600px) {
        .footer .min-wrap .row:nth-child(2){
            justify-content: space-between;
        }
        .footer .min-wrap .row:nth-child(2) .col-lg-3:nth-child(2),
        .footer .min-wrap .row:nth-child(2) .col-lg-3:nth-child(3){
            width: auto !important;
        }
        .header form .subjects-wrapper span.wpcf7-list-item {
            width: 50%;
        }
        .common-banner-mobile .content h5 {
            font-size: 20px !important;
        }
        .common-banner-mobile .content p {
            font-size: 13px;
        }
        .common-banner {
            height: 187px;
        }
        .header form .englisg-wrapper{
            gap: 0 !important;
        }
        .header form .english-radio-wrapper{
            width: 50%;
        }
        .header form .english-radio-wrapper{
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .home-about .box .rectangle .normal-icon, 
        .home-about .box .rectangle .hidden-icon{
            width: 50px;
            height: 50px;
        }
        .home-about .paragraph---20px{
            font-size: 12px;
            padding-left: 10px;
            padding-right: 5px;
        }
        .home-main-banner .background-image {
            height: 250px;
        }
        .header .navbar-expand-lg .navbar-collapse{
            height: 90vh;
        }
        .common-banner .content{
            padding: 45px 30px;
            width: 100%;
        }
        .English-academy-inner-wrapper .content-wrapper .left .box .no-berder .bottom-image {
            width: 100%;
        }
        .home-academy .boxes-wrapper{
            width: 100%;
        }
        .about-principles-message .image-box {
            width: 100%;
            margin: auto;
        }
        .about-principles-message .image-box img {
            height: 530px;
        }
        .private-ol-al .bottom-area .left .box{
            padding: 20px 25px;
        }
        .home-online-education-on-mobile .content .paragraph---16px{
            padding-bottom: 10px;
        }
        .header form .box .radio-btns-box{
            flex-wrap: wrap;
        }
        .header .modal-content{
            padding: 10px;
        }
        .footer .back-to-top img{
            width: 30px !important;
        }
        .footer .copyright-on-mobile p{
           font-size: 10px !important;
        }
        .footer .col-sm-6{
            width: 50% !important;
        }
        .contact-us-contact-wrapper .left .box{
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .contact-us-contact-wrapper .address-box .paragraph---16px{
             font-size: 11px;
        }
        .careers-boxes .boxes-wrapper .rectangle .right .btn-container{
            flex-direction: column;
            gap: 15px;
        }
        .careers-boxes .boxes-wrapper .rectangle .right .btn-container .read-btn{
            font-size: 13px;
        }
        .careers-boxes .boxes-wrapper .box .rectangle{
            padding: 30px 25px;
        }
        .blogs-blog-wrapper-01 .content .paragraph---20px{
            font-size: 18px;
        }
        .tution-time-tables p{
            text-align: center !important;
            font-size: 20px;
        }
        .tution-time-tables table tr td{
            padding: 6px 6px 6px 3px;
            font-size: 9px;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box .image-box {
            height: 315px !important;
        }
        .home-blogs-and-gallery .gallery-slider-wrapper .box img {
            height: 240px;
        }
        .home-academy .boxes-wrapper .box .image-box {
            height: 335px !important;
        }
        .h5---60px{
            font-size: 25px;
        }
        .btn---medium---size{
            padding: 8px 35px;
        }
        .home-testimonials-on-mobile .carousel-control-prev{
            left: -35px;
        }
        .home-testimonials-on-mobile .carousel-control-next{
            right: -35px;
        }
        .home-college .box .main-image {
            height: 255px;
        }
        .careers-apply-section .apply-form-wrapper .medium-input{
            flex-direction: column;
            align-items: flex-start;
            gap: 0;
        }
        .gallery-gallery-wrapper-on-mobile .nav-pills .nav-item button{
            font-size: 12px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .gallery-gallery-wrapper-on-mobile .images-wrapper .box img{
            height: 305px;
        }
        .blogs-blogs-wrapper-02-on-mobile .image-box img{
            height: 290px;
        }
        .private-ol-why-choose-on-mobile .box{
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .college-college-on-mobile .college-slider .main-image{
            height: 270px;
        }
        .college-college-on-mobile .college-slider .white-box{
            margin-right: 0;
            padding:20px;
        }
        .college-college-on-mobile .college-slider .white-box .paragraph---25px{
            font-size: 20px;
        }
        .paragraph---line---height---1-8{
            line-height: 1.5;
        }
        .about-vision-mission .box-middle img{
            min-height: 520px;
            max-height: 520px;
        }
        .about-vision-mission .vision-mission-wrapper{
            padding: 25px;
        }
        .about-principles-message .image-box img{
            height: 550px;
        }
        .college-college .college-wrapper .box .main-image{
            height: 290px;
        }
        .college-college .college-wrapper .box .white-box{
            margin-right: 35px;
        }
        .private-ol-al .middle-area .box{
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .private-ol-al .top-area .purple-box{
            padding: 20px;
        }
        .private-ol-al .top-area .purple-box h5{
            font-size: 18px;
        }
        .private-ol-al .top-area .purple-box .paragraph---20px{
            font-size: 15px;
        }
        .private-ol-al .top-area .purple-box .paragraph---16px{
            font-size: 12px;
        }
        .private-ol-why-choose .box{
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 20px;
            padding-top: 30px;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box img{
            height: 490px;
        }
        .blogs-blog-wrapper-01 .content{
            padding: 25px;
        }
        .blogs-blog-wrapper-01 .content .left img{
            height: 300px;
        }
        .blogs-blogs-wrapper-02 .image-box img{
            height: 330px;
        }
        .blogs-inner-wrapper .images-wrapper img{
            height: 285px;
        }
		.video-1, .video-2 {
    width: 75%;
    margin: auto;
    margin: auto !important;
    padding-top: 1.5rem;
}
.modal-content {
    padding: 0.5rem;
  
}
    }
    @media only screen and (max-width: 575px) {
        .header .btn-close {
            right: 0;
            top: -49px;
        }
    }
    @media only screen and (max-width: 500px) {
        .common-banner {
            height: 155px;
        }
        .home-main-banner .background-image {
            height: 208px;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box .image-box {
            height: 265px !important;
        }
        .home-blogs-and-gallery .gallery-slider-wrapper .box img {
            height: 190px;
        }
        .home-academy .boxes-wrapper .box .image-box {
            height: 280px !important;
        }
        .home-about .box .rectangle{
            justify-content: center;
        }
        .home-college .box .main-image {
            height: 205px;
        }
        .gallery-gallery-wrapper-on-mobile .images-wrapper .box img{
            height: 245px;
        }
        .blogs-blogs-wrapper-02-on-mobile .image-box img{
            height: 235px;
        }
        .college-college-on-mobile .college-slider .main-image{
            height: 220px;
        }
        .about-vision-mission .box-middle img{
            min-height: 390px;
            max-height: 390px; 
        }
        .about-principles-message .image-box img {
            height: 435px;
        }
        .college-college .college-wrapper .box .main-image{
            height: 240px;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box img{
            height: 410px;
        }
        .blogs-blog-wrapper-01 .content .left img{
            height: 245px;
        }
        .blogs-blogs-wrapper-02 .image-box img{
            height: 260px;
        }
        .blogs-inner-wrapper .images-wrapper img{
            height: 230px;
        }
    }
    @media only screen and (max-width: 400px) {
        .common-banner {
            height: 125px;
        }
        .home-main-banner .background-image {
            height: 167px;
        }
        .home-blogs-and-gallery .blog-slider-wrapper .box .image-box {
            height: 205px !important;
        }
        .home-blogs-and-gallery .gallery-slider-wrapper .box img {
            height: 150px;
        }
        .home-academy .boxes-wrapper .box .image-box {
            height: 220px !important;
        }
        .home-college .box .main-image {
            height: 155px;
        }
        .gallery-gallery-wrapper-on-mobile .images-wrapper .box img{
            height: 190px;
        }
        .blogs-blogs-wrapper-02-on-mobile .image-box img{
            height: 175px;
        }
        .college-college-on-mobile .college-slider .main-image{
            height: 170px;
        }
        .about-vision-mission .box-middle img{
            min-height: 290px;
            max-height: 290px; 
        }
        .about-principles-message .image-box img{
            height: 360px;
        }
        .college-college .college-wrapper .box .main-image{
            height: 185px;
        }
        .faculty-faculty-wrapper .boxes-wrapper .box img{
            height: 325px;
        }
        .blogs-blog-wrapper-01 .content .left img{
            height: 185px;
        }
        .blogs-blogs-wrapper-02 .image-box img{
            height: 215px;
        }
        .blogs-inner-wrapper .images-wrapper img{
            height: 185px;
        }
    }
/* MEDIA QUERIES */


/* HAMBURGER MENU */
    .three{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #ecf0f1;
        text-align: center;
    }
    .hamburger .line{
        width: 30px;
        height: 3px;
        background-color: #662C90;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 15px;
    }
    
    .hamburger:hover{
        cursor: pointer;
    }
    #hamburger-6.is-active{
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #hamburger-6.is-active .line:nth-child(2){
        width: 0px;
    }
    
    #hamburger-6.is-active .line:nth-child(1),
    #hamburger-6.is-active .line:nth-child(3){
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    
    #hamburger-6.is-active .line:nth-child(1){
        -webkit-transform: translateY(11px);
        -ms-transform: translateY(11px);
        -o-transform: translateY(11px);
        transform: translateY(11px);
    }
    
    #hamburger-6.is-active .line:nth-child(3){
        -webkit-transform: translateY(-11px) rotate(90deg);
        -ms-transform: translateY(-11px) rotate(90deg);
        -o-transform: translateY(-11px) rotate(90deg);
        transform: translateY(-11px) rotate(90deg);
    }
    .navbar-toggler:focus{
        outline: 0 !important;
        box-shadow: none !important;
    }
/* HAMBURGER MENU */

/* ANIMATIONS */
.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}
.js-scroll.scrolled {
    opacity: 1;
}
.scrolled.fade-in-bottom {
    animation: fade-in-bottom 0.5s ease-in-out both;
    animation-delay: calc(0.1s * var(--i));
}



@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* ANIMATIONS */