@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, #daa336, #172b4e, #011d49);
    -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: 16px;
    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:after,
.heading-center:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #d72a79;
    position: absolute;
    bottom: 0;
} */

.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: 200px;
    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:nth-child(2){
    border-bottom: 0px;
} */
.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:before {
    position: absolute;
    content: "";
    left: 152px;
    top: -34px;
    width: 439px;
    height: 150px;
    /* background-image: url(../images/Logo_MGM_bg.svg); */
/* display: block;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: 1;
} */


.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    width: 400px;
    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: #e6be6f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
    /* 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: 16px;
    transition: 0.1s;
    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-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    background: #00b5ad;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
} */


.navbar-nav>li a {
    text-decoration: none;
    color: #333;
    /* Adjust text color */
    font-size: 16px;
    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-nav li::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    border-radius: 10px 10px 0 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #00b5ad;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
} */

.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: #021c45;
    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: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    position: relative;

}

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

.contact-info a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    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;

}



.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;
}


/* Media query for smaller screens */
@media (max-width: 768px) {
    .sticky-nav.no-translate {
        transform: none;
        /* Disable translation */
    }
}

.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 */
.bannersection {
    margin-top: 20px;
}

.banner-text {
    /* display: none; */
    position: absolute;
    top: 37%;
    bottom: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    left: 13%;
    right: 0;
}

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

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

}


#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);
}

#bannerSlider .owl-next {
    position: absolute;
    top: 400px;
    right: 0px;
    font-size: 60px;
    background: transparent;
}

#bannerSlider .owl-prev {
    position: absolute;
    top: 400px;
    left: 0px;
    font-size: 60px;
    background: transparent;

}

/* ..............about-us section.................. */
.about-us.section {
    position: relative;
    width: 100%;
    height: auto;
  
    clear: both;
    padding: 10px 10px 31px 10px !important;
}
/* TITLE */
.about-section h5 {
    color: #c9a227;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding-bottom: 70px;
}

.about-section h2 {
    font-size: 40px;
    font-weight: 800;
}

/* MAIN BOX */
.above {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    overflow: hidden;
}

/* GOLD SIDE STRIP */
.above::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(#FFD700, #c9a227);
}

/* TEXT */
.features h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.features p {
    font-size: 16px;
    color: #555;
}

/* FEATURE BOX GRID */
.feature-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.feature-box div {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.feature-box div:hover {
    background: #FFD700;
    transform: translateY(-3px);
}

/* IMAGE */
.image-container {
    position: relative;
}

.image-container img {
    width: 100%;
    border-radius: 15px;
    transition: 0.4s;
}

.image-container:hover img {
    transform: scale(1.05);
}

/* BORDER EFFECT */
.image-container::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border: 3px solid #FFD700;
    border-radius: 15px;
    z-index: -1;
}

/* BUTTON */
.read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #162d53;
    color: #fffdfd;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}

.read-more:hover {
    background: #DFA638;
    color: #fff;
}

.feature-box div {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-box div i {
    font-size: 18px;
    color: #dba53a;
    min-width: 25px;
}

.feature-box div:hover {
    background: #DFA638;
    color: #000;
}

.feature-box div:hover i {
    color: #000;
}



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


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

}

.counterTitle {
    font-size: 66px;
}

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




/* <!-- ..........enquiry-form Section --> */
.enquiryform {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: url(../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 Section */
/* .enquiry-form {
    background: white;
    padding: 60px 40px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin: -40px auto 80px;
    position: relative;
    z-index: 2;
    max-width: 1000px;
} */



.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........... --> */
/* SECTION */
.informationsection {
    clear: both;
    padding: 70px 0;
    background: linear-gradient(135deg, #fff7ed, #ffe4c7);
    position: relative;
}

/* TITLE */
.information-head h5 {
    text-align: center;
    color: #c9a227;
    letter-spacing: 2px;
    font-size: 16px;
}

.information-head h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* CARD */
.information {
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

/* HOVER EFFECT */
.information:hover {
    transform: translateY(-10px);
    background:#e6be6f;
    color: #000;
}

/* IMAGE */
.information img {
    width: 50px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.information:hover img {
    transform: scale(1.1);
}

/* TEXT */
.information h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.information:hover h3 {
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .informationsection {
        padding: 50px 0;
    }

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

    .information {
        margin-bottom: 20px;
    }
}


/* <!----...........News Section........----> */
/* SECTION */
.news-section {
     position: relative;
    width: 100%;
    clear: both;
    background: #f8f9fa;
    padding: 70px 0;
}

/* TITLE */
.news-head h5 {
    color: #c9a227;
    letter-spacing: 2px;
}

.news-head h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* CARD */
.news-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.4s;
    margin: 15px;
    height: 100%;
}

/* HOVER */
.news-box:hover {
    transform: translateY(-10px);
}

/* IMAGE */
.news-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.news-box:hover img {
    transform: scale(1.05);
}

/* TEXT */
.news-txt {
    padding: 20px;
}

.news-txt h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.news-txt p {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* BUTTON */
.journey-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #FFD700;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}

.journey-btn:hover {
    background: #000;
    color: #fff;
}

/* OWL NAV */
#newsSlider .owl-prev,
#newsSlider .owl-next {
    position: absolute;
    top: 40%;
    font-size: 30px;
    color: #FFD700;
}

#newsSlider .owl-prev { left: -25px; }
#newsSlider .owl-next { right: -25px; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .news-head h2 {
        font-size: 26px;
    }

    #newsSlider .owl-prev,
    #newsSlider .owl-next {
        display: none;
    }
}

/* ...........InitiativeSection........... */
/* SECTION */
.InitiativeSection {
    padding: 70px 0;
    background: linear-gradient(135deg, #e0f7fa, #ffffff);
}

/* TITLE */
.Initiative-head h5 {
    color: #c9a227;
    letter-spacing: 2px;
}

.Initiative-head h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* CARD */
.Initiative-outer {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.4s;
}

.Initiative-outer:hover {
    transform: translateY(-10px);
}

/* IMAGE */
.Initiative-inner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.Initiative-outer:hover img {
    transform: scale(1.05);
}

/* CONTENT */
.Initiative-caption {
    padding: 20px;
}

.Initiative-caption h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.Initiative-caption p {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* BUTTON */
.Initiative-caption a {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: #d9ac55;
    text-decoration: none;
    transition: 0.3s;
}

.Initiative-caption a:hover {
    color: #000;
}

/* OWL NAV (without #) */
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 40%;
    font-size: 30px;
    color: #FFD700;
}

.owl-carousel .owl-prev {
    left: -25px;
}

.owl-carousel .owl-next {
    right: -25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

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

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        display: none;
    }
}

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

/* ................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-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............... */
/* SECTION */
.think-section {
    position: relative;
    width: 100%;
    text-align: center;
    background: url(../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;
}

 

/* CONTENT */
.think-section .quote {
    max-width: 800px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* TOP TEXT */
.add-spark {
    font-size: 18px;
    letter-spacing: 2px;
    color: #c9a227;
    margin-bottom: 20px;
}

/* MAIN TITLE */
.think-section .title {
    font-size: 38px;
    font-weight: 800;
    color: #222;
    line-height: 1.3;
}

/* HIGHLIGHT */
.highlight {
    color: #FFD700;
}

/* SUB TEXT */
.sub-text {
    font-size: 18px;
    color: #555;
    margin: 20px 0;
}

/* SECOND TITLE */
.title.small {
    font-size: 24px;
    font-weight: 600;
}

/* BRAND COLOR */
.brand-orange {
    color: #00bcd4;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .think-section {
        padding: 50px 15px;
    }

    .think-section .title {
        font-size: 26px;
    }

    .sub-text {
        font-size: 15px;
    }

    .title.small {
        font-size: 18px;
    }
}
/* ............latestSection............. */
/* ............latestSection............. */
.latestSection {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 50px 0 50px 0;
    background-color: #cdf0ec;

}

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

}

.latest-inner {

    padding: 20px;
}

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

.latest-caption p {
    margin-top: 30px;
}

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

.latest-caption .btn-primary {
    /* background: #FF8A3F !important; */

    color: #00b1c7;
    border-color: transparent;
}



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

#latestSlider .owl-next {
    position: absolute;
    top: 210px;
    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(253 201 143 / 29%);
}

.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;
}

/* 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.......... --> */

/* SECTION */
.accordionSection {
    padding: 70px 0;
    background: #f8f9fa;
}

/* TITLE */
.accordionSection h5 {
    color: #c9a227;
    letter-spacing: 2px;
}

.accordionSection h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* ITEM */
.accordion-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* TITLE */
.accordion-title {
    background: #fff;
    color: #333;
    padding: 18px 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: none;
    width: 100%;
    font-weight: 600;
    transition: 0.3s;
}

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

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

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

/* ARROW */
.arrow {
    transition: 0.3s;
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
    .accordionSection h2 {
        font-size: 24px;
    }
}


/* 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;
}

/* instagram-section end*/










/* main footer SECTION START  */

.school-footer {
    position: relative;
    clear: both;
    background: #0f172a;
    color: #fff;
    padding: 60px 0 20px;
}

/* LOGO */
.footer-logo {
    width: 140px;
    margin-bottom: 15px;
}

/* TEXT */
.footer-box p {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 22px;
}

/* TITLE */
.footer-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #FFD700;
}

/* LINKS */
.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #cbd5e1;
}

.footer-box ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #FFD700;
    padding-left: 5px;
}

/* CONTACT */
.footer-box i {
    margin-right: 8px;
    color: #FFD700;
}
/* SOCIAL */
.social-links{

    margin-top: 10px;
}
.social-links a {
    /* display: inline-flex;
    align-items: center;
    justify-content: center; */
    width: 45px;
    height: 45px;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
   
    border-radius: 50%;
    transition: 0.3s;
}

/* HOVER */
.social-links a:hover {
  
    color: #000;
    transform: translateY(-5px);
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #334155;
    margin-top: 30px;
    padding-top: 10px;
    font-size: 13px;
    color: #94a3b8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-box {
       
        margin-bottom: 25px;
    }
}
.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: #e6be6f;
    /* 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;
}









/**********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: #c9a227;
    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;
        /* padding: 15px 5px;
        bottom: 0;
        top: unset;
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 0;
        writing-mode: horizontal-tb; */
    }

    .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 .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: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #407F9D;
        z-index: 999;
        width: 100%;
        padding-left: 50px;
        display: none;
    }

    .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;
        /* margin: -69px -15px; */
        /* background-color: #fefefe;
        padding: 8px 24px; */
        /* border-radius: 33px; */
        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;
    }






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

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

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



    .containerWrapper {
        padding: 0 15px;
    }

    /* bannersection */
    .home-section {
        padding-top: 0px;
    }

   
    .bannersection {
        padding: 0;
        margin-top: 0px;
    }

    #bannerSlider .owl-controls {
        bottom: -20px !important;
        right: 10px;
        margin: 0;
    }

    #bannerSlider .owl-controls .owl-page span {
        width: 20px !important;
        height: 4px !important;
        margin: 3px !important;
    }

    .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;
    }

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

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



    #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;
    }

    .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%);
    }

}