@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.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;
}

/* width */
::-webkit-scrollbar {
    width: 9px;
    height: 4px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ebebeb;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1a4e7e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0f2f4d;
}

@font-face {
    font-family: butler;
    src: url("../fonts/Butler_Bold.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: butler, sans-serif;
}

h2 {
    font-size: 33px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

/************** preloader css */
#preloader {
    background: rgb(0 0 0 / 64%);
    background-size: 5%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10000;
}

hr {
    opacity: 1;
    border: 1px solid transparent;
    height: 3px;
}

.bg {
    background-color: #192A57;
}

.bg1 {
    background-color: #FFC53A;
}

.bg2 {
    background-color: #02153E;
}

.bg3 {
    background-color: #FCEFCE;
}

.bg4 {
    background-color: #E4E4E4;
}

.color {
    color: #36348E;
}

.color1 {
    color: #2A2A2A;
}

.color2 {
    color: #FFC53A;
}

.backdrop1 {
    backdrop-filter: blur(4px);
    background: rgba(41, 41, 41, 0.74);
}

.padding {
    padding: 90px 0;
}

.padding1 {
    padding: 70px 0;
}

.btn1 {
    border-radius: 7px;
    padding: 8px 39px;
    color: #2A2A2A;
    font-weight: 600;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    width: max-content;
}

.btn1:hover {
    background-color: transparent !important;
    border: 1px solid #FFC53A;
    color: #FFC53A;
}

.btn2 {
    border-radius: 7px;
    padding: 8px 39px;
    color: white;
    font-weight: 600;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    width: max-content;
}

.btn2:hover {
    background-color: transparent !important;
    border: 1px solid #192A57;
    color: #192A57;
}

.btn-close {
    background-image: url(../images/close.webp);
    opacity: 1;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.btn-close:focus {
    box-shadow: none;
}

section.enquiry_now {
    position: fixed;
    right: -79px;
    z-index: 100;
    top: 356px;
}

section.enquiry_now .btn1 {
    border: 1px solid transparent;
    transform: rotate(-90deg);
    padding: 9px 15px;
    width: 201px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #FFC53A;
    transition: all 0.5s ease;
    border-radius: 0px;
    text-align: center;
    color: #2A2A2A !important;
    cursor: pointer;
}

section.enquiry_now .btn1:hover {
    background-color: #FFC53A !important;
    border: 1px solid transparent;
}

/***************header */

header nav {
    position: relative;
    z-index: 99;
    width: 100%;
    transition: all 0.5s ease;
    border-bottom: 4px solid #FFC53A;
}

header nav.fixed-top {
    box-shadow: 0px 2px 4px 0px rgb(96 96 96 / 13%);
}

header nav .wrapper {
    position: relative;
    height: 95px;
    line-height: 70px;
}

.wrapper .logo img {
    width: 200px;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    height: 94px;
    display: flex;
}

.nav-links li a {
    font-weight: 500;
    padding: 9px 13px;
    transition: all 0.3s ease;
    color: white;
}

.nav-links li a:hover {
    color: #FFC53A;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #f1f5ff;
    width: max-content;
    padding-right: 15px;
    line-height: 45px;
    top: 120px;
    opacity: 0;
    visibility: hidden;
    font-weight: 500;
}

.nav-links .menu_1 {
    width: 314px;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 95px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li,
.mega-box .content li {
    height: auto;
}

.drop-menu li a {
    width: 100%;
    display: block;
    color: #36348E;
    padding: 0 0 0 15px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.drop-menu li a:hover {
    color: #FFC53A;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 120px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: white;
    padding: 25px 20px;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    line-height: 24px;
}

.mega-box .content li a {
    color: #36348E;
    padding-left: 0px;
}

.mega-box .content .row li {
    margin-bottom: 15px !important;
    display: block;
}

.mega-box .content .row li a:hover {
    color: #FFC53A;
}

.wrapper .btn {
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 14px;
    top: 10px;
}

nav input {
    display: none;
}

/* ************** banner */
.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}

/* ************** certificates */
section.certificate .line1 {
    width: 135px;
    height: 4px;
    position: absolute;
    right: -37px;
    bottom: 0;
    top: 13px;
    z-index: 2;
}

section.certificate h2 {
    width: 74%;
}

.transform1 {
    margin-top: -105px;
}

/*************about */
.line2 {
    width: 100px;
    height: 4px;
}

/************ranking */
section.ranking .work-text::after {
    content: '+';
    display: inline-block;
    margin-left: 4px;
}

section.ranking .text1::after {
    content: '%';
}

.line3 {
    position: absolute;
    width: 111px;
    top: 29px;
    left: -116px;
}

/**********course */
section.course .nav-pills .nav-link.active,
section.course .nav-pills .show>.nav-link {
    background-color: #192A57;
    color: white !important;
    position: relative;
}

section.course .nav-pills .nav-link {
    background-color: #FFC53A;
    color: #36348E;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 8px;
    width: 20px;
    transition: all 0.5s ease;
    background: #8387E6;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: #192A57;
}

/* **********8tie-up and placements */

section.tie-up img,
section.training .owl-carousel img {
    filter: grayscale(100%);
    transition: all 0.5s ease;
    cursor: pointer;
}

section.tie-up img:hover,
section.training .owl-carousel img:hover {
    filter: grayscale(0%);
}

section.tie-up .owl-theme .owl-dots .owl-dot.active span,
section.training .owl-theme .owl-dots .owl-dot.active span {
    background: white;
}

section.training .training_img {
    margin-left: 37px;
}

section.training .background, section.training .training_part {
    height: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.line4 {
    width: 100px;
    bottom: 0;
    top: 58px;
    position: absolute;
    z-index: 2;
    left: -44px;
}

/* ***************industrial */
section.industrial .card-img-overlay1,
section.campus__life .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.362);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.industrial .card-img-overlay1,
section.campus__life .card-img-overlay {
    opacity: 0;
    transition: all 0.5s ease;
}

section.industrial .card:hover .card-img-overlay1,
section.campus__life .card:hover .card-img-overlay {
    opacity: 1;
}

/***************top-footer */

footer .top_footer {
    padding-top: 100px;
    padding-bottom: 57px;
}

footer .social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: all 0.5s ease;
}

footer .social a:nth-child(1):hover {
    background-color: #3b5999;
    color: white !important;
}

footer .social a:nth-child(2):hover {
    background-color: #CD201F;
    color: white !important;
}

footer .social a:nth-child(3):hover {
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    color: white !important;
}

footer .social a:nth-child(4):hover {
    background-color: #0077b5;
    color: white !important;
}

section.sticky-item {
    transition: all 0.5s ease;
}

section.sticky-item.active {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease;
}

section.sticky-item .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}

section.sticky-item .flex .sticky-div {
    height: 70px;
    /* background-color: #b3b3b3; */
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    cursor: pointer;
}

section.sticky-item .flex .sticky-div:hover {
    background-color: #FFC53A;
}

section.sticky-item.active .flex .sticky-div {
    align-items: center;
    gap: 15px;
    transition: all 0.5s ease;
}

/***************microbiology */
.sticky_box {
    position: sticky !important;
    top: 10px;
}

.course_ul li {
    list-style: disc;
    margin-left: 1rem;
}

.course_ul li::marker {
    color: #FFC53A;
}

section.course_structure .nav-pills .nav-link {
    border-bottom: 4px solid white;
    border-radius: 0;
    font-size: 20px;
    padding: 10px 76px;
    color: white;
    font-weight: 600;
}

section.structure .nav-pills .nav-link.active, section.structure .nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: 5px solid #ffc53a;
}

section.structure .nav-pills .nav-link {
    border: 5px solid transparent;
}

section.course_structure .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 4px solid #FFC53A;
    background-color: transparent;
    color: #FFC53A;
}

/****************about */
section.about_link .nav-pills .nav-link.active,
section.about_link .nav-pills .show>.nav-link {
    /* background-color: transparent;
    color: #FFC53A;
    border-bottom: 3px solid #FFC53A;
    width: max-content; */
    background-color: #192A57;
    color: white;
}

section.about_link .nav-pills .nav-link {
    /* font-size: 18px;
    border-radius: 0px;
    padding: 5px 0;
    color: white; */
    color: #36348E;
    font-weight: 500;
}

section.all-content .course_ul li::marker, .course_ul1 li::marker {
    color: #02153E;
}

/***************** founders message */
section.leaders_msg .nav-pills .nav-link.active,
section.leaders_msg .nav-pills .show>.nav-link {
    background-color: #192A57;
    color: white;
}

section.leaders_msg .nav-pills .nav-link {
    color: #36348E;
    font-weight: 500;
}

section.leaders_msg .leader_nav {
    display: flex;
    justify-content: space-between;
    /* white-space: nowrap;
    flex-wrap: nowrap;
    width: 1300px;
    overflow-x: scroll; */
}

/* section.leaders_msg .leader_nav::-webkit-scrollbar {
    display: none;
}

section.leaders_msg .leader_nav:hover::-webkit-scrollbar {
    display: block !important;
} */

/***************** placement */

section.industrial .image_row img,
section.campus__life .image_row img {
    height: 260px;
    object-fit: cover;
}

/***** online_admission table */

.table-bordered>:not(caption)>* {
    vertical-align: middle;
}

.table {
    table-layout: fixed;
}

section.online_admission td {
    padding: 1rem 0.5rem;
}

.box1 {
    border: 1px solid #858585;
    border-radius: 20px;
    height: 100%;
}

.box1 p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box1 img {
    width: 135px;
}

.slider-nav::after {
    width: 2rem;
    height: 2rem;
}