@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Nunito Sans", sans-serif;
    background-color: #25416f;
    max-width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Josefin Sans', sans-serif;
}

input,
select,
textarea,
button {
    font-family: 'Josefin Sans', sans-serif !important;
}

section {
    max-width: 100%;
    overflow: hidden;
}

.top-banner .logo {
    position: absolute;
    width: 300px;
    top: 25px;
    left: 25px;
    z-index: 9;
}

/*
.top-banner .logo2 {
    position: absolute;
    width: 150px;
    height: 150px;
    right: 38px;
    bottom: 30px;
    background: #FFF;
    z-index: 9;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 30%);
} */

.top-banner .logo2 {
    position: fixed;
    width: 160px;
    height: 160px;
    right: 10px;
    bottom: 0;
    z-index: 9;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 60%));
}

.top-banner .logo2 img {
    display: block;
    margin-top: 10px;
}

.top-banner {
    /* background-image: url(../images/top-banner.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 100vh; */
    position: relative;
}

.top-banner img {
    width: 100%;
}

.top-banner .custom-content {
    position: absolute;
    top: 27%;
    left: 12%;
}

.top-banner .custom-content h1 {
    font-size: 60px;
    color: #ffbc00;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 68px;
}

.top-banner .custom-content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.top-banner .custom-content h6 {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
}

.top-banner .custom-content h4 {
    color: #ffbc00;
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0;
}

.top-banner .custom-content h5 {
    font-size: 28px;
    line-height: 28px;
    height: 30px;
    color: #ffbc00;
    margin-bottom: 20px;
    margin-top: 20px;
}

.top-banner .custom-content h5 a {
    color: #ffbc00;
    text-decoration: none;
}

.top-banner .custom-content h5 img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: -8px;
}

.banner_button {
    position: absolute;
    top: 10px;
    right: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 9;
}

.banner_button .call {
    color: #FFF;
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
    margin-top: 5px;
}

.banner_button .call img {
    width: 29px;
    margin-top: -4px;
    margin-right: 3px;
}

.banner_button .btn-box {
    font-size: 17px;
    line-height: normal;
    padding: 6px 20px;
    padding-top: 13px;
    border-radius: 4px 4px;
    display: block;
}

.banner_button .btn-box img {
    width: 26px;
    position: relative;
    top: -4px;
    right: -7px;
}

.enquire_now.fixed {
    position: fixed;
    right: -62px;
    top: 47%;
    transform: rotate(-90deg) translate(0, 100%);
    z-index: 99;
}

.enquire_now.fixed .btn-box {
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 13px 32px 7px;
    line-height: 25px;
}

.top-banner .owl-nav {
    position: absolute;
    right: 200px;
    bottom: 20px;
    z-index: 9;
}

.top-banner .owl-nav button.owl-prev,
.top-banner .owl-nav button.owl-next {
    background: #f6f0e0 !important;
    width: 30px;
    height: 35px;
    margin: 0 5px;
}

.top-banner .owl-nav button.owl-prev i,
.top-banner .owl-nav button.owl-next i {
    line-height: 35px;
    font-size: 15px;
}

.top-banner .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 35px;
}

.top-banner .owl-dots button.owl-dot.active {
    opacity: 1;
}

.top-banner .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #25416f;
    border-radius: 50px;
    opacity: 0.6;
    margin: 0 5px;
}

.section-pad {
    padding: 100px 0;
}

.about_one .about-box {
    /* margin-top: 25px; */
    margin-top: 50px;
    border: 5px solid #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 450px;
}

.about_one .about-box img {
    width: 100%;
    border-radius: 5px;
}

.about_one .about-box a {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_one .about-box-content h2,
.band-box h1,
.our-facilties-box h1,
.weekly_boarding .top_content h2,
.our-facilties-box h1,
.alumani_connect_section h1,
.image-collage-snap h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
}

.about_one .about-box-content h2 {
    margin-bottom: 20px;
    color: #ffbc00;
}

.about_one .about-box-content p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 400;
}

/* .about_one .about-box-content .box-icon-1 {
    margin-bottom: 30px;
} */
.about_one .about-box-content .box-icon-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    border: 1px solid #ffbc00;
    border-radius: 7px;
    height: 100%;
}

.about_one .about-box-content .box-icon-1 h5 {
    color: #ffbc00;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    min-height: auto;
}

.about_one .about-box-content .box-icon-1 p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.our-facilties {
    background-image: url(../images/bg-1.jpg);
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.our-facilties::before {
    position: absolute;
    content: '';
    background-color: #25416f;
    height: 100%;
    z-index: 1;
    width: 100%;
}

.our-facilties-box {
    padding: 100px 0 50px;
    position: relative;
    z-index: 2;
}

.our-facilties-box {
    text-align: center;
}

.pb-50 {
    padding-bottom: 50px;
}

.our-facilties-box h1 {
    margin-bottom: 20px;
    color: #ffbc00;
}

.our-facilties-box h5 {
    color: #fff;
}

.box-fac-define {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.box-fac-define h5 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 18px;
}

.box-fac-define img {
    width: 100%;
    max-width: 75px;
    margin-bottom: 12px;
}

.band-box {
    background: #f6f0e0;
    padding: 70px 0;
    border: none;
}

.band-box h1 {
    margin-bottom: 30px;
    color: #ffbc00;
    text-align: center;
}

.band-box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
}

.associate {
    margin: 5px 0 20px 0;
}

.associate ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.associate ul li img {
    height: 94px;
}

.band-box ul.affiliation {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}

.band-box ul.affiliation li {
    background: #25416f;
    color: #ffffff;
    padding: 14px 22px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    width: 235px;
    font-weight: 600;
}

.band-box ul.affiliation li span {
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.band-box img {
    width: 100%;
}

.testimonial-slide {
    padding: 100px 0;
    background: #f6f6f6;
}

.testimonial-slide .our-facilties-box.test-slde h5,
.gallery_section .our-facilties-box.test-slde h5 {
    color: #000;
}

.test-slde {
    padding: 0 0 50px;
}

.testimonial {
    border-right: 4px solid #ffbc00;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #ffbc00;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #ffbc00;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}

.testimonial ul li {
    padding: 0 3px;
    color: #ffbc00;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #18bb7c;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #18bb7c;
    font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #ffbc00;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #18bb7c !important;
    border-color: #18bb7c;
}

.box-icon-1 .svg-icon svg {
    width: 50px;
    height: 50px;
}
.main-heading h2{
      font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
        color: #39537a;
}
.main-heading h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #39537a;
    position: relative;
    display: inline-block;
}
.main-heading h3::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #39537a;
}
.main-heading p{
    font-size: 16px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
    line-height: 23px;
    font-weight: 400;
}
.main-list ul{
    padding-left: 1rem;
}
.main-list ul li{
    font-size: 16px;
    color: #000000;
}
.banner-form {
    position: absolute;
    top: 37%;
    left: 100%;
    transform: translate(-33%, -50%);
    z-index: 999;
    width: 100%;
}
.banner-form .main-form {
    background: #ffffff7a;
    backdrop-filter: blur(10px);
    padding: 20px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
}
.main-form .form-control {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #f0f0f0;
}
.form-control:focus {
    box-shadow: none;
    border-color: #f9be17;
}
.main-form .form-control.submit-btn {
    background: #f9be17;
    color: #000;
    border: 1px solid #f9be17;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
}
.weekly_boarding.type2 .main-list ul li{
    font-size: 16px;
    color: #ffffff;
}
.alumni_slider.owl-carousel .owl-item img {
   display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
}
.alumni_slider .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #25416f;
    margin: 0;
}
.alumni_slider .testimonial .description {
    font-size: 15px;
    letter-spacing: normal;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }

    .navik-header .logo {
    padding: 0px 0px;
    text-align: left;
}
.navik-header .logo img {
    max-width: 60%;
    height: auto;
}
.banner-form{
    display: none;
    position: initial;
    transform: none;
    margin: 15px 10px;
    width: auto;
}
.about_one .about-box-content .box-icon-1{
    justify-content: start;
}
}

.foot-sec {
    display: flex;
    align-items: center;
}

.foot-sec img {
    width: 100%;
    max-width: 220px;
}

.foot-sec h5 {
    color: #ffbc00;
    font-size: 24px;
    margin: 20px 0 10px;
}

.google-map iframe {
    display: block;
    width: 100%;
    height: 250px;
}

.social_media_section ul {
    list-style: none;
    padding: 0;
    margin: 27px 0;
    display: flex;
    justify-content: center;
}

.social_media_section ul li {
    margin-right: 20px;
    margin-left: 10px;
    position: relative;
}

.social_media_section {
    background: #FFF;
}

.social_media_section ul li:after {
    content: "";
    width: 1px;
    height: 38px;
    position: absolute;
    background: #ccc;
    right: -16px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.social_media_section ul li:last-child:after {
    display: none;
}

.social_media_section ul li a {
    text-decoration: none;
    color: #666;
    text-transform: capitalize;
}

.social_media_section ul li a i {
    border-radius: 50px;
    border: 2px solid;
    margin-right: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    transition: all 0.4s ease;
}

.social_media_section ul li a.facebook {
    color: #316FF6;
}

.social_media_section ul li a.twitter {
    color: #1DA1F2;
}

.social_media_section ul li a.youtube {
    color: #CD201F;
}

.social_media_section ul li a.blogspot {
    color: #FF5722;
}

.social_media_section ul li a.whatsapp {
    color: #25D366;
}

.social_media_section ul li a.instagram {
    color: #cd486b;
}

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

.gallery_section {
    padding-bottom: 100px;
    background: #f6f6f6;
}

.floor_slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}

.floor_slider .owl-item {
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.5s ease;
}

.floor_slider .owl-nav button {
    position: absolute;
    bottom: 50%;
    width: auto;
    transition: all 0.5s ease;
    transform: translateY(50%);
}

.floor_slider .owl-nav button img {
    width: 25px;
}

.floor_slider .owl-nav button.owl-next {
    right: 25%;
    left: auto;
}

.floor_slider .owl-nav button.owl-prev {
    left: 25%;
}

.floor_slider .owl-nav button.owl-prev:hover {
    transform: translateY(50%) translateX(-10px);
}

.floor_slider .owl-nav button.owl-next:hover {
    transform: translateY(50%) translateX(10px);
}

.floor_slider .owl-nav button {
    background: rgb(255 188 0) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
}

.slider-box {
    position: relative;
}

.slider-box p {
    padding: 5px 20px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    background: #ffffffbf;
    color: #25416f;
    font-weight: 800;
}

.video-collage-mix {
    position: relative;
    overflow: visible;
    padding: 70px 20px;
}

/* .video-collage-mix:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f6f6f6;
    height: 356px;
} */

.video-collage-mix .video-thumb {
    margin-top: -165px;
    text-align: center;
    margin-bottom: 100px;
}

.video-collage-mix .video-thumb img {
    width: 100%;
    max-width: 850px;
}

#classroom_slider img {
       margin: 20px 0;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

#classroom_slider .owl-nav {
    display: flex;
    justify-content: right;
    gap: 12px;
    position: absolute;
    right: 0;
    bottom: -37px;
}

#classroom_slider .owl-nav button.owl-prev,
#classroom_slider .owl-nav button.owl-next {
    color: #25416f !important;
    font-size: 18px !important;
    background: #FFF !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

#classroom_slider .owl-nav button.owl-prev i,
#classroom_slider .owl-nav button.owl-next i {
    line-height: 35px;
}

.image-collage-snap h3 {
    margin-bottom: 10px;
    color: #ffbc00;
    text-align: center;
}

.image-collage-snap img {
    width: 100%;
    margin-bottom: 100px;
}

.pop_open-btn {
    margin-top: 35px;
}

.btn-box {
    background: #ffbc00;
    padding: 12px 50px;
    color: #fff;
    border: 1px solid #ffbc00;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    transition: 0.3s;
}

.btn-box:hover {
    color: #FFF;
}

.banner_button .btn-box .two {
    display: none;
}

.banner_button .btn-box .one {
    display: inline-block;
    top: -3px;
}

.banner_button .btn-box.open .two {
    display: inline-block;
}

.banner_button .btn-box.open .one {
    display: none;
}

/* -- popup -- */

.popup_modal {
    position: fixed;
    top: 50%;
    right: 76px;
    z-index: 99;
    width: 420px;
    transform: translatey(-50%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    display: none;
}

.popup_modal .overlap-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlap-btn img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.overlap-btn .btn-box {
    position: absolute;
    left: -178px;
    transform: rotate(270deg) translateX(21px);
    top: 50%;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 16px;
    z-index: 10;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: 0.5s;
}

.pop-open.active {
    right: -300px;
}

.overlap-btn .btn-box:hover {
    background: #ffbc00;
    color: #fff;
}

.pop-open {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 99;
    transition: 0.6s;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
}

/* #enquiry_form.open .pop-open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
} */

/* #enquiry_form .image_side {
    width: 45%;
    background-image: url('https://img.freepik.com/free-photo/best-friends-graduation-ceremony-outdoors_23-2148505277.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
} */

#enquiry_form .form_side {
    padding: 25px;
    width: 100%;
    position: relative;
}

#enquiry_form .form_side:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url('../images/logo-removebg-preview.png');
    background-size: 46%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

#enquiry_form .form_side form {
    position: relative;
    z-index: 1;
}

.pop-open .form-group .form-control {
    border-radius: 0.375rem;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.pop-open .form-group textarea.form-control {
    height: 110px;
}

.pop-open .form-group .select-control {
    margin-bottom: 10px;
    width: 100%;
    padding: 8px 10px;
    background-color: #fff;
    background-clip: padding-box;
    color: #6c757d;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

/* .pop-open h4 {
    text-align: center;
    background: #ffbc00;
    padding: 5px;
    color: #fff;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 15px;
} */

.pop-open h4 {
    text-align: center;
    padding: 5px;
    color: #25416f;
    line-height: 22px;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
}

.pop-open button {
    border-radius: 5px;
    border: 1px solid #ffbc00;
    padding: 7px 10px;
    width: 100%;
    margin-top: 10px;
    background: #ffbc00;
    color: #fff;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 600;
}

.pop-open button:hover {
    background: #fff;
    border: 1px solid #ffbc00;
    color: #ffbc00;
}

.pop-open .close_pop.toggle {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50px;
    text-align: center;
    left: auto;
    transform: none;
    padding: 0;
    font-size: 22px;
    background: #ffbc00;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

.below-foot {
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

.below-foot p {
    margin-bottom: 0;
    font-size: 15px;
}

.testimonial-slide .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonial-slide .owl-dots .owl-dot {
    width: 10px;
    background: #ccc;
    height: 10px;
    border-radius: 50px;
    margin: 0 3px;
}

.testimonial-slide .owl-dots .owl-dot.active {
    background: #ffbc00;
}

.foot-sec a .gigicon {
    width: 100%;
    height: 25px;
    background: none;
    max-width: 25px;
    padding: 0;
}

.footer_section .container-fluid {
    padding: 0;
}

.foot-sec ul {
    list-style: none;
    padding: 0 0 0 31px;
    margin: 0;
}

.foot-sec ul li {
    font-size: 20px;
    margin-bottom: 12px;
    color: #25416f;
    display: flex;
    align-items: center;
}

.foot-sec a {
    text-decoration: none;
    color: inherit;
}

.foot-sec ul li i {
    margin-right: 10px;
    font-size: 24px;
    min-width: 25px;
    color: inherit;
}

.footer_section {
    background: #fada89;
}

.google_map_wrap {
    /* border-right: 3px solid ##25416f; */
    padding-right: 0;
}

#backtotop {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #ffbc00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 28%);
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    font-size: 18px;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
    bottom: 145px;
}

#backtotop:hover {
    box-shadow: 0 12px 18px 0 rgb(0 0 0 / 28%);
}

.alumani_connect_section {
    padding: 0 0 70px 0;
    background: #f6f6f6;
}

.alumni_slider {
    margin-top: 25px;
}

.alumani_connect_section h1 {
    margin-bottom: 20px;
    color: #ffbc00;
    text-align: center;
}

.alumani_connect_section h5 {
    text-align: center;
}

.alumni_box {
    text-align: center;
    min-height: 246px;
}

.alumni_box .mg {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 13px;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 50%);
    margin-top: 25px;
}

.alumni_box h2 {
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: 700;
    color: #25416f;
}

.alumni_box p span {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.alumni_box p {
    font-size: 13px;
    line-height: 20px;
}

.alumani_connect_section .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.alumani_connect_section .owl-dots .owl-dot {
    width: 10px;
    background: #ccc;
    height: 10px;
    border-radius: 50px;
    margin: 0 3px;
}

.alumani_connect_section .owl-dots .owl-dot.active {
    background: #ffbc00;
}

.weekly_boarding img {
    width: 100%;
    /* box-shadow: 0 9px 20px 0 rgb(0 0 0 / 20%); */
}

.weekend_mg p {
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.weekend_mg p span {
    color: #25416f;
}

.weekend_mg {
        background: #ffffffa6;
    padding: 14px;
    box-shadow: 0 9px 20px 0 rgb(0 0 0 / 20%);
    backdrop-filter: blur(5px);
}

.weekly_boarding {
    /* background: #f6f6f6; */
    padding: 0px 0 0 0;
    position: relative;
}

.weekly_boarding:before {
    content: '';
    background: #f6f6f6;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.weekly_boarding .container {
    position: relative;
    z-index: 2;
}

.weekly_boarding .top_content {
    margin: 0 20px;
}

.weekly_boarding .top_content h2 {
    margin-bottom: 20px;
    color: #ffbc00;
}

.weekly_boarding .top_content h5 {
    color: #FFF;
}

.weekly_boarding .top_content .content {
    text-align: center;
}

.weekly_boarding.type2 .weekend_mg_wrap {
    position: relative;
}

.weekly_boarding.type2 .weekend_mg.one {
    transform: rotate(-5deg);
    width: 70%;
}

.weekly_boarding.type2 .weekend_mg.two {
    position: absolute;
    right: 0;
    bottom: 65px;
    width: 43%;
    transform: rotate(8deg);
}

.weekly_boarding.type2 .top_content .content {
    text-align: left;
}

.weekly_boarding.type2 .top_content {
    padding-left: 30px;
    text-align: left;
}

.weekly_boarding.type2:before {
    height: 110px;
}

.goback_btn {
    background: #25416f;
    display: inline-block;
    padding: 13px 44px 10px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #FFF;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.goback_btn:hover {
    background: #ffbc00;
    color: #FFF;
}

.thank_you {
    width: 850px;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
}

.thank_you img {
    width: 150px;
    margin-bottom: 30px;
}

.thank_you h2 {
    color: #ffbc00;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
}

.thank_you p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
}

.thank_you p a {
    color: #25416f;
    text-decoration: none;
    font-size: 21px;
    transition: all 0.5s ease;
}

.thank_you p a:hover {
    color: #ffbc00;
}

.thank_you_page .banner_button .call {
    color: #ffbc00;
}

.tour_btn img {
    width: 210px;
}


@media only screen and (max-width: 1550px) {
    .top-banner .custom-content h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .top-banner .custom-content p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .top-banner .custom-content h4 {
        font-size: 28px;
        line-height: 30px;
    }

    .top-banner .custom-content h5 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .top-banner .custom-content h5 img {
        width: 22px;
        height: 22px;
    }

    .btn-box {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 18px;
    }

    .pop_open-btn {
        margin-top: 25px;
    }

    .top-banner .custom-content {
        top: 28%;
        left: 10%;
    }

    .about_one .about-box-content h2 {
        font-weight: 700;
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .about_one .about-box-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .about_one .about-box-content .box-icon-1 p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .about_one .about-box-content .box-icon-1 h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .our-facilties-box h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .our-facilties-box h5,
    .weekly_boarding .top_content h5 {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
    }

    .box-fac-define img {
        max-width: 65px;
    }

    .box-fac-define {
        margin-bottom: 35px;
    }

    .box-fac-define h5 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 7px;
    }

    .testimonial .description {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial .title {
        font-size: 16px;
    }

    .testimonial .post {
        font-size: 13px;
    }

    .video-collage-mix .video-thumb img {
        width: 100%;
        max-width: 650px;
    }

    /* .image-collage-snap h3 {
        font-size: 30px;
        line-height: 30px;
    } */
    .popup_modal {
        width: 390px;
    }

    #enquiry_form .form_side {
        padding: 20px;
    }

    .pop-open h4 {
        line-height: 15px;
        font-size: 19px;
    }

    .pop-open .form-group .form-control {
        margin-bottom: 8px;
    }

    .banner_button .btn-box img {
        width: 20px;
    }

    .top-banner .owl-dots {
        bottom: 35px;
    }

    .about_one .about-box-content h2,
    .band-box h1,
    .our-facilties-box h1,
    .weekly_boarding .top_content h2,
    .our-facilties-box h1,
    .alumani_connect_section h1,
    .image-collage-snap h3 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1320px) {
    .top-banner .custom-content h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .top-banner .custom-content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .top-banner .custom-content h6 {
        font-size: 18px;
        line-height: 16px;
    }

    .top-banner .custom-content h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .top-banner .custom-content h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .top-banner .custom-content h5 img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .btn-box {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 15px;
    }

    .top-banner .custom-content {
        top: 25%;
        left: 10%;
    }

    .pop-open h4 {
        line-height: 22px;
        font-size: 18px;
    }

    .pop-open {
        top: 13%;
    }

    .pop-open .form-control,
    .pop-open select,
    .pop-open textarea {
        font-size: 14px;
    }

    .pop-open button {
        margin-top: 5px;
    }

    .overlap-btn .btn-box {
        left: -156px;
        font-size: 14px;
        line-height: 14px;
        padding: 6px 15px;
    }

    .thank_you {
        margin-top: 100px;
    }

    .thank_you h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .thank_you {
        width: 770px;
    }

    .thank_you p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .thank_you p a {
        font-size: 19px;
    }

    .top-banner .logo {
        width: 180px;
        top: 11px;
        left: 15px;
    }

    .banner_button {
        right: 20px;
        gap: 20px;
    }

    .tour_btn img {
        width: 160px;
    }

    .banner_button .call {
        font-size: 20px;
    }

    .banner_button .call img {
        width: 26px;
        margin-right: 1px;
    }

    .about_one .about-box-content .box-icon-1 h5 {
        font-size: 15px;
        line-height: 22px;
    }

    .weekly_boarding.type2 .top_content {
        padding-left: 70px;
    }

    .about_one .about-box-content h2,
    .band-box h1,
    .our-facilties-box h1,
    .weekly_boarding .top_content h2,
    .our-facilties-box h1,
    .alumani_connect_section h1,
    .image-collage-snap h3 {
        font-size: 33px;
        line-height: 40px;
    }
}

@media (max-width:1200px) {
    .weekly_boarding.type2 .top_content {
        padding-left: 50px;
        margin-bottom: 70px;
    }

    .weekly_boarding.type2 .weekend_mg.one {
        width: 60%;
    }

    .weekly_boarding.type2 .weekend_mg.two {
        bottom: 40px;
        width: 45%;
    }

    .weekly_boarding.type2:before {
        height: 50px;
    }

    .foot-sec img {
        max-width: 180px;
    }

    .foot-sec ul li {
        font-size: 18px;
    }

    .foot-sec ul li i {
        font-size: 20px;
        min-width: 20px;
    }

    .top-banner .logo2 {
        width: 120px;
        height: 120px;
    }

    #backtotop.show {
        bottom: 115px;
    }
}

@media (max-width:991px) {
    .top-banner .logo {
        width: 200px;
    }

    .weekly_boarding.type2 .top_content {
        padding-left: 0;
        margin-bottom: 0;
    }

    .weekly_boarding.type2:before {
        height: 0;
    }

    .weekly_boarding.type2 {
        padding-bottom: 50px;
    }

    .weekly_boarding.type2 .top_content {
        margin-top: 70px;
    }

    .weekly_boarding .top_content h2 {
        text-align: center;
    }

    .weekly_boarding .top_content h5 {
        text-align: center;
    }

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

    .band-box {
        padding: 50px 0;
    }

    .our-facilties-box {
        padding: 50px 0 50px;
    }

    .box-fac-define img {
        max-width: 55px;
    }

    .our-facilties-box.test-slde {
        padding-top: 0;
    }

    .testimonial-slide {
        padding: 50px 0;
    }

    .gallery_section {
        padding-bottom: 50px;
    }

    .testimonial-slide .owl-dots {
        margin-bottom: 0;
    }

    .gallery_section .our-facilties-box {
        padding-bottom: 30px;
    }

    .alumani_connect_section {
        padding: 0 0 50px 0;
    }

    .video-collage-mix {
        padding: 50px 20px 80px;
    }

    .foot-sec {
        padding: 40px 20px;
        justify-content: center;
    }

    .social_media_section ul {
        flex-wrap: wrap;
        gap: 18px 0;
        margin: 18px 0;
    }

    .floor_slider .owl-nav button.owl-prev {
        left: 45px;
    }

    .floor_slider .owl-nav button.owl-next {
        right: 60px;
    }

    .enquire_now.fixed {
        right: -49px;
    }

    .enquire_now.fixed .btn-box {
        font-size: 18px;
        padding: 11px 25px 7px;
    }

    .floor_slider .owl-item {
        opacity: 1;
    }

    .top-banner .owl-dots {
        bottom: 16px;
        left: 15px;
    }
}

@media (max-width:767px) {
    .navik-menu ul li>a{ border-bottom: 0.5px solid #ececec;}
    .navik-menu ul li:last-child>a{ border-bottom: none;}
    .top-banner .logo {
        left: 15px;
        top: 15px;
    }

    .top-banner .logo {
        width: 140px;
    }

    /* .banner_button .call {
        display: none;
    } */
    .banner_button {
        top: 15px;
    }

    .tour_btn img {
        width: 120px;
    }

    .banner_button {
        right: 20px;
    }

    .thank_you {
        margin-top: 0;
    }

    .thank_you img {
        width: 100px;
    }

    .thank_you h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .thank_you p {
        font-size: 14px;
    }

    .thank_you p a {
        font-size: 17px;
    }

    .top-banner .logo2 {
        width: 100px;
        height: 100px;
        ;
    }

    .thank_you_page .top-banner .logo2 {
        bottom: 10px;
    }

    .goback_btn {
        padding: 12px 35px 7px;
        font-size: 15px;
    }

    .social_media_section ul li a i {
        margin-right: 4px;
        width: 36px;
        height: 36px;
        line-height: 33px;
        font-size: 13px;
    }

    .social_media_section ul li a span {
        display: none;
    }

    .social_media_section ul li:after {
        display: none;
    }

    .social_media_section ul li {
        margin: 0 3px;
    }

    .band-box {
        padding: 50px 0px;
    }

    .weekly_boarding.type2 .weekend_mg_wrap {
        padding: 0 30px;
    }

    .weekly_boarding.type2 .weekend_mg.one {
        width: 60%;
    }

    .weekly_boarding.type2 .weekend_mg.two {
        bottom: 30px;
        width: 42%;
        right: 26px;
    }

    .weekend_mg p {
        font-size: 12px;
    }

    .weekly_boarding.type2 .weekend_mg {
        padding: 6px;
    }

    .about_one .about-box-content h2,
    .band-box h1,
    .our-facilties-box h1,
    .weekly_boarding .top_content h2,
    .our-facilties-box h1,
    .alumani_connect_section h1,
    .image-collage-snap h3 {
        font-size: 27px;
        line-height: 36px;
    }

    .foot-sec {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px;
    }

    .foot-sec ul {
        padding-left: 0;
        margin-top: 15px;
    }

    #backtotop.show {
        bottom: 90px;
    }

    .enquire_now.fixed {
        right: -30px;
    }

    .enquire_now.fixed .btn-box {
        font-size: 14px;
        padding: 9px 15px 6px;
    }

    .popup_modal {
        width: 320px;
        right: 55px;
    }

    .about_one .about-box a {
        width: 95px;
    }

    .alumni_box h2 {
        font-size: 16px;
    }

    .alumni_box p {
        font-size: 12px;
        line-height: 18px;
    }

    .alumni_box p span {
        font-size: 12px;
    }

    .our-facilties-box h5,
    .weekly_boarding .top_content h5,
    .alumani_connect_section h5 {
        font-size: 16px;
        line-height: 21px;
        text-align: justify;
    }

    .floor_slider .owl-nav button.owl-prev {
        left: 30px;
    }

    .floor_slider .owl-nav button.owl-next {
        right: 30px;
    }

    .box-fac-define h5 {
        font-size: 14px;
    }

    .floor_slider .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .weekly_boarding.type2 .top_content {
        margin-top: 50px;
    }

    .our-facilties .row.pb-50 {
        padding-bottom: 10px;
    }

    .top-banner .logo2 {
        bottom: 20px;
        transition: all 0.5s ease;
    }

    body.open .top-banner .logo2 {
        bottom: 115px;
    }

    #backtotop {
        bottom: 0;
    }

    #backtotop.show {
        bottom: 65px;
    }

    .weekly_boarding.type2 .top_content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:479px) {
    .below-foot p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .top-banner .logo {
        width: 102px;
    }

    .banner_button {
        right: 15px;
    }

    .tour_btn img {
        width: 100px;
    }

    .about_one .about-box-content .box-icon-1 h5 {
        min-height: auto;
        padding: 13px 0;
    }

    .top-banner .logo2 {
        width: 95px;
        height: 95px;
    }

    .box-fac-define h5 br {
        display: none;
    }

    .banner_button .call img {
        width: 20px;
    }

    .banner_button .call {
        font-size: 15px;
    }

    .banner_button {
        gap: 8px;
    }
}