/*!
Theme Name: MGM_SCHOOL
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mgm_school
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MGM_SCHOOL is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";
@import url('https://cdn-uicons.flaticon.com/2.5.1/uicons-regular-rounded/css/uicons-regular-rounded.css');

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    line-height: normal !important;
    font-family: "Rubik", sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
    font-weight: 600;
    padding-top: 15px;
    background: linear-gradient(177deg, #f45f00, #f58133, #00bcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 50px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 50px;
}

.heading small {
    font-size: 18px;
    color: #b861a5;
}

.heading small a {
    color: inherit;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #b861a5;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn-default:hover {
    background: #00b5cf !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    background: linear-gradient(to right, #00b1c7, #0082ab);
    color: white;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 30px !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    margin-top: 10px;
}

.btn-default:hover {
    background: linear-gradient(to right, #ff8a3f, #f55b23) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 138, 63, 0.3);
    color: white;
}

.btn-primary {
    background: #FF8A3F !important;
    color: #fff;
    border-color: transparent;
}

.mg-btn {
    background: #FF8A3F !important;
    color: #fff;
    border: 0px solid #FF8A3F;
    border-color: transparent;
    padding: 10px 30px;
    border-radius: 8px;
}

.mg-btn:hover {
    background: transparent !important;
    color: #000;
    border: 2px solid #FF8A3F;
    /* border-color: transparent; */
    transition: 0.5s;
}

.view-all {
    background: transparent !important;
    color: #000;
    border: 2px solid #FF8A3F;
    transition: 0.5s;
    display: block;
    text-align: center;
}

.view-all:hover {
    background: #FF8A3F !important;
    color: #fff;
    border-color: transparent;
    padding: 10px 30px;
    border-radius: 8px;
}

.news-btn {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #F6F7FB;
    color: #f77e23;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.news-btn:hover {
    background: #FF8A3F !important;
    color: #fff;
    border: 0px solid #FF8A3F;
}


.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.btn-primary:hover {
    background: #FF8A3F !important;
    color: #fff !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: 100%;
    padding: 0px 100px 0 115px;
    z-index: 10;
}

@keyframes bn13bouncy {
    0% {
        top: 0em;
    }

    40% {
        top: 0em;
    }

    43% {
        top: -0.9em;
    }

    46% {
        top: 0em;
    }

    48% {
        top: -0.4em;
    }

    50% {
        top: 0em;
    }

    100% {
        top: 0em;
    }
}


.navbar-nav>li>.dropdown-menu {
    margin-top: -4px;
    padding: 0;
    width: 260px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: white;
    border: none;
    border-radius: 0;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    border-radius: 0px;
    background-color: transparent;
}

.dropdown-menu li {
    width: 100%;
    padding: 0px !important;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu>li>a {
    padding: 10px 40px 10px 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #000;
    text-decoration: none;
    background-color: #FFCE97;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background: none;
    border-radius: 25px;
    padding: 14px 25px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    position: absolute;
    padding: 11px;
    right: 0;
    top: -10px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    width: 250px;
    height: 133px;
    top: 14px;
    left: 50px;
    z-index: 999;
}

.navbar-brand>img {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0px 0px 5px 0px;
    left: -20px;
    background: #fff;
    position: absolute;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 84px;
    top: -10%;
    z-index: 999;
}

.sticky-nav.scrolled .main-logo {
    display: block;
}

.sticky-nav .scroll-logo {
    display: none;
}

.sticky-nav.scrolled .scroll-logo {
    display: inline;
    height: 70px;
    width: 65%;
}


.scroll-logo {
    position: absolute !important;
    top: -11px !important;
    left: -19px !important;
}

.navbar-brand.hide-before::before {
    content: none;
}


.navbar-default {
    border: none;
    border-radius: 0px;
    background: #00bcd4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 55px;
    /* height: 100px; */
    height: 70px;
    box-shadow: 0px 3px 10px -9px #000;
}


.navbar-nav>li {
    float: left;
    padding: 0px 10px;
}

.navbar-nav {
    margin: 0;

}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 15px;
    transition: 0.1s;
    padding: 10px 11px;
    border-radius: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background: none;
    border-radius: 25px;
}


.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-nav>li a {
    text-decoration: none;
    color: #333;
    /* Adjust text color */
    font-size: 15px;
    position: relative;
}

.navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 10px 3px;
}

.navbar-nav li:hover:before,
.navbar-nav li.active:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-default .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    /* Adjust as needed to align arrow */
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333 transparent;
    transform: translateY(50%) rotate(180deg);
    opacity: 0;
    /* Initially hide the arrow */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
}

.navbar-nav>li>a:hover>a::before {
    opacity: 1;
    /* Show the arrow on hover */
    border-color: transparent transparent #3498db transparent;
    /* Change color on hover */
    position: absolute;
}

.top-navbar {
    display: flex;

    background: #30c2bc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    align-items: center;
    /* background-color: #e8e8e8; */
    z-index: 999;
    height: 55px;
    width: 100%;
    position: fixed;
    z-index: 1;
    /* border-radius: 0px 0px 40px 40px !important; */
}

.enquire-btn {
    font-weight: bold;
    color: #fff;
    background-color: #f36f21;
    border-radius: 5px !important;
    border: 1px solid #fff;
    width: 141px;
    height: 42px;
}

.enquire-btn h6 {
    font-size: 16px;
    margin: 5px 0px 0px 0px;
    font-weight: 500;
}

.enquire-btn:hover {
    background-color: #d85c14;
    color: #fff;
}

.contact-info {
    display: flex;
    justify-content: end;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    position: relative;

}

.contact-info i {
    color: #000;
    font-size: 20px;
}

.contact-info a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    margin: 10px 0 0 0;
    padding: 0 10px 0 0;
    font-size: 15px;
    font-weight: 400;
    margin-left: 50%;
}

.contact-info a:nth-child(4) {
    border-right: 0px;
}

.contact-info a:hover {
    text-decoration: underline;

}

.contact .footer-social-links ul {
    padding: 0;
    list-style: none;
}

.contact .footer-social-links ul li {
    display: inline-block;
    padding: 1rem;
}

.contact .footer-social-links ul li i {
    display: block;
    color: #FF8A3F;
    font-size: 26px;
}

.contact .footer-social-links ul li i:hover {
    color: #03b5a1;
}

.contact .footer-social-links ul li:first-child {
    padding-left: 0;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #000;
    text-decoration: none;
}

.social-icons a:hover {
    color: #b861a5;
}

.topnav-button a {
    display: inline-block;
    background-color: #FF8A3F;
    color: #fff;
    padding: 17px 45px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
}

.topnav-button a:hover {
    background-color: #000;
    transition: 0.5s;
}

.nav .navbar-nav li img {
    padding: -5px 4px;
    margin: -12px 0px;
    background: none;
}

.nav .navbar-nav li img:hover {
    background: none;
}

.sticky-nav {
    position: fixed;

    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.sticky-nav .top-nav {
    padding: 10px 0;
    text-align: center;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sticky-nav .main-nav {
    background-color: #333333;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}


/* bannersection */
.home::-webkit-scrollbar {
    display: none;
}

.home-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-top: 125px;
    border-bottom:1px solid #ccc;
}

/*Banner Section*/
.bannersection {
    position: relative;
    width: 100%;
}

.bannersection .bannerimg img {
    border-radius: 20px;
}

#bannerSlider .owl-controls {
    position: absolute !important;
    bottom: -40px !important;
    /* width: 300px !important; */
    width: auto !important;
    right: 10px;
    margin: 0;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 40px !important;
    height: 10px !important;
    margin: 3px !important;
    border-radius: 10px !important;
    background: #FF8A3F !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-text {
    position: absolute;
    top: 23%;
    bottom: 0;
    width: 50%;
    padding: 10px 30px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    left: 6%;
    right: 0;
}

.banner-text .btn-default {
    background: linear-gradient(to right, #ff8a3f, #f55b23);
    color: white;
    font-weight: 600;
    padding: 7px 7px;
    border-radius: 30px !important;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    margin-top: 10px;
}
.banner-btn{
    margin-top: 10px;
}
.banner-text .btn-default:hover {
    background: linear-gradient(to right, #00b1c7, #0082ab) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 138, 63, 0.3);
    color: white;
}

.banner-text h1 {
    font-size: 30px;
}

.banner-text h3 {
    font-size: 30px;
    line-height: 0.5 !important;

}
.main .row{
    padding-top: 21px
}

/* -announcements */

.announcements-desc {
    display: block;
    padding-left: 0;
    height: 400px;

   
    transition: transform 0.5s ease;
    transition: all 0.5s ease-in-out;
}

.announcements-mobile {
    display: none;
}

.announcements-head {
    border-left: 5px solid #FF8A3F;
    padding: 20px 0 20px 15px;
}

.announcements-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.announcements-block {
    border-left: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
}


.announce-link {
    padding-bottom: 8px;
}

.announcements-block {
    height: 550px;
    overflow-x: hidden;
    width: 100%;
}

.announcements-box {
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #ccc;
    height: auto;
}
.announce-txt{
    padding: 0 0 10px 0;
}

.announce-link a {
    background-color: #00B3CC;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 7px;
    border-radius: 4px;
}

.announce-link a:nth-child(2) {
    background-color: #FF8A3F;
}

.announce-txt a {
    font-size: 15px;
    font-weight: 400;
}

.swiper-vertical>.swiper-wrapper {
    height: 500px;
    cursor: pointer;
}

.swiper-container {
    overflow: hidden;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    /*    display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
}

/* ..............about-us section.................. */
.about-us section {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding-bottom: 70px;
}

.about-section {
    padding: 50px 0 50px 0;
}

.above {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;

    background: linear-gradient(#f7dbc0);
    margin-bottom: 50px;
    border-radius: 20px;
}

.features {
    margin: 30px 0px 30px 35px;
}

.image-container {
    padding: 30px;
    border-radius: 10px;
    margin-top: 35px;
}

.image-container img {

    border-radius: 10px;
}

.read-more {
    color: #00b1c7;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s ease s;
}

/* <!--.......... keypointsection.......... --> */
.keypointsection {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #b8eaf14d;
    padding: 70px 0 70px 0;
}


.keyBox {
    color: #1e1f1e;
    height: 140px;
    margin: 0 0 80px 0px;

}

.counterTitle {
    font-size: 50px;
}

.counterDescription {
    font-size: 20px;
    padding: 20px;
}

.counterDescriptionNew {
    font-size: 20px;
}


/* <!-- ..........enquiry-form Section --> */
.enquiryform {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: url(assets/images/bgg.png) repeat scroll;
    background-size: contain;
    background-position: center;
}

.enquiryform::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0.7;
}

.enquiry-form {
    background-color: #fff;
    padding: 45px 40px;

    border-radius: 15px;
    margin: 0px auto 0px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 15px 40px rgb(0 0 0 / 37%);
    clear: both;
}

.enquiry-form p {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.form-control {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s;
    font-size: 15px;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #00b1c7;
    box-shadow: 0 0 0 2px rgba(0, 177, 199, 0.2);
}

.btn-gradient {
    background: linear-gradient(to right, #00b1c7, #0082ab);
    color: white;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 30px !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    margin-top: 10px;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #ff8a3f, #f55b23);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 138, 63, 0.3);
    color: white;
}

.captcha-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.captcha-img {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
}

.btn-refresh {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    transition: all 0.3s;
}

.btn-refresh:hover {
    background: #eaeaea;
    color: #333;
}

.terms-text {
    font-size: 13px;
    color: #666;
    margin-top: 25px;
}

.terms-text a {
    color: #00b1c7;
    text-decoration: none;
    transition: all 0.3s;
}

.terms-text a:hover {
    color: #ff8a3f;
    text-decoration: underline;
}

/* <!-- ...........informationsection........... --> */

.informationsection {
    width: 100%;
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 100px;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    width: 100%;
}

.informationsection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(253 201 143 / 41%);
}

.information {
    text-align: center;
    background-color: #fff;
    padding: 36px 0px;
    display: grid;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #f06f2270;
    box-shadow: 0px 0px 13px -5px #00000066;
    justify-content: center;
    justify-items: center;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.information:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.information img {
    width: 45px;
    position: relative;
}

.information h3 {
    color: #03b5a1;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-top: 28px;
}

.information p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}

.information-head {
    text-align: center;
}

/* <!----...........News Section........----> */

.latestSection {
    position: relative;
    width: 100%;
    clear: both;
    background: #fff;
    padding: 50px 0 50px 0;
}

.news-img {
    overflow: hidden;
    border-radius: .8rem .8rem 0 0;
}

.news-img img {
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
    height: 20rem;
}

.news-box {
    box-shadow: -4px 4px 13px 3px #2d53db1a;
    padding: 0 0 20px 0;
    border-radius: 10px;

    background: #fff;
    margin: 20px 20px;
    height: 370px;
}

.news-txt h3 {
    color: #ed8320;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    --max-lines: 2;
    max-height: 45px;
    overflow: hidden;
}

#newsSlider .owl-next {
    position: absolute;
    top: 200px;
    font-size: 40px;
    background: transparent;
    color: #ef670c;
    right: -50px;

}

#newsSlider .owl-prev {
    position: absolute;
    top: 200px;
    font-size: 40px;
    background: transparent;
    color: #ef670c;
    left: -50px;
}

.news-txt {
    padding: 0 10px;
}
.news-txt ul{
    margin-top: 15px
}

/* ...........InitiativeSection........... */
.InitiativeSection {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 50px 0 50px 0;
    background-color: #03b5a133;

}

.Initiative-outer {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0px 20px;

}

.Initiative-inner {

    padding: 20px;
}

.Initiative-inner img {
    border-radius: 15px;
}

.Initiative-caption h3 {
    color: #ed8320;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    max-height: 45px;
    overflow: hidden;
}

h3 {
    font-size: 26px;

}

.Initiative-caption a {
    background: none !important;
    ;
    color: #ef0909;
    margin-top: 20px;
    font-size: 20px;
    border-color: transparent;
}

.Initiative-caption .btn-primary {
    /* background: #FF8A3F !important; */
    color: #00b1c7;
    border-color: transparent;

}

.Initiative-caption .btn-primary :hover {
    color: #f37a0f !important;

}

#InitiativeSlider .owl-prev {
    position: absolute;
    top: 169px;
    left: -50px;
    color: #f37a0f;
    font-size: 40px;
    background: transparent;
}

#InitiativeSlider .owl-next {
    position: absolute;
    top: 169px;
    right: -50px;
    color: #f37a0f;
    font-size: 40px;
    background: transparent;
}

/* ................achivment-section .....................*/

.achivment-section {
    position: relative;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    padding: 50px 0 50px 0;
    clear: both;

}

.achivment-section .containerWrapper {
    margin: 0px auto;
    border-radius: 25px;
    width: 100%;
}

.achivment-head p {
    color: #000000;
    text-align: center;

}


.achivment-box {
    box-shadow: -4px 4px 13px 3px #2d53db1a;
    padding: 20px;
    margin: 20px 20px;
    background: white;
    text-align: center;
    border-radius: 10px;
    height: 380px;
}

#achivmentSlider .owl-next {
    position: absolute;
    top: 200px;
    font-size: 40px;
    background: transparent;
    right: -50px;
    color: #e75a0a;


}

#achivmentSlider .owl-prev {
    position: absolute;
    top: 200px;
    font-size: 40px;
    background: transparent;
    left: -50px;
    color: #e75a0a;
}


.achivment-txt p {
    padding: 0 10px;
    text-align: left;
    margin-top: 20px;
}

.achivment-txt h3{
    margin-top: 20px;
    color: #ed8320;
}
.achivment-img img{
    border-radius:10px;
}

.achivment-link img {
    height: 20px;
    width: 20px;
}

.achivment-link a {
    color: #407F9D;
    transition: 0.3 ease;

}


.achivment-link a :hover {
    color: #b7711c !important;

}

.link-text {
    font-size: 18px;
}

/* ...............thingsSection............... */

.think-section {
    position: relative;
    width: 100%;
    text-align: center;
    background: url(assets/images/bggg.png) scroll repeat;
    background-size: cover;
    background-size: contain;
    background-position: center;
    padding: 60px 20px;
}

.think-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0.9;
}

.think-section .quote {
    max-width: 900px;
    margin: 0 auto;
    color: #333;
}

.think-section .quote p {
    font-size: 24px;
    margin: 10px 0;
    color: #333;
}

.think-section .quote .title {
    font-size: 30px;
    font-weight: bold;
    color: #e68d3f;
}

.think-section .quote .title span {
    display: inline-block;
    line-height: 1.2;
}

.think-section .brand-orange {
    color: #31d1d3;
}

/* Special Styling for Spark */
.add-spark {
    position: relative;
    font-size: 22px;
    color: #333;
    display: inline-block;
    margin-bottom: 20px;
}

.add-spark::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 50px;
    background: url('../images/success.png') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}


/* news-section end  */

#latestSlider .owl-prev {
    position: absolute;
    top: 190px;
    left: -50px;
    color: #f37a0f;
    font-size: 40px;
    background: transparent;
}

#latestSlider .owl-next {
    position: absolute;
    top: 190px;
    right: -50px;
    color: #f37a0f;
    font-size: 40px;
    background: transparent;
}

/* <!-- ............quicksection.......... --> */
.Quick-links {
    width: 100%;
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 100px;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    width: 100%;
}

.Quick-links::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(121 216 231 / 20%);
}

.Quick {
    text-align: center;
    background-color: #fff;
    padding: 36px 0px;
    display: grid;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #f06f2270;
    box-shadow: 0px 0px 13px -5px #00000066;
    justify-content: center;
    justify-items: center;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.Quick:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.Quick img {
    width: 45px;
    position: relative;
}


.Quick h3 {
    color: #03b5a1;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-top: 28px;
}

.Quick p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}

.Quick-head {
    text-align: center;
}


/*****About us******/
.studentservice {
    position: relative;
    clear: both;
    width: 100%;
    padding: 50px 0px 50px 0px;
    text-align: center;
    margin-bottom: 0px;

}

.studentservice-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px;
    height: 400px;
    background-color: #ffffff;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.studentservice-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.text-center-dm h2 {
    text-align: center;
    font-weight: bold;
    color: #000;

}

.text-center-dm h3 {
    font-weight: bold;
    color: red;
}

.studentservice-box h3 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}

.studentservice-box p {
    color: #777;
}

.studentservice-icon p span {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    background: #00bcd4;
    padding: 20px 15px;
    border-radius: 100px;
    line-height: 40px;
    width: 78px;
    height: 78px;
    
}


#studentserviceSlider .owl-prev {
    position: absolute;
    top: 210px;
    left: -50px;
    color: #f37a0f;
    font-size: 40px;
    background: transparent;
}

#studentserviceSlider .owl-next {
    position: absolute;
    top: 210px;
    right: -50px;
    color: #f37a0f;
    font-size: 40px;
    background: transparent;
}

/* VIDEO SECTION......................................................... */
.videosection {
    padding: 71px 0px;
    position: relative;
    clear: both;
}

.video-head h3 {
    font-weight: bold;
    font-size: 40px;

}

/* ABOUTUS............................. */

.aboutsection {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 50px 0px;
}

.aboutimg img {
    border-radius: 20px;
    width: 13%;
    top: 2%;
    height: auto;
    position: absolute;
    opacity: 0.4;
}

.aboutimg .img2 {
    right: 5%;
    width: 12%;
}

.abouttxt h2 {
    color: #ff6700;
    font-size: 42px;
    font-weight: 700;
}

.abouttxt h3 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
}

.abouttxt p {
    color: #494848;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: justify;
}

.keyBox figure {
    display: block;
    margin: 0 auto 30px auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    /* background: #f6951b; */
    background: linear-gradient(180deg, rgb(245 129 51) 0%, rgb(253 201 143) 100%);
    position: relative;
}



/* <!-- .......accordion SEction.......... --> */

.accordionSection {

    position: relative;
    clear: both;
    padding: 50px 0 50px 0;
    width: 100%;

}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-title {
    background: transparent;
    color: #444;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.accordion-title:hover {
    background-color: #f9f1f3;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    color: #555;
    font-size: 14px;
}

.accordion-item.active .accordion-content {
    padding: 15px 20px;
}

.arrow {
    transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
    transform: rotate(180deg);
}


/* instagram-section */
.instagram-section {
    padding: 50px 0 80px;
    position: relative;
    width: 100%;
    clear: both;
    background: #fff;
}

.instagram-before p {
    color: #0009;
    position: relative;
    padding: .5rem 1rem;
    margin: 0;
}

.instagram-before p::before {
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: 100%;
    content: "";
    background: #FF8A3F;
}


.instagram-head h2::after {
    position: absolute;
    top: 44%;
    right: 4%;
    width: 77%;
    height: 1px;
    content: "";
    background: #ccc;
}

.follow-us-btn a {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(72.62deg, #FFB200 8.74%, #FF13AE 94.56%, #0062BD 155.14%, #00DE9A 238.43%);
    border-radius: 8px;
    padding: 16px 32px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.follow-us-btn {
    text-align: right;
}


.testimonial-section {
    background-color: #F5F8FA;
}



.testimonial-left {
    background-color: #fdc98f;
    color: #FFD43B;
    padding: 80px 40px;
    border-top-right-radius: 150px;
}

.testimonial-heading {
    position: relative;
}

.testimonial-heading .quote-mark {
    font-size: 60px;
    color: #000000;
    line-height: 0.8;
    display: inline-block;
}

.testimonial-heading h2 {
    margin: 30px 0;
    font-size: 32px;
    font-weight: 700;
    color: #FFD43B;
}

.testimonial-heading h2 span {
    display: block;
    margin-top: 10px;
}

.testimonial-heading .quote-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonial-right {
    background-color: #F5F8FA;
    padding: 60px 50px;
    position: relative;
}

.testimonial-content {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.testimonial-text {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #222;
    margin-bottom: 40px;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.nav-btn {
    width: 45px;
    height: 45px;
    font-size: 24px;
    border: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
}

.testimonial-right {
    background-color: #F5F8FA;
    padding: 22px 50px;
    position: relative;
}

#testimonalSlider {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

#testimonalSlider .item {
    padding: 20px;
}

#testimonalSlider .item p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;

}

/* Testimonial Author Text (Optional) */
.testimonial-author {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-bottom: 40px;
}


/* main footer SECTION START  */

.main-footer {
    width: 100%;
    /* background: linear-gradient(359.25deg, rgba(243, 240, 255, 0) 59.43%, #F3F0FF 96.46%); */
    background: linear-gradient(359.25deg, rgb(0 181 207 / 22%) 59.43%, #feebdf 96.46%);
    position: relative;
    clear: both;
    padding: 44px 0 30px;
    z-index: 999;
}


footer .footer-primary .footer-logo {
    background: transparent;
    border-radius: .8rem;
    box-shadow: none;
    text-align: center;
    padding: 30px 0;
}


.footer-prim-text p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000000b3;
    font-size: 15px;
    line-height: 24px;
}



footer .footer-primary .footer-prim-text {
    background: transparent;
    border-radius: .8rem;
    box-shadow: none;
    padding: 30px;
    color: #000000b3;
}

footer .footer-primary .footer-prim-text a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

footer .footer-primary .footer-prim-text .footer-social-links ul {
    padding: 0;
    list-style: none;
}

footer .footer-primary .footer-prim-text .footer-social-links ul li {
    display: inline-block;
    padding: 1rem;
}

footer .footer-primary .footer-prim-text .footer-social-links ul li a {
    display: block;
    color: #FF8A3F;
    font-size: 26px;
}


footer .footer-primary .footer-prim-text .footer-social-links ul li:first-child {
    padding-left: 0;
}



/* footer section  */

.footer-widget__title {
    font-size: 23px;
    font-weight: 500;
    color: #FF8A3F;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.site-footer {
    width: 100%;
    position: relative;
    clear: both;
    padding: 0px 0px 0px;
}

.otherlinks {
    margin-top: 45px;
}


.contact p>a {
    color: #0009;
    font-size: 15px;
    padding: 7px 0px;
}

.contact p {
    color: #0009;
    font-size: 15px;
    padding: 0px 0px 3px;
    margin-bottom: 0px;
}

.contact p>a:hover {
    color: #1E1E1E;
    text-decoration: underline;

}

.contact ul {
    line-height: 35px;
}

.contact li a {
    padding-right: 20px;
    color: #0009;
    font-size: 15px;
}

.contact li a:hover {
    padding-right: 20px;
    color: #000;
}

.contact i {
    color: #FF8A3F;
    margin-right: 16px !important;
    font-size: 14px;
}

/*
.contact i {
    padding: 10px;
    background: white;
    font-size: 20px;
    border-radius: 50%;
} */
.contact .fab:hover {
    color: #fff;
    background-color: #544238;
}


.footer-widget__links-list li a {
    color: #0009;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.links li {
    padding: 8px 0px;
}

.links li a:hover {
    color: #000;
    text-decoration: underline;
}

.footimg {
    margin-top: 60px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #407f9d !important;
}


/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #544238;
    /* padding: 12px 0; */
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.footerStrip .col-md-6 {
    padding: 0px;
}

.footerStrip p {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-weight: 500;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #ddd;
}

.footerStrip .lastupt {
    float: right;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff;
    height: 45px;
    padding: 14px 10px;
}


/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffcc2a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */

.hero-alumni {
    width: 100%;
    background: url(assets/images/Alumni_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    clear: both;
    overflow: hidden;
    padding: 75px 0;
    position: relative; /* Required for overlay positioning */
}

.hero-alumni:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(30 31 30 / 76%); /* Semi-transparent overlay */
    z-index: 1;
    pointer-events: none; /* Allows clicks through overlay */
}


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 48px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 100px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #f58133;
    z-index: 999;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}


/* apply-button */
.apply-button {
    writing-mode: vertical-rl;
    position: fixed;
    right: 0px;
    background: #FF8A3F;
    top: 50%;
    padding: 20px 10px;
    letter-spacing: 0px;
    border-radius: 10px 0px 0px 10px;
    text-transform: capitalize;
    transition: 0.5s;
    z-index: 999;
}

.apply-button a {
    color: #fff;
    font-size: 16px;
}

.apply-button:hover {
    background: #1E1E1E;
}


/*whatsapp-icon*/

#whatsapp-icon {
    position: fixed;
    bottom: 30px;
    right: 14px;
    z-index: 9999;
}

#whatsapp-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

#whatsapp-icon img:hover {
    transform: scale(1.1);
}

/* =========================================== */
.bn13 {
    display: inline-block;
    padding: 0.65em 1.6em;
    border: 3px solid #ffffff;
    margin-left: 16px;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    animation: bn13bouncy 5s infinite linear;
    position: relative;
}

.bn13:hover {
    background-color: white;
    color: #000000;
}

/**************** Media queries*************/

@media (max-width: 768px) {
    .col-xs-6 {
        width: 50%;
        margin-bottom: 15px;
    }

    .col-md-3 {
        margin-bottom: 15px;
    }

    .apply-button {
        padding: 15px 5px;
        top: 58%;
        display: none;

    }

    .scrollup {
        bottom: 120px;
    }

    #whatsapp-icon {
        bottom: 60px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-toggle .icon-bar {
        width: 24px;
        height: 3px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    .heading-center {
        font-size: 40px;
    }

    .heading {
        font-size: 40px;
    }

    .form {
        padding: 10px 0px;
        background-color: #fff;
        float: left;
        width: 100%;
    }

    .nav-tabs {
        width: 100%;
    }

    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        padding: 7px;
    }

    .navbar-nav2::before {
        transform: skew(0deg);
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }

    .navbar-brand>img {
        margin: 0 !important;
        padding: 0 !important;
        left: 29px;
        position: absolute;
        height: 63px;
        top: -5px;
        z-index: 999;
    }

    .navbar-toggle {
        top: -8px;
    }

    .nav>li>a {
        padding: 9px 3px;
    }

    .nav-tabs>li>a {
        margin-right: 0px;
    }

    .footer-sectio {
        padding: 11px 0px;
    }

    .footer-box {
        padding: 0px 0px;
    }

    .footer-box1 {
        padding: 0px 0px;
    }

    /* ------------------------------------------------------ */

    .sticky-nav.no-translate {
        transform: none;
        /* Disable translation */
    }

    .sticky-nav .scroll-logo {
        display: block;
        margin-top: 0px !important;
    }

    .scroll-logo {
        position: absolute !important;
        top: 5px !important;
        left: 20px !important;
    }

    .navbar-brand:before {
        display: none !important;
    }
    /* ----------------------------------------------------------- */
    .top-navbar {
        display: grid;
        justify-content: end;
        align-items: center;
        background-color: #00b5cf;
        z-index: 999;
        width: 100%;
        padding-left: 0px;
        position: relative;
    }

    .site-footer img {
        padding: 20px 0px;
        padding: -7px;
        padding-bottom: 10px;
        width: 172px;
    }

    .navbar-brand {
        float: left;
        height: 7px;
        width: 250px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 31px;
        top: 4px;
        left: -10px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 17px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-brand>img {
        display: block;
        padding: 0px 0px;
        box-shadow: 0px 0px 0px 0px;
    }

    .navbar-default {
        border: none;
        padding: 5px 0px 0;
        background: #fff;
        width: 100%;
        z-index: 0;
        top: 0px;
        position: relative;
        height: auto;
    }

    .sticky-nav {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1000;
        transition: transform 0.3s ease;
    }

    .sticky-nav .main-nav {
        background-color: #333333;
        color: #ffffff;
        padding: 0px 0;
        text-align: center;
        position: relative;
    }

    .navbar-nav li {
        display: inline-block;
        position: relative;
        padding: 5px 3px;
        width: 100%;
    }

    .nav .navbar-nav li img {
        padding: -5px 4px;
        margin: 4px -5px;
        background: none;
        padding-top: 0px;
    }

    .navbar-nav {
        margin: 0;
        padding: 0px 0px;
        padding-bottom: 5px;
        background-color: #fff;
        text-align: left;
    }

    .navbar-nav li a {
        border-bottom: 2px solid white;
        border-radius: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 16px;
        transition: 0.5s;
        border-radius: 0px;
        padding: 0 0 10px 5px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #FF8A3F;
        background: none;
        border-radius: 0px;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #000;
        background: none;
        border-radius: 0px;
        padding: 13px 25px;
    }


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #1E1E1E;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #EEEFF0;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        position: relative;
        padding: 11px;
        right: 0;
        top: 0px;
    }

    .navbar-nav li:hover:before,
    .navbar-nav li.active:before {
        top: 0;
        visibility: hidden;
        opacity: 0;
    }

    .studentservice-box {
        height: auto;
    }

    /* --------------------------------------------- */

    .form-group {
        flex: 1 1 100%;
    }

    /* ------------------------------- */

    .containerWrapper {
        padding: 0 15px;
    }

    .about-section {
        padding: 0px 0 0px 0;
    }

    /*  Enquiry Section */
    .enquiry-form {
        margin: 0px auto 0px;
        padding: 45px 15px;
    }


    /* news-section */
    .news-section {
        padding: 10px 0 20px;
    }

    .news-head h2::after {
        top: 1.8%;
        right: 0%;
        width: 42%;
    }

    .view-all-btn {
        text-align: center;
        padding: 30px 0 0 0;
    }

    .view-all-btn .view-all {
        display: block;
    }

    /* excellence */
    .excellence-section {
        padding: 20px 0 20px;
    }

    .excellence-head h2::after {
        top: 7%;
        right: 0%;
        width: 55%;
    }


    /* .enroll-section   */
    .enroll-section {
        padding: 35px 0 220px;
    }

    .enroll-head h2::after {
        top: 14%;
        right: 0%;
        width: 53%;
    }

    .enroll-section .enroll-area .enroll-img-block {
        padding: 0.5rem;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .enroll-section .enroll-area .enroll-img-block img {
        height: auto;
    }

    .enroll-section .enroll-area .enroll-text-block {
        left: 9px;
        bottom: -221px;
        width: 95%;
        padding: 10px;
    }

    /* .enroll-section  end  */


    /* about-us */
    .about-us {
        padding: 25px 0 0px 0;
    }

    .about-us .section-title .row {
        display: grid;
        align-items: center;
        padding: 0px 0px 20px;
    }

    .about-us .about-area .about-img-block {
        padding: 0.5rem;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .about-us .about-area .about-img-block img {
        height: auto;
    }

    .about-us .about-area .about-text-block {
        bottom: -170%;
        padding: 11px;
        left: 50%;
        width: 95%;
    }

    /* infrastructure  */
    .infrastructure {
        padding: 50px 0 20px;
    }

    .infrastructure-head::after {
        top: 3.2%;
        right: 0%;
        width: 53%;
    }

    .infra-area .infra-block:nth-child(1) .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .infra-img-block {
        margin: 30px 0;
    }

    .infra-img-block-2 {
        margin: 30px 0;
    }

    .infra-area .infra-block:nth-child(2) .row {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }


    .infra-area .infra-block:nth-child(3) .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .infra-area .infra-block:nth-child(4) .row {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    /* campus-section */
    .campus-section {
        padding: 30px 0 280px;
    }

    .campus-head h2::after {
        top: 10%;
        right: 0%;
        width: 73%;
    }

    .campus-section .campus-area .campus-img-block {
        padding: 0.5rem;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .campus-section .campus-area .campus-img-block img {
        height: auto;
        width: 100%;
        object-fit: cover;
        border-radius: 0.8rem;
    }

    .campus-section .campus-area .campus-text-block {
        bottom: -123%;
        padding: 10px;
        left: 9px;
        width: 95%;
    }

    /* testimonials */
    .testimonials-head h2::after {
        top: 22%;
        right: 0%;
        width: 65%;
    }

    /* instagram-section */
    .follow-us-btn {
        text-align: center;
        padding: 30px 0 0 0;
    }

    .instagram-head h2::after {
        top: 30%;
        right: 0%;
        width: 68%;
    }

    .follow-us-btn a {
        display: block;
    }


    footer .footer-primary .footer-logo {
        padding: 10px 0 0 0;
    }

    footer .footer-primary .footer-prim-text {
        padding: 30px 15px 0;
    }



    /* About Section  */
    .features {
        margin: 11px 0px 1px 15px;
    }



    .keypointsection {
        padding: 70px 0 23px 0;
    }

    .counterTitle {
        font-size: 45px;
    }

    h2 {
        font-size: 34px;
    }



    .box {
        background-color: #fff;
        padding: 13px;
        margin: 8px;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

    .information-head h2 {
        font-size: 26px;
    }

    #newsSlider .owl-prev {
        left: -15px;
    }

    #newsSlider .owl-next {
        right: -15px;
    }


    #InitiativeSlider .owl-prev {
        left: -15px;
    }

    #InitiativeSlider .owl-next {
        right: -15px;
    }


    #achivmentSlider .owl-prev {
        left: -20px;

    }

    #achivmentSlider .owl-next {
        right: -20px;

    }

    #latestSlider .owl-next {
        right: -15px;
    }

    #latestSlider .owl-prev {
        left: -15px;
    }


    #studentserviceSlider .owl-next {
        right: -15px;
    }

    #studentserviceSlider .owl-prev {
        left: -15px;
    }

    .think-section .quote .title {
        font-size: 26px;
        font-weight: bold;
        color: #e68d3f;
    }

    .add-spark::after {
        content: '';
        position: absolute;
        top: -28px;
        right: -12px;
        width: 50px;
        height: 50px;
        background: url(../images/success.png) no-repeat center center;
        background-size: contain;
        transform: translateY(-50%);
    }

    .image-container {

        margin-top: 0px;
    }
    .enquire-btn{
        width: auto;
        margin-top: 8px;
        height: 37px;
    }
    .banner-btn {
        margin-top: 0px;
    }
    .enquire-btn h6 {
        font-size: 13px
    }
    .links {
        padding: 0px 15px 0;
    }
    .otherlinks {
        margin-top: 0px;
    }
    .links .otherlinks{
        padding: 30px 15px 0;
    }
    .contact{
        padding: 30px 15px 0;
    }
    .innerBannerSection h1{
        font-size: 20px !important;
    }
    .innerBannerSection .head {

        top: 72px;
    }
    .innerBannerSection {
        height: 150px;
    }
    .hero-alumni .hero-text-block h1{
        margin-top: 0;
    }

    .home {
        padding-left: 0px;
        padding-right: 0px;
        /* overflow-y: auto;
        height: 100vh; */
    }

    .home-section {

        padding-top: 0px;
    }

    .banner-text h1 {
        font-size: 11px;
    }


    .main .row{
        padding-top: 0px
    }
    .bannerimg{
        padding: 10px 10px;
    }

    .announcements-mobile {
        display: block;
        padding: 10px;
        /*        padding: 35px 0 20px;*/
    }

    .announcements-desc {
        display: none;
    }

    .announcements-head {
        border-left: 5px solid #FF8A3F;
        padding: 10px 0 10px 10px;
    }

    .announcements-box {
        padding: 15px 15px 30px 15px;
        border-bottom: none;
    }

    .announcements-block {
        border-left: none;
    }

    .announcements-block {
        height: auto;
    }
    .home-section {

        border-bottom: none;
    }

    .banner-text {

        position: absolute;
        top: 10%;
        bottom: 0;
        width: 45%;
        padding: 0px 0px;
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        left: 6%;
        right: 0;
    }/*

    */
    .banner-text .btn-default {
        background: linear-gradient(to right, #ff8a3f, #f55b23);
        color: white;
        font-weight: 600;
        padding: 11px 12px;
        border-radius: 30px !important;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s;
        margin-top: 10px;
    }
    .banner-btn{
        margin-top: 25px
    }
    .banner-text .btn-default:hover {
        background: linear-gradient(to right, #00b1c7, #0082ab) !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 138, 63, 0.3);
        color: white;
    }

    .banner-text p {
        font-size: 8px;
        font-weight: 400;
        font-family: "Rubik", sans-serif;
        line-height: 1.2;
    }

    .banner-text h3 {
        font-size: 30px;
        line-height: 0.5 !important;

    }
    .banner-text .btn-default {
        background: linear-gradient(to right, #ff8a3f, #f55b23);
        color: white;
        font-weight: 600;
        padding: 7px 7px;
        border-radius: 30px !important;
        font-size: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s;
        margin-top: 10px;
    }
    .banner-btn{
        margin-top: 00px;
    }
    .banner-text .btn-default:hover {
        background: linear-gradient(to right, #00b1c7, #0082ab) !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 138, 63, 0.3);
        color: white;
    }

}


 figure.wp-block-gallery.has-nested-images {
        align-items: normal;
        display: none;
        
    }








