@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: "Work Sans", serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html.with-fancybox {
    overflow: auto;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffe0d8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E34115;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #E34115;
}

@font-face {
    font-family: recifyregular;
    src: url("../fonts/RecifeDisplay-Regular.ttf");
}

@font-face {
    font-family: recifyregularitalic;
    src: url("../fonts/RecifeDisplay-RegularItalic.ttf");
}

@font-face {
    font-family: recifysemibold;
    src: url("../fonts/RecifeDisplay-SemiBold.ttf");
}

@font-face {
    font-family: recifybold;
    src: url("../fonts/RecifeDisplay-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: recifyregular, sans-serif;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.font {
    font-family: recifyregular, sans-serif;
}

.font1 {
    font-family: recifyregularitalic, sans-serif;
}

.font2 {
    font-family: recifysemibold, sans-serif;
}

.font3 {
    font-family: recifybold, sans-serif;
}

/***********custom classes */

.color1 {
    color: #363636;
}

.color2 {
    color: #E34115;
}

.color3 {
    color: #FFDF0F;
}

.padding {
    padding: 75px 0;
}

.f_weight {
    font-weight: 300;
}

.container {
    padding: 0 100px;
    max-width: none !important;
}

.heading {
    line-height: 39px;
}

.justify {
    text-align: justify;
}

.bg {
    background-color: #E34115;
}

.bg1 {
    background-color: #FFDF0F;
}

h2 {
    font-size: clamp(24px, 2.5vw, 28px);
}

p,
a,
.customul li {
    font-size: clamp(13px, 2vw, 16px);
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.career #couselling_owl .truncate {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.round {
    border-radius: 25px;
}

/* admission open css for modal*/
#admissionopenmodal .modal-content,
#downloadbrochuremodal .modal-content {
    background: url(../images/courses_bg.webp) no-repeat center center fixed;
    background-size: cover;
    border-radius: 25px;
    /* padding: 30px 24px; */
    border: 1px solid transparent;
}

#admissionopenmodal .btn-close,
#downloadbrochuremodal .btn-close {
    background: url(../images/cross.png) center / 1em auto no-repeat;
    opacity: 1;
    margin-right: 1px;
}

#admissionopenmodal .modal-header,
#downloadbrochuremodal .modal-header {
    border-bottom: none;
    padding: 16px 16px;
    padding-bottom: 11px;
    background: none;
}

#downloadbrochuremodal .modal-body {
    background: none;
    border-radius: 0;
}

.fa-check-circle {
    font-size: 50px;
    animation: anim 3s ease infinite;
}

@keyframes anim {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.5);
    }
}

/* .modal-header .btn-close:focus {
    box-shadow: none;
    border: 0;
} */

.btn1 {
    position: relative;
    padding: 8px 40px;
    color: white;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 61px;
    width: max-content;
    transition: all 0.6s ease;
}

.btn1 .line {
    position: absolute;
    height: 2.5px;
    width: 0%;
    background-color: #00274e;
    left: -59px;
    transition: width 1s ease-out;
}

.btn1.animate .line {
    width: 49%;
}

.btn1:hover {
    border: 1px solid #E34115;
    background-color: transparent;
    color: #E34115;
}

.btn2 {
    padding: 8px 40px;
    color: #E34115;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    transition: all 0.6s ease;
}

.btn2:hover {
    border: 1px solid #FFDF0F;
    background-color: transparent;
    color: #FFDF0F;
}

.btn2 svg path,
section.brochure_bg .btn1 svg path {
    transition: all 0.6s ease;
}

.btn2:hover svg path,
section.brochure_bg .btn1:hover svg path {
    fill: #FFDF0F !important;
}

.shadow1 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
}

/*******apply now */
.apply_div {
    position: fixed;
    right: 0;
    top: 9%;
    /* top: 20%; */
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateY(-50%);
    z-index: 1000;
    transition: all 0.5s ease;
    font-family: "Work Sans", serif;
}

.apply_div a {
    font-weight: 600;
    transition: all 0.6s ease;
    border: 1px solid transparent;
    display: inline-block;
    padding: 43px 10.5px;
    font-size: 18px;
    font-family: "Work Sans", serif;
}

.apply_div a:hover {
    background-color: #E34115;
}

/* sticky social icon */
.sticky-icon {
    z-index: 50;
    position: fixed;
    top: 50%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(168px, 0px);
    border-radius: 0;
    /* text-align: left; */
    margin: 2px;
    margin-bottom: 5px;
    /* text-decoration: none; */
    padding: 10px;
    font-size: 18px;
    transition: all 0.8s;
    font-weight: 500;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.facebook_social {
    background-color: #3b5999;
    color: #FFF;
}

.youtube_social {
    background-color: #FF0000;
    color: #FFF;
}

.instagram_social {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #FFF;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 4px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #3b5999;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #FF0000;
}

#social-share {
    display: none;
}

/************header */
.navbar1 input[type="checkbox"],
.navbar1 .hamburger-lines {
    display: none;
}

.navbar1 {
    position: relative;
    width: 100%;
    background: #fff;
    color: #000;
    z-index: 1000;
    /* padding: 10px 0; */
}

header .navbar1 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothscroll 0.9s forwards;
    box-shadow: 0px 2px 5px 0px #00000024;
    background: #ffffffd6;
    backdrop-filter: blur(8px);
}

@keyframes smoothscroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.navbar1 .logo {
    width: 227px;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-items {
    display: flex;
    align-items: center;
    column-gap: 32px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.menu-items li {
    padding: 27px 0;
}

.menu-items li a {
    font-weight: 500;
    transition: all 0.5s ease;
}

.menu-items li a:hover {
    color: #E34115;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

header .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

header .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 7px #94949454;
    min-width: 14rem;
    top: 100%;
    background-color: #E34115;
}

header .dropdown-item {
    color: white;
    transition: all 0.5s ease;
    padding: 10px;
}

header .dropdown-item:hover {
    background-color: transparent;
    color: #FFDF0F !important;
    padding-left: 16px;
}

.small_heading {
    font-size: clamp(22px, 2vw, 23px);
}

.know_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E34115;
    overflow: hidden;
    transition: all 0.5s ease;
}

.line_1 {
    width: 0;
    display: inline-block;
    height: 2px;
    background-color: #E34115;
    transition: width 1s ease-out;
}

.line_1.animate {
    width: 60px;
}

.know_btn:hover {
    color: #E34115;
}

.owl-nav {
    position: absolute;
    top: -67px;
    margin-top: 0 !important;
    right: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    outline: none;
    transition: all 0.5s ease;
    background-color: #E34115 !important;
    width: 43px;
    height: 43px;
    border-radius: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: #E34115 !important;
    outline: none !important;
    opacity: 1;
}

.owl-nav .owl-prev img {
    transform: translateX(-2px);
}

.owl-nav .owl-next img {
    transform: translateX(2px);
}

section.other_banner {
    background: url(../images/contact_bg.webp) no-repeat center center;
    background-size: cover !important;
    padding: 120px 0 41px 0
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

section.other_banner .banner_box {
    background: white;
    width: max-content;
}

section.other_banner .banner_box h2 {
    padding: 20px 25px 20px 17px;
    padding-top: 0;
    font-size: clamp(22px, 2.5vw, 25px);
}

.bread_box {
    transform: translateY(-19px);
    width: max-content;
}

.box {
    padding: 23px 24px 24px 24px;
    border-radius: 17px;
}

section.main_contact .form_box {
    background: url(../images/courses_bg.webp) no-repeat center center fixed;
    background-size: cover;
    border-radius: 25px;
    padding: 30px 24px;
}

.form-control {
    padding: 10px 13px;
    border-radius: 9px;
    color: #7c7c7c;
}

.form-control::placeholder {
    color: #7c7c7c;
}

.form-select {
    padding: 10px 13px;
    border-radius: 9px;
    color: #7c7c7c;
}

.form-select option {
    color: #7c7c7c;
}

textarea {
    resize: none;
}

section.main_contact .btn1:hover,
section.leadership .leader_box .btn1:hover {
    color: #FFDF0F;
    border: 1px solid #FFDF0F;
}

section.mission .bg_box {
    padding: 2.5rem 1.8rem;
    position: absolute;
    top: 51%;
    left: -120px;
    transform: translateY(-50%);
}

section.mission .right_bg {
    right: -100px;
    left: 16px;
}

section.mission .img2 {
    height: 466px;
    object-fit: cover;
}

section.leadership .leader_box {
    background: url(../images/courses_bg.webp) no-repeat center center fixed;
    background-size: cover;
    padding: 23px 24px 24px 24px;
    margin-bottom: 6rem;
}

section.leadership .leader_box img {
    width: 200px;
    margin-top: -95px;
}

section.leadership .leader_box .btn1 {
    padding: 5px 30px;
    transform: translateX(-16px);
}

.modal-body {
    background: #ffeee9;
    border-radius: var(--bs-modal-border-radius);
}

.modal-header {
    background: #E34115;
}

.modal-header .btn-close:focus {
    box-shadow: none;
    border: 0;
}

.modal-header .btn-close {
    background-image: url(../images/close.webp);
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0.9;
}

section.admission_overview .form_box {
    background-size: cover;
    border-radius: 25px;
    padding: 30px 24px;
}

section.procedure {
    background: url(../images/courses_bg.webp) no-repeat center center fixed;
    background-size: cover;
    /* border-radius: 25px; */
    /* padding: 30px 24px; */
}

section.procedure .add_box {
    background-color: white;
    padding: 30px 24px;
}

.add_ul li {
    list-style: disc;
    margin-left: 1.2rem;
    font-weight: 500;
}

section.procedure .add_kid {
    width: 71%;
    max-width: 500px;
    display: flex;
    margin: 0 auto;
    margin-top: -169px;
    scale: 1.1;
    transform: translateY(-23px);
}

section.procedure .img_box {
    margin-top: 4rem;
    padding-top: 4rem;
}

section.brochure_bg .btn1:hover {
    border: 1px solid #FFDF0F;
    color: #FFDF0F;
}

section.brochure_bg {
    padding: 50px 0;
}

section.brochure_bg .brochure-part {
    background: url(../images/brochure_bg.webp) no-repeat center center;
    padding: 50px 0;
    background-size: cover;
}

section.infrastructure .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    pointer-events: none;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 22px 22px;
}

section.infrastructure .truncate {
    -webkit-line-clamp: 3;
}

section.infrastructure.infraclss .card-img-overlay {
    justify-content: center;
    background: #00000085;
}

section.academic .box {
    padding: 32px 24px;
    padding-bottom: 144px;
    border-radius: 25px;
}

section.academic .img_box {
    margin-top: -169px;
    padding: 0px 24px;
}

section.academic .know_btn {
    color: #FFDF0F;
}

section.academic .know_btn .line_1 {
    background-color: #FFDF0F;
}

section.academic .boxx {
    margin-bottom: 6rem;
}

.classroom .card-img-overlay {
    background: rgb(0 0 0 / 55%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.classroom .card:hover .card-img-overlay {
    opacity: 1;
}

.classroom .card-img-overlay i {
    color: white;
}

.classroom img {
    height: 212px;
    object-fit: cover;
}

.classroom .round {
    border-radius: 19px;
}

section.gallery .classroom img {
    height: 250px;
}

section.campus_life .campus_box {
    padding: 15px 20px;
    padding-top: 168px;
    margin-top: -162px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    background: #FFFFFF;
}

.icon_1 {
    background: white;
    color: #E34115;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customul li {
    list-style: disc;
    margin-left: 1.1rem;
}

.circle_abt {
    overflow-y: hidden;
}

.circle_abt img {
    position: absolute;
    top: 33px;
    width: 497px;
    left: 78px;
    animation: roundanim 45s linear infinite;
}

@keyframes roundanim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section.whychoose .wrapper_child {
    border-bottom: 1.5px solid #ccccccc7;
    padding: 15px 0;
}

section.whychoose .question__faqs {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: normal;
    color: #9A9A9A;
    transition: all 0.5s ease;
}

section.whychoose .question__faqs.active {
    color: #E34115;
}

section.whychoose .faq-icon {
    width: 35px;
    height: 35px;
    background-color: #E7E7E7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: transform 0.4s ease;
    padding: 11px;
}

section.whychoose .faq-icon svg {
    width: 16px !important;
    height: 16px !important;
}

section.whychoose .question__faqs.active .faq-icon {
    transform: rotate(45deg);
}

section.whychoose .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    color: #535353;
}

section.whychoose .answer {
    padding: 10px 0 0;
}

section.whychoose .whychoose-image-wrap {
    position: relative;
    /* height: 516px; */
    /* height: 629px; */
    height: 572px;
}

section.whychoose .whychooseimg {
    /* height: 471px;
    object-fit: cover;
    transition: opacity 0.3s ease; */

    position: absolute;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
    height: 559px;
}

section.whychoose .whychooseimg.is-visible {
    opacity: 1;
}

.stickydiv {
    position: sticky;
    top: 100px;
}

section.main_contact.notice_board .noticediv {
    background: url(../images/courses_bg.webp) no-repeat center center / cover;
    padding: 26px 21px;
}

section.main_contact.notice_board .notice_header {
    position: sticky;
    top: 0;
    z-index: 100;
}

section.main_contact.notice_board .notice_scrollable {
    height: 510px;
    overflow-y: scroll;
}

section.main_contact.notice_board .notice_scrollable::-webkit-scrollbar {
    display: none;
}

section.main_contact.notice_board .noticeboardcontent {
    background-color: white;
    padding: 19px 13px;
    border-left: 5px solid #E34115;
}

section.main_contact.notice_board .noticeboardcontent .small_heading {
    font-size: clamp(18px, 2vw, 20px);
}

section.main_contact .btn1.sendotpbtn {
    padding: 9.5px 26px;
    border-radius: 9px;
}

section.main_contact .btn1.sendotpbtn:disabled, .submitbtndis:disabled {
    background-color: #E34115 !important;
    color: white;
    cursor: not-allowed;
    opacity: 0.7;
    border: 1px solid transparent !important;
}

.submitbtndis:hover:disabled {
    color: white !important;
}

section.main_contact.notice_board .form_box {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.main_contact .form-check-label {
    font-size: 15px;
}


.connected-content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 1;
}

/* .login-btn:hover{
    border: 1px solid #fff !important;
    color: #fff !important;
} */

.position {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hover img {
    height: 270px;
    object-fit: cover;
}

.hover:hover .position {
    opacity: 1;
    transition: opacity 0.5s ease;
    /* cursor: pointer; */
}

.campus_life iframe {
    height: 220px;
}

.classroom .card {
    cursor: pointer;
}

.hidden {
    visibility: collapse;
}

section.academics_details {
    position: relative;
}

section.academics_details .academbox {
    padding: 25px 25px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.learning_bg {
    background: url(../images/courses_bg.webp) no-repeat center center fixed;
    background-size: cover;
    padding-top: 231px;
    margin-top: -248px;
}

section.learning_bg .learnbox {
    padding: 25px 18px;
    border-radius: 15px;
    height: 100%;
}

section.curriculamsec .currbox {
    padding: 25px 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8.3px rgba(0, 0, 0, 0.13);
    border-radius: 19px;
    height: 100%;
}

section.philosophy {
    background: linear-gradient(270.13deg, #ECE8E5 -5.08%, #F3F2F0 60.63%);
}

section.philosophy .philbox {
    background: url(../images/courses_bg.webp) no-repeat center center;
    background-size: cover;
    padding: 25px 18px;
    text-align: center;
    border-radius: 19px;
    height: 100%;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}


@media (min-width: 576px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}