@import url('../fonts/dsdigital.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/*font-family: "Oswald", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Jost", sans-serif;*/
/*  font-family: "Oswald", sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);
@import url(../fonts/MyriadPro/myriadpro.css);


* {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Myriad Pro';
    color: #696969;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

.container {
    max-width: 90%;
}

ul.navbar-nav,
ul.navbar-nav li.nav-item {
    flex-grow: 1;
}

/* header section */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}


.top-1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background: #bc4701;
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    line-height: 18px;
}

.announcement-top {
    float: left;
    position: relative;
    width: 700px;
    max-width: 100%;
}

.announcement-top h4 {
    margin: 0;
    background: linear-gradient(80deg, #bc4701, #e16921);
    display: inline-flex;
    height: 100%;
    font-size: 14px;
    padding: 5px 10px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    color: white;
}

.top-1-right {
    float: right;
}

ul.top-1-contact {
    padding: 0;
    margin: 0;
}

ul.top-1-contact li a img {
    height: 14px;
    display: inline-block;
    margin: 0 3px;
    width: auto;
}

ul.top-1-contact li {
    display: inline-block;
    padding: 6px 0px;
    color: #ffffff3d;
    position: relative;
}

ul.top-1-contact li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 6px;
    transition: 0.5s all ease;
}

ul.top-1-contact li a i {
    display: none;
}

/* .announcement-top marquee {
    margin: 0;
    color: #fff;
    font-size: 13px;
    height: 33px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
} */

.announcement-top .marquee-content {
    display: flex;
    gap: 15px;
    white-space: nowrap;
    animation: scroll-left linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

marquee.latest-news a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding-top: 8px;
    position: relative;
    padding-right: 20px;
}

.announcement-top a.rmore-3 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffb739;
    background-color: #ffb739;
    padding: 4px 15px;
    color: black;
    border-radius: 3px;
    position: absolute;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    height: max-content;
    line-height: 12px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.announcement-top a.rmore-3:hover {
    background: #d5d5d5;
}
.top-2 {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.top-2-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    position: relative;
}

.logo a {
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 78px;
    text-decoration: none;
    padding-left: 88px;
}

.logo a img {
    position: absolute;
    left: 0;
    top: 5px;
}

.logo-caption h1 {
    font-size: 25px;
    color: #fff;
    margin: 0;
    margin-bottom: 2px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.logo-caption h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

/* .logo-right {
    padding-top: 0;
    text-align: end;
} */

.top-3 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
}

.menu-con {
    position: relative;
}

header.sticky .top-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #631717;
    margin-top: 0;
    box-shadow: 0 0 9px #000;
}

header.sticky .top-3 .menu-wrapper {
    min-height: 43px;
}

.menu-wrapper {
    position: relative;
    min-height: 50px;
    padding-right: 28px;
}

/*Top Search Start======================*/
.search {
    position: absolute;
    top: -8px;
    right: 0;
}

.search * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 50px;
    height: 36px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: no-repeat;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 500px;
    color: #2b2b2b;
    cursor: default;
    max-width: 100%;
    background: #fff;
    padding: 5px;
    font-size: 16px;
}

.search__field:focus~.search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
    z-index: 1;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    background: none;
    color: #ffd339;
    font-size: 24px !important;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/*======================Top Search End*/
.search-header {
    position: absolute;
    right: 0;
    top: 11px;
}

.logo-right h4 {
    color: #ffd339;
    font-style: italic;
    position: relative;
    margin: 0;
}

.top-3 i.fa-solid.fa-magnifying-glass {
    color: #ffb739;
}

.logo-right h5 {
    color: #fff;
    position: relative;
    margin: 0;
}

.top-3 .nav-item .nav-link {
    color: white;
    text-transform: uppercase;
    padding: 0;
}

header:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #b2b2b2bf, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* slider section */
section.slider {
    position: relative;
}

section.slider .carousel-control-next,
section.slider .carousel-control-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #000, transparent);
    z-index: 1;
}

.slider-image {
    position: relative;
    height: 100vh !important;
    overflow: hidden;
    display: flex;
}

/* section about us */
section.about {
    padding-bottom: 60px;
    background-color: #dcdba1;
    background-image: url('../images/bg-left.png'), url('../images/bg-right.png');
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    margin-top: -1px;
}

section.slider .slider-caption .col-md-12 {
    max-width: 1000px;
}

section.slider .slider-caption {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    padding: 105px 0 0 0;
    width: 100%;
    z-index: 1;
}

.slider-image:before {
    position: absolute;
    content: '';
    background: linear-gradient(360deg, #dcdba1, transparent 13%);
    width: 100%;
    height: 100%;
    bottom: 0;
}

.slider-caption h2 {
    font-size: 33px;
    color: white;
    line-height: 35px;
    margin: 0;
    text-shadow: 0px 4px 3px black;
    font-weight: 600;
}

.slider-caption h2 span {
    color: #ffb739;
}

.wrapper-box {
    padding: 0 40px;
    border-radius: 60px 60px 60px 0;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
    text-align: justify;
    margin-top: -152px;
}

.about-wrapper {
    margin-bottom: -67px;
    position: relative;
    z-index: 1;
}

.about-buttom-left {
    background: #fff;
    height: 80px;
    border-radius: 0 0 0 60PX;
    position: relative;
}

.about-buttom-left img {
    position: absolute;
    right: -88px;
}

a.visit-link {
    font-size: 29px;
    color: #ffc000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    float: right;
    position: absolute;
    right: 0;
    top: 20px;
    right: 79px;
    z-index: 10;
}

.about-buttom {
    position: relative;
    padding-right: 379px;
}

a.visit-link i.fa-solid.fa-play {
    padding-left: 10px;
}

.top-links ul li {
    /* margin-bottom: 15px; */
    text-align: center;
    padding: 0 5px;
}

.top-links ul {
    display: flex;
    text-align: center;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    flex-wrap: wrap;
}

.top-links ul li figure {
    background: #722d0d;
    width: 100px;
    height: 100px;
    border-radius: 69px;
    text-align: center;
    padding: 15px;
    margin: auto;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-links ul li figure img {
    max-width: 80%;
}

.top-links ul li p {
    text-transform: uppercase;
    font-weight: 600;
    color: #505050;
    margin-bottom: 0;
    width: 193px;
    max-width: 100%;
}

.top-links {
    padding-top: 20px;
    border-bottom: 1px solid #9c9c9c;
}

.about-img {
    position: relative;
    padding: 0 127px 80px 0;
}


figure.fig2 {
    width: 280px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0px;
    padding: 0 0px 15px 0;
}

.about-img img {
    width: 100%;
    box-shadow: 0 0 16px 0 #979797;
}

.heading-home h5 {
    margin: 0;
    color: #ffb739;
    font-weight: 600;
    font-size: 16px;
}

.about-data p {
    /* max-height: 240px; */
    overflow: hidden;
}

.heading-home h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.home-btn,
.slider-btn a {
    background-color: #ffb739;
    padding: 8px 30px;
    color: black;
    border-radius: 5px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
}

.home-btn:hover,
.slider-btn a:hover {
    color: white;
}

.slider-btn {
    margin-top: 30px;
}


/* chancellor section */
section.chancellor {
    padding: 60px 0;
    background-color: #ab7c3e;
    background-image: url('../images/bg.png'), url('../images/bg-chan.png');
    background-repeat: no-repeat;
    background-position: left, right bottom;
    position: relative;
    background-size: auto, contain;
}

section.chancellor .heading-home h2 {
    color: #ffffff;
}

section.chancellor::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #463314, transparent, transparent);
    top: 0;
    left: 0;
}

section.chancellor ul.nav.nav-tabs,
section.chancellor .nav-item,
section.chancellor .nav-tabs,
section.chancellor .nav-link {
    border: none;
}

section.chancellor .nav-link {
    font-size: 21px;
    color: white;
    width: 25%;
}

section.chancellor .container {
    position: relative;
    z-index: 1;
}

section.chancellor .nav-link {
    border-bottom: 2px solid #cdc9c9;
}

section.chancellor .nav-link.active {
    background: unset !important;
    color: white !important;
    position: relative;
    border-bottom: 2px solid #ffb739 !important;
}

section.chancellor .nav-link.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #ffb739;
    top: 48px;
    left: 0;
    right: 0;
    margin: auto;
}

div#nav-tabContent {
    padding: 30px 0 0;
    color: white;
}

section.chancellor .tab-content figure {
    position: relative;
    background-color: #567591;
    border-radius: 20px;
    margin: 0;
    display: flex;
    height: 300px;
}

section.chancellor .tab-content figure img {
    border-radius: 20px;
    box-shadow: 0 0 10px #00000063;
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: top;
    border: 1px solid white;
}

section.chancellor figcaption {
    background-color: white;
    color: black;
    padding: 20px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

section.chancellor .profile {
    position: relative;
}

section.chancellor figcaption h5:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ffb739;
    left: -5px;
    top: 0px;
}

section.chancellor figcaption h5,
figcaption p {
    margin: 0;
    position: relative;
}

section.chancellor figcaption h5 {
    margin-bottom: 5px;
}

section.chancellor .profile-content {
    line-height: 30px;
    max-width: 710px;
}


/* department section */
section.department {
    padding: 60px 0 0;
    background-color: #eee49e;
    z-index: 1;
    position: relative;
}

/* department section */
section.department .owl-nav {
    display: inline-flex;
    position: absolute;
    right: 14px;
    top: -34px;
}

section.department .owl-dots button.owl-dot {
    background: #949494;
    width: 35px;
    height: 4px;
    margin: 26px 3px 0;
}

section.department .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.department-bottom {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 60px;
}

section.department .owl-dots button.owl-dot.active {
    background: #9c6d1c;
}

.department-bottom img {
    width: 100%;
}


.department-lists {
    position: relative;
    padding-left: 95px;
}

.department-lists figure {
    position: absolute;
    width: 70px;
    height: 70px;
    padding: 15px;
    background: #ffb739;
    border-radius: 50%;
    left: 0;
}

.department-lists figure img {
    filter: brightness(0.5);
}

.dept-data {
    margin-left: 0;
    color: black;
}

.dept-data h5 {
    font-size: 23px;
    color: #d66000;
    font-weight: 400;
}

.dept-data a {
    color: #882121;
}

div.department .owl-dots {
    text-align: center;
    padding-top: 30px;
}

div.department .owl-dots button.owl-dot.active span,
div.department .owl-dots button.owl-dot:hover span {
    background-color: #9c6d1c;
    height: 3px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

div.department .owl-dots button.owl-dot {
    background: #a1a1a1;
    height: 3px;
    width: 25px;
    position: relative;
    margin: 0 4px;
}

section.chancellor .owl-dots button.owl-dot {
    background: #fff;
    height: 3px;
    width: 25px;
    position: relative;
    margin: 0 4px;
}

section.chancellor .owl-dots button.owl-dot.active span,
section.chancellor .owl-dots button.owl-dot:hover span {
    /* background-color: #ffb739; */
    height: 3px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

section.chancellor .owl-dots {
    text-align: center;
    padding-top: 30px;
}

section.facilities {
    background-image: url('../images/bigger-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    z-index: 0;
    padding-bottom: 60px;
    position: relative;
}

div.facilities:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000008;
    z-index: -1;
}

div#nav-tabContentFacility {
    padding: 20px;
    color: black;
    background-color: #fff;
    box-shadow: 0 2px 11px 0 #00000047;
    border-radius: 0;
}

div#nav-tabContentFacility .home-btn {
    margin-top: 10px;
}

div.facilities ul.nav.nav-tabs,
div.facilities .nav-item,
div.facilities .nav-tabs,
div.facilities .nav-link {
    border: none;
}

.chancellor .nav-tabs .nav-link:focus,
div.chancellor .nav-tabs .nav-link:hover {
    background-color: unset;
    /* opacity: 0.5; */
    color: white;
}

.facility-tab .nav-link {
    margin: 0 10px 3px;
    color: black;
    font-weight: 500;
    background-color: white;
    border-radius: unset;
    padding: 25px 0;
    box-shadow: 0 2px 11px 0 #0000001f;
    max-width: 175px;
    margin-bottom: 8px;
}

.facility-tab .nav-link:last-child {
    margin-right: 0;
}

.facility-tab .nav-link:first-child {
    margin-left: 0;
}

.facility-details h4 {
    color: #484848;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}

.inner-facility {
    padding-bottom: 20px;
}

.wrapper-facility {
    width: 100%;
    float: left;
    padding-right: 0;
    line-height: 25px;
}

.wrapper-facility p {
    margin-bottom: 5px;
}

.wrapper-facility h6 {
    color: #d66000;
    font-weight: 400;
    margin: 12px 0 0;
}

.wrapper-facility h5 {
    font-size: 16px;
    color: #6d6d6d;
    border-bottom: 1px solid gainsboro;
}

.wrapper-facility ul {
    padding: 0;
}

.image-facility {
    position: relative;
}

.image-facility figure.fig-2nd {
    width: 240px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 194px;
    border-radius: 0px;
}

.image-facility figure img {
    width: 100%;
    border-radius: 5px;
}

.image-facility {
    position: relative;
    padding: 0 116px 60px 0;
}

.facility-tab .nav-link figure {
    width: 50px;
    margin: 0 auto 10px;
}

.facility-tab .nav-link.active {
    background: #d66000;
    color: white;
}

.facility-tab .nav-link.active figure img {
    filter: contrast(0%) brightness(2);
}

.facility-tab .nav-link.active:hover figure img {
    filter: contrast(0%) brightness(2);
    /* opacity: 0.5; */
}

/* section whats happening */
section.news {
    padding: 60px 0;
    background-image: url('../images/bg-4.png');
    background-color: #492b0b;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-content {
    background: #fff;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    padding: 20px;
}

.news-content:before {
    position: absolute;
    content: '';
    width: 95%;
    bottom: -4px;
    height: 5px;
    background-color: #dfa031;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    z-index: -1;
}

.inner-notice {
    height: 287px;
    overflow: auto;
    padding-right: 10px;
    overflow-x: clip;
}

ul.sai-list {
    padding-left: 20px;
}

ul.sai-list li {
    position: relative;
    margin-top: 10px;
    color: #6d6d6d;
    margin-bottom: 10px;
}

ul.sai-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #d85e3f;
    left: -18px;
    top: 8px;
    border-radius: 34px;
    box-shadow: 1px 1px 0px 1px #c2c2c2;
}

.inner-notice span {
    color: #d85e3f;
    font-weight: 600;
}

.inner-notice ul li a {
    color: grey;
}

.event-box {
    background-color: #fff;
    padding: 10px;
    color: black;
}

.event-content h6 {
    font-size: 20px;
}

.event-box .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.event-box .event-img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    height: 190px;
}

.event-box p {
    padding-bottom: 20px;
    overflow: hidden;
}

.event-content {
    max-height: 110px;
    padding-bottom: 0;
    overflow: hidden;
}

.event-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7350;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}

a.event-btn:hover {
    color: #080808;
}

.heading-home figure {
    width: 35px;
    margin-right: 10px;
}

section.news h2 {
    color: white;
}


/* section quick links */
section.quick-links {
    background-image: url('../images/bg-quick.png'), url('../images/bg-photo.png');
    background-repeat: no-repeat;
    background-position: left bottom, right;
    padding: 0;
    position: relative;
}

.menu {
    margin: 60px 0 40px;
}

section.quick-links::before {
    position: absolute;
    content: '';
    width: 42%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #e3f4fe;
    z-index: -1;
}

section.quick-links h2 {
    color: #0b3d5d;
}

.menu-list {
    width: 100%;
    background: #fff;
    display: flex;
    height: 139px;
    margin-bottom: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
}

ul.row.quick-menu-wraper {
    padding: 0;
}

ul.quick-menu-wraper li:nth-child(1) .menu-list {
    background: #d45d34;
}

ul.quick-menu-wraper li:nth-child(2) .menu-list {
    background: #5b93c2;
}

ul.quick-menu-wraper li:nth-child(3) .menu-list {
    background: #b84447;
}

ul.quick-menu-wraper li:nth-child(4) .menu-list {
    background: #11437c;
}

ul.quick-menu-wraper li:nth-child(5) .menu-list {
    background: #fbe2b6;
}

ul.quick-menu-wraper li:nth-child(6) .menu-list {
    background: #0a3073;
}

section.quick-links ul.nav.nav-tabs,
section.quick-links .nav-item,
section.quick-links .nav-tabs,
section.quick-links .nav-link {
    border: none;
}

.gallery-tab span i {
    padding-right: 3px;
}

.gallery-tab button.nav-link {
    background-color: #0b3d5d;
    color: white;
    font-weight: 600;
    margin-right: 13px;
    position: relative;
}

.gallery-tab {
    padding: 60px 0 60px;
    padding-left: 15px;
}

.gallery-tab div#nav-galleryContent {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 20px;
    min-height: 315px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.photo-gallery a {
    display: inline-block;
    width: 22%;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    overflow: hidden;
}

.photo-gallery a:before {
    position: absolute;
    content: '+';
    top: 0;
    width: 30px;
    height: 30px;
    background: #ff7350c7;
    left: 0;
    z-index: 111111;
    right: 0;
    margin: auto;
    bottom: 0;
    font-size: 22px;
    color: white;
    text-align: center;
    display: none;
    line-height: 25px;
}

.photo-gallery a:hover:before {
    display: block;
}

.photo-gallery a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.photo-gallery {
    max-height: 235px;
    overflow: auto;
}

.gallery-tab button.nav-link:before {
    position: absolute;
    width: 100px;
    height: 44px;
    transform: skew(20deg);
    background: #0b3d5d;
    content: '';
    top: 1px;
    right: -8px;
    z-index: -1;
}

.gallery-tab button.nav-link.active:before {
    background-color: white;
}

.btn-more {
    float: right;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
}

.btn-more:after {
    content: '';
    background: url('../images/arrow-right-long-solid.svg');
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    width: 17px;
    height: 15px;
    display: inline-block;
    margin-left: 7px;
    transition: all .2s ease-out;
    margin-bottom: -2px;
    margin-right: 10px;
}

.btn-more:hover {
    transform: translateY(0);
}

.btn-more:hover:after {
    margin-left: 10px;
    margin-right: 7px;
    filter: invert(1);
}

.department .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 40px;
    margin: auto;
    height: max-content;
    color: #112c72;
}

section.department .department .owl-nav button.owl-next,
section.department .department .owl-nav button.owl-next {
    right: 0;
}

.department .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

/* footer */

footer {
    background: #565656;
    color: white;
}

.footer-1 {
    padding: 50px 0;
}

.footer-1 h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

.footer-1 ul {
    padding: 0;
    padding-left: 13px;
}

.footer-1 ul li a {
    color: white;
    font-size: 14px;
}

.footer-1 ul li a:hover {
    color: #ffb739;
}

.footer-1 ul li {
    line-height: 35px;
    position: relative;
}

.footer-1 ul li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #ffb739;
    border-bottom: 6px solid transparent;
    left: -11px;
    top: 12px;
}

.footer-2 {
    border-top: 1px solid #aeaeae;
    padding: 10px 0;
}

.footer-2 p {
    margin: 0;
}

.footer-1 h2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #3d5a66;
    bottom: -15px;
    left: 0;
}

.footer-1 h2:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 3px;
    background: #ffb739;
    bottom: -15px;
    left: 7px;
}

.list-w ul li {
    width: 24%;
    display: inline-block;
}

/* Inner heading */
.nou-heading h2 {
    color: black;
    position: relative;
}

.nou-heading h2:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}

.nou-heading.text-center h2:before {
    right: 0;
    margin: auto;
}















/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #ffb739;
}

/*
 *  Custom Scrollbar End
 */
/* navbar */
button.navbar-toggler {
    background-color: white;
    position: absolute;
    right: 0;
    top: 10px;
}








/*Min Width End*/
@media (min-width:1900px) {}

/*Max Width*/

@media (max-width:1900px) {}

@media (max-width:1700px) {
    .top-links ul li p {
        width: 172px;
        font-size: 16px;
    }
}

@media (max-width:1619px) {
    section.chancellor figcaption h5 {
        font-size: 15px;
    }

    figcaption p {
        font-size: 12px;
    }

    .top-links ul li p {
        font-size: 14px;
        width: 152px;
    }

    .top-links ul li figure {
        width: 80px;
        height: 80px;
    }
}




@media (max-width:1400px) {
    body {
        font-size: 14px;
    }

    .slider-caption h2 {
        line-height: 45px;
        font-size: 38px;
    }

    section.slider .slider-caption .col-md-12 {
        max-width: 521px;
    }

    ul.top-1-contact li a {
        font-size: 12px;
    }

    a.visit-link {
        font-size: 27px;
    }

    .footer-1 ul li a {
        font-size: 12px;
    }

    .home-btn,
    .slider-btn a {
        padding: 5px 20px;
        font-size: 14px;
    }

    .slider-btn {
        margin-top: 15px;
    }

    figure.fig2 {
        width: 170px !important;
        height: 133px;
    }

    .about-img {
        padding: 0 116px 50px 0;
    }

    .image-facility {
        padding: 0 116px 0 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {

        font-size: 14px !important;

    }

    .image-facility figure.fig-2nd {
        width: 180px !important;
        height: 55px;
    }

    .top-links ul li p {
        font-size: 14px;
        width: 125px;
    }

    .about-wrapper {
        margin-bottom: -43px;
    }

    .about-img {
        padding: 0 116px 50px 0;
    }

}

@media (max-width:1300px) {
    section.chancellor figcaption h5 {
        font-size: 15px;
    }

    figcaption p {
        font-size: 11px;
    }

    .photo-gallery a {
        width: 21%;
        height: 64px;

    }

    .top-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 7px;
    }

    .slider-caption h2 {
        line-height: 44px;
        font-size: 36px;
    }
}

@media (max-width:1200px) {

    .about-img {
        padding: 0 60px 50px 0;
    }

    .top-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 12px !important;
    }

    .container {
        max-width: 95%;
    }

    figure.fig2 {
        width: 190px !important;
        overflow: hidden;
    }


    a.visit-link {
        right: 40px;
    }

    ul.top-1-contact li {
        padding: 6px 3px;
    }

    ul.top-1-contact li a {
        font-size: 10px;
        padding: 0 3px;
    }

    .logo a {
        padding-left: 70px;
    }

    .logo-caption h1,
    .logo-caption h4 {
        font-size: 18px;
    }

    .logo-right h4,
    .logo-right h5 {
        font-size: 18px;
    }

    section.slider .slider-caption {
        width: 860px;
        padding: 151px 0 0 0;
    }



    .announcement-top {
        width: 355px;
    }

    .announcement-top h4 {
        font-size: 12px;
    }

    .logo a img {
        top: 8px;
        width: 60px;
    }

    section.chancellor figcaption h5 {
        font-size: 13px;
    }

    figcaption p {
        font-size: 9px;
    }

    section.chancellor .nav-link {
        font-size: 16px;
    }

    .profile-content h2 {
        font-size: 30px;
    }

    section.chancellor .nav-link.active:before {
        top: 43px;
    }

    section.chancellor .tab-content figure {
        height: 233px;
    }

    .top-3 .nav-item .nav-link {
        font-size: 12px;
    }

    .top-links ul li figure {
        width: 90px;
        height: 90px;
    }

    a.visit-link {
        font-size: 22px;
    }

    .top-links ul li p {
        font-size: 10px;
        width: 108px;
    }

    .top-links ul li figure {
        width: 60px;
        height: 60px;
        padding: 8px;
    }

    .about-buttom {
        position: relative;
        padding-right: 281px;
    }
}

@media (max-width:992px) {

    .menu-con #mega-menu-wrap-primary .mega-menu-toggle {
        background: none;
        height: 0px;
    }

    .logo-right h4,
    .logo-right h5 {
        font-size: 14px;
    }

    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        position: absolute;
        top: -54px;
        height: 40px;
        z-index: 1;
    }

    .search {
        top: -63px;
    }

    .search__field:focus {
        z-index: 1;
        position: relative;
    }

    .logo-right {
        padding-right: 85px;
    }


    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
        display: none !important;
    }

    section.chancellor figcaption h5 {
        font-size: 14px;
    }

    ul.top-1-contact li a span {
        display: none;
    }

    ul.top-1-contact li a i {
        display: inline-block;
    }

    figcaption p {
        font-size: 10px;
    }

    section.chancellor .nav-link {
        font-size: 13px;
        width: unset;

    }

    section.chancellor .nav-link.active:before {
        top: 36px;
    }

    .announcement-top {
        width: 270px;
    }

    ul.top-1-contact li {
        padding: 6px 1px;
    }

    .logo a {
        padding-left: 57px;
    }

    .logo a img {
        top: 0px;
        width: 50px;
    }

    .logo-caption h1,
    .logo-caption h4 {
        font-size: 14px;
    }

    .logo-caption h1,
    .logo-caption h4 {
        font-size: 14px;
    }

    .logo a {
        min-height: 50px;
    }

    section.slider .slider-caption {
        width: 750px;
        padding: 0 0 0 0;
        max-width: 100%;
        display: block;
    }

    .slider-caption h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .slider-btn {
        margin-top: 15px;
    }


    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 20px;

    }

    figure.fig2 {
        width: 150px !important;
    }



    a.visit-link {
        font-size: 18px;
        right: 20px;
    }

    .heading-home h2 {
        font-size: 22px;
    }

    .heading-home figure {
        width: 30px;
    }

    .photo-gallery a {
        width: 32%;
    }

    .list-w ul li {
        width: 49%;
    }

    div#collapsibleNavbar {
        background: #ffffff;
        padding: 10px 30px 20px;
        /* max-height: 250px;
        overflow-y: scroll; */
        border-radius: 10px;
        /* max-width: 300px !important; */
    }

    div#collapsibleNavbar ul li .nav-link {
        color: black !important;
        padding-bottom: 10px;
        font-size: 14px;
    }

}

@media (max-width:768px) {

    .top-links ul li figure {
        width: 60px;
        height: 60px;
    }

    .logo-caption h1,
    .logo-caption h4 {
        font-size: 10px;
    }

    .footer-2 p {
        font-size: 10px;
    }

    ul.top-1-contact li a {
        font-size: 8px;
        padding: 0 2px;
    }

    ul.top-1-contact li a img {
        height: 11px;
        margin: 0px 1px;
        width: auto;
    }

    .announcement-top {
        width: 252px;
    }

    .logo-right h4,
    .logo-right h5 {
        font-size: 10px;
    }

    .slider-image {
        height: 437px !important;
    }

    .slider-image img {
        object-fit: cover;
    }

    .slider-caption h2 {
        font-size: 22px;
        line-height: 26px;
    }

    section.slider .slider-caption .container {
        max-width: 88%;
    }

    section.about .home-btn {
        margin-top: 0 !important;
    }

    a.visit-link {
        font-size: 16px;
    }

    .about-buttom {
        position: relative;
        padding-right: 215px;
    }

    .wrapper-box {
        padding: 0 15px;
    }

    .about-buttom-left img,
    .about-buttom-left {
        height: 50px;
    }

    .about-buttom-left img {
        right: -59px;
    }

    .about-wrapper {
        margin-bottom: -23px;
    }


    section.chancellor {
        background-size: auto, cover;
    }

    section.chancellor .tab-content figure {
        max-width: 215px;
        margin-bottom: 15px;
    }
}

@media (max-width:576px) {
    .top-1 {
        background: none;

    }

    .search__field:focus {
        width: 280px;

    }

    .slider-caption h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .logo a img {
        width: 33px;
        top: 5px;
    }

    .slider-btn {
        margin-top: 6px;
    }

    .home-btn,
    .slider-btn a {
        padding: 3px 11px;
        font-size: 12px;
    }

    section.about .home-btn {
        margin-top: 0 !important;
    }

    section.slider .slider-caption .col-md-12 {
        max-width: 287px;
    }

    .top-1 .container {
        width: 100%;
        max-width: unset;
    }

    .announcement-top h4 {
        font-size: 10px;
    }

    .announcement-top {
        padding-left: 62px;
    }

    .announcement-top {
        padding-left: 62px;
        height: 22px;
    }

    marquee.latest-news a {
        font-size: 10px;

    }

    marquee.latest-news a img {
        width: 21px;
        height: auto;
    }

    .announcement-top {
        width: 100%;
    }

    ul.top-1-contact li {
        padding: 0px 1px;
    }

    .announcement-top h4 {
        padding: 2px 3px 2px 0;
        background: none;
    }

    marquee.latest-news a {
        padding-top: 0;

    }

    .top-1-right {
        float: right;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ffffff26;
    }

    .logo a {
        min-height: 42px;
        padding-left: 36px;
    }

    .logo-right h4,
    .logo-right h5 {
        font-size: 8px;
    }

    .logo-right {
        padding-right: 28px;
    }

    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        width: 25px;
    }

    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 100%;
    }

    .search__icon {
        width: 27px;
        pointer-events: none;
        font-size: 16px !important;
    }

    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        right: -36px;
    }

    .search {
        top: -95px;
    }

    .top-2 {
        padding-top: 0;
    }

    .container {
        max-width: 100%;
    }

    .logo-caption h1,
    .logo-caption h4 {
        font-size: 9px;
    }

    .top-links ul li {
        margin-bottom: 15px;
        text-align: center;
        padding: 0 5px;
        width: 33%;
    }

    .top-links ul li figure {
        width: 45px;
        height: 45px;
        padding: 6px;
    }

    .about-buttom {
        padding-right: 187px;
    }
}

@media (max-width:420px) {}

@media (max-width:360px) {}

/*Max Width End*/