* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
figure {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

:root {
    --gold: #f6821f;
    --black: #000;
    --white: #fff;
    --blue: #0c4da1;
}

.navbar {
    background-color: var(--white);
    /* box-shadow: 5px 5px 16px -4px #ccc; */
    position: relative;
    /* overflow: hidden; */
}

.navbar .container-fluid {
    padding: 0 150px;
    align-items: end;
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 610px;
    height: 120%;
    background-color: var(--white);
    z-index: 1;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.navbar::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #817f7ca8;
    z-index: 0;
    clip-path: polygon(0 0, 90% 0, 99.9% 100%, 0% 100%);
    width: 615px;
    height: 115%;
}

.navbar .navbar-brand img {
    width: 360px;
    padding-left: 100px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}

.navbar .devide_grp_nav {
    justify-content: end;
    flex-direction: row;
    align-items: end;
    padding-right: 50px;
}

.admission_btn a,
.navbar .nav-link {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    position: relative;
}

.navbar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--black);
    transition: 0.5S all;
}

.navbar .nav-link:hover::after {
    width: 100%;
}

.navbar ul {
    gap: 10px;
    padding-left: 100px;
}

.navbar_links {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.mini_nav {
    text-align: end;
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #ecebe7;
    padding: 10px 12px;
    position: relative;
    z-index: 0;
}

.mini_nav::after {
    content: '';
    position: absolute;
    right: -200px;
    top: 0;
    background-color: #ecebe7;
    width: 1700px;
    height: 100%;
    z-index: -2;
}

.navbar .mini_nav a {
    font-size: 16px;
    color: var(--black);
}

.mini_nav span {
    font-weight: 500;
}

.social_icons ul,
.mini_nav ul {
    display: flex;
}

.social_icons {
    margin-left: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}


.social_icons ul {
    gap: 10px;
    padding-left: 25px;
    position: relative;
}

.social_icons ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    height: 22px;
    background-color: var(--blue);
}

.social_icons ul li a {
    font-size: 22px;
    color: var(--blue);
}

.admission_btn a {
    color: var(--black);
    border-bottom: solid 2px var(--black);
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item {
    position: relative;
}

.has-dropdown a,
.has-dropdown {
    display: inline-block;
}

.nav-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 10px;
    background-color: var(--blue);
    transition: 0.5s all;
}

.has-dropdown .tp-submenu {
    background-color: var(--blue);
    box-shadow: 0 30px 70px 0 rgb(11 6 70 / 8%);
    left: 0;
    width: max-content;
    opacity: 0;
    /* padding: 12px 25px 20px; */
    position: absolute;
    top: 100%;
    transform: perspective(300px) rotateX(-18deg);
    transform-origin: top;
    transition-duration: 0.1s;
    visibility: hidden;
    z-index: 99;
}

.has-dropdown .tp-submenu li {
    margin: 2px;
}

.has-dropdown .tp-submenu li a {
    color: var(--white);
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    transition: 0.5s all;
}

.has-dropdown:after {
    color: #000;
    content: "\f107";
    display: inline-block;
    font-size: 14px;
    margin-left: -5px;
    transform: translateY(-1px);
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.has-dropdown .tp-submenu a:hover {
    background-color: rgba(255, 255, 255, 0.153);
    color: rgb(226, 239, 249);
}

.has-dropdown:hover .tp-submenu {
    opacity: 1;
    transform: perspective(300px) rotateX(0deg);
    transition-duration: .2s;
    visibility: visible;
}

.navbar .navbar_un_order_list {
    padding-left: 0;
}

.mb_nav {
    display: none;
}

.admission_btn2 {
    display: none;
}

/* inner nbanner section */
.banner {
    background: url(../../images/banner/libraryimg.png);
    height: 500px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .text-bread {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .text-bread h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 20px;
}

.banner .breadcrumb {
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: auto;
    padding-left: 10px;
    margin-top: 25px;
}

.breadcrumb::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 30px;
    background: linear-gradient(to right, #2b426b, #d29b64);
    z-index: -1;
    left: 0;
}

.banner .breadcrumb a {
    color: var(--white);
    font-weight: 600;
    font-size: 22px;
    transition: all 0.5s ease;
}

.banner .breadcrumb-item {
    font-size: 20px;
}

.banner .breadcrumb-item.active {
    color: var(--white);
}

.banner .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

@media(max-width:991px) {
    .banner .text-bread h3 {
        font-size: 50px;
        letter-spacing: 5px;
    }

    .banner .breadcrumb-item {
        font-size: 17px;
    }

    .banner .breadcrumb a {
        font-size: 20px;
    }
}