* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}
p.error.active {
    color: #e9475b;
}

.zmdi {
}

html {
    scroll-behavior: smooth;
}

textarea {
    resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input:-internal-autofill-selected {
    color: unset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: white 0px 0px 0px 1000px inset;
}

::-webkit-input-placeholder {
    font-size: 20px;
}
/* popins-font */

@font-face {
    font-family: "poppinsbold";
    src: url("../assets/fonts/poppins-bold-webfont.woff2") format("woff2"),
        url("../assets/fonts/poppins-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsmedium";
    src: url("../assets/fonts/poppins-medium-webfont.woff2") format("woff2"),
        url("../assets/fonts/poppins-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsregular";
    src: url("../assets/fonts/poppins-regular-webfont.woff2") format("woff2"),
        url("../assets/fonts/poppins-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppins-light";
    src: url("../assets/fonts/Poppins-Light.woff2") format("woff2"),
        url("../assets/fonts/Poppins-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinssemibold";
    src: url("../assets/fonts/poppins-semibold-webfont.woff2") format("woff2"),
        url("../assets/fonts/poppins-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsthin";
    src: url("../assets/fonts/poppins-thin-webfont.woff2") format("woff2"),
        url("../assets/fonts/poppins-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "poppinsregular";
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

.main-card {
    display: none;
}
body.active {
    overflow: hidden;
}
.btn-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    user-select: none !important;
}

.wrapper {
    width: 85%;
    margin: 0px auto;
    max-width: 1350px;
}

.wrapper-secondary {
    width: 75%;
    margin: 0px auto;
    max-width: 1350px;
}

ol,
ul {
    list-style: none;
}

h1 {
}

h3.grey-content {
    color: #7c7a7a;
    font-size: 16px;
    font-family: 'poppins-light';
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}
h2 {
    color: #232323;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}
.sub-title {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
}
p {
    color: #828282;
    font-size: 16px;
    line-height: 24px;
}
.blue_color {
    color: #054289;
}
a,
button {
    cursor: pointer;
    color: white;
}

/*  primary - button */

.btn-primary {
    background: #032a58;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 14px 28px;
    color: #ffffff;
    border-radius: 100px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: 'poppins-light';
}

.btn-primary:hover {
    opacity: 0.85;
}

/* backtotop */

.backtotop {
}

.backtotop {
    position: absolute;
    top: -28px;
    right: 215px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

.backtotop img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.nav-link.active {
    text-decoration: underline !important;
    text-decoration-style: solid;
    text-decoration-color: #fff;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

/* Sidebar  */

.sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    /* top: 250px; */
    position: fixed;
    z-index: 1;
    top: calc(50%);
    transform: translateY(-50%);
}

.sidebar .left-box {
    width: max-content;
    height: max-content;
    background: #ffffff;
    border-radius: 0px 19px 19px 0px;
    border: 1px solid #e1e1e1;
    display: none;
}

.sidebar .left-box ul {
}

.sidebar::after {
    content: "Quick Links";
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px 24px 24px;
    transform: rotate(-90deg) translate(-74%, 0);
    transform-origin: top left;
    cursor: pointer;
}

.sidebar .left-box ul li:last-child {
    border-bottom: none;
}

.sidebar .left-box ul li:last-child:hover {
    border-radius: 0px 0px 16px 0px;
}

.sidebar .left-box ul li:first-child:hover {
    border-radius: 0px 16px 0px 0px;
}

.sidebar .left-box ul li:hover {
    background: #e1e1e1;
}

.sidebar .left-box ul li {
    padding: 0 16px 0 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar .left-box ul li i {
    font-size: 14px;
}

.sidebar .left-box ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #232323;
    padding: 12px 0 12px;
    margin-left: 8px;
    display: inline-block;
}

.sidebar .right-box {
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px 24px 24px;
    transform: rotate(-90deg);
}

.sidebar .right-box a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #232323;
    display: inline-block;
}
/* custom header */
header.custom-header {
    background-color: rgba(196, 196, 196, 1);
    height: 45px;
}

header.custom-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.custom-header .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

header.custom-header .left h1 {
    width: 27px;
}

header.custom-header .left a {
    display: contents;
}

header.custom-header .left h1 a {
}

header.custom-header .left h1 a img {
    width: 100%;
    display: block;
}

header.custom-header .right {
}

header.custom-header .right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

header.custom-header .right ul li {
}

header.custom-header .right ul li a {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    font-family: "poppinsregular";
}

header.custom-header .right ul li:last-child {
    margin-right: 0px;
}
/* header style */

header {
    background: #032a58;
    display: flex;
    padding: 8px 0px;
    height: 60px;
    width: 100%;
}

header h1 {
    display: flex;
}

header h1 a {
    cursor: pointer;
    display: inline-block;
    width: 85%;
}

header h1 a img {
    display: block;
    width: 100%;
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdwn {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

.dropdwn nav ul.main-nav {
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: 30px;
}

.dropdwn nav ul.main-nav li {
    display: inline-block;
    position: relative;
    padding: 22px 0;
}

.dropdwn nav ul.main-nav li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.dropdwn nav ul.main-nav li:nth-child(n + 2) {
    margin-left: 30px;
}

.dropdwn nav ul.main-nav li:hover div.sub-nav {
    display: block;
}

.dropdwn nav ul.main-nav div.sub-nav {
    background: #ffffff;
    width: max-content;
    border-radius: 5px;
    position: absolute;
    top: 60px;
    display: none;
    z-index: 1;
}

.dropdwn nav ul.main-nav div.sub-nav span {
}

.dropdwn nav ul.main-nav div.sub-nav span a {
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    width: 95%;
    margin: 0 auto;
}

.dropdwn nav ul.main-nav div.sub-nav span a:hover {
    background: #e1e1e1;
}

nav .sub-nav span a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
}

nav ul .sub-nav span:hover {
    /* background: #e1e1e1; */
    display: block;
}

nav ul .sub-nav span:hover:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

nav ul .sub-nav span:hover:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

nav ul.main-nav div.sub-nav span a {
    padding: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #000000;
}

#menu-icon {
    display: none;
}

#menu-icon i {
    font-size: 24px;
}

#mobile-menu {
    position: fixed;
    top: 0;
    right: -380px;
    background: #032a58;
    padding: 30px;
    z-index: 2;
    bottom: 0;
    width: 280px;
    padding-top: 40px;
    transition: all 0.4s ease-in;
    overflow: hidden;
}
#mobile-menu .drop-down-sub-nav {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    padding-left: 20px;
}
#mobile-menu .drop-down-sub-nav.active {
    transition: all 0.5s ease-in-out;
    max-height: 500px;
    overflow: visible;
}
#mobile-menu .mobile-menu-dropdown i {
    transform: rotate(-90deg);
}
#mobile-menu .mobile-menu-dropdown.active i {
    transform: unset;
}

#mobile-menu ul.main-nav li {
    margin-top: 20px;
}
#mobile-menu ul.main-nav li:first-child {
    margin-top: 0;
}

#mobile-menu ul.main-nav li:hover div.sub-nav {
    /* display: block; */
}

#mobile-menu ul.main-nav div.sub-nav {
    background: #ffffff;
    /* width: max-content; */
    border-radius: 5px;
    position: absolute;
    top: 60px;
    display: none;
    z-index: 50;
}

#mobile-menu ul.sub-nav span:hover {
    background: #e1e1e1;
    /* display: block; */
}

span.overlay {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1;
    display: none;
}

span.close {
    position: absolute;
    right: 300px;
    top: 20px;
    cursor: pointer;
    z-index: 2;
    display: none;
}

span.close i {
    font-size: 24px;
    color: #ffffff;
}

span.close.active { 
    display: block;
}

#mobile-menu.active {
    right: 0;
    overflow: scroll;
}

span.overlay.active {
    display: block;
}

.fa-solid,
.fas {
    margin-left: 8px;
}

nav ul li:hover > ul {
    /* display: block; */
    z-index: 1;
}

nav ul ul li {
    width: 190px;
    padding: 3px;
    float: none;
    display: list-item;
    position: relative;
}

.spotlight {
    height: calc(100vh - 60px) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-blend-mode: soft-light;
    text-align: center;
    position: relative;
}

.spotlight .headings {
    position: absolute;
    top: 15%;
    left: -7%;
    text-align: end;
    /* transform: translate(-50%, -50%); */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    gap: 10px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.09); */
}

.spotlight .headings h3 {
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.spotlight .headings h1 {
    font-size: 65px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

#home {
    position: relative;
}

#home .next {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 70px;
    right: 100px;
}

#home .next button {
    padding: 10px;
    margin-left: 16px;
    background: #ffffff;
    border-radius: 100px;
}
#home .next button:hover {
    background-color: #fff;
    opacity: 0.5;
}

#home .next button img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: cover;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    bottom: 60px;
    left: 147px;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 100%;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

/* Banner  */

.banner {
    background: #1e2238;
    padding: 18px 0 5px;
    cursor: pointer;
    position: relative;
    cursor: default;
}

.banner marquee {
}

.banner marquee a {
    cursor: default;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-left: 32px;
}

.banner marquee a i {
    font-size: 18px;
    margin-right: 10px;
}

.banner button {
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 18px 30px;
    right: 0;
    top: 0;
    background: #032a58;
    position: absolute;
}

/* about  */

#about {
    padding: 100px 0;
    background: #f9f9f9;
}

#about .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#about .content .left {
    width: 40% !important;
}

#about .content .left .img-container {
    border-radius: 24px;
    width: 100%;
}

#about .content .left .img-container img {
    width: 100%;
    display: block;
}

#about .content .right {
    width: 55%;
}
#id_formset-0-feedback_0 {
    font-size: 0;
}

/* Optionally, you can set the size of the radio button itself */
#id_formset-0-feedback_0::before {
    font-size: 16px; /* Set the desired size */
}
#about .content .right h2 {
    color: #141414;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
    font-family: "poppinsregular";
    width: 60%;
}

#about .content .right p {
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #828282;
    width: 85%;
    font-family: "poppins-light";
}

#about .content .right a {
    width: max-content;
}
#choose-us {
    padding: 100px 0px;
}

#choose-us .top {

}

#choose-us .top h1 {
    font-size: 34px;
    font-family: "poppinsregular";
}

#choose-us .bottom {
}

#choose-us .bottom ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
}

#choose-us .bottom ul li {
    text-align: center;
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 25px;
    border-radius: 12px;
}

#choose-us .bottom ul li .img-container {
    width: 50px;
    margin: 0 auto 5px;
}

#choose-us .bottom ul li .img-container img {
    width: 100%;
    display: block;
}

#choose-us .bottom ul li span {
    color: rgba(3, 42, 88, 1);
    font-size: 20px;
    font-family: "poppinssemibold";
}

#choose-us .bottom ul li h2 {
    font-size: 20px;
    font-family: "poppinsregular";
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
    line-height: 1.4;
}
/* academics */

#academics {
    padding: 100px 0;
    background: #f9f9f9;
}

#academics .top {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

#academics .top h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
}

#academics .top h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #828282;
    margin-top: 12px;
    font-family: "poppins-light";
}

#academics .university {
    width: 92%;
    margin: 65px auto 0px;
    grid-gap: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#academics .university .card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    
}

#academics .university .card:hover {
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

#academics .university .card .img-container {
    /* width: 320px; */
    height: 240px;
    overflow: hidden;
    border-radius: 12px;
}

#academics .university .card .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

#academics .university .card:hover .img-container img {
    transform: scale(1.10, 1.10);
}

#academics .university .card .details {
    margin-top: 16px;
}

#academics .university .card .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#academics .university .card .details p {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
    font-family: 'poppins-light';
}

#academics .university .card .details a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #032a58;
}

#academics .bottom {
    margin-top: 64px;
}

#academics .bottom button {
    margin: 0 auto;
}
/* digital initiatives */
#digital-initiatives {
    padding: 100px 0px;
}

#digital-initiatives .top {
}

#digital-initiatives .top h1 {
    font-size: 34px;
    font-family: "poppinsregular";
}

#digital-initiatives .img_container {
    width: 220px !important;
    height: 115px !important;
    padding: 20px 40px;
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 12px;
    margin-right: 50px;
}
#digital-initiatives .img_container img {
    width: 100% !important;
    height: 100%;
    display: block;
}
/* digital-initiative slider  */

.slick-track,
.slick-list {
    display: flex !important;
    justify-content: space-between !important;
}
/* latestnews */
#latest-news {
    padding: 100px 0 30px;
    background: #f9f9f9;
    position: relative;
}

#latest-news .wrapper {
    width: 80%;
}

#latest-news .title {
    text-align: center;
}

#latest-news .title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
}

#latest-news .sub-title {
    margin: 25px 0px;
}

#latest-news .sub-title h4 {
    color: #232323;
    font-size: 26px;
    font-family: "poppins-light";
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
}

#latest-news .news-container {
    width: 100%;
}

#latest-news .news-container .cards-container {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    margin-right: 25px;
}

#latest-news .news-container .cards-container:last-child {
    margin-right: 0;
}

#latest-news .news-container .cards-container:hover {
    box-shadow: 7px 11px 30px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
}

#latest-news .news-container .cards-container .img-container {
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

#latest-news .news-container .cards-container:hover .img-container img {
    transform: scale(1.1);
}

#latest-news .news-container .cards-container .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform.2s;
}

#latest-news .news-container .cards-container .details {
    margin-top: 16px;
}

#latest-news .news-container .cards-container .details span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
    font-family: 'poppins-light';
}

#latest-news .news-container .cards-container .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
}

#latest-news .news-container .cards-container .details p {
    margin-top: 8px;
    font-size: 16px;
    font-family: 'poppins-light';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
}

#latest-news .news-container .cards-container .details a {
    font-size: 16px;
    font-family: 'poppins-light';
    font-weight: 600;
    font-style: normal;
    color: rgba(3, 42, 88, 1);
    letter-spacing: 0.5px;
    cursor: pointer;
}

#latest-news .button .prev-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: transparent;
    position: absolute;
    bottom: 34%;
    left: 122px;
    cursor: pointer;
    filter: opacity(0.4);
}

#latest-news .button .prev-container img {
    width: 100%;
    display: block;
}

#latest-news .button .next-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    position: absolute;
    right: 147px;
    bottom: 34%;
    cursor: pointer;
}

#latest-news .button .next-container img {
    width: 100%;
    display: block;
}

#latest-news .cards-container .slick-dots {
    display: none !important;
}

#latest-news .cards-container:hover .slick-dots {
    bottom: 0 !important;
    display: flex !important;
}

#latest-news .slick-arrow.slick-next {
    visibility: none !important;
}

#latest-news .slick-arrow.slick-prev {
    visibility: none !important;
}

#latest-news .cards-container:hover .slick-arrow.slick-next {
    visibility: visible !important;
}

#latest-news .cards-container:hover .slick-arrow.slick-prev {
    visibility: visible !important;
}
/* upcoming events */
#upcoming-events {
    padding: 1px 0 100px;
    background: #f9f9f9;
    position: relative;
}

#upcoming-events .wrapper {
    width: 80%;
}

#upcoming-events .sub-title {
    margin: 25px 0px;
}

#upcoming-events .sub-title h4 {
    font-size: 26px;
    font-family: 'poppins-light';
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
    color: #232323;
}

#upcoming-events .events-container {
    width: 100%;
}

#upcoming-events .events-container .cards-container {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    margin-right: 25px;
}

#upcoming-events .events-container .cards-container:last-child {
    margin-right: 0;
}

#upcoming-events .events-container .cards-container:hover {
    box-shadow: 7px 11px 30px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
}

#upcoming-events .events-container .cards-container .img-container {
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

#upcoming-events .events-container .cards-container:hover .img-container img {
    transform: scale(1.1);
}

#upcoming-events .events-container .cards-container .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform.2s;
}

#upcoming-events .events-container .cards-container .details {
    margin-top: 16px;
}

#upcoming-events .events-container .cards-container .details span {
    font-size: 14px;
    font-family: 'poppins-light';
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
}

#upcoming-events .events-container .cards-container .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
}

#upcoming-events .events-container .cards-container .details p {
    margin-top: 8px;
    font-size: 16px;
    font-family: 'poppins-light';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
}

#upcoming-events .events-container .cards-container .details a {
    font-size: 16px;
    font-family: 'poppins-light';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgba(3, 42, 88, 1);
    cursor: pointer;
}

#upcoming-events .button .prev-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: transparent;
    position: absolute;
    bottom: 58%;
    left: 120px;
    cursor: pointer;
    filter: opacity(0.4);
}

#upcoming-events .button .prev-container img {
    width: 100%;
    display: block;
}

#upcoming-events .button .next-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    position: absolute;
    right: 145px;
    bottom: 58%;
    cursor: pointer;
}

#upcoming-events .button .next-container img {
    width: 100%;
    display: block;
}

#upcoming-events .cards-container .slick-dots {
    display: none !important;
}

#upcoming-events .cards-container:hover .slick-dots {
    bottom: 0 !important;
    display: flex !important;
}

#upcoming-events .slick-arrow.slick-next {
    visibility: none !important;
}

#upcoming-events .slick-arrow.slick-prev {
    visibility: none !important;
}

#upcoming-events .cards-container:hover .slick-arrow.slick-next {
    visibility: visible !important;
}

#upcoming-events .cards-container:hover .slick-arrow.slick-prev {
    visibility: visible !important;
}

#upcoming-events .bottom {
    background: rgba(3, 42, 88, 1);
    width: max-content;
    /* padding: 15px 35px; */
    border-radius: 30px;
    margin: 70px auto 0;
}

#upcoming-events .bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#upcoming-events .bottom a span {
    margin-right: 10px;
}

#upcoming-events .bottom a .img-container {
    width: 15px;
}

#upcoming-events .bottom a .img-container img {
    width: 100%;
    display: block;
}

/* evnets */
#events {
    padding: 100px 0;
    background: #f9f9f9;
}

#events .title {
    text-align: center;
}

#events .title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
}

#events .sub-title {
    margin: 25px 0px;
}

#events .sub-title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
}

#events .items {
    position: relative;
}

#events .items .latest-news {
    width: 100%;
}

#events .items .latest-news .cards {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    margin-right: 28px;
}

#events .items .latest-news .cards:last-child {
    margin-right: 0;
}

#events .items .latest-news .cards:hover {
    box-shadow: 7px 11px 30px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
}

#events .items .latest-news .cards .img-container {
    height: 258px;
    overflow: hidden;
    border-radius: 12px;
}

#events .items .latest-news .cards:hover .img-container img {
    transform: scale(1.1);
}

#events .items .latest-news .cards .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform.2s;
}

.items .latest-news .cards .details {
    margin-top: 16px;
}

#events .items .latest-news .cards .details span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
}

#events .items .latest-news .cards .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
}

#events .items .latest-news .cards .details p {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
    height: 75px;
    overflow: scroll;
    font-family: "poppins-light";
}

#events .items .latest-news .cards .details a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: rgba(3, 42, 88, 1);
    cursor: pointer;
}

#events .items .latest-news .cards .details p span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: rgba(3, 42, 88, 1);
    cursor: pointer;
}

#events .items .button .prev-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 20%;
    left: -23px;
    cursor: pointer;
}

#events .items .button .prev-container img {
    width: 100%;
    display: block;
}

#events .items .button .next-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 20%;
    right: -25px;
    cursor: pointer;
}

#events .items .button .next-container img {
    width: 100%;
    display: block;
}

#events .upcoming {
    margin-top: 48px;
}

#events .upcoming h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
}

#events .upcoming .new-event {
    margin-top: 24px;
    width: 100%;
}

#events .upcoming .new-event .cards {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    margin-right: 28px;
}

#events .upcoming .new-event .cards:last-child {
    margin-right: 0;
}

#events .upcoming .new-event .cards:hover {
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

#events .upcoming .new-event .cards .img-container {
    height: 258px;
    overflow: hidden;
    border-radius: 12px;
}

#events .upcoming .new-event .cards .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform.2s;
}

#events .upcoming .new-event .cards:hover .img-container img {
    transform: scale(1.1);
}

#events .upcoming .new-event .cards .details {
    margin-top: 16px;
}

#events .upcoming .new-event .cards .details span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
}

#events .upcoming .new-event .cards .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
}

#events .upcoming .new-event .cards .details p {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
    height: 75px;
    overflow: scroll;
    font-family: "poppins-light";
}
#events .upcoming .new-event .cards .details a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: rgba(3, 42, 88, 1);
    cursor: pointer;
}

#events .upcoming .bottom a {
    margin: 0 auto;
    margin-top: 64px;
    width: max-content;
}

#events .upcoming .button {
}

#events .items .upcoming .button .prev-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 68%;
    left: -23px;
    cursor: pointer;
}

#events .items .upcoming .button .prev-container img {
    width: 100%;
    display: block;
}

#events .items .upcoming .button .next-container .slick-arrow {
    width: 45px;
    border: 1px solid rgba(3, 42, 88, 1);
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 68%;
    right: -25px;
    cursor: pointer;
}

#events .items .upcoming .button .next-container img {
    width: 100%;
    display: block;
}

/* announcement */

#announcement {
    padding: 100px 0;
}

#announcement .wrapper {
}

#announcement .top {
    text-align: center;
}

#announcement .top h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
}

#announcement .item {
    height: 455px;
    margin-top: 48px;
    overflow-y: scroll;
}

#announcement .item ul {
    display: grid;
    grid-gap: 24px;
    width: 912px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}

#announcement .item ul li {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    display: flex;
}

#announcement .item ul li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#announcement .item ul li a {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #141414;
    margin-left: 13px;
    font-family: "poppins-light";
}
#announcement .item ul li i {
    margin-top: 4px;
}

#announcement .item ul li a i {
}

/* gallery */

#gallery {
    padding: 100px 0;
    background: #1e2238;
}

#gallery .wrapper {
    width: 80%;
}

#gallery .top {
    text-align: center;
    margin: 0 auto;
    width: 42%;
}

#gallery .top h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-family: "poppinsregular";
}

#gallery .top h4 {
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #e1e1e1;
}

#gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-top: 48px;
    position: relative;
}

#gallery ul li {
    overflow: hidden;
    border-radius: 12px;
}

#gallery ul li:first-child {
    grid-column: 1/3;
    position: relative;
}

#gallery ul li video {
    width: 100%;
    display: block;
    object-fit: cover;
}

#gallery ul li.video .play-btn {
    display: none;
}

#gallery ul li video source {
}

#gallery li.video #play-btn {
    width: 60px;
    position: absolute;
    top: 42%;
    left: 47%;
    cursor: pointer;
}

#gallery li.video #play-btn img {
    width: 100%;
    display: block;
}
.gallerys li video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.gallerys li.video .play-btn {
    display: none;
}


.gallerys li.video #play-btn {
    width: 60px;
    position: absolute;
    top: 42%;
    left: 47%;
    cursor: pointer;
}

.gallerys li.video #play-btn img {
    width: 100%;
    display: block;
}
#gallery ul li .img-container {
    height: 100%;
}

#gallery ul li .img-container img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

#gallery ul li:hover .img-container img {
    transform: scale(1.10, 1.10);
}

#gallery .bottom {
    margin-top: 64px;
}

#gallery .bottom a {
    margin: 0 auto;
    background: #fff;
    color: #032a58;
    text-align: center;
    display: flex;
    justify-content: center;
    width: max-content;
}

/* institution */

#institution {
    padding: 100px 0;
}

#institution .top {
    text-align: center;
    width: 100%;
}

#institution .top h2 {
    font-family: "Poppinsregular";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    margin-bottom: 12px;
}

#institution .top h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #828282;
    width: 68%;
    margin: 0 auto;
}
#institution .list {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: 1fr 1fr;
    width: 88%;
    margin: 48px auto 0px;
}

#institution .list .card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#institution .list .card:hover {
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

#institution .list .card:hover .img-container img {
    transform: scale(1.1);
}

#institution .list .card .img-container {
    /* width: 55%; */
    /* height: 167px; */
    border-radius: 12px;
    overflow: hidden;
    /* aspect-ratio: 1; */
    min-width: 165px;
    min-height: 165px;
}

#institution .list .card .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.2s;
}

#institution .list .card .details {
    /* width: 64%; */

    margin-left: 16px;
}

#institution .details {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #232323;
}

#institution .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #232323;
    width: 75%;
}

#institution .details p {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(130, 130, 130, 1);
    font-family: 'poppins-light';
}

#institution .details a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #032a58;
    margin-top: 12px;
    display: inline-block;
}

/* footer */

footer {
    background: #021e3f;
}

footer .container {
    padding: 70px 0 20px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

footer .container .wrapper {
}

footer .container .items {
}

footer .container .items ul {
    display: flex;
    justify-content: space-between;
}

footer .container .items ul li {
    width: 32%;
}

footer .container .items ul li:nth-child(2) {
    width: 38%;
}

footer .container .items ul li:last-child {
    width: 22%;
}

footer .container .items ul li .logo-container {
    width: 60%;
}

footer .container .items ul li .logo-container a {
    margin-bottom: 30px;
    display: inline-block;
}

footer .container .items ul li .logo-container a img {
    width: 100%;
    display: block;
}

footer .container .items ul li p {
    font-size: 12px;
    font-family: "poppins-light";
    color: rgba(255, 255, 255, 1);
    filter: opacity(0.5);
    letter-spacing: 1px;
    line-height: 15px;
    width: 70%;
    margin-bottom: 30px;
}

footer .container .items ul li .social {
    display: flex;
    align-items: center;
}

footer .container .items ul li .social a {
    display: inline-block;
    margin-right: 15px;
    width: 25px;
}

footer .container .items ul li .social a:last-child {
    margin-right: 0;
}

footer .container .items ul li .social a img {
    width: 100%;
    display: block;
    filter: opacity(0.5);
}

footer .container .items ul li h4 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-family: "poppins-light";
    margin-bottom: 25px;
}

footer .container .items ul li .connect {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

footer .container .items ul li .connect a {
    font-size: 16px;
    font-family: "poppins-light";
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    filter: opacity(0.5);
    border-bottom: 1px solid #031e40;
}

footer .container .items ul li .connect a.footer-address {
    width: 68%;
}

footer .container .items ul li .connect a:hover {
    border-bottom: 1px solid #f9f9f9;
}

footer .container .items ul li .connect .logo-container {
    width: 26px;
    margin-right: 20px;
}

footer .container .items ul li .connect .logo-container:last-child {
    margin-right: 0;
}

footer .container .items ul li .connect .logo-container img {
    width: 100%;
    display: block;
    filter: opacity(0.5);
}

footer .container .items ul li .connect .logo-container a {
}

footer .container .items ul li .terms {
}

footer .container .items ul li .terms a {
    font-size: 16px;
    font-family: "poppins-light";
    filter: opacity(0.5);
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #031e40;
}

footer .container .items ul li .terms a:hover {
    border-bottom: 1px solid #f9f9f9;
}

footer .bottom {
    text-align: center;
    padding: 20px;
}

footer .bottom h4 {
    font-size: 14px;
    color: #fff;
    font-family: "poppins-light";
}

/* About page styles start */

/* aboutus */

#aboutus {
    padding: 166px 0;
    /* height: 460px; */
    /* background: linear-gradient(90deg, #032A58 43.86%, rgba(3, 42, 88, 0) 100%), url(../images/test.jpg); */
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#aboutus .wrapper {
    width: 80%;
}

#aboutus .title {
    width: 30%;
}

#aboutus .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
}

#aboutus .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
}

/* Contact page styles start */

/* Contactus */

#contactus {
    padding: 166px 0;
    /* height: 460px; */
    /* background: linear-gradient(90deg, #032A58 43.86%, rgba(3, 42, 88, 0) 100%), url(../assets/images/test.jpg); */
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#contactus .wrapper {
}

#contactus .title {
    width: 30%;
}

#contactus .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
}

#contactus .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
}

#connect {
    padding: 100px 0;
}

#connect .wrapper {
}

#connect .top {
    text-align: center;
}

#connect .top h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #032a58;
}

#connect .top h4 {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #032a58;
}

#connect .contact {
    width: 85%;
    background: #f9f9f9;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px auto 0 auto;
}

#connect .contact .touch-us {
    padding: 26px;
}
#connect .contact .touch-us:nth-child(2) {
    width: 40%;
}

#connect .contact .touch-us .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#connect .contact .touch-us .log-container {
    width: 28px;
    height: 28px;
}

#connect .contact .touch-us .log-container img {
    display: block;
    width: 100%;
    height: 100%;
}

#connect .contact .touch-us a {
    margin-left: 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'poppins-light';
}

#connect .forms {
    width: 85%;
    margin: 28px auto 0 auto;
    background: #f9f9f9;
    border-radius: 24px;
}

#connect .forms form {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#connect .forms form div.input-container {
    width: 48%;
}
#connect .forms form div.input-container > p.error {
    margin-bottom: 25px;
    font-size: 14px;
    font-family: 'poppins-light';
}
#connect .forms form input {
    margin-bottom: 15px;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    font-family: "poppins-light";
}

#connect .forms form input::placeholder {
    font-size: 16px;
    color: #828282;
}

#connect .forms form textarea {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    min-height: 188px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "poppins-light";
}

#connect .forms form textarea::placeholder {
    font-size: 16px;
    color: #828282;
}

div.modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
div.modal_wrapper .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.2s ease;
}
div.modal_wrapper .success_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -800px);
    background: #fff;
    padding: 50px;
    border-radius: 22px;
    text-align: center;
    transition: 0.5s ease;
}
div.modal_wrapper .success_wrap .modal_icon {
    margin: 0 auto 25px;
    width: 85px;
    height: 85px;
    background-color: #f9f9f9;
    color: #4bb543;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
}
div.modal_wrapper .success_wrap h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
div.modal_wrapper .success_wrap p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: #828282;
    margin-bottom: 25px;
    font-family: 'poppins-light';
}
div.modal_wrapper .success_wrap .btn_done {
    font-size: 16px;
    padding: 12px 25px;
    border: 1px solid #032a58;
    color: #032a58;
    border-radius: 50px;
}
div.modal_wrapper.active {
    visibility: visible;
    z-index: 1;
}
div.modal_wrapper.active .shadow {
    opacity: 1;
}
div.modal_wrapper.active .success_wrap {
    transform: translate(-50%, -50%);
}

/* our history */

#history {
    padding: 100px 0;
    background: #ffffff;
}

#history .wrapper {
    width: 80%;
}

#history .history-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#history .left-box {
    width: 58%;
}

#history .left-box .img-container {
}

#history .left-box .img-container img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 25px;
}

#history .right-box {
    margin-left: 48px;
    width: 58%;
}

#history .right-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
}

#history .right-box p {
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #828282;
    width: 100%;
    font-family: 'poppins-light';
}

#history .right-box .bottom {
    margin-top: 32px;
}
/* principal-desk */

#principal-desk {
    padding: 100px 0px;
    background: rgba(30, 34, 56, 1);
}

#principal-desk .wrapper {
    width: 80%;
}

#principal-desk .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* #principal-desk .items .left {
	width: 50%;
	position: relative;
} */
#principal-desk .items .left {
    width: 39%;
    position: relative;
}
/* #principal-desk .items .left .img-container {
	width: 75%;
} */
#principal-desk .items .left .img-container {
    width: 100%;
}
#principal-desk .items .left img {
    width: 100%;
    display: block;
}

/* #principal-desk .items .title_box {
	width: 35%;
	background: rgba(255, 255, 255, 1);
	padding: 8px 20px;
	border-radius: 10px;
	position: absolute;
	right: 8%;
	bottom: 25%;
} */
#principal-desk .items .title_box {
    width: 48%;
    background: rgba(255, 255, 255, 1);
    padding: 8px 20px;
    border-radius: 10px;
    position: absolute;
    left: -13%;
    bottom: 13%;
}

#principal-desk .items .title_box h4 {
    font-size: 18px;
    font-family: "poppins-light";
}

#principal-desk .items .title_box h5 {
    color: rgba(5, 66, 137, 1);
    font-size: 16px;
    font-weight: bold;
}

#principal-desk .items .right {
    width: 48%;
}

#principal-desk .items .right h3 {
    font-size: 16px;
    color: rgba(225, 225, 225, 1);
    margin-bottom: 15px;
    font-family: "poppinsmedium";
}

#principal-desk .items .right h2 {
    font-size: 32px;
    color: #fff;
    font-family: "poppinsregular";
    font-weight: normal;
    margin-bottom: 20px;
}

#principal-desk .items .right p {
    font-size: 20px;
    color: rgba(225, 225, 225, 1);
    line-height: 1.5em;
    font-weight: normal;
    font-family: "poppins-light";
}
/* vision */

#vision {
    background: #f9f9f9;
    padding: 100px 0;
}

#vision .wrapper {
    display: flex;
    justify-content: center;
    width: 75%;
}

#vision .left-container {
    width: 100%;
}

#vision .left-container .content-box {
    min-height: 192px;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    background-color: #fff;
}

#vision .left-container .content-box:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#vision .left-container .content-box:last-child {
    margin-top: 24px;
}

#vision .left-container .content-box .content {
    padding: 24px;
}

#vision .left-container .content-box .content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #141414;
    margin-bottom: 15px;
    font-family: 'poppins-light';
}

#vision .left-container .content-box .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #989595;
    margin-bottom: 15px;
    font-family: "poppins-light";
}
#vision .left-container .content-box .content p:last-child {
    margin-bottom: 0;
}

#vision .right-container {
    width: 35%;
    margin-left: 24px;
}

#vision .right-container .img-container {
    /* height: 408px; */
    height: 100%;
}

#vision .right-container .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

/* objectives */

#objectives {
    padding: 100px 0;
}

#objectives .wrapper {
}

#objectives .top-title {
    text-align: center;
}

#objectives .top-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
}

#objectives .objects {
    margin-top: 48px;
}

#objectives .objects .content-box:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#objectives .objects .content-box {
    display: flex;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 24px;
    margin-top: 24px;
    width: 85%;
}

#objectives .objects .content-box .count {
    margin-top: 10px;
    width: 10%;
}

#objectives .objects .content-box .count h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #032a58;
    font-family: "poppinssemibold";
}

#objectives .objects .content-box .details {
    width: 90%;
}

#objectives .objects .content-box .details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #a6a6a6;
    font-family: "poppins-light";
}

/* Our Management */

#management {
    padding: 100px 0 124px;
    background: #1e2238;
}

#management .wrapper {
}

#management .top-title {
    text-align: center;
}

#management .top-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
}

#management ul.card {
    flex-wrap: wrap;
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#management ul.card li {
    margin: 0 24px 24px 0;
    border-radius: 24px;
    width: 20%;
    min-height: 315px;
    padding: 24px;
}

#management ul.card li:hover {
    background: #ffffff;
}

#management ul.card li:hover .details h3,
#management ul.card li:hover .details span {
    color: #000000;
}

#management ul.card li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
}

#management ul.card li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 100px;
}

#management .details {
    text-align: center;
    margin-top: 12px;
}

#management .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    min-height: 56px;
    width: 90%;
    margin: 0 auto 8px;
}

#management .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #ffffff;
    opacity: 0.6;
}

/* Our Members */

#members {
    padding: 100px 0;
}

#members .wrapper {
}

#members .top-title {
    text-align: center;
}

#members .top-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
}

#members ul.all-team {
    flex-wrap: wrap;
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#members ul.all-team li {
    margin: 0 24px 24px 0;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    width: 20%;
    min-height: 315px;
    padding: 24px;
}

#members ul.all-team li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#members ul.all-team li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

#members ul.all-team li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#members ul.all-team li .details {
    text-align: center;
    margin-top: 12px;
}

#members ul.all-team li .details h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#members ul.all-team li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}

/* Annual Report */

#annualreport {
    padding: 100px 0;
    background: #f9f9f9;
}

#annualreport .wrapper {
}

#annualreport .title {
    text-align: center;
}

#annualreport .title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
}

#annualreport ul.download {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

#annualreport ul.download li {
    width: 30%;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    margin: 24px 0 0 24px;
    background: #fff;
}

#annualreport ul.download li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    transition-duration: 0.2s;
}

#annualreport ul.download li .container {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#annualreport ul.download li .container .pdf-icon {
    width: 24px;
    width: 24px;
}

#annualreport ul.download li .container.pdf-icon img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

#annualreport ul.download li .container .date-info {
    display: flex;
    align-items: center;
}

#annualreport ul.download li .container .date-info .img-container {
    height: 24px;
    width: 24px;
}

#annualreport ul.download li .container .date-info .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#annualreport ul.download li .container .date-info span {
    margin-left: 14px;
    font-size: 16px;
}

#annualreport ul.download li .container .date-info a {
    width: 24px;
    height: 24px;
}

#annualreport ul.download li .container .date-info a img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Rules and regulation */

#rules {
    padding: 100px 0;
    background: rgba(225, 239, 255, 1);
}

#rules .wrapper {
}

#rules .title {
    text-align: center;
}

#rules .title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
    font-family: "poppinsregular";
}

#rules ul.download {
    margin: 48px auto 0px;
    width: 60%;
}

#rules ul.download li {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    margin-top: 24px;
    background-color: #fff;
}

#rules ul.download li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#rules ul.download li .container {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#rules ul.download li .container .pdf-icon {
    width: 24px;
    width: 24px;
}

#rules ul.download li .container.pdf-icon img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

#rules ul.download li .container .date-info {
    display: flex;
    align-items: center;
}

#rules ul.download li .container .date-info .img-container {
    height: 24px;
    width: 24px;
}

#rules ul.download li .container .date-info .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#rules ul.download li .container .date-info span {
    margin-left: 14px;
    font-size: 16px;
}

#rules ul.download li .container .date-info a {
    width: 24px;
    height: 24px;
}

#rules ul.download li .container .date-info a img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Our History page styles start */

/* Our history */

#our-history {
    padding: 166px 0;
    /* height: 460px; */
    /* background: linear-gradient(90deg, #032A58 43.86%, rgba(3, 42, 88, 0) 100%), url(../images/test.jpg); */
    background-size: contain;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#our-history .wrapper {
}

#our-history .title {
    width: 30%;
}

#our-history .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
}

#our-history .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
}

#content-history {
    padding: 100px 0;
}

#content-history .wrapper {
    width: 80%;
}

#content-history p {
    font-family: "poppins-light";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

/* Alumni page styles start */

/* alumni */
/* 
#alumni {
    padding: 166px 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#alumni .wrapper {}

#alumni .title {
    width: 30%;
}

#alumni .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #FFFFFF;
}

#alumni .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-top: 16px;
}


/* about-alumni */
/* 
#about-alumni {
    padding: 100px 0;
    background: #FFFFFF;
}

#about-alumni .wrapper {}

#about-alumni .history-content {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

#about-alumni .left-box {
    width: 34%;
}

#about-alumni .left-box .img-container {
    height: 420px;
}

#about-alumni .left-box .img-container img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 25px;
}

#about-alumni .right-box {
    margin-left: 36px;
    width: 65%;
}

#about-alumni .right-box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
}

#about-alumni .right-box p {
    margin-top: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #828282;
} */

/* Our Commitee */

/* #committee {
    padding: 100px 0 124px;
    background: #1E2238;
}

#committee .wrapper {}

#committee .top-title {
    text-align: center;
}

#committee .top-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}

#committee ul.card {
    flex-wrap: wrap;
    margin-top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#committee ul.card li {
    margin: 0 24px 24px 0;
    border-radius: 24px;
    width: 20%;
    min-height: 315px;
    padding: 24px;
}

#committee ul.card li:hover {
    background: #FFFFFF;
}

#committee ul.card li:hover .details h3,
#committee ul.card li:hover .details span {
    color: #000000;
}

#committee ul.card li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
}

#committee ul.card li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 100px;
}

#committee .details {
    text-align: center;
    margin-top: 12px;
}


#committee .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

#committee .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    opacity: 0.6;
} */

/* Students members */

/* #students {
    padding: 100px 0;
    background: #F9F9F9;
}

#students .wrapper {}

#students .title {
    text-align: center;
    margin-bottom: 64px;
}

#students .title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
}

#students ul.card {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88%;
    margin: 0 auto;
}

#students ul.card li {
    background: #FFFFFF;
    margin: 0px 24px 24px 0;
    border: 1px solid #E1E1E1;
    border-radius: 24px;
    width: 23%;
    min-height: 315px;
    padding: 24px;
}

#students ul.card li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#students ul.card li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
}

#students ul.card li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 100px;
}

#students ul.card li .details {
    text-align: center;
    margin-top: 12px;
}

#students ul.card li .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#students ul.card li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
} */

/* Students members */
/* 
#faculty {
    padding: 100px 0;
    background: #FFFFFF;
}

#faculty .wrapper {}

#faculty .title {
    text-align: center;
    margin-bottom: 72px;
}

#faculty .title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
}

#faculty ul.card {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}

#faculty ul.card li {
    background: #FFFFFF;
    margin: 0 24px 24px 0;
    border: 1px solid #E1E1E1;
    border-radius: 24px;
    width: 24%;
    min-height: 256px;
    padding: 24px;
}

#faculty ul.card li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#faculty ul.card li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
}

#faculty ul.card li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 100px;
}

#faculty ul.card li .details {
    text-align: center;
    margin-top: 12px;
}

#faculty ul.card li .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#faculty ul.card li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}  */

/* Register now */

#register {
    padding: 104px 0;
}
#register .contents {
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
#register .contents .left-container {
    width: 38%;
}
#register .contents .left-container .img-container {
    height: 273px;
}
#register .contents .left-container .img-container img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#register .contents .right-container {
    width: 59%;
    margin-left: 24px;
}
#register .contents .right-container .title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #032a58;
    margin-bottom: 24px;
}
#register .contents .right-container .title p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
    margin-bottom: 32px;
}

/* alumni-spotlight */

#alumni-spotlight {
    /* padding: 14% 0 11%; */
    padding: 13% 0 11%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}
#alumni-spotlight .title {
    width: 30%;
}
#alumni-spotlight .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
    margin-bottom: 16px;
}
#alumni-spotlight .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

/* alumni-network  */

#alumni-network {
    /* padding: 15% 5% 10%; */
    padding: 16% 5% 7%;
    background-color: #f9f9f9;
}
#alumni-network div.content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
#alumni-network div.content .left {
    width: 45%;
    margin-right: 45px;
}
#alumni-network div.content .left div.first-image {
    width: 22%;
    position: relative;
    z-index: 5;
    top: -260px;
    left: -54px;
}
#alumni-network div.content .left div.first-image img {
    display: block;
    width: 100%;
}
#alumni-network div.content .left .img-container {
    width: 42%;
    position: absolute;
    z-index: 9;
    top: -16%;
}
#alumni-network div.content .left .img-container img {
    display: block;
    width: 100%;
}
#alumni-network div.content .right {
    width: 48%;
}
#alumni-network div.content .right h2 {
    margin-bottom: 20px;
    font-family: "poppinsregular";
}
#alumni-network div.content .right p {
    width: 90%;
    margin-bottom: 45px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #404040;
    font-family: "poppins-light";
}
#alumni-network div.content .right a {
    /* display: inline; */
    display: inline-block;
    font-family: "poppins-light";
}
#alumni-network div.content .right div.second-image {
    width: 18%;
    position: relative;
    z-index: 5;
    bottom: -69px;
    right: -535px;
}
#alumni-network div.content .right div.second-image img {
    display: block;
    width: 100%;
}

/* alumni-activities  */

#alumni-activities {
    /* padding: 10% 0 5%; */
    padding: 160px 0 100px 0;
}
#alumni-activities .button {
    text-align: center;
}
#alumni-activities .button a.view {
    display: inline-block;
}
#alumni-activities div.bottom {
    /* margin-bottom: 65px; */
    margin-bottom: 45px;
}
div.top {
    text-align: center;
    margin-bottom: 50px;
}
div.bottom ul.cards {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    /* width: 95%; */
    margin: 0 auto 30px;
    justify-content: space-between;
    width: 100%;
}
.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}
.slider .slick-arrow.slick-prev {
    left: 0;
    visibility: hidden;
    background: url("../assets/icons/left-arrow.svg") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next {
    right: 0;
    visibility: hidden;
    background: url("../assets/icons/right-active.svg") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}
div.bottom ul li:hover .slick-arrow.slick-next,
div.bottom ul li:hover .slick-arrow.slick-prev {
    visibility: visible;
}
div.bottom ul li .slick-dots {
    /* visibility: hidden; */
}
div.bottom ul li:hover .slick-dots {
    visibility: visible;
}
div.bottom ul.cards li.card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    width: 30%;
    margin-right: 20px;
}
div.bottom ul.cards li.card:last-child {
    margin-right: 0;
}
div.bottom ul.cards li.card .img-container {
    height: 240px;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
}
div.bottom ul.cards li.card .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform.2s;
}
div.bottom ul.cards li.card .details {
    margin-top: 16px;
    cursor: pointer;
}
div.bottom ul.cards li.card:hover {
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}
div.bottom ul.cards li.card:hover .img-container img {
    transform: scale(1.1);
}
div.bottom ul.cards li.card .details span {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
    margin-bottom: 5px;
}
div.bottom ul.cards li.card .details h4 {
    margin-bottom: 10px;
}
div.bottom ul.cards li.card .details p {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
    font-family: 'poppins-light';
}
div.bottom ul.cards li.card .details a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: rgba(3, 42, 88, 1);
    cursor: pointer;
    font-family: 'poppins-light';
    font-weight: 600;
}
div.bottom .details a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: rgba(3, 42, 88, 1);
    cursor: pointer;
}
div.button button {
    margin: 0 auto;
}

#alumni-activities .listpage-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
}
#alumni-activities .listpage-box li {
    padding: 6px 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
#alumni-activities .listpage-box li.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
#alumni-activities .listpage-box li.disabled a {
    cursor: not-allowed;
}

#alumni-activities .listpage-box .page-box.active {
    border: 1px solid #054289;
}
#alumni-activities .listpage-box li.disabled a.pagi,
#alumni-activities .listpage-box li.disabled span {
    color: #8f8f8f;
}
#alumni-activities .listpage-box li a.pagi {
    color: #232323;
    display: inline-block;
}
#alumni-activities .listpage-box li span {
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
}
#alumni-activities .listpage-box li span.right {
    margin: 0 0 0 10px;
    font-weight: 400;
}

#alumni-activities div.bottom ul li:hover .slick-dots {
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
#alumni-activities div.bottom ul .slick-dots {
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
/* #alumni-team  */

#alumni-team {
    background-color: #f9f9f9;
    padding: 100px 0;
}
#alumni-team div.top {
    text-align: center;
    margin-bottom: 50px;
}
#alumni-team ul.all-team {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
#alumni-team ul.all-team li {
    margin: 0 24px 24px 0;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    width: 22%;
    min-height: 315px;
    padding: 24px;
    background-color: #fff;
}
#alumni-team ul.all-team li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}
#alumni-team ul.all-team li .img-container {
    /* height: 168px; */
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1;
}
#alumni-team ul.all-team li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}
#alumni-team ul.all-team li .details {
    text-align: center;
    margin-top: 12px;
}
#alumni-team ul.all-team li .details h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}
#alumni-team ul.all-team li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}
#alumni-team div.alumns {
    display: flex;
    justify-content: space-between;
}
#alumni-team div.alumns div {
    width: 49%;
}
#alumni-team div.alumns div h3 {
    margin-bottom: 30px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
}
#alumni-team div.alumns div ul {
    background-color: #fff;
    border-radius: 26px;
    padding: 0 30px 10px;
    border: 1px solid #e1e1e1;
}
#alumni-team div.alumns div ul li {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    color: #232323;
}
#alumni-team div.alumns div ul li:last-child {
    border-bottom: none;
}
#alumni-team div.alumns div ul li h5 {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
}
#alumni-team div.alumns div ul li h5.batch {
    color: #8f8f8f;
    font-family: "poppinsregular";
}

/* #registration */

#registration {
    background-color: #f9f9f9;
    /* padding: 10% 8% 6%; */
    padding: 10% 11% 6%;
}
#registration div.top {
    margin-bottom: 40px;
    text-align: center;
}
#registration div.top h3 {
    color: #032a58;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}
#registration div.top p {
    color: #032a58;
    font-size: 16px;
}
#registration div.main-container {
    width: 100%;
    margin: 0 auto;
}
#registration div.main-container .header {
    /* margin-bottom: 35px; */
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
#registration div.main-container .header ul {
    display: flex;
    width: 80%;
}
#registration div.main-container .header ul li {
    width: 100%;
    margin: 0 auto 25px;
    display: flex;
    user-select: none;
}
#registration div.main-container .header ul li .step {
    text-align: center;
    width: 100%;
    position: relative;
}
#registration div.main-container .header ul li .step p {
    color: #bfc0c0;
    font-size: 16px;
    font-family: 'poppins-light';
    margin-top: 10px;
}
#registration div.main-container .header ul li.active .step .bullet {
    background-color: #032a58;
}
#registration div.main-container .header ul li.active .step {
    color: #fff;
}
#registration div.main-container .header ul li.active .step p {
    color: #232323;
}
#registration .header .step .bullet {
    height: 27px;
    width: 28px;
    border: 1px solid #032a58;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

#registration .header .step .bullet span {
    font-size: 14px;
    font-family: 'poppins-light';
}

#registration .header ul li div.step .bullet::after,
#registration .header ul li div.step .bullet::before {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -316px;
    height: 1px;
    width: 314px;
    background: #e7e7e7;
}
#registration .header ul li:last-child div.step .bullet:before,
#registration .header ul li:last-child div.step .bullet:after {
    display: none;
}
#registration .header ul li div.step .check {
    position: absolute;
    left: 20%;
    top: 52%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}
#registration div.main-container .form_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    padding: 30px 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
#registration div.main-container .form_wrap {
    margin-bottom: 35px;
}
#registration div.main-container .form_wrap .input_wrap {
    width: 48%;
    margin: 0 auto 20px;
}
#registration div.main-container .form_wrap .form_2 .input_wrap {
    margin: 0 0 20px;
    width: 49%;
}
#registration div.main-container .form_wrap .input_wrap.adress {
    width: 98%;
}
#registration div.main-container .form_wrap .input_wrap:last-child {
    margin-bottom: 0;
}
#registration div.main-container .form_wrap .input_wrap label {
    display: block;
    margin-bottom: 8px;
}
#registration div.main-container .form_wrap .input_wrap label span {
    color: #e9475b;
}
#registration div.main-container .form_wrap .input_wrap .input {
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 8px;
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    transition: 0.5s ease;
    min-height: 50px;
    color: #313131;
    font-family: 'poppins-light';
}

#registration input::placeholder {
    color: #747774 !important;
    font-family: 'poppins-light' !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

#registration textarea::placeholder {
    color: #747774 !important;
    font-family: 'poppins-light' !important;
}

#registration .error {
    font-size: 14px !important;
    font-family: 'poppins-light';
    margin-top: 5px;
}
#registration div.main-container .form_wrap .input_wrap .input::placeholder {
    color: #313131;
}
#registration div.main-container .form_wrap .input_wrap .dashed {
    border: 1px dashed #bfc0c0;
    padding: 30px;
}
.logoContainer {
    text-align: center;
}
.logoContainer div {
    width: 50px;
    margin: 0 auto 15px;
    height: 40px;
}
.logoContainer div img {
    display: block;
    width: 100%;
}
.logoContainer p.choose {
    color: #bfc0c0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.fileContainer {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #032a58;
    padding: 8px 35px;
    text-align: center;
    cursor: pointer !important;
}
.fileContainer span {
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #032a58;
    width: max-content;
}
.fileContainer span img {
    width: 100%;
    display: block;
}
.fileContainer input[type="file"] {
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    display: block;
}

#registration div.main-container .form_wrap .input_wrap .input::placeholder {
    font-size: 16px;
    color: #313131;
    font-family: "poppinsregular";
}
#registration div.main-container .form_wrap .input_wrap select,
select option {
    font-size: 16px;
    color: #828282;
}
#registration div.main-container .form_wrap .input_wrap .input:focus {
    border-color: #232323;
}
#registration div.main-container .btns_wrap {
    width: 71%;
    max-width: 100%;
    margin: 0 auto;
}
#registration div.main-container .btns_wrap .common_btns {
    display: flex;
    justify-content: space-between;
}
#registration div.main-container .btns_wrap .common_btns.form_1_btns {
    justify-content: space-between;
}
#registration div.main-container .btns_wrap .common_btns.form_2_btns div {
    display: flex;
}
#registration div.main-container .btns_wrap .common_btns.form_3_btns div {
    display: flex;
}
#registration div.main-container .btns_wrap .common_btns button {
    border: 1px solid #032a58;
    padding: 12px 25px;
    color: #032a58;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.5s ease;
    cursor: pointer;
}
#registration div.main-container .btns_wrap .common_btns button.clear {
    color: #cf142b;
    border: 0;
    font-size: 16px;
}
#registration div.main-container .btns_wrap .common_btns button.btn_back {
    margin-right: 15px;
    /* display: none; */
}
#registration div.main-container .btns_wrap .common_btns button.btn_next .icon {
    display: flex;
    margin-left: 10px;
}
#registration div.main-container .btns_wrap .common_btns button.btn_back .icon {
    display: flex;
    margin-right: 10px;
}
#registration div.modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
#registration div.modal_wrapper .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.2s ease;
}
#registration div.modal_wrapper .success_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -800px);
    background: #fff;
    padding: 50px;
    border-radius: 22px;
    text-align: center;
    transition: 0.5s ease;
}
#registration div.modal_wrapper .success_wrap .modal_icon {
    margin: 0 auto 25px;
    width: 85px;
    height: 85px;
    background-color: #f9f9f9;
    color: #4bb543;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
}
#registration div.modal_wrapper .success_wrap h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
#registration div.modal_wrapper .success_wrap p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: #828282;
    margin-bottom: 25px;
}
#registration div.modal_wrapper .success_wrap .btn_done {
    font-size: 16px;
    padding: 12px 25px;
    border: 1px solid #032a58;
    color: #032a58;
    border-radius: 50px;
}
#registration div.modal_wrapper.active {
    visibility: visible;
}
#registration div.modal_wrapper.active .shadow {
    opacity: 1;
}
#registration div.modal_wrapper.active .success_wrap {
    transform: translate(-50%, -50%);
}

/* iqac_spotlight */

#iqac_spotlight {
    padding: 145px 0px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background: linear-gradient(90deg, #032a58 43.86%, rgba(3, 42, 88, 0) 100%);
}
#iqac_spotlight .title {
}
#iqac_spotlight .title h2 {
    font-size: 52px;
    font-family: "poppinssemibold";
    line-height: 1.3em;
    color: #ffffff;
    margin-bottom: 16px;
    width: 55%;
}
#iqac_spotlight .title h4 {
    font-style: normal;
    font-weight: 400;
    width: 90%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    width: 35%;
}
#iqac_about {
    padding: 100px 0px;
    background-color: #f9f9f9;
}

#iqac_about .wrapper {
    width: 80%;
}

#iqac_about .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#iqac_about .items .left {
    width: 40%;
}
#iqac_about .items .left h3 {
    color: #232323;
    opacity: 0.5;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
#iqac_about .items .left h2 {
    font-size: 32px;
    font-family: "poppinsmedium";
    font-weight: 400;
    color: #232323;
    line-height: 40px;
    width: 84%;
    margin-bottom: 10px;
}
#iqac_about .items .left h2 span {
    color: #054289;
}
#iqac_about .items .left p {
    font-size: 20px;
    font-family: "poppins-light";
    color: #828282;
    line-height: 1.5em;
}

#iqac_about .items .right {
    width: 45%;
    position: relative;
    overflow: visible;
}

#iqac_about .items .right .blue-dot {
    width: 100px;
    position: absolute;
    bottom: 40px;
    left: -46px;
}

#iqac_about .items .right .blue-dot img {
    width: 100%;
    display: block;
}

#iqac_about .items .right .img-container {
    width: 100%;
    position: relative;
}

#iqac_about .items .right .img-container img {
    width: 100%;
    display: block;
}

#objective {
    padding: 100px 0px;
}

#objective .wrapper {
    width: 80%;
}

#objective .items {
    display: flex;
    justify-content: space-between;
}

#objective .items .left {
    width: 40%;
    position: relative;
}

#objective .items .title_box {
    width: 48%;
    background: rgba(255, 255, 255, 1);
    padding: 8px 20px;
    border-radius: 10px;
    position: absolute;
    left: -20%;
    bottom: 11%;
    box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
}

#objective .items .title_box h4 {
    font-size: 18px;
    font-family: "poppins-light";
    text-align: start;
}

#objective .items .title_box h5 {
    color: rgba(5, 66, 137, 1);
    font-size: 16px;
    font-weight: bold;
    text-align: start;
}

#objective .items .left .img-container {
    width: 80%;
}

#objective .items .left img {
    width: 100%;
    display: block;
}

#objective .items .right {
    width: 41%;
    text-align: start;
}

#objective .items .right span {
    display: inline-block;
    font-size: 16px;
    color: rgba(130, 130, 130, 1);
    font-family: "poppinsmedium";
    margin-bottom: 10px;
}

#objective .items .right h3 {
    font-size: 32px;
    font-family: "poppinsregular";
    font-weight: 600;
    line-height: 1.3em;
    width: 95%;
}

#objective .items .right h3 .blue_color {
    color: #054289;
    font-size: 32px;
    font-family: "poppinsregular";
    font-weight: 600;
}
#objective .items .right p {
    color: rgba(130, 130, 130, 1);
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "poppins-light";
    margin-top: 20px;
}

#main-objective {
    padding: 100px 0px;
}

#main-objective .wrapper {
    width: 75%;
}

#main-objective .top {
    width: 95%;
    margin: 0 auto;
}

#main-objective .top h2 {
    font-weight: 400;
    margin-bottom: 50px;
}

#main-objective .top p {
    font-family: "poppins-light";
    letter-spacing: 0.5px;
}

#main-objective .middle {
    margin-top: 50px;
}

#main-objective .middle h3 {
    font-size: 26px;
    font-family: "poppinsregular";
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

#main-objective .middle .items {
    display: flex;
    align-items: center;
    gap: 60px;
}

#main-objective .middle .items .left {
    width: 40%;
    display: flex;
    justify-content: end;
}

#main-objective .middle .items .left .img-container {
    width: 80%;
    padding: 20px;
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 20px;
}

#main-objective .middle .items .left .img-container img {
    width: 100%;
    display: block;
}

#main-objective .middle .items .right {
    width: 50%;
}

#main-objective .middle .items .right .details {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 45px;
}

#main-objective .middle .items .right .details:last-child {
    margin-bottom: 0;
}

#main-objective .middle .items .right .details .img-container {
    width: 40px;
}

#main-objective .middle .items .right .details .img-container img {
    width: 100%;
    display: block;
}

#main-objective .middle .items .right .details p {
    color: #000;
    font-size: 16px;
    font-family: "poppins-light";
    font-weight: 600;
    width: 100%;
    letter-spacing: 0.5px;
}

#main-objective .bottom {
    width: 85%;
    margin: 100px auto 0px;
}

#main-objective .bottom h3 {
    font-size: 28px;
    text-align: center;
    font-family: "poppins-light";
    font-weight: 600;
    margin-bottom: 40px;
}

#main-objective .bottom .details {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 45px;
}

#main-objective .bottom .details .img-container {
    width: 40px;
}

#main-objective .bottom .details .img-container img {
    width: 100%;
    display: block;
}

#main-objective .bottom .details p {
    color: #000;
    font-size: 16px;
    font-family: "poppins-light";
    font-weight: 600;
    width: 100%;
    letter-spacing: 0.5px;
}

/* vison and objective */
#vision-and-objective {
    padding: 100px 0px;
    background: rgba(249, 249, 249, 1);
}

#vision-and-objective .wrapper {
    width: 80%;
}

#vision-and-objective .items {
    display: flex;
    justify-content: space-between;
}

#vision-and-objective .items .left {
    width: 40%;
    position: relative;
}

#vision-and-objective .items .title_box {
    width: 48%;
    background: rgba(255, 255, 255, 1);
    padding: 8px 20px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 13%;
    box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
}

#vision-and-objective .items .title_box h4 {
    font-size: 18px;
    font-family: "poppins-light";
    text-align: start;
}

#vision-and-objective .items .title_box h5 {
    color: rgba(5, 66, 137, 1);
    font-size: 16px;
    font-weight: bold;
    text-align: start;
}

#vision-and-objective .items .left .img-container {
    width: 80%;
}

#vision-and-objective .items .left img {
    width: 100%;
    display: block;
}

#vision-and-objective .items .right {
    width: 48%;
    text-align: start;
}

#vision-and-objective .items .right span.color {
    display: inline-block;
    font-size: 16px;
    color: rgba(130, 130, 130, 1);
    font-family: "poppinsmedium";
    margin-bottom: 10px;
}

#vision-and-objective .items .right h3 {
    font-size: 32px;
    font-family: "poppinsregular";
    font-weight: 600;
    line-height: 1.3em;
    width: 95%;
}

#vision-and-objective .items .right h3 .blue {
    color: #054289;
    font-size: 32px;
    font-family: "poppinsregular";
    font-weight: 600;
}
#vision-and-objective .items .right p {
    color: rgba(130, 130, 130, 1);
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "poppins-light";
    margin-top: 20px;
}

/* #iqac-team  */

#iqac-team {
    background-color: #f9f9f9;
    padding: 100px 0;
}
#iqac-team div.top {
    text-align: center;
    margin-bottom: 50px;
}
#iqac-team div.top h4 {
    color: #8f8f8f;
    margin-bottom: 25px;
    font-size: 16px;
}
#iqac-team div.top h2 {
    color: #232323;
    font-size: 32px;
}
#iqac-team div.top h2 span {
    color: #054289;
}
#iqac-team ul.all-team {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
#iqac-team ul.all-team li {
    margin: 0 24px 24px 0;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    width: 29%;
    min-height: 315px;
    padding: 24px;

    background-color: #fff;
}
#iqac-team ul.all-team li:nth-child(3n) {
    margin-right: 0;
}
#iqac-team ul.all-team li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}
#iqac-team ul.all-team li .img-container {
    height: 303px;
    width: 100%;
    margin: 0 auto;
}
#iqac-team ul.all-team li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}
#iqac-team ul.all-team li .details {
    text-align: center;
    margin-top: 12px;
}
#iqac-team ul.all-team li .details h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}
#iqac-team ul.all-team li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}
#iqac-team hr.line {
    border: 1px solid #e1e1e1;
    width: 91%;
    margin: 0 auto 40px;
}
#iqac-team .representatives {
    width: 93%;
    margin: 0 auto;
}
#iqac-team .representatives h4 {
    color: #232323;
    font-size: 28px;
    font-family: 'poppins-light';
    font-weight: 400;
}
#iqac-team .representatives ul {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 8px 44px;
    gap: 25px;
    justify-content: center;
}
#iqac-team .representatives ul li.list {
    width: 22%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
}
#iqac-team .representatives ul li.list:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}
#iqac-team .representatives ul li.list h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    margin-bottom: 5px;
}
#iqac-team .representatives ul li.list h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    opacity: 0.6;
}
#iqac-team .representatives .nominees {
    display: flex;
    justify-content: space-between;
}
#iqac-team .representatives .nominees h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    margin-bottom: 5px;
}
#iqac-team .representatives .nominees h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    opacity: 0.6;
}
#iqac-team .representatives .nominees h4 {
    margin-bottom: 20px;
}
#iqac-team .representatives .nominees .right {
    display: flex;
    width: 50%;
    justify-content: space-between;
}
#iqac-team .representatives .nominees .left {
    width: 50%;
}
#iqac-team .representatives .nominees .left .student {
    display: flex;
}
#iqac-team .representatives .nominees .left .student .list {
    margin: 0 10px 10px 0;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    background-color: #fff;
    width: 50%;
    padding: 15px;
}
#iqac-team .representatives .nominees .left .student .list:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}
#iqac-team .representatives .nominees .right .member {
    width: 95%;
}
#iqac-team .representatives .nominees .right .member:first-child {
    margin-right: 10px;
}
#iqac-team .representatives .nominees .right .list {
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    background-color: #fff;
    padding: 15px;
}
#iqac-team .representatives .nominees .right .list:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}
#iqac-team hr.one {
    width: 100%;
}
#iqac_functions {
    padding: 5% 0;
    background: #fafafa;
    text-align: center;
}
#iqac_functions h2 {
    margin: 0 auto 50px;
    font-size: 32px;
    color: #232323;
    font-weight: 400;
    width: 35%;
    line-height: 40px;
    font-style: normal;
}
#iqac_functions h2 span {
    color: #054289;
}
#iqac_functions .title {
    /* height: 60px; */
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #232323;
    cursor: pointer;
    border-radius: 16px;
    height: 70px;
}
#iqac_functions .open .title:before {
    height: 0;
}

#complaints {
    /* background-color: #f9f9f9; */
    /* padding: 10% 8% 6%; */
    padding: 9% 8% 5%;
}
#complaints div.top {
    margin-bottom: 40px;
    text-align: center;
}
#complaints div.top h3 {
    color: #032a58;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}
#complaints div.top p {
    color: #032a58;
    font-size: 16px;
}
#complaints div.main-container {
    width: 100%;
    margin: 0 auto;
}
#complaints div.main-container .form_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 71%; */
    padding: 30px 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    width: 65%;
}
#complaints div.main-container .form_wrap {
    margin-bottom: 35px;
}
#complaints div.main-container .form_wrap .input_wrap {
    width: 48%;
    margin: 0 auto 20px;
}
#complaints div.main-container .form_wrap .input_wrap.adress {
    width: 98%;
}
#complaints div.main-container .form_wrap .input_wrap:last-child {
    margin-bottom: 0;
}
#complaints div.main-container .form_wrap .input_wrap label {
    display: block;
    margin-bottom: 8px;
}
#complaints div.main-container .form_wrap .input_wrap label span {
    color: #e9475b;
}
#complaints div.main-container .form_wrap .input_wrap .input {
    /* border: 1px solid #bfc0c0; */
    /* border-radius: 3px; */
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    transition: 0.5s ease;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    font-family: "poppinsregular";
    color: #000;
}
#complaints div.main-container .form_wrap .input_wrap .input::placeholder {
    font-size: 16px;
}
div.main-container .form_wrap .input_wrap select {
    appearance: none;
    background: url(../assets/icons/arrow2.svg) no-repeat;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 12px;
}
#complaints div.main-container .form_wrap .input_wrap select,
select option {
    font-size: 16px;
    color: #828282;
}
#complaints div.main-container .form_wrap .input_wrap .input:focus {
    border-color: #232323;
}
#complaints div.main-container .btns_wrap {
    width: 71%;
    max-width: 100%;
    margin: 0 auto;
}
#complaints div.main-container .btns_wrap .common_btns {
    display: flex;
    justify-content: space-between;
}
#complaints div.main-container .btns_wrap .common_btns.form_3_btns div {
    display: flex;
}
#complaints div.main-container .btns_wrap .common_btns button {
    border: 1px solid #032a58;
    padding: 12px 25px;
    color: #032a58;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.5s ease;
    cursor: pointer;
}
#complaints div.main-container .btns_wrap .common_btns button.clear {
    color: #cf142b;
    border: 0;
    font-size: 16px;
}
#complaints div.modal_wrapper_two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
#complaints div.modal_wrapper_two .shadow_two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.2s ease;
}
#complaints div.modal_wrapper_two .success_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -800px);
    background: #fff;
    /* padding: 50px; */
    border-radius: 22px;
    text-align: center;
    transition: 0.5s ease;
    padding: 25px 50px;
}
#complaints div.modal_wrapper_two .success_wrap .modal_icon {
    margin: 0 auto 25px;
    width: 85px;
    height: 85px;
    background-color: #f9f9f9;
    color: #4bb543;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
}
#complaints div.modal_wrapper_two .success_wrap h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
#complaints div.modal_wrapper_two .success_wrap p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: #828282;
    margin-bottom: 25px;
}
#complaints div.modal_wrapper_two .success_wrap .btn_done_two {
    font-size: 16px;
    padding: 12px 25px;
    border: 1px solid #032a58;
    color: #032a58;
    border-radius: 50px;
}
#complaints div.modal_wrapper_two.active {
    visibility: visible;
}
#complaints div.modal_wrapper_two.active .shadow_two {
    opacity: 1;
}
#complaints div.modal_wrapper_two.active .success_wrap {
    transform: translate(-50%, -50%);
}
#complaints .box a.report {
    display: inline-block;
}
#complaints .box a.report span {
    display: inline-block;
    width: 18px;
    margin-bottom: -4px;
}
#complaints .box a.report span img {
    display: block;
    width: 100%;
}
.section {
    margin: 16px auto;
    /* height: 60px; */
    overflow: hidden;
    transition: 0.35s;
    border-radius: 16px;
    height: 70px;
}
.rotation {
    display: none;
}
.section.open {
    height: 270px;
    background-color: #fff;
}
.open .title span.straight {
    display: none;
}
.open .title span.rotation {
    display: block;
}
.open .item {
    transform: none;
}

/* #iqac_complaints */

#iqac_complaints {
    padding: 5% 0;
    background: #e1efff;
}
#iqac_complaints .box {
    text-align: center;
}
#iqac_complaints .box h2 {
    color: #232323;
    font-size: 32px;
    margin-bottom: 20px;
}
#iqac_complaints .box h2 span {
    color: #054289;
}
#iqac_complaints .box p {
    font-size: 20px;
    color: #232323;
    margin-bottom: 30px;
}
#iqac_complaints .box .button a.report {
    display: inline-block;
}
#iqac_complaints .box .button a.report span {
    margin-bottom: -4px;
    display: inline-block;
}
#iqac_complaints .box .button a.report span img {
    display: block;
}

/* #iqac_functions */

#iqac_functions .download_box {
    width: 95%;
    margin: 0 auto;
}
#iqac_functions .download_box .title h5 {
    color: #232323;
    font-size: 26px;
    font-family: 'poppins-light';
    font-weight: 400;
}
#iqac_functions .download_box .item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px;
}
#iqac_functions .download_box hr.line {
    border: 1px solid #e1e1e1;
    width: 95%;
    margin: 0 auto;
}
#iqac_functions .download_box .items {
    /* width: 29%; */
    border-radius: 12px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 31%;
}
#iqac_functions .download_box .items div .year {
    margin-left: 5px;
}
#iqac_functions .download_box .items div {
    display: flex;
    align-items: center;
}
.date-picker {
    /* width: 70%; */
    width: 65%;
    margin: 0 auto 20px;
}
input[type="date"] {
    position: relative;
}
p#calender {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
p#calender:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../assets/icons/calender.svg) no-repeat;
    width: 25px;
    height: 25px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}
::-webkit-datetime-edit-text {
    color: #828282;
}
::-webkit-datetime-edit-day-field {
    color: #828282;
}
::-webkit-datetime-edit-month-field {
    color: #828282;
}
::-webkit-datetime-edit-year-field {
    color: #828282;
}

#activities_detail {
    padding: 10% 5% 7%;
}
#activities_detail a.back {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #021e3f;
    border-radius: 50px;
    color: #021e3f;
    padding: 12px 30px;
    margin-bottom: 25px;
}
#activities_detail a.back span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -4px;
}
#activities_detail a.back span img {
    display: block;
    margin-right: 5px;
}
div.album h2 {
    text-align: center;
    width: 45%;
    margin: 0 auto 20px;
}
div.album .activity_details {
    width: 75%;
    margin: 0 auto;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
div.album .activity_details div.date {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
div.album .activity_details div.date span.date_info {
    color: #828282;
    margin-left: 10px;
}
div.album .activity_details h4 {
    color: #232323;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
}
div.album .activity_details p {
    color: #828282;
    font-size: 16px;
    line-height: 24px;
    width: 85%;
}
.album_box {
    margin-bottom: 30px;
    position: relative;
}
.album_box .owl-item.active.center .slider-card {
    /* transform: scale(1.15); */
    opacity: 1;
    background: #ff9966;
    /* background: linear-gradient(to bottom, #ff5e62, #ff9966); */
    color: #fff;
}
.slider-card {
    border-radius: 16px !important;
    background: #fff;
    padding: 0px 0px;
    /* margin: 50px 15px 90px 15px; */
    margin: 50px 5px 90px 5px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    /* transform: scale(0.9); */
    opacity: 0.5;
    transition: all 0.3s;
}
.slider-card img {
    overflow: hidden;
    border-radius: 5px;
}


.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: -120px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: -120px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
    left: 300px;
    top: -8px;
    position: absolute;
    content: "\f104";
    padding: 8px 13px;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
}
.owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
    right: 300px;
    top: -8px;
    position: absolute;
    content: "\f105";
    padding: 8px 13px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 24px;
}
.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
#facilities {
    padding: 8% 5% 2%;
    background: #f9f9f9;
}
#facilities p.description {
    text-align: center;
    width: 52%;
    margin: 0 auto;
    font-family: 'poppins-light';
    font-weight: 400;
}
#facilities h2 {
    width: 100%;
    font-weight: 400;
    font-family: "poppinsregular";
}

#halls {
    padding: 5% 0;
}

#halls .wrapper {
    width: 80%;
}

#halls div.bottom ul.cards li.card {
    margin-right: 0px !important;
    width: 32% !important;
} 

#halls div.bottom ul li .slick-dots {
    bottom: 5px !important;
}

#labs {
    padding: 6% 0;
}
#labs h2 {
    font-weight: bold;
}
#labs .btn-wrap {
}
#labs {
    position: relative;
}
#labs button.slick-preve {
    position: absolute;
    z-index: 5;
    top: 55%;
    left: 3%;
    width: 50px;
    background-color: #fff;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #032a58;
}
#labs button.slick-nexte {
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 50px;
    right: 4.5%;
    top: 55%;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #032a58;
}
#labs .bottom ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

#labs .bottom ul li {
    width: 30%;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: #fff;
}

#labs .bottom ul li:hover {
    box-shadow: 7px 11px 30px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
}

#labs .bottom ul li:nth-child(4) {
    margin-top: 30px;
}

#labs .bottom ul li:nth-child(5) {
    margin-top: 30px;
}
#labs .bottom ul li .img-container {
    /* width: 80%; */
    border-radius: 20px;
    overflow: hidden;
}

#labs .bottom ul li .img-container img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: transform.2s;
}

#labs .bottom ul li:hover .img-container img {
    transform: scale(1.1);
}

#labs div.bottom ul li .slick-dots {
    bottom: 5px !important;
}

#labs div.bottom ul li .slick-active {
    
}

#labs .bottom ul li .details {
    margin-top: 20px;
}

#labs .bottom ul li .details .sub-title {
}

#labs .bottom ul li .details p {
    font-size: 16px;
    font-family: 'poppins-light';
    letter-spacing: 1px;
}

#labs .bottom ul li .details p span {
    cursor: pointer;
    color: rgba(3, 42, 88, 1);
    font-size: 16px;
}
#labs button img.listcard-img {
    display: block;
    width: 100%;
}
#library {
    background-color: #f9f9f9;
    padding: 7% 4%;
}
#library .library-content {
    display: flex;
    justify-content: space-between;
}
#library .library-content .left {
    position: relative;
    width: 40%;
}

#library .library-content .left .library-image {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}
#library .library-content .left .library-image img {
    display: block;
    width: 100%;
    height: 100%;
    /* height: 297px; */
}
#library .library-content .left .contents {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 74%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    background: #ffffff;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
}
#library .library-content .left .contents .number {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#library .library-content .left .contents .number span {
    font-size: 14px;
    font-weight: bold;
}
#library .library-content .left .contents .number span.count {
    color: #ffb55d;
    font-weight: bold;
}
#library .library-content .left .contents .number span.sky-blue {
    color: #79b3ff;
    font-weight: bold;
}
#library .library-content .left .contents hr.line {
    border: 1px solid #e1e1e1;
}
#library .library-content .left .contents .number span.group {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 12px;
    background-color: #ffedd7;
}
#library .library-content .left .contents .number span.group img {
    display: block;
    width: 100%;
}
#library .library-content .right {
    width: 50%;
}
#library .library-content .right h3 {
    text-align: left;
}
#library .library-content .right h2 {
    margin-bottom: 25px;
    font-weight: bold;
}
#library .library-content .right p {
    width: 98%;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
    color: rgba(130, 130, 130, 1);
    font-family: 'poppins-light';
}

#library .library-content .right a {
    color: #054289;
    font-size: 16px;
    font-weight: 400;
}

#internships {
    padding: 5% 5%;
    background-color: #f9f9f9;
}

#internships .all-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#internships .all-contents .left {
    width: 48%;
}

#internships .left .top {
    margin-bottom: 25px;
}

#internships .left .top .image-container {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
}

#internships .left .top .image-container img {
    width: 100%;
    display: block;
}

#internships .left .bottom {
}

#internships .left .bottom .bottom-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#internships .left .bottom .bottom-images .first-image {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    width: 48%;
}

#internships .left .bottom .bottom-images .first-image img {
    width: 100%;
    display: block;
}

#internships .left .bottom .bottom-images .second-image {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    width: 48%;
}

#internships .left .bottom .bottom-images .second-image img {
    width: 100%;
    display: block;
}

#internships .right {
    width: 50%;
    padding: 105px 80px;
    border-radius: 18px;
    background: rgba(5, 66, 137, 1);
}

#internships .right h3 {
    font-size: 16px;
    color: #819ccd;
    margin-bottom: 15px;
}

#internships .right h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

#internships .right p {
    font-size: 20px;
    color: #c0c0c0;
    font-family: "poppins-light";
    letter-spacing: 0.5px;
    line-height: 1.5em;
}

#service .widgets {
    padding: 5% 8%;
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
}
#service .widgets.first {
    background: #fff;
    
}
#service .widgets .main-content {
    width: 50%;
}
#service .widgets .main-content h3 {
    text-align: left;
}
#service .widgets .main-content h2 {
    margin-bottom: 25px;
    width: 80%;
    font-weight: bold;
}
#service .widgets .main-content p {
    font-size: 20px;
    width: 80%;
    font-family: 'poppins-light';
    line-height: 1.4em;
}
#service .widgets .imager-content {
    width: 50%;
}
#service .widgets .imager-content .hostel-img {
    width: 70%;
}
#service .widgets .imager-content .hostel-img.right {
    margin: 0 auto;
}
#service .widgets .imager-content .hostel-img img {
    width: 100%;
    display: block;
}
#construction {
    padding: 10% 0 6%;
}
#construction .comingsoon-page p {
    text-align: center;
    margin-bottom: 30px;
    color: #232323;
}
#construction .comingsoon-page a {
    display: block;
    width: 180px;
    margin: 0 auto;
    text-align: center;
}
#construction .comingsoon-page div.contents {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
}
#construction .comingsoon-page div.contents img {
    width: 100%;
    display: block;
}
#gallery-visuals {
    background: #f9f9f9;
    padding: 8% 0 5%;
}
#gallery-visuals h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
#gallery-visuals .gallery-details {
    display: none;
}
#gallery-visuals .visual {
    display: flex;
    width: 88%;
    align-items: center;
    margin: 0 auto 40px;
    overflow: hidden;
    gap: 10px;
    position: relative;
}

#gallery-visuals .visual::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    right: 8px;
    border: inherit;
    border-color: transparent;
    background: #f9f9f9;
    -webkit-filter: blur(9px);
    filter: blur(9px);
}

#gallery-visuals .showcase {
    padding: 10px;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    min-width: fit-content;
    cursor: pointer;
}

#gallery-visuals .showcase h5 {
    font-size: 14px;
    font-family: 'poppins-light';
    color: rgba(130, 130, 130, 1);
    letter-spacing: 0.5px;
}
    
#gallery-visuals .showcase.active {
    border: 2px solid #054289;
}
#gallery-visuals .showcase.active h5 {
    color: #054289;
}
 
#gallery-visuals .showcase-button {
    border-radius: 0;
    border: none;
    position: absolute;
    right: 12%;
}

#gallery-visuals a.showcase-button div {
    border: 1px solid #032a58;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
}

#gallery-visuals a.showcase h5 {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

#gallery-visuals .gallery-details {
    width: 88%;
    margin: 0 auto;
}

#gallery-visuals .gallery-details .collashe {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#gallery-visuals .gallery-details h3 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 14px;
    border-left: 2px solid #054289;
    font-weight: 400;
}
#gallery-visuals .gallery-details .collashe .items {
    width: 23%;
}
#gallery-visuals .gallery-details .collashe .items img {
    width: 100%;
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}
#photos {
    background: #f9f9f9;
    padding: 9% 5%;
}
#photos h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
#photos .image-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 25px;
}
#photos .image-gallery .major {
    width: 23%;
    border: 1px solid #e1e1e1;
    padding: 22px;
    border-radius: 12px;
}
#photos .image-gallery .major h5 {
    font-size: 20px;
    color: #232323;
    font-weight: 400;
    margin-bottom: 5px;
}
#photos .image-gallery .major h6 {
    color: #232323;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 400;
}
#photos .image-gallery .major .image-item {
    margin-bottom: 20px;
    font-size: 20px;
}
#photos .image-gallery .major .image-item img {
    display: block;
    width: 100%;
    border-radius: 12px;
}
#photos .listpage-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    margin: 0 auto;
}
#photos .listpage-box li {
    padding: 6px 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
#photos .listpage-box .page-box.active {
    border: 1px solid #054289;
}
#photos .listpage-box li.disabled a.pagi,
#photos .listpage-box li.disabled span {
    color: #8f8f8f;
}
#photos .listpage-box li a.pagi {
    color: #232323;
    display: inline-block;
}
#photos .listpage-box li span {
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
}
#photos .listpage-box li span.right {
    margin: 0 0 0 10px;
    font-weight: 400;
}
#courses {
    padding: 100px 0 50px;
}

#courses .top {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

#courses .top h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
}

#courses .top h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #828282;
    margin-top: 12px;
    font-family: "poppinsregular";
}

#courses .university {
    margin-top: 64px;
    width: 100%;
    grid-gap: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#courses .university .card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
}

#courses .university .card:hover {
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}

#courses .university .card:hover .img-container img {
    transform: scale(1.1);
}

#courses .university .card .img-container {
    /* width: 320px; */
    height: 258px;
    overflow: hidden;
    border-radius: 12px;
}

#courses .university .card .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.2s;
}

#courses .university .card .details {
    margin-top: 16px;
}

#courses .university .card .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#courses .university .card .details p {
    margin-bottom: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
}

#courses .university .card .details a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #032a58;
}

#courses .bottom {
    margin-top: 64px;
}

#courses .bottom button {
    margin: 0 auto;
}

#feedback-form {
    padding: 50px 0px 100px;
}

#feedback-form .wrapper {
}

#feedback-form .programme-form {
}

#feedback-form .programme-form h4 {
    font-size: 32px;
    color: rgba(3, 42, 88, 1);
    text-align: center;
    font-weight: 400;
    font-family: "poppinsmedium";
    margin-bottom: 30px;
}

#feedback-form .programme-form #program-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 15px 25px;
}

#feedback-form .programme-form #program-form p {
    width: 48%;
}

#feedback-form .programme-form #program-form .date-calendar{
    width: 48%;
}

#feedback-form .programme-form #program-form .date-calendar .img-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 8px;
    padding-left: 15px;
    color: rgba(49, 49, 49, 1);
    font-size: 16px;
    font-family: "poppins-light";
    position: relative;
}

#feedback-form .programme-form #program-form .date-calendar .img-container img {
    width: 20px;
    display: block;
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: 0;
}

#feedback-form .programme-form #program-form .date-calendar .flatpickr-input {
    width: 100%;
    z-index: 1;
    font-size: 16px;
    font-family: 'poppins-light';
}


#feedback-form .programme-form #program-form p label {
    color: #000;
    font-size: 14px;
    font-family: "poppins-light";
    font-weight: 600;
    margin-bottom: 5px;
}

#feedback-form .programme-form #program-form p input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 8px;
    padding-left: 15px;
    color: rgba(49, 49, 49, 1);
    font-size: 16px;
    font-family: "poppins-light";
}

#program-form input::placeholder {
    font-size: 16px;
    font-family: "poppins-light";
}

.red {
    color: rgba(233, 71, 91, 1);
}

.cv-input {
    width: max-content !important;
}

input[type="file"] {
    display: none;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 8px;
    padding: 0px 15px;
    font-size: 16px !important;
    color: #e1e1e1 !important;
}

.upload-file span {
    color: #7a7676 !important;
    font-family: "poppins-light";
    font-weight: 400;
}

.upload-file img {
    width: 15px;
    display: block;
    cursor: pointer;
}

.file-uploaded span {
    color: #000 !important;
}

#feedback-form .programme-form #program-form p select {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 8px;
    padding-left: 15px;
}

#message {
    width: 100%;
    appearance: none;
    background-image: url("../assets/icons/arrow2.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    color: rgba(177, 177, 177, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "poppins-light";
}

#connect #message {
    background-image: none !important;
}

#gender {
    width: 100%;
    color: #747774 ;
    appearance: none;
    background-image: url("../assets/icons/arrow2.svg") !important;
    background-repeat: no-repeat !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "poppins-light";
    background-position-x: 95% !important;
    background-position-y: 12px !important;
}

#course-input {
    width: 100%;
    appearance: none;
    background-image: url("../assets/icons/arrow2.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    color: rgba(177, 177, 177, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "poppins-light";
}

#feedback-form .programme-form #program-form .button {
    background: #032a58;
    text-align: center;
    width: max-content;
    padding: 12px 25px;
    border-radius: 25px;
    margin-top: 30px;
    font-size: 14px;
    font-family: "poppins-light";
    font-weight: 600;
}

#feedback-form .modal_wrapper {
}

#feedback-form .modal_wrapper .shadow {
}

#feedback-form .modal_wrapper .success_wrap {
}

#feedback-form .modal_wrapper .success_wrap .modal_icon {
}

#feedback-form .modal_wrapper .success_wrap .modal_icon .fa {
}

#feedback-form .modal_wrapper .success_wrap h3 {
}

#feedback-form .modal_wrapper .success_wrap p {
}

#feedback-form .modal_wrapper .success_wrap .btn_done {
}

/* Response  */

@media all and (max-width: 1400px) {

    #latest-news .button .prev-container .slick-arrow {
        left: 117px;
    }

    #latest-news .button .next-container .slick-arrow {
        right: 140px;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        left: 117px;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 140px;
    }

    #gallery ul li video {
        height: 37vh;
    }
}

@media all and (max-width: 1380px) {
    #management ul.card li {
        width: 23%;
    }
    #alumni-activities {
        /* padding: 12% 0 5%; */
        padding: 150px 0 90px 0;
    }
    #registration div.modal_wrapper .success_wrap {
        top: 58%;
        padding: 40px;
    }
    #complaints div.modal_wrapper_two .success_wrap {
        top: 58%;
    }
    #iqac-team ul.all-team li .img-container {
        height: 261px;
    }
    #iqac_spotlight .title h2 {
        font-size: 34px;
    }
    #iqac_about .work .left h2 {
        width: 63%;
    }
    #iqac_about .vision .left h2 {
        width: 96%;
    }
    #iqac_about .work .left p {
        width: 84%;
    }
    #iqac_about .vision .left p {
        width: 95%;
    }
    #iqac_about .objective .left p {
        width: 88%;
    }

    #iqac_about .work .right .image_box .image_2 {
        top: 155px;
    }
    #iqac_about .work .four {
        width: 50%;
    }
    #iqac_about .work .four .title_box {
        left: 16%;
    }
    #iqac-team .representatives {
        width: 96%;
    }
    #iqac_functions h2 {
        width: 44%;
    }
    #facilities {
        padding: 11% 5% 2%;
    }
    #facilities p.description {
        width: 54%;
    }
    #facilities h2 {
        width: 100%;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        left: 248px;
        top: -20px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        right: 248px;
        top: -15px;
    }
    #labs button.slick-preve {
        left: 69px;
    }
    #labs button.slick-nexte {
        right: 87px;
    }
    #internships {
        padding: 7% 5%;
    }
    #activities_detail {
        padding: 12% 5% 9%;
    }
    #activities_detail div.album h2 {
        width: 58%;
    }
    #registration {
        padding: 11% 8% 9%;
    }
    #registration div.main-container .header ul {
        width: 96%;
    }
    #registration div.main-container .form_container {
        width: 85%;
    }
    #registration div.main-container .btns_wrap {
        width: 87%;
    }
    #complaints {
        /* padding: 10% 3% 6%; */
        padding: 9% 3% 5%;
    }
    #gallery-visuals {
        background: #f9f9f9;
        padding: 14% 0 10%;
    }
    #gallery-visuals .visual {
        width: 100%;
    }
    #gallery-visuals .gallery-details {
        width: 100%;
        margin: 0 auto;
    }
    #gallery-visuals .gallery-details .collashe .items {
        width: 23%;
        margin: 0 auto 26px;
    }
    #gallery-visuals .gallery-details .collashe {
        justify-content: space-between;
    }
    #photos {
        background: #f9f9f9;
        padding: 13% 0%;
    }
    #cources {
        padding: 13% 5%;
    }
    #vacancies {
        padding: 100px 0;
    }
    #vacancies div.vacancy-cards {
        gap: 35px;
        justify-content: unset;
    }
    #vacancies .vacancy-cards .card .image {
        max-width: 0;
    }
    #ntce-spotlight div.title h4 {
        width: 41%;
    }
}

@media all and (max-width: 1280px) {

    #gallery-visuals a.showcase-button {
        right: 6%;
    }

    #latest-news .button .prev-container .slick-arrow {
        left: 105px;
        bottom: 36%;
    }

    #latest-news .button .next-container .slick-arrow {
        right: 126px;
        bottom: 36%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        left: 105px;
        bottom: 59%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 126px;
        bottom: 59%;
    }

    #objective .items .title_box {
        width: 55%;
        bottom: 18%;
    }

    #objective .items .right {
        width: 45%;
    }

    #vision-and-objective .items .title_box {
        width: 52%;
    }

    /* gallery section video controll styles */
    .vjs-has-started .vjs-control-bar,
    .vjs-audio-only-mode .vjs-control-bar {
        width: 79% !important;
    }
    #management ul.card li {
        width: 30%;
    }
    #management .details h3 {
        min-height: 0px;
    }
    #alumni-activities div.bottom ul.cards li.card {
        margin-right: 16px;
    }
    #connect {
        padding: 80px 0;
    }

    #suggestion button {
        width: 11%;
    }

    /* gallery section video controll styles */
    .vjs-has-started .vjs-control-bar,
    .vjs-audio-only-mode .vjs-control-bar {
        width: 79% !important;
    }
    #management ul.card li {
        width: 30%;
    }
    #management .details h3 {
        min-height: 0px;
    }
    #alumni-activities div.bottom ul.cards li.card {
        margin-right: 16px;
    }
    #connect {
        padding: 80px 0;
    }

    #history .right-box h3 {
        font-size: 30px;
    }

    #objectives .objects .content-box .count h2 {
        font-size: 50px;
    }
    #home .next {
        bottom: 47px;
        right: 103px;
    }

    .slick-dots {
        bottom: 40px;
        left: 56px;
    }

    #principal-desk .items .title_box {
        width: 55%;
    }

    #institution .list {
        grid-template-columns: 1fr;
    }

    #institution .list .card .img-container {
        /* width: 86%; */
    }

    #history .left-box {
        width: 40%;
    }
    #alumni-spotlight .title {
        width: 43%;
    }
    #alumni-activities {
        /* padding: 80px 0; */
        padding: 140px 0 80px 0;
    }
    #alumni-activities div.bottom ul.cards li.card {
        /* width: 30%; */
        /* margin-right: 24px; */
        margin-bottom: 35px;
        width: 48%;
    }
    #alumni-activities .listpage-box {
        width: 45%;
    }
    #alumni-network {
        padding: 14% 5% 6%;
    }
    #alumni-network div.content .right div.second-image {
        width: 20%;
        bottom: 32px;
        right: -390px;
    }
    #alumni-network div.content .right {
        width: 50%;
    }
    #alumni-network div.content .left {
        width: 45%;
    }
    #alumni-network div.content .right p {
        width: 100%;
    }
    #alumni-network div.content .left .img-container {
        width: 43%;
        top: 0%;
    }
    #alumni-network div.content .left div.first-image {
        top: -206px;
        left: -41px;
        width: 20%;
    }
    #activities_detail {
        padding: 17% 5% 10%;
    }
    #registration {
        padding: 12% 6% 9%;
    }
    #registration div.main-container .header ul {
        width: 100%;
    }
    #registration div.main-container .form_container {
        width: 89%;
    }
    #registration div.main-container .btns_wrap {
        width: 91%;
    }
    #iqac_spotlight .title {
        /* width: 47%; */
    }
    #iqac_spotlight .title h2 {
        width: 47%;
    }
    #iqac_about .work .right .rectangle {
        left: 50%;
        top: -30px;
        /* height: 240px; */
    }
    #iqac_about .work .right .image_box .image_container {
        width: 30%;
    }

    #iqac-team ul.all-team li .img-container {
        height: 224px;
    }
    #iqac_about .work .right .image_box .image_6 {
        width: 40%;
        left: 15%;
    }
    #iqac_about .work .right .image_box .image_1 {
        width: 25%;
        left: 50%;
        top: -23px;
    }
    #iqac_about .work .right .image_box .image_5 {
        left: 59%;
        top: -57px;
    }
    #iqac_about .work .right .image_box .image_4 {
        left: 60%;
        top: 94px;
    }
    #iqac_about .work .right .image_box .image_3 {
        top: -85px;
        left: 83%;
    }
    #iqac_about .work .right .image_box .image_2 {
        top: 152px;
        left: 9%;
    }
    #iqac_about .work .left h2 {
        width: 100%;
        font-size: 27px;
    }
    #iqac_about .work .left p {
        width: 98%;
    }
    #iqac_about .objective .left h2 {
        font-size: 30px;
    }
    #iqac_about .work .four .title_box {
        left: 8%;
    }
    #iqac-team ul.all-team li .details span {
        font-size: 15px;
    }
    #iqac-team .representatives ul li.list h6 {
        font-size: 15px;
    }
    #iqac-team .representatives {
        width: 100%;
    }
    #iqac-team .representatives .nominees h6 {
        font-size: 14px;
    }
    #facilities h2 {
        font-size: 28px;
    }
    #facilities p.description {
        width: 80%;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        left: 200px;
        top: -9px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        right: 201px;
        top: -9px;
    }
    #facilities div.bottom ul.cards li.card {
        margin-right: 0px;
    }
    #facilities {
        padding: 11% 4% 2%;
        background: #f9f9f9;
    }
    #library {
        padding: 5% 3%;
    }
    #library .library-content .left .library-image {
        /* width: 85%; */
    }
    #library .library-content .left .contents {
        /* position: absolute; */
        /* top: 262px; */
        /* left: 10%; */
    }
    #library .library-content .right p {
        width: 100%;
    }
    #labs button.slick-preve {
        left: 56px;
    }
    #labs button.slick-nexte {
        right: 73px;
    }
    div.bottom ul.cards li.card .details p {
        font-size: 16px;
    }
    #internships {
        padding: 7% 3%;
    }

    #internships .right {
        padding: 105px 80px;
    }

    #service .widgets .imager-content .hostel-img {
        width: 85%;
    }
    #service .widgets .main-content p {
        width: 90%;
    }
    #internships .grid-layout .blue .content p {
        font-size: 17px;
    }
    #internships .grid-layout .blue .content h2 {
        font-size: 28px;
    }
    #service .widgets .main-content h2 {
        width: 100%;
    }
    #service .widgets {
        padding: 8% 8%;
    }
    #activities_detail div.album h2 {
        width: 69%;
    }
    div.album .activity_details p {
        width: 95%;
    }
    #complaints {
        padding: 10% 0% 6%;
    }
    #construction {
        padding: 13% 0 8%;
    }
    #photos .image-gallery .major h5 {
        font-size: 18px;
    }
    #photos .listpage-box {
        width: 45%;
    }
    #cources .cource {
        width: 90%;
    }

    #administration ul.card li {
        width: 22%;
    }

    #collage-counsil ul li .details h3 {
        font-size: 18px;
    }

    #activities-card .items ul {
        width: 85%;
    }
    #careers-spotlight .left p {
        width: 50%;
    }
    #ntce-spotlight div.title h1 {
        width: 80%;
        font-size: 53px;
    }
    #ntce-spotlight div.title h4 {
        width: 50%;
    }
    #ncte-details div.list-view-box div.row div.left h5 {
        width: 90%;
    }
    #ncte-details div.list-view-box div.row div.right h2.date {
        font-size: 14px;
    }
    #ncte-details h1.ncte-heading {
        font-size: 30px;
    }
}

@media all and (max-width: 1180px) {

    #principal-desk .items .title_box {
        width: 60%;
        left: 5%;
        bottom: 7%;
    }

    #principal-desk .items .right p {
        font-size: 16px;
    }

    #academics .university .card .img-container {
        height: 204px;
    }

    #events .card .left {
        width: 49%;
    }

    #events .card .right .cards .small-card .img-container {
        width: 38%;
        height: 169px;
    }

    #events .card .right .cards .small-card .details {
        width: 61%;
    }

    #events .upcoming .new-event .cards .img-container {
        height: 195px;
    }

    #institution .list .card .img-container {
        /* width: 88%; */
        /* height: 143px; */
        min-width: 150px;
        min-height: 150px;
    }

    #history .right-box p {
        line-height: 21px;
    }

    #history .left-box .img-container {
        height: 380px;
    }

    #vision .right-container {
        width: 47%;
    }

    #vision .right-container .img-container {
        /* height: 424px; */
    }

    #about-alumni .left-box {
        width: 44%;
    }

    #about-alumni .right-box {
        width: 64%;
    }

    #about-alumni .right-box {
        margin-left: 36px;
        width: 64%;
    }

    #about-alumni .right-box p {
        line-height: 24px;
    }

    #students ul.card li {
        width: 30%;
    }

    #faculty ul.card li {
        width: 30%;
    }

    #administration ul.card li {
        width: 30%;
    }

    #members ul.all-team li {
        width: 22%;
    }

    #aboutus .title {
        width: 38%;
    }

    #connect .contact .touch-us a {
        font-size: 14px;
    }

    #connect .forms form .input-container p {
        font-size: 14px;
    }

    #connect .forms form .input-textarea p {
        font-size: 14px;
    }

    #contactus .title h2 {
        font-size: 52px;
    }
    #alumni-activities .listpage-box {
        width: 48%;
    }
    #alumni-network div.content .left div.first-image {
        top: -189px;
        left: -39px;
    }
    #alumni-network div.content .right div.second-image {
        right: -351px;
    }
    #alumni-network div.content .right h2 {
        font-size: 28px;
    }
    #alumni-network div.content .right p {
        font-size: 16px;
    }
    #alumni-team ul.all-team li {
        width: 28%;
    }
    #registration {
        padding: 14% 0% 11%;
    }
    #registration .header ul li div.step .bullet::after,
    #registration .header ul li div.step .bullet::before {
        right: -302px;
        width: 300px;
    }

    #objective .items .left .img-container {
        width: 90%;
    }

    #objective .items .title_box {
        width: 65%;
        bottom: 28%;
    }

    #objective .items .right {
        width: 50%;
    }

    #iqac_about .items .left {
        width: 45%;
    }

    #iqac_about .work .right .image_box .image_2 {
        top: 139px;
        left: 9%;
    }
    #iqac-team ul.all-team li .details h4 {
        font-size: 17px;
    }
    #iqac-team ul.all-team li .details span {
        font-size: 14px;
    }
    #iqac-team .representatives ul li.list {
        width: 32%;
    }
    #iqac-team .representatives .nominees {
        flex-wrap: wrap;
    }
    #iqac-team .representatives .nominees .right .list {
        padding: 15px 5px;
    }
    #iqac-team ul.all-team li .img-container {
        height: 190px;
    }
    #iqac_about .objective .left p {
        width: 96%;
    }
    #iqac_about .work .four .title_box {
        left: -8%;
    }

    #vision-and-objective .items {
        align-items: center;
    }

    #vision-and-objective .items .title_box {
        width: 60%;
    }

    #vision-and-objective .items .left .img-container {
        width: 90%;
    }

    #vision-and-objective .items .title_box {
        right: -10%;
        bottom: 10%;
    }

    #facilities p.description {
        margin-bottom: 50px;
    }
    #facilities {
        padding: 15% 4% 2%;
    }
    #library {
        padding: 10% 2%;
    }
    #library .library-content .left .library-image {
        /* width: 90%; */
        padding: 22px;
    }
    #library .library-content .left .contents {
        /* position: absolute; */
        /* top: 254px; */
        /* left: 12%; */
    }
    #labs button.slick-preve {
        left: 26px;
    }
    #labs button.slick-nexte {
        right: 44px;
    }
    #internships .grid-layout .blue .content p {
        font-size: 15px;
    }

    #internships .left .top {
        margin-bottom: 20px;
    }

    #internships .left .bottom .bottom-images .image-container {
        width: 48%;
    }

    #internships .right {
        padding: 55px 80px;
    }

    #internships .right h2 {
        font-size: 28px;
    }

    #internships .right p {
        font-size: 18px;
    }

    #service .widgets .imager-content .hostel-img {
        width: 100%;
    }
    #service .widgets .main-content h2 {
        font-size: 28px;
    }
    #service .widgets .main-content {
        width: 45%;
    }
    #service .widgets .main-content p {
        width: 100%;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        left: 51px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        right: 49px;
    }

    div.bottom ul li .slick-dots {
        bottom: 11px;
        left: 97px;
    }
    div.bottom ul.cards {
        width: 100%;
    }
    #library .library-content {
        /* flex-wrap: wrap; */
    }
    #library .library-content .left {
        /* position: relative; */
        /* width: 100%; */
        /* margin-bottom: 100px; */
    }
    #library .library-content .left .library-image {
        margin: 0 auto;
    }
    #library .library-content .right h2 {
        font-size: 28px;
    }
    #library .library-content .left .contents {
        /* left: 17%; */
    }
    #library .library-content .right {
        /* width: 90%; */
    }
    #activities_detail {
        padding: 15% 5% 11%;
    }
    div.album .activity_details p {
        width: 100%;
    }
    #complaints {
        padding: 15% 0% 11%;
    }
    #gallery-visuals .gallery-details .collashe .items {
        width: 23%;
        margin: 0 auto 20px;
    }
    #gallery-visuals {
        padding: 18% 0 13%;
    }
    #photos .image-gallery .major {
        padding: 20px;
    }
    #photos .image-gallery .major h5 {
        margin-bottom: 10px;
    }
    #photos .listpage-box {
        width: 48%;
    }
    #cources {
        padding: 15% 5%;
    }

    #collage-counsil .top {
        width: 45%;
    }

    #collage-counsil ul {
        gap: 30px;
    }

    #collage-counsil ul li {
        width: 45%;
    }
    /* #ntce-spotlight .title {
		width: 70%;
	} */

    #activities-card .items ul {
        width: 100%;
    }

    #activities-card .items ul li {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1080px) {

    #latest-news .button .prev-container .slick-arrow {
        left: 86px;
        bottom: 40%;
    }

    #latest-news .button .next-container .slick-arrow {
        right: 110px;
        bottom: 40%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        bottom: 60%;
        left: 85px;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 109px;
        bottom: 60%;
    }

    #events .items .latest-news .cards .details h3 {
        height: 50px;
    }

    div.bottom ul.cards li.card .img-container {
        width: 400px !important;
    }

    .dropdwn nav ul.main-nav li:nth-child(n + 2) {
        margin-left: 20px;
    }

    .dropdwn nav ul.main-nav {
        margin-left: 0;
    }

    #suggestion button {
        width: 13%;
    }

    #principal-desk .items .title_box {
        left: 0;
        bottom: 0;
        padding: 6px 15px;
        border-radius: 5px;
    }

    #internships {
        padding: 7% 0%;
    }

    #internships .right {
        padding: 85px 80px;
    }

    #connect .forms form .input-container input {
        padding: 15px;
    }

    #digital-initiatives img {
        width: 250px !important;
    }

    #collage-counsil ul li {
        width: 42%;
    }

    #collage-counsil .top {
        width: 42%;
    }

    #blog-details .items .left {
        width: 30%;
    }

    #blog-details .items .right {
        width: 65%;
    }
    #ncte-details div.list-view-box div.row div.left {
        width: 65%;
    }

    #vision-and-objective .items .right h3 {
        width: 100%;
    }

    #vision-and-objective .items .left .img-container {
        width: 100%;
    }

    #vision-and-objective .items .title_box {
        width: 70%;
    }

    #objective .items {
        align-items: center;
    }

    #objective .items .left .img-container {
        width: 100%;
    }

    #objective .items .title_box {
        width: 70%;
        bottom: 4%;
    }

    #service .items {
        align-items: center;
    }

    #service .left .grey-content {
        margin-bottom: 10px;
    }

    #service .left h2 {
        font-size: 28px;
        line-height: 30px;
    }

    #service .left p {
        width: 100%;
        font-size: 18px;
    }

    #collage-ground .items {
        align-items: center;
    }

    #collage-ground .left .grey-content {
        margin-bottom: 10px;
    }

    #collage-ground .left h2 {
        font-size: 28px;
        line-height: 30px;
    }

    #collage-ground .left p {
        width: 100%;
        font-size: 18px;
    }
}

@media all and (max-width: 980px) {

    footer .container .items ul li .connect a.footer-address {
        width: 70%;
    }

    #latest-news .button .prev-container .slick-arrow {
        left: 75px;
        bottom: 35%;
    }

    #latest-news .button .next-container .slick-arrow {
        right: 100px;
        bottom: 35%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        left: 75px;
        bottom: 58%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 100px;
        bottom: 58%;
    }

    #choose-us .top h1 {
        font-size: 28px;
    }

    #annualreport ul.download {
        justify-content: center;
    }

    #academics .university {
        grid-template-columns: 1fr 1fr;
    }

    #suggestion button {
        width: 15%;
    }
    header.custom-header {
        display: none;
    }

    #principal-desk .wrapper {
        width: 85%;
    }

    #principal-desk .items .left .img-container {
        width: 85%;
    }

    #principal-desk .items .title_box {
        width: 70%;
        left: 0;
        bottom: 0;
    }

    #principal-desk .items .right h2 {
        font-size: 30px;
    }

    #pagination .listpage-box {
        width: 50%;
    }

    #faculty-members .items ul {
        grid-template-columns: repeat(3, 1fr);
    }

    #new-arrivals .items ul {
        grid-template-columns: repeat(3, 1fr);
    }

    #new-arrivals .items ul li {
        margin-bottom: 10px;
    }

    #connect .contact {
        width: 85%;
    }

    #connect .contact .touch-us {
        padding: 25px 14px;
        margin-left: 0px;
    }
    #connect .contact .touch-us a {
        margin-left: 10px;
    }
    #connect {
        padding: 70px 0;
    }

    #connect .forms {
        width: 85%;
    }

    #connect .forms form {
        padding: 0px;
        margin-bottom: 26px;
    }

    #connect .forms form input {
        margin-bottom: 20px;
        width: 100%;
    }

    #iqac-team .representatives h4 {
        font-size: 24px;
    }

    #iqac-team div.top h4 {
        margin-bottom: 20px;
    }

    #history .right-box h3 {
        font-size: 28px;
    }

    #rules ul.download {
        margin-top: 40px;
    }

    #objectives .objects .content-box .count h2 {
        font-size: 45px;
    }
    #objectives .objects .content-box .details {
        margin-left: 0;
    }

    #iqac_about .work .right .frame .image-grid .left {
        width: 50%;
    }
    #iqac_about .work .right .frame .image-grid .right {
        width: 40%;
    }
    #iqac_about .work .right .frame .image-grid {
        padding: 0 30px;
    }
    #menu-icon {
        display: block;
    }

    #main-objective .middle h3 {
        width: 90%;
    }

    #main-objective .middle .items {
        flex-wrap: wrap;
    }

    #main-objective .middle .items .left {
        width: 50%;
        margin: 0 auto;
    }

    #main-objective .middle .items .right {
        width: 80%;
        margin: 0 auto;
    }

    .spotlight .headings h3 {
        font-size: 25px;
    }

    .spotlight .headings h1 {
        font-size: 50px;
    }

    header .dropdwn {
        display: none;
    }

    span.close {
        display: block;
    }

    #academics .university .card .img-container {
        height: 172px;
    }

    .spotlight {
        /* height: calc(80vh - 60px) !important; */
    }

    #home .next {
        bottom: 50px;
        right: 57px;
    }

    .slick-dots {
        bottom: 45px;
        left: 47px;
    }

    #about .content .left {
        width: 48%;
    }

    #about .content .right h2 {
        font-size: 28px;
    }

    #about .content .right p {
        font-size: 14px;
        line-height: 23px;
    }

    .btn-primary {
        line-height: 18px;
        padding: 15px 20px;
    }

    #institution .list .card .img-container {
        /* width: 100%; */
        /* height: 134px; */
        min-width: 140px;
        min-height: 140px;
    }

    #events .card {
        flex-wrap: wrap;
    }
    #events .card .left {
        width: 85%;
    }
    #events .card .right {
        margin-top: 34px;
        width: 85%;
    }

    #events .card .right .cards .small-card .img-container {
        width: 43%;
        height: 164px;
    }

    #events .upcoming .new-event .cards .img-container {
        height: 160px;
    }

    #about-alumni .left-box {
        width: 56%;
    }

    #announcement .item ul {
        width: 860px;
    }

    .backtotop {
        padding: 10px;
    }

    #about-alumni .right-box p {
        font-size: 14px;
    }

    #faculty ul.card li {
        width: 33%;
    }

    #register .contents .left-container {
        width: 56%;
    }

    #gallery .top {
        width: 44%;
    }

    #institution .list {
        grid-template-columns: 1fr 1fr;
    }

    #events .card .right .cards .small-card .details p {
        font-size: 14px;
    }

    #events .upcoming .new-event .cards .details p {
        font-size: 14px;
    }

    #institution .list .card {
        padding: 15px;
    }

    #academics .university .card .details p {
        font-size: 14px;
    }

    #events .card .left .details p {
        font-size: 14px;
    }

    #history .right-box {
        width: 100%;
        /* margin-top: 20px; */
    }

    #institution .list {
        grid-template-columns: 1fr;
    }

    #institution .list .card {
        padding: 18px;
    }

    #vision .left-container .content-box .content p {
        font-size: 14px;
    }

    #management ul.card li {
        width: 46%;
    }

    #objectives .objects .content-box {
        /* width: 96%; */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #members ul.all-team li {
        width: 30%;
    }

    #administration ul.card li {
        width: 30%;
    }

    #alumni .title {
        width: 42%;
    }

    #about-alumni .right-box h3 {
        font-size: 28px;
    }

    #committee ul.card li {
        width: 30%;
    }

    #students ul.card li .details h3 {
        font-size: 18px;
    }

    #alumni .title h2 {
        font-size: 38px;
    }

    #aboutus .title h2 {
        font-size: 44px;
        line-height: 64px;
    }

    #our-history .title {
        width: 46%;
    }

    #history .left-box {
        width: 50%;
    }

    #history .right-box p {
        font-size: 14px;
        line-height: 20px;
    }

    #history .left-box .img-container {
        height: 290px;
    }

    #history .right-box {
        width: 50%;
        margin-left: 25px;
    }

    #history .right-box p {
        margin-top: 14px;
    }

    #history .right-box .bottom {
        margin-top: 20px;
    }

    #contactus .title h2 {
        font-size: 42px;
        line-height: 40px;
    }
    #alumni-activities {
        /* padding: 18% 0 5%; */
        padding: 130px 0 70px 0;
    }
    #alumni-activities .listpage-box {
        width: 70%;
    }
    #alumni-network {
        padding: 10% 0% 12%;
    }
    #alumni-spotlight .title h2 {
        font-size: 46px;
    }
    #alumni-network div.content .right div.second-image {
        display: none;
    }
    #alumni-network div.content .left div.first-image {
        display: none;
    }
    #alumni-network div.content .right h2 {
        font-size: 24px;
    }
    #alumni-network div.content .right p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .btn-primary {
        padding: 12px 20px;
        font-size: 14px;
    }
    #alumni-activities div.bottom ul.cards li.card {
        /* padding: 24px; */
        /* width: 46%; */
        width: 47%;
        padding: 29px;
    }
    #alumni-activities div.bottom ul.cards li.card .details p {
        font-size: 15px;
    }
    #alumni-team ul.all-team li {
        width: 42%;
    }
    #alumni-team div.alumns {
        flex-wrap: wrap;
    }
    #alumni-team div.alumns div {
        width: 90%;
        margin: 0 auto;
    }
    #alumni-team div.alumns div h3.facualty {
        margin-top: 80px;
    }
    #registration {
        padding: 18% 2% 13%;
    }
    #registration div.main-container .form_container {
        width: 95%;
    }
    #registration .header ul li div.step .bullet::after,
    #registration .header ul li div.step .bullet::before {
        right: -223px;
        width: 221px;
    }
    #iqac_spotlight .title {
        /* width: 60%; */
    }
    #iqac_spotlight .title h2 {
        width: 60%;
    }
    #iqac_about .work {
        padding: 23% 9% 10%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #iqac_about .work .left {
        width: 95%;
        margin: 0 auto;
    }
    #iqac_about .work .right .title_box {
        /* left: 49%; */
        left: 42%;
    }
    #iqac_about .work .right {
        width: 100%;
        margin: 0 auto;
        /* height: 400px; */
    }
    #iqac_about .work .right .image_box .image_4 {
        top: 143px;
        left: 59%;
    }
    #iqac_about .work .right .image_box .image_5 {
        top: -68px;
    }

    #iqac_about .work .right .image_box .image_1 {
        top: -28px;
        height: 320px;
    }
    #iqac_about .work .right .image_box .image_2 {
        top: 211px;
        left: 8%;
    }
    #iqac_about .work .right .image_box .image_3 {
        top: -110px;
    }
    #iqac_about .work .left h2 {
        font-size: 32px;
    }
    #iqac_about .vision {
        padding: 9% 9% 13%;
        flex-direction: column;
    }
    #iqac_about .work .one {
        width: 80%;
    }
    #iqac_about .work .right {
        /* width: 80%; */
    }
    #iqac_about .work .four .title_box {
        left: 13%;
    }
    #iqac_about .objective {
        padding: 13% 9% 13%;
    }
    #iqac-team ul.all-team li {
        width: 42%;
    }
    #iqac-team ul.all-team li:nth-child(3n) {
        margin-right: 20px;
    }
    #iqac-team ul.all-team li .details h4 {
        font-size: 20px;
    }
    #iqac-team ul.all-team li .details span {
        font-size: 16px;
    }
    #iqac-team .representatives ul li.list {
        width: 49%;
    }
    #iqac-team .representatives .nominees .left {
        width: 100%;
    }
    #iqac-team .representatives .nominees .right {
        width: 100%;
    }
    #iqac_functions h2 {
        width: 70%;
    }
    #iqac-team .representatives .nominees .left {
        width: 100%;
        margin-bottom: 30px;
    }
    div.bottom ul.cards li.card {
        margin-right: 0;
    }

    #labs div.bottom ul.cards li.card {
        width: 45%;
    }

    .sub-title {
        font-size: 18px;
    }
    #labs button.slick-preve {
        left: 21px;
        top: 48%;
    }
    #labs button.slick-nexte {
        right: 28px;
        top: 48%;
    }

    #library .library-content {
        flex-wrap: wrap;
    }
    #library .library-content .left {
        position: relative;
        width: 100%;
        margin-bottom: 100px;
    }
    #library .library-content .right {
        width: 100%;
    }

    #internships .left .top {
        margin-bottom: 13px;
    }

    #internships .right {
        padding: 110px 40px;
    }

    #internships .right h3 {
        margin-bottom: 5px;
    }

    #internships .right h2 {
        font-size: 24px;
        line-height: 30px;
    }

    #internships .right p {
        font-size: 16px;
    }

    #service .widgets {
        flex-wrap: wrap;
    }
    #service .widgets .main-content {
        width: 90%;
    }
    #service .widgets .imager-content {
        width: 95%;
        margin: 0 auto 40px;
    }
    #service .widgets.first {
        flex-direction: column-reverse;
    }
    #activities_detail div.album h2 {
        width: 97%;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        left: 24px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        right: 15px;
    }
    div.album .activity_details {
        width: 85%;
    }
    #complaints div.main-container .form_container {
        width: 88%;
    }
    .date-picker {
        width: 88%;
    }
    #complaints {
        padding: 18% 0% 13%;
    }
    #complaints div.main-container .btns_wrap {
        width: 88%;
    }
    #construction {
        padding: 17% 0 10%;
    }
    #gallery-visuals h2 {
        font-size: 26px;
    }
    #gallery-visuals .reading {
        display: none;
    }

    #photos {
        padding: 19% 0% 15%;
    }
    #photos .image-gallery .major {
        width: 31%;
    }
    #photos .listpage-box {
        width: 70%;
    }
    #cources {
        padding: 19% 5%;
    }
    #cources .cource {
        width: 100%;
    }

    #collage-counsil {
        padding: 50px 0px;
    }

    #collage-counsil .top {
        width: 45%;
    }

    #collage-counsil ul li {
        width: 45%;
    }

    #blog-details .items .right p.heading {
        font-size: 28px;
    }

    #blog-details .items .left {
        width: 40%;
    }

    #blog-details .items .right {
        width: 55%;
    }
    #vacancies .cards-container {
        grid-template-columns: 1fr 1fr;
    }
    #vacancies .cards-container .card .details p {
        font-size: 14px;
    }
    #careers-spotlight .left h1 {
        font-size: 50px;
    }
    #careers-spotlight .left p {
        width: 65%;
    }
    #ncte-details div.list-view-box div.row div.left {
        width: 55%;
    }
    #ntce-spotlight div.title h1 {
        font-size: 47px;
    }
    #ntce-spotlight div.title h4 {
        width: 70%;
    }
    #ncte-details div.list-view-box div.row div.left h5 {
        font-size: 14px;
    }
    #ncte-details div.list-view-box div.first-row div.right h2.download {
        font-size: 15px;
    }
    #ncte-details div.list-view-box div.first-row div.right h2.date {
        font-size: 15px;
    }
    #ncte-details div.list-view-box div.first-row h2 {
        font-size: 15px;
    }

    #gallery-visuals .gallery-details .collashe .items {
        width: 31%;
    }
}

@media all and (max-width: 768px) {

    #latest-news .button .prev-container .slick-arrow {
        left: 54px;
        bottom: 42%;
    }

    #latest-news .button .next-container .slick-arrow {
        right: 75px;
        bottom: 41%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        left: 54px;
        bottom: 56%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 75px;
        bottom: 56%;
    }

    #events .items .latest-news .cards {
        margin-right: 36px;
    }

    #events .items {
        width: 90%;
        margin: 0 auto;
    }

    #choose-us .top h1 {
        font-size: 24px;
        font-weight: 400;
    }

    #courses .top {
        width: 100%;
    }

    h3.grey-content {
        margin-bottom: 15px;
    }

    #courses .university {
        margin-top: 55px;
        grid-template-columns: 1fr 1fr;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        left: 55px;
        bottom: 55%;
    }

    #latest-news {
        padding: 50px 0px 20px;
    }

    #latest-news .sub-title h4 {
        text-align: center;
    }

    #upcoming-events {
        padding: 30px 0px 50px;
    }

    #upcoming-events .sub-title h4 {
        text-align: center;
    }

    div.bottom ul.cards li.card .img-container {
        width: 600px !important;
    }

    #halls div.bottom ul.cards li.card {
        width: 48% !important;
    }

    #suggestion button {
        width: 19%;
    }

    .scroll-container {
        overflow: scroll;
        overflow-y: hidden;
    }

    #course-feedback .bottom {
        width: 900px;
    }

    #course-feedback .bottom .options .first-option .left {
        width: 40%;
    }

    #gallery ul {
        grid-gap: 20px;
    }

    #gallery .play-btn {
        top: 10%;
        left: 28%;
    }

    #events .upcoming .new-event .cards {
        margin-left: 20px;
    }

    #events .items .upcoming .button .prev-container .slick-arrow {
        left: -8px;
    }

    #principal-desk .items .right h3 {
        margin-bottom: 0px;
    }

    #principal-desk .items .right h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #principal-desk .items .left .img-container {
        width: 100%;
    }
    #principal-desk .items .title_box h4 {
        font-size: 14px;
    }
    #principal-desk .items .title_box h5 {
        font-size: 14px;
    }
    #principal-desk .items .left {
        width: 46%;
    }
    #principal-desk .items .title_box {
        width: 70%;
    }

    #faculty-members .items ul {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }

    #labs .bottom ul {
        gap: 20px;
    }

    #labs .bottom ul li {
        width: 46%;
    }

    #labs .bottom ul li:nth-child(5) {
        width: 85%;
    }

    .research {
        font-size: 40px;
    }

    .research-title h4 {
        width: 70%;
    }

    #research-works .items ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    #research-works .items ul li {
        width: 45%;
    }

    header.custom-header .right ul {
        gap: 20px;
    }
    header.custom-header .right ul li a {
        font-size: 12px;
    }

    #choose-us .bottom ul {
        width: 80%;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    #pagination .listpage-box {
        width: 62%;
    }
    #connect .contact .line {
        display: none;
    }
    #connect .contact {
        width: 100%;
    }
    #connect .contact .touch-us {
        padding: 10px;
    }
    #connect {
        padding: 60px 0;
    }

    #connect .forms form {
        margin-bottom: 22px;
    }

    #connect .forms form input {
        margin-bottom: 16px;
    }

    #iqac-team .representatives h4 {
        font-size: 22px;
    }

    #iqac-team div.top h4 {
        margin-bottom: 18px;
    }

    #history .right-box h3 {
        font-size: 26px;
    }

    #history .right-box {
        margin-left: 0;
    }

    #rules ul.download {
        margin-top: 35px;
    }

    #objectives .objects .content-box .count h2 {
        font-size: 40px;
    }
    .spotlight .headings h3 {
        font-size: 20px;
    }

    .spotlight .headings h1 {
        font-size: 42px;
    }

    #iqac_about .items {
        flex-wrap: wrap-reverse;
    }

    #iqac_about .items .left {
        width: 100%;
        margin-top: 90px;
        text-align: center;
    }

    #iqac_about .items .right {
        width: 70%;
        margin: 0 auto;
    }

    #iqac_about .items .left h2 {
        width: 100%;
    }

    #main-objective .top {
        width: 100%;
    }

    #main-objective .middle .items .left .img-container {
        width: 100%;
    }

    #main-objective .middle .items .left {
        width: 60%;
    }

    #main-objective .middle .items .right {
        width: 100%;
    }

    #main-objective .bottom {
        width: 100%;
    }

    #main-objective .bottom .details {
        gap: 20px;
    }

    #main-objective .bottom .details .img-container {
        width: 30px;
    }

    #events .card .left {
        width: 85%;
    }

    #events .card {
        flex-wrap: wrap;
    }

    #events .card .right {
        width: 66%;
        margin-top: 34px;
    }

    #events .upcoming .new-event {
        grid-template-columns: 1fr 1fr;
    }

    #announcement .item ul {
        width: 680px;
        grid-template-columns: 1fr;
    }

    #gallery ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #gallery .top {
        width: 60%;
    }
    #gallery-visuals .showcase-button span {
        height: 43px;
        width: 43px;
    }

    #institution .list .card .img-container {
        /* width: 42%; */
        /* height: 162px; */
        min-width: 125px;
        min-height: 125px;
    }

    #institution .top {
        width: 100%;
    }

    .backtotop {
        right: 75px;
    }

    #about .content .right h2 {
        font-size: 24px;
    }

    #academics .top {
        width: 88%;
    }

    #academics .top h2 {
        font-size: 28px;
    }

    #academics .top h4 {
        font-size: 14px;
    }

    #academics .university .card .details h3 {
        min-height: 50px;
    }

    #academics .university .card .details p {
        font-size: 16px;
        line-height: 20px;
    }

    #events .card .left .details p {
        font-size: 14px;
    }

    #events .card .right .cards .small-card .details p {
        font-size: 14px;
    }

    #events .upcoming .new-event .cards .details p {
        font-size: 14px;
    }

    #aboutus .title h2 {
        font-size: 42px;
    }

    #aboutus .title h4 {
        font-size: 14px;
    }

    #vision .left-container {
        width: 100%;
    }

    #vision .right-container {
        display: none;
    }

    #management ul.card li {
        width: 45%;
    }

    #members ul.all-team li {
        width: 45%;
    }

    #administration ul.card li {
        width: 45%;
    }

    #annualreport ul.download li {
        width: 45%;
    }

    #committee ul.card li {
        width: 45%;
    }

    #students ul.card li {
        width: 45%;
    }

    #faculty ul.card li {
        width: 45%;
    }

    #register .contents {
        width: 100%;
        margin-top: 20px;
    }

    #events .card .right {
        width: 86%;
    }

    #announcement .item ul {
        width: 554px;
    }

    #students .title {
        text-align: center;
        margin-bottom: 30px;
    }

    #alumni .title {
        width: 46%;
    }

    #faculty .title {
        margin-bottom: 30px;
    }

    #committee ul.card {
        margin-top: 18px;
    }

    #contactus .title {
        width: 49%;
    }

    #connect .contact .touch-us a {
        font-size: 12px;
    }

    #connect .forms {
        width: 100%;
        padding: 30px;
    }
    #about-alumni .left-box {
        display: none;
    }
    #about-alumni .right-box {
        margin: 0;
        width: 100%;
    }
    #alumni-spotlight .title h4 {
        font-size: 14px;
    }
    #alumni-spotlight .title h2 {
        font-size: 40px;
    }
    #alumni-activities {
        /* padding: 22% 0 5%; */
        padding: 120px 0 60px 0;
    }
    #alumni-activities .listpage-box {
        width: 80%;
    }
    #alumni-network div.content {
        flex-wrap: wrap;
    }
    #alumni-network div.content .left .img-container {
        position: sticky;
        width: 100%;
        z-index: -0;
    }
    #alumni-network div.content .left {
        width: 95%;
        margin: 0 auto 55px;
    }
    #alumni-network div.content .right {
        width: 85%;
        margin: 0 auto;
    }
    #alumni-network div.content .right h2 {
        font-size: 32px;
    }
    #alumni-network div.content .right p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    #alumni-activities div.top h2 {
        font-size: 28px;
    }
    #alumni-activities div.bottom ul.cards {
        flex-wrap: wrap;
    }
    #alumni-activities div.bottom ul.cards li.card {
        width: 48%;
        padding: 30px;
    }
    #alumni-activities div.bottom ul.cards li.card {
        /* width: 45%; */
        width: 100%;
    }
    #registration {
        padding: 20% 5% 15%;
    }
    #registration div.main-container .form_container {
        width: 100%;
    }
    #registration .header ul li div.step .bullet::after,
    #registration .header ul li div.step .bullet::before {
        right: -164px;
        width: 162px;
    }
    #registration div.modal_wrapper .success_wrap p {
        font-size: 14px;
    }
    #complaints div.modal_wrapper_two .success_wrap {
        padding: 26px;
        width: 54%;
    }
    #alumni-team ul.all-team li .details h4 {
        font-size: 17px;
    }
    #iqac_spotlight .title {
        /* width: 65%; */
    }
    #iqac_spotlight .title h2 {
        width: 60%;
    }
    #iqac_spotlight .title h2 {
        font-size: 30px;
    }
    #iqac_about .work .right .image_box .image_6 {
        width: 45%;
        left: 10%;
    }
    #iqac_about .work .right .image_box .image_1 {
        top: -25px;
        width: 30%;
        /* height: 278px; */
    }
    #iqac_about .work .right .image_box .image_5 {
        top: -57px;
        width: 35%;
    }
    #iqac_about .work .right .image_box .image_4 {
        top: 104px;
        width: 35%;
    }
    #iqac_about .work .right .image_box .image_2 {
        top: 163px;
        left: 3%;
    }
    #iqac_about .work .right .image_box .image_3 {
        top: -87px;
        left: 88%;
    }
    #iqac_about .work .right {
        /* height: 365px; */
    }
    #iqac_about .work .right .title_box {
        /* left: 60%; */
        left: 50%;
    }
    #iqac_about .work .four .title_box {
        left: -9%;
    }
    #iqac_about .work .left h2 {
        font-size: 26px;
    }
    #iqac-team ul.all-team li .details h4 {
        font-size: 16px;
    }
    #iqac-team ul.all-team li {
        width: 45%;
    }
    #iqac-team ul.all-team li .details span {
        font-size: 14px;
    }
    #iqac-team .representatives ul li.list {
        width: 48%;
    }
    #iqac_functions h2 {
        width: 80%;
    }
    #iqac_functions .download_box .items {
        width: 48%;
    }
    .section.open {
        height: 350px;
    }
    #iqac_functions .download_box .title h5 {
        font-size: 18px;
    }
    #iqac_complaints .box p {
        line-height: 24px;
        font-size: 18px;
    }
    #facilities {
        padding: 20% 4% 2%;
    }
    #halls {
        padding: 11% 0;
    }
    #labs {
        padding: 12% 0;
    }

    #internships .all-contents {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    #internships .all-contents .left {
        width: 90%;
    }

    #internships .left .top {
        margin-bottom: 20px;
    }

    #internships .all-contents .right {
        width: 90%;
        margin-bottom: 40px;
    }

    #activities_detail {
        padding: 20% 5% 14%;
    }
    #activities_detail div.album h2 {
        font-size: 27px;
    }
    #activities_detail div.album .activity_details {
        width: 100%;
    }
    #construction {
        padding: 20% 0 12%;
    }
    #gallery-visuals .pta {
        display: none;
    }
    #gallery-visuals .edu-day {
        display: none;
    }

    #gallery-visuals .showcase h5 {
        font-size: 14px;
    }
    #gallery-visuals .gallery-details .collashe .items {
        width: 31%;
        margin-bottom: 22px;
    }
    #gallery-visuals h2 {
        font-size: 22px;
    }
    #gallery-visuals {
        padding: 19% 0 14%;
    }
    #gallery-visuals .gallery-details .collashe .items {
        width: 46%;
    }
    #photos {
        padding: 23% 0% 18%;
    }
    #photos .image-gallery .major h5 {
        font-size: 16px;
    }
    #photos .image-gallery .major {
        padding: 15px;
        margin-bottom: 24px;
    }
    #photos .listpage-box {
        width: 80%;
    }
    #cources {
        padding: 21% 2%;
    }

    #history .left-box {
        display: none;
    }
    #history .right-box {
        width: 100%;
    }

    #activities-card .items ul li {
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 40px;
    }

    #activities-card .items ul li .img-container {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #activities-card .items ul li .contents p {
        text-align: justify;
    }
    /* #careers-spotlight .left h1 {
		font-size: 42px;
	} */
    #careers-spotlight .left p {
        font-size: 14px;
        width: 70%;
    }
    #vacancies {
        padding: 70px 0;
    }
    #vacancies div.top h2.vacancy-heading {
        font-size: 24px;
    }

    #vacancies .cards-container .card .details p {
        line-height: 20px;
    }

    #vacancies .cards-container .card .details h3 {
        font-size: 18px;
    }
    #vacancies .cards-container {
        margin-top: 40px;
    }
    application-form {
        padding: 70px 0;
    }
    #application-form .row {
        width: 100%;
        padding: 10px 22px;
    }
    #application-form div.top h2.main-heading {
        font-size: 24px;
    }
    #application-form div.top p.description {
        font-size: 14px;
    }
    #careers-spotlight .left h1 {
        font-size: 42px;
    }

    footer .container .items ul li .logo-container {
        width: 75%;
    }

    footer .container .items ul li p {
        width: 82%;
    }

    footer .container .items ul li h4 {
        font-size: 18px;
    }

    footer .container .items ul li .connect a {
        font-size: 14px;
        width: 100%;
    }

    footer .container .items ul li .terms a {
        font-size: 14px;
    }

    footer .container .items ul li .connect a.footer-address {
        width: 80%;
    }

    footer .container .items ul li .connect a br {
        display: none;
    }

    #service .items {
        flex-wrap: wrap-reverse;
    }

    #service .items .left {
        width: 100%;
    }

    #service .left .grey-content {
        text-align: center;
    }

    #service .items .right {
        width: 100%;
        justify-content: center;
        margin-bottom: 50px;
    }

    #service .right .img-container {
        width: 75%;
    }

    #collage-ground .items {
        flex-wrap: wrap;
    }

    #collage-ground .items .left {
        width: 100%;
    }

    #collage-ground .left .grey-content {
        text-align: center;
    }

    #collage-ground .left h2 {
        text-align: center;
    }

    #collage-ground .items .right {
        width: 100%;
        margin-bottom: 50px;
    }

    #collage-ground .right .img-container {
        width: 75%;
        margin: 0 auto;
    }
}

@media all and (max-width: 700px) {
    #iqac_about .work .four .title_box {
        left: 30%;
    }

    #iqac_about .work .four .box {
        width: 45%;
        left: 55%;
        bottom: 1%;
        position: absolute;
    }

    #iqac_about .work .four .box img {
        width: 100%;
        display: block;
    }

    #iqac_about .objective {
        padding: 25% 9% 13%;
    }

    #iqac_about .work .right .title_box {
        padding: 15px;
        width: 35%;
    }

    #iqac_about .work .right .title_box h4 {
        font-size: 14px;
    }

    #iqac_about .work .right .title_box h5 {
        font-size: 12px;
    }
    #ncte-details div.list-view-box div.row div.left {
        width: 47%;
    }
}
@media all and (max-width: 550px) {
    #collage-counsil .top {
        width: 100%;
    }

    #collage-counsil ul li {
        width: 100%;
    }
}

@media all and (max-width: 640px) {

    footer .container .items ul li {
        width: 28%;
    }

    footer .container .items ul li .connect a.footer-address {
        width: 100%;
    }

    footer .container .items ul li:nth-child(2) {
        width: 40%;
    }

    footer .container .items ul li p {
        width: 100%;
    }

    footer .container .items ul li h4 {
        font-size: 16px;
    }

    #feedback-form .programme-form #program-form .date-calendar {
        width: 44%;
    }

    #latest-news .news-container .cards-container {
        margin-right: 0;
    }

    #upcoming-events .events-container .cards-container {
        margin-right: 0;
    }

    #latest-news .button .prev-container .slick-arrow {
        left: 40px;
        bottom: 33%;
    }

    #latest-news .button .next-container .slick-arrow {
        right: 40px;
        bottom: 33%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        left: 40px;
        bottom: 50%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 40px;
        bottom: 50%;
    }

    #program-form p {
        width: 44% !important;
    }

    #program-feedback .title h4 {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    #program-feedback{
        padding: 100px 0px;
    }
    #suggestion button {
        width: 22%;
    }

    #gallery ul {
        grid-template-columns: 1fr 1fr;
    }

    #gallery .play-btn {
        top: 8%;
        left: 42%;
    }

    #principal-desk {
        padding: 60px 0px;
    }

    #principal-desk .items {
        flex-wrap: wrap;
    }

    #principal-desk .items .left {
        width: 100%;
        margin-bottom: 20px;
    }

    #principal-desk .items .left .img-container {
        width: 100%;
    }

    #principal-desk .items .title_box {
        width: 48%;
        left: 0;
    }

    #principal-desk .items .right {
        width: 100%;
        margin-bottom: 30px;
    }

    #principal-desk .items .right h3 {
        margin-bottom: 5px;
    }

    #principal-desk .items .right h2 {
        font-size: 28px;
    }
    #principal-desk .items .title_box h4 {
        font-size: 16px;
    }
    #principal-desk .items .title_box h5 {
        font-size: 14px;
    }
    #new-arrivals .items ul {
        grid-template-columns: repeat(2, 1fr);
    }

    #pagination .listpage-box {
        width: 75%;
    }

    #labs .bottom ul li {
        width: 100%;
    }

    #labs .bottom ul li:nth-child(5) {
        width: 100%;
    }

    #research-works .items ul li {
        width: 80%;
    }

    .research {
        line-height: 45px;
    }

    header.custom-header {
        display: none;
    }

    div.bottom ul.cards li.card .img-container {
        height: 240px;
    }
    #iqac-team .representatives .nominees .right .list {
        width: 89%;
        margin: 0 auto;
    }

    #iqac-team div.top h4 {
        margin-bottom: 16px;
    }

    #history .right-box h3 {
        font-size: 24px;
    }

    #rules ul.download {
        margin-top: 30px;
    }

    #objectives .objects .content-box .count h2 {
        font-size: 35px;
    }

    #vision-and-objective {
        padding: 70px 0px;
    }

    #vision-and-objective .items {
        flex-wrap: wrap;
    }

    #vision-and-objective .items .left {
        width: 80%;
        margin: 0 auto 30px;
    }

    #vision-and-objective .items .right {
        width: 100%;
        text-align: center;
    }

    #objective .items {
        flex-wrap: wrap-reverse;
    }

    #objective .items .right {
        width: 100%;
        text-align: center;
    }

    #objective .items .left {
        width: 80%;
        margin: 0 auto 30px;
    }

    #objective .items .title_box {
        width: 55%;
        bottom: 6%;
    }

    #objective .items .right h3 {
        width: 90%;
        margin: 0 auto;
    }

    .spotlight .headings h3 {
        font-size: 18px;
    }

    .spotlight .headings h1 {
        font-size: 35px;
    }

    #main-objective .middle h3 {
        width: 100%;
        font-size: 22px;
        margin-bottom: 30px;
    }

    #iqac_about .work .right .frame .image-grid {
        gap: 10px;
    }
    #iqac_about .work .right .frame .image-grid .left {
        padding: 10px;
    }
    #iqac_about .work .right .frame .image-grid .left img {
        border-radius: 15px;
    }
    #iqac_about .work .right .frame .image-grid .right div {
        padding: 10px;
    }
    #iqac_about .work .right .frame .image-grid .right div img {
        border-radius: 15px;
    }

    #contactus .title {
        width: 60%;
    }

    #contactus .title h2 {
        font-size: 36px;
        line-height: 26px;
    }

    #connect .top h4 {
        font-size: 14px;
    }

    #connect .top h3 {
        font-size: 26px;
        line-height: 18px;
    }

    #connect .contact {
        flex-wrap: wrap;
        justify-content: center;
    }

    #connect .contact .touch-us {
        width: 100%;
    }

    #connect .contact .touch-us:nth-child(2) {
        width: 100%;
    }

    #connect .contact .touch-us a {
        font-size: 14px;
    }

    #connect .forms form .input-container {
        width: 100%;
    }

    #connect .forms form input::placeholder {
        font-size: 14px;
    }

    #connect .forms form textarea::placeholder {
        font-size: 14px;
    }

    #connect .contact .touch-us .items {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #contactus .title h4 {
        font-size: 14px;
    }

    #about .content {
        display: block;
    }

    #about .content .left {
        width: 55% !important;
        margin: 0 auto;
    }

    #about .content .left .img-container {
        margin-bottom: 50px;
    }

    #about .content .right h2 {
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #about .content .right p {
        width: 90%;
        text-align: center;
        margin: 0 auto 20px;
    }

    #about .content .right {
        width: 100%;
        margin-top: 20px;
    }

    #about .content .right a {
        margin: 0 auto;
    }

    #events .card .right {
        width: 86%;
    }

    #announcement .item ul {
        width: 525px;
    }

    /* #gallery ul li {
        height: 178px;
    } */

    #institution .wrapper-secondary {
        width: 85%;
    }

    #institution .list .card .img-container {
        /* width: 56%; */
        /* height: 144px; */
        min-width: 115px;
        min-height: 115px;
    }

    #institution .list .card {
        padding: 16px;
    }

    #aboutus .title {
        width: 49%;
    }

    #objectives .objects .content-box .details p {
        font-size: 14px;
    }

    #alumni .title {
        width: 58%;
    }

    #committee ul.card {
        margin-top: 33px;
    }

    #committee .details h3 {
        font-size: 18px;
    }

    #students .title {
        margin-bottom: 34px;
    }

    #committee .top-title h3 {
        font-size: 30px;
    }

    #committee ul.card li {
        margin: 0 24px 0px 0;
    }

    #students .title h4 {
        font-size: 30px;
    }

    #our-history .title {
        width: 64%;
    }

    #our-history .title h2 {
        font-size: 46px;
        line-height: 48px;
    }

    #content-history p {
        font-size: 14px;
    }
    .btn-primary {
        line-height: 18px;
        padding: 11px 20px;
    }
    #alumni-spotlight {
        padding: 25% 0 20%;
    }
    #alumni-spotlight .title {
        width: 50%;
    }
    #alumni-network div.content .right h2 {
        font-size: 27px;
    }
    #alumni-activities div.bottom ul.cards li.card {
        width: 90%;
        margin: 0 auto 24px;
    }
    #alumni-activities div.top h2 {
        font-size: 22px;
        font-weight: 600;
    }
    #alumni-activities div.bottom ul li .slick-dots {
        left: 139px;
    }
    #alumni-activities {
        /* padding: 29% 0 5%; */
    }
    #alumni-activities .listpage-box {
        width: 95%;
    }
    #alumni-team ul.all-team li .details h4 {
        font-size: 15px;
    }
    #alumni-team ul.all-team li {
        width: 44%;
        padding: 16px;
    }
    #alumni-team ul.all-team li .details span {
        font-size: 14px;
    }
    #alumni-team div.top h2 {
        font-size: 28px;
    }
    #alumni-team div.alumns div {
        width: 100%;
    }
    #activities_detail {
        padding: 24% 5% 20%;
    }
    #registration {
        padding: 25% 5% 17%;
    }
    #registration .header ul li div.step .bullet::after,
    #registration .header ul li div.step .bullet::before {
        right: -116px;
        width: 114px;
    }
    #registration div.main-container .btns_wrap {
        width: 100%;
    }
    #registration div.main-container .form_wrap .input_wrap {
        width: 100%;
    }
    #registration div.main-container .header ul li .step p {
        font-size: 14px;
    }
    #registration div.top h3 {
        font-size: 24px;
    }
    #registration div.main-container .form_wrap .form_2 .input_wrap {
        width: 100%;
    }
    #registration div.main-container .btns_wrap .form_2_btns button {
        padding: 8px 18px;
        font-size: 14px;
    }
    #registration div.main-container .btns_wrap .form_2_btns button {
        padding: 8px 13px;
        font-size: 14px;
    }
    #registration div.modal_wrapper .success_wrap {
        width: 71%;
        padding: 30px;
    }
    #complaints div.modal_wrapper_two .success_wrap {
        width: 68%;
    }
    #iqac_spotlight {
        padding: 24% 0 18% 4%;
    }
    #iqac_spotlight .title {
        /* width: 80%; */
    }
    #iqac_spotlight .title h2 {
        width: 60%;
    }
    #iqac_spotlight .title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    #iqac_spotlight .title h4 {
        width: 95%;
    }
    #iqac_spotlight {
        padding: 23% 0 18% 4%;
    }
    #iqac_about .work .right .image_box .image_6 {
        width: 50%;
        left: 3%;
        top: 67px;
    }
    #iqac_about .work .right .image_box .image_4 {
        top: 163px;
        width: 40%;
    }
    #iqac_about .work .right .image_box .image_1 {
        top: 48px;
        width: 30%;
        left: 46%;
    }
    #iqac_about .work .right .image_box .image_5 {
        top: 18px;
        width: 40%;
    }
    #iqac_about .work .right .image_box .image_3 {
        top: -3px;
        left: 92%;
    }
    #iqac_about .work .right .image_box .image_2 {
        top: 207px;
        left: -2%;
    }
    #iqac_about .work .one .box {
        width: 80%;
    }
    #iqac_about .work .one {
        margin: 0;
    }
    #iqac_about .work {
        padding: 11% 9% 10%;
    }
    #iqac_about .work .right .title_box {
        padding: 10px 12px;
        width: 195px;
        /* left: 57%; */
        top: -83px;
        left: 54%;
    }
    #iqac_about .work .left p {
        width: 100%;
    }
    #iqac_about .objective {
        padding: 16% 9% 10%;
    }
    #iqac_about .objective .four {
        margin: 0;
        position: relative;
    }
    #iqac_about .work .four .box img {
        width: 100%;
        display: block;
    }
    #iqac_about .work .four .box {
        width: 80%;
        left: 40%;
        position: absolute;
    }
    #iqac_about .work .four .title_box {
        left: 2%;
        top: 95px;
    }
    #iqac_about .work .four {
        height: 285px;
    }
    #iqac_about .vision .right {
        height: 275px;
    }
    #iqac_about .objective .left {
        width: 100%;
    }
    #iqac-team ul.all-team li {
        width: 88%;
        margin: 0 auto 30px;
    }
    #iqac-team ul.all-team li .details h4 {
        font-size: 20px;
    }
    #iqac-team {
        padding: 70px 0;
    }
    #iqac-team .representatives ul li.list {
        width: 90%;
    }
    #iqac-team .representatives .nominees .left .student {
        flex-wrap: wrap;
    }
    #iqac-team .representatives .nominees .left .student .list {
        width: 89%;
        margin: 0 auto 30px;
    }
    #iqac-team .representatives .nominees .right {
        flex-wrap: wrap;
    }
    #iqac-team .representatives .nominees .right .member:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
    #iqac_functions h2 {
        font-size: 27px;
        width: 95%;
    }
    #iqac_about .vision .right {
        height: 363px;
    }
    #iqac_about .work .one .box img {
        width: 100%;
    }
    #iqac_functions .download_box .items {
        width: 47%;
    }
    #iqac_complaints {
        padding: 10% 0;
    }
    #iqac_complaints .box h2 {
        font-size: 28px;
    }
    #iqac_complaints .box p {
        font-size: 16px;
    }
    #facilities h2 {
        font-size: 22px;
        line-height: 30px;
    }
    #facilities p.description {
        width: 100%;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        left: 22px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        right: 23px;
    }
    #facilities {
        padding: 26% 4% 0%;
    }
    #halls {
        padding: 8% 0;
    }
    #halls h2 {
        font-size: 22px;
        line-height: 24px;
    }

    #halls div.bottom ul.cards li.card {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    #library {
        padding: 13% 2%;
    }
    #library .library-content .right {
        width: 97%;
    }
    #library .library-content .left .library-image {
        width: 100%;
    }
    #library .library-content .right h2 {
        font-size: 26px;
    }
    #library .library-content .right p {
        font-size: 16px;
    }
    #labs {
        padding: 12% 0 12%;
    }
    #internships {
        padding: 12% 0%;
    }
    #labs h2 {
        font-size: 24px;
    }
    #labs div.bottom ul.cards li.card {
        /* padding: 30px; */
        margin-right: 0px;
    }
    #labs button.slick-preve {
        width: 40px;
        height: 40px;
        left: 12px;
    }
    #labs button.slick-nexte {
        width: 40px;
        height: 40px;
        right: 10px;
    }
    #labs div.bottom ul.cards li.card .details {
        padding: 0px;
    }
    #labs .sub-title {
        font-size: 22px;
    }
    #service .widgets .main-content p {
        font-size: 16px;
    }
    #service .widgets .main-content h2 {
        font-size: 26px;
    }

    #activities_detail div.album h2 {
        font-size: 22px;
        line-height: 30px;
    }
    #activities_detail h3.grey-content {
        text-align: left;
    }
    #complaints {
        padding: 24% 0% 17%;
    }
    #complaints div.top h3 {
        font-size: 26px;
    }
    #complaints div.top {
        width: 85%;
        margin: 0 auto 40px;
    }
    #complaints div.main-container .form_container {
        flex-wrap: wrap;
    }
    #complaints div.main-container .form_wrap .input_wrap {
        width: 98%;
        margin: 0 auto 20px;
    }
    #construction {
        padding: 25% 0 14%;
    }
    #gallery-visuals {
        padding: 26% 0 18%;
    }
    #gallery-visuals .fine {
        display: none;
    }
    #gallery-visuals h3.grey-content {
        text-align: center;
        margin-bottom: 20px;
    }
    #gallery-visuals h2 {
        font-size: 17px;
    }
    #photos {
        padding: 29% 0% 20%;
    }
    #photos .image-gallery .major {
        width: 47%;
    }
    #photos .listpage-box {
        width: 95%;
    }
    #cources {
        padding: 28% 2%;
    }

    #cources .cource {
        flex-wrap: wrap;
    }
    #cources .b-ed {
        width: 100%;
        margin-bottom: 30px;
    }
    #cources .ignou {
        width: 100%;
    }
    #cources h2 {
        font-size: 26px;
    }

    #collage-counsil .wrapper {
        width: 85%;
    }

    #collage-counsil .top {
        width: 50%;
    }

    #collage-counsil ul li {
        width: 45%;
    }

    #blog-details .items {
        flex-wrap: wrap;
    }

    #blog-details .items .left {
        width: 80%;
        margin-bottom: 30px;
    }

    #blog-details .items .right {
        width: 100%;
    }
    #ntce-spotlight {
        padding: 80px 0;
    }
    #ntce-spotlight div.title {
        margin-left: 0;
    }
    #ntce-spotlight div.title h1 {
        font-size: 47px;
        line-height: 1.4em;
    }
    #ntce-spotlight div.title h4 {
        width: 100%;
    }
    #ncte-details h1.ncte-heading {
        font-size: 28px;
    }
    #ncte-details div.list-view-box div.first-row div.right {
        display: none;
    }
    #ncte-details div.list-view-box div.row {
        display: unset;
    }
    #ncte-details div.list-view-box div.row div.left {
        width: 100%;
    }
    #ncte-details div.list-view-box div.row div.right {
        width: 100%;
        justify-content: space-between;
    }
    #ncte-details div.list-view-box div.row div.right a.download {
        min-width: 60px;
    }
    #ntce-spotlight div.title {
        text-align: center;
    }
    #ntce-spotlight div.title h1 {
        width: 100%;
    }
}

@media all and (max-width: 540px) {
    #announcement .item ul {
        width: 450px;
    }

    footer .container .items ul li h4 {
        font-size: 18px;
    }
}

@media all and (max-width: 480px) {

    #vision-and-objective .items .title_box {
        width: 75%;
        right: -15%;
        bottom: 8%;
    }

    #academics .university .card .details h3 {
        min-height: auto;
    }

    #connect .forms form div.input-container {
        width: 100%;
    }

    #connect .forms form .input-container input {
        margin-bottom: 0;
    }

    #course-feedback .bottom {
        width: 800px;
    }

    #feedback-form .programme-form #program-form .date-calendar {
        width: 100%;
    }

    #latest-news .button .prev-container .slick-arrow {
        width: 35px;
        padding: 10px;
        left: 35px;
        bottom: 36%;
    }

    #latest-news .button .next-container .slick-arrow {
        width: 35px;
        padding: 10px;
        right: 35px;
        bottom: 36%;
    }
    #vacancies {
        padding: 50px 0;
    }
    #upcoming-events .button .prev-container .slick-arrow {
        width: 35px;
        padding: 10px;
        left: 35px;
        bottom: 52%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 35px;
        bottom: 52%;
        width: 35px;
        padding: 10px;
    }

    #courses {
        padding: 50px 0px;
    }

    #courses .top h2 {
        font-size: 26px;
    }

    #courses .university {
        margin-top: 40px;
        grid-template-columns: 1fr;
    }
    #research-works {
        padding: 35px 0px;
    }
    #feedback-form .programme-form h4 {
        font-size: 26px;
    }

    #program-form p {
        width: 100% !important;
    }

    #digital-initiatives .top h1 {
        font-size: 26px;
    }

    #gallery .play-btn {
        width: 45px;
    }

    #program-feedback .title h2 {
        font-size: 27px;
        text-align: center;
        line-height: 50px;
    }

    #suggestion button {
        width: 30%;
    }

    #course-feedback .bottom .option-container {
        width: 60%;
    }

    #gallery .play-btn {
        width: 45px;
    }

    #activities .title {
        width: 100%;
    }

    #activities-card .items ul li .contents p {
        text-align: start;
    }

    #principal-desk .items .title_box {
        width: 50%;
    }

    header h1 a {
        width: 70%;
    }

    #digital-initiatives img {
        width: 200px !important;
    }

    #choose-us .bottom ul {
        width: 100%;
        grid-gap: 15px;
    }

    #choose-us .bottom ul li {
        padding: 20px;
    }

    #choose-us .bottom ul li h2 {
        width: 100%;
    }

    #research-works .items h2 {
        font-size: 28px;
        line-height: 35px;
    }

    #research-works .items ul li {
        width: 100%;
    }

    #pagination .listpage-box {
        width: 90%;
    }

    #pagination .listpage-box li img {
        width: 15px;
    }

    #pagination .listpage-box li.disabled a.pagi,
    #pagination .listpage-box li.disabled span {
        font-size: 12px;
    }

    #pagination .listpage-box li {
        padding: 5px 10px;
    }

    #pagination .listpage-box li a.pagi {
        margin-right: 3px;
        font-size: 12px;
    }

    div.bottom ul.cards li.card .img-container {
        height: 220px;
    }
    #connect {
        padding: 50px 0;
    }

    #connect .forms form {
        margin-bottom: 20px;
    }

    #connect .forms form input {
        margin-bottom: 12px;
    }

    #iqac_complaints .box h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #iqac-team .representatives .nominees .left .student .list {
        margin-bottom: 12px;
    }

    #iqac-team .representatives .nominees h5 {
        margin-bottom: 8px;
    }

    #iqac-team .representatives ul li.list h5 {
        margin-bottom: 8px;
    }

    #iqac-team .representatives h4 {
        text-align: center;
    }

    #iqac-team div.top h4 {
        margin-bottom: 8px;
    }

    #iqac_about {
        padding: 50px 0px;
    }

    #iqac_about .items .left {
        margin-top: 0;
    }

    #iqac_about .items .left h2 {
        line-height: 30px;
        font-size: 26px;
    }

    #iqac_about .items .left p {
        font-size: 16px;
    }

    #iqac_about .items .right {
        display: none;
    }

    h3.grey-content {
        margin-bottom: 8px;
    }

    #main-objective {
        padding: 50px 0px;
    }

    #main-objective .wrapper {
        width: 90%;
    }

    #main-objective .top h2 {
        margin-bottom: 30px;
    }

    #objective .items .title_box {
        width: 70%;
    }

    #internships .left .top {
        margin-bottom: 10px;
    }

    #internships .left .top .image-container {
        padding: 12px;
        border-radius: 12px;
    }

    #internships .left .bottom .bottom-images .image-container {
        padding: 12px;
        border-radius: 12px;
    }

    #internships .right p {
        font-size: 14px;
    }

    #internships .right h2 {
        font-size: 18px;
    }

    #history .right-box h3 {
        font-size: 22px;
    }

    #rules ul.download {
        margin-top: 25px;
        width: 100%;
    }

    #administration ul.card li .details h3 {
        margin-bottom: 5px;
    }

    #members ul.all-team li .details h4 {
        margin-bottom: 5px;
    }

    #objectives .objects .content-box .count h2 {
        font-size: 30px;
    }
    .spotlight .headings h3 {
        font-size: 20px;
    }

    .spotlight .headings h1 {
        /* font-size: 28px; */
    }
    #about-alumni .right-box h3 {
        font-size: 22px;
        line-height: 0;
    }
    #about-alumni .right-box p {
        font-size: 12px;
        line-height: 22px;
    }
    #about-alumni {
        padding: 45px 0;
    }
    #connect .top h3 {
        font-size: 24px;
        line-height: 27px;
    }
    #alumni-network {
        padding: 12% 0% 12%;
    }
    #contactus{
        padding: 90px 0px;
    }
    #contactus .title h2 {
        font-size: 27px;
        line-height: 30px;
        text-align: center;
    }
    #contactus .title h4 {
        text-align: center;
    }

    #contactus .title {
        /* width: 84%; */
        width: 100%;
    }
    #alumni-spotlight .title h2 {
        font-size: 27px;
        text-align: center;
    }
    #alumni-spotlight .title h4 {
        text-align: center;
    }
    #about .content .left {
        width: 85% !important;
    }

    #academics .top {
        width: 100%;
    }

    #academics .top h2 {
        width: 100%;
        font-size: 24px;
    }

    #academics {
        padding: 50px 0;
    }

    #events .title h2 {
        font-size: 24px;
    }

    #events {
        padding: 55px 0;
    }

    #events .sub-title h4 {
        font-size: 20px;
    }

    #announcement {
        padding: 50px 0;
    }
    #digital-initiatives {
        padding: 50px 0px;
    }
    #academics .university {
        grid-template-columns: 1fr;
    }

    #announcement .top h4 {
        font-size: 24px;
    }

    #announcement .item ul li a {
        line-height: 18px;
    }

    #announcement .item ul li i {
        font-size: 12px;
    }

    .sidebar::after {
        font-size: 12px;
    }

    #gallery {
        padding: 50px 0;
    }

    #gallery .top h2 {
        font-size: 24px;
    }

    #gallery .top h4 {
        font-size: 14px;
    }

    #academics .university .card .img-container {
        height: 273px;
    }

    #events .card .left {
        width: 100%;
    }

    #events .card .right {
        width: 100%;
        margin-top: 20px;
    }

    #events .upcoming .new-event {
        grid-template-columns: 1fr;
    }

    #events .upcoming .new-event .cards .img-container {
        height: 262px;
    }

    #announcement .item ul {
        width: 390px;
    }

    #gallery .top {
        width: 100%;
    }

    #gallery ul {
        grid-template-columns: 1fr 1fr;
    }

    #institution .wrapper-secondary {
        width: 90%;
    }

    #institution .top {
        width: 100%;
    }

    #institution .list .card {
        flex-direction: column;
        gap: 15px;
    }

    #institution .list .card .img-container {
        width: 100%;
        aspect-ratio: 1;
    }
    #institution .list .card .details {
        margin-left: 0;
    }

    #institution .top h2 {
        font-size: 24px;
    }

    #vision .left-container .content-box .content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    #objectives .objects .content-box .details p {
        font-size: 16px;
    }

    #management ul.card li {
        /* width: 60%; */
        width: 100%;
        margin: 0 0px 24px 0;
        min-height: 0;
    }

    #annualreport {
        padding: 50px 0;
    }

    #rules {
        padding: 50px 0;
    }

    #members ul.all-team li {
        width: 70%;
    }

    #mobile-menu ul.main-nav li {
        font-size: 14px;
    }

    #home .next button {
        padding: 6px;
        margin-left: 16px;
    }

    #home .next button img {
        width: 20px;
        height: 20px;
    }

    #administration ul.card li {
        /* width: 70%; */
        width: 100%;
        margin: 0 0px 24px 0;
        min-height: 0;
    }

    #annualreport ul.download li {
        width: 100%;
        margin: 24px 0px;
    }

    #management ul.card {
        margin-top: 27px;
    }

    #members ul.all-team li {
        margin: 0 0px 24px 0;
        width: 100%;
        min-height: 0;
    }

    #management .top-title h3 {
        font-size: 28px;
    }

    #management .details h3 {
        font-size: 16px;
        min-height: unset;
        margin-bottom: 5px;
    }

    #members .top-title h3 {
        font-size: 26px;
    }

    #members ul.all-team li .details h4 {
        font-size: 14px;
    }

    #members ul.all-team li .details span {
        font-size: 14px;
    }

    #administration .title h4 {
        font-size: 24px;
    }

    #administration ul.card {
        margin-top: 30px;
    }

    #administration ul.card li .details h3 {
        font-size: 16px;
    }

    #administration ul.card li .details span {
        font-size: 14px;
    }

    #annualreport .title h3 {
        font-size: 24px;
    }

    #annualreport ul.download li .container .date-info span {
        font-size: 16px;
    }

    #members ul.all-team li .img-container {
        height: 100%;
        width: 100%;
    }

    #administration ul.card li .img-container {
        width: 100%;
        height: 100%;
        aspect-ratio: 1;
    }

    #management ul.card li .img-container {
        height: 144px;
        width: 144px;
    }

    #alumni .title h2 {
        font-size: 46px;
    }

    #alumni .title h2 {
        font-size: 32px;
    }

    #rules .title h3 {
        font-size: 24px;
    }

    #history .right-box p {
        font-size: 16px;
        font-family: "poppins-light";
        line-height: 1.5em;
    }

    #aboutus .title h2 {
        font-size: 26px;
        text-align: center;
    }
    .research {
        font-size: 26px;
        text-align: center;
    }
    .research-title h4 {
        text-align: center;
        font-size: 14px;
        width: 100%;
    }
    #aboutus .title {
        width: 100%;
    }
    #aboutus{
        padding: 80px 0px;
    }
    #alumni .title {
        width: 72%;
    }

    #committee ul.card {
        margin-top: 8px;
    }

    #committee ul.card li {
        width: 70%;
        margin: 0;
        min-height: 0;
    }

    #students ul.card li {
        width: 80%;
        min-height: 280px;
        margin: 0px 0px 24px 0;
    }

    #faculty ul.card li {
        width: 80%;
        margin: 0 0 24px 0;
        min-height: 0;
    }

    #register {
        padding: 48px 0;
    }

    #register .contents {
        width: 100%;
        margin: 0 auto;
    }

    #register .contents .left-container {
        display: none;
    }

    #register .contents .right-container {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #register .contents .right-container .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #committee .top-title h3 {
        font-size: 24px;
    }

    #committee ul.card li .img-container {
        height: 144px;
        width: 144px;
    }

    #students .title h4 {
        font-size: 24px;
    }

    #students ul.card li .img-container {
        height: 144px;
        width: 144px;
    }

    #faculty .title h4 {
        font-size: 24px;
    }

    #faculty ul.card li .img-container {
        height: 144px;
        width: 144px;
    }

    #committee {
        padding: 50px 0 44px;
    }

    #students {
        padding: 42px 0;
        background: #f9f9f9;
    }

    #faculty {
        padding: 46px 0;
    }

    #students ul.card li .details h3 {
        font-size: 16px;
    }

    #faculty ul.card li .details h3 {
        font-size: 16px;
    }

    #register .contents .right-container .title h4 {
        font-size: 24px;
        margin-bottom: 9px;
    }

    #register .contents .right-container .title p {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .btn-primary {
        font-size: 14px;
        padding: 12px 20px;
    }

    .backtotop {
        right: 38px;
        width: 38px;
        height: 37px;
        top: -20px;
    }

    #aboutus .title h4 {
        font-size: 14px;
        margin-top: 0;
        text-align: center;
    }

    #vision {
        padding: 54px 0;
    }

    #objectives .top-title h2 {
        font-size: 24px;
    }

    #objectives {
        padding: 50px 0;
    }

    #management {
        padding: 50px 0 0px;
    }

    #members {
        padding: 36px 0;
    }

    #members ul.all-team {
        margin-top: 30px;
    }

    #administration {
        padding: 50px 0;
    }

    #our-history .title {
        width: 75%;
    }

    #content-history {
        padding: 60px 0;
    }

    #content-history p {
        font-size: 12px;
    }

    #our-history .title h2 {
        font-size: 36px;
        line-height: 17px;
    }

    #our-history .title h4 {
        font-size: 14px;
    }

    #history .left-box {
        display: none;
    }

    #history .right-box {
        width: 100%;
    }

    #history {
        padding: 50px 0;
    }
    #principal-desk {
        padding: 50px 0px;
    }
    #alumni-spotlight {
        padding: 25% 0 25%;
    }
    #alumni-spotlight .title {
        width: 65%;
    }
    #alumni-activities div.top h2 {
        line-height: 34px;
    }
    #alumni-activities div.bottom ul.cards li.card {
        width: 96%;
        padding: 20px;
    }
    #alumni-activities {
        padding: 50px 0 50px 0;
    }
    #alumni-activities .listpage-box {
        width: 100%;
    }
    #alumni-activities .listpage-box li {
        padding: 3px 8px;
    }

    #alumni-team {
        padding: 50px 0;
    }
    #vision-and-objective {
        padding: 50px 0px;
    }
    #objective {
        padding: 50px 0px;
    }
    #iqac-team {
        padding: 50px 0;
    }
    #iqac_functions {
        padding: 10% 0;
    }        
    #alumni-team ul.all-team li {
        width: 90%;
        margin: 0 auto 30px;
    }
    #alumni-team ul.all-team li .details h4 {
        font-size: 20px;
    }
    #alumni-team div.alumns div ul {
        padding: 0 8px 10px;
    }
    #alumni-team div.alumns div ul li h5 {
        font-size: 14px;
    }
    .btn-primary.register {
        font-size: 14px;
        padding: 12px 20px;
    }
    .btn-primary.view {
        font-size: 14px;
        padding: 12px 20px;
    }
    #registration {
        padding: 32% 5% 22%;
    }
    #registration .header ul li div.step .bullet::after,
    #registration .header ul li div.step .bullet::before {
        right: -83px;
        width: 81px;
    }
    #registration div.main-container .form_wrap .input_wrap .text-area {
        height: 210px;
    }
    #registration div.main-container .form_wrap .input_wrap .area {
        height: 150px;
    }
    #registration div.main-container .btns_wrap .form_3_btns button {
        font-size: 14px;
        padding: 12px 16px;
    }
    #registration div.main-container .btns_wrap .form_3_btns button {
        font-size: 14px;
        padding: 9px 10px;
    }
    #registration div.modal_wrapper .success_wrap {
        width: 76%;
        padding: 24px;
    }
    #complaints div.modal_wrapper_two .success_wrap {
        padding: 14px;
        width: 81%;
    }
    #iqac_spotlight {
        padding: 31% 0 18% 4%;
    }
    #iqac_spotlight .title {
        /* width: 90%; */
    }
    #iqac_spotlight .title h2 {
        font-size: 24px;
        line-height: 32px;
        width: 90%;
        text-align: center;
        font-family: unset;
    }
    #iqac_spotlight .title h4 {
        font-size: 14px;
        text-align: center;
    }
    #iqac_about .work .right .image_box .image_1 {
        top: 52px;
    }
    #iqac_about .work .right .image_box .image_2 {
        top: 170px;
    }
    #iqac_about .work .right {
        /* height: 310px; */
    }
    #iqac_about .work .left p {
        font-size: 14px;
    }
    #iqac_about .vision .right {
        height: 220px;
    }
    #iqac_about .work .left h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    #iqac_about .work .left h3 {
        margin-bottom: 8px;
    }
    #iqac_about .work .right .title_box h4 {
        font-size: 14px;
    }
    #iqac_about .work .right .title_box h5 {
        font-size: 12px;
    }
    #iqac_about .work .right .title_box {
        width: 156px;
    }
    #iqac_about .work .left h2 {
        line-height: 24px;
    }
    #iqac_about .work .left h3 {
        font-size: 14px;
    }
    #iqac-team div.top h2 {
        font-size: 22px;
    }
    #iqac-team ul.all-team li {
        width: 95%;
    }
    #iqac_functions h2 {
        font-size: 23px;
        line-height: 34px;
    }
    #iqac_functions .download_box .items {
        width: 100%;
    }
    .section.open {
        height: auto !important;
    }
    #iqac_complaints .box .button a.report {
        font-size: 14px;
        padding: 10px 25px;
    }
    #facilities {
        padding: 14% 4% 0%;
    }
    #facilities h2 {
        font-size: 18px;
        line-height: 27px;
    }
    #facilities p.description {
        margin-bottom: 10px;
    }
    #halls div.bottom ul.cards li.card {
        width: 100% !important;
        padding: 20px;
    }
    div.bottom ul li .slick-dots {
        left: 123px;
    }
    #library .library-content .left .contents .number span.group {
        width: 40px;
        height: 40px;
    }
    #library .library-content .left .contents {
        /* width: 75%; */
        padding: 18px;
        /* left: 13%; */
    }
    #library .library-content .left .contents .number span.count {
        font-size: 14px;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        left: 3px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        right: 7px;
    }
    #library {
        padding: 13% 1%;
    }
    #library .library-content .right p {
        font-size: 15px;
    }
    #library .library-content .right h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #library .library-content .left .library-image {
        padding: 16px;
    }
    #labs h2 {
        line-height: 30px;
    }

    #internships .right {
        padding: 35px 30px;
    }

    #service .widgets .main-content h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #service .widgets .main-content p {
        font-size: 14px;
    }
    #service .widgets .main-content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    #service .widgets {
        padding: 11% 5%;
    }
    #labs button.slick-preve {
        width: 35px;
        height: 35px;
        left: 6px;
    }
    #labs button.slick-nexte {
        width: 35px;
        height: 35px;
        right: 6px;
    }
    #activities_detail {
        padding: 30% 2% 17%;
    }
    #activities_detail div.album h2 {
        width: 100%;
        font-size: 17px;
        line-height: 27px;
    }
    #complaints {
        padding: 31% 0% 20%;
    }
    #complaints div.top h3 {
        font-size: 22px;
    }
    #complaints div.main-container .form_container {
        padding: 26px 12px;
    }
    #complaints div.main-container .form_wrap .adress .input {
        height: 200px;
    }
    #construction {
        padding: 31% 0 17%;
    }
    #gallery-visuals {
        padding: 15% 0 15%;
    }
    #gallery-visuals h2 {
        line-height: 28px;
    }
    #faculty-members .items ul {
        grid-template-columns: repeat(1, 1fr);
    }
    #gallery-visuals .inaguration {
        display: none;
    }
    #gallery-visuals .gallery-details h3 {
        font-size: 23px;
    }

    #gallery-visuals .gallery-details .collashe .items {
        margin-bottom: 16px;
    }

    #photos {
        padding: 34% 0% 24%;
    }
    #photos .image-gallery .major {
        width: 90%;
        margin: 0 auto 24px;
    }
    #photos .image-gallery .major h5 {
        font-size: 18px;
    }
    #photos .listpage-box {
        width: 100%;
    }
    #photos .listpage-box li {
        padding: 3px 8px;
    }
    #cources {
        padding: 35% 2%;
    }
    #cources h2 {
        font-size: 20px;
    }
    #cources h4 {
        font-size: 22px;
    }

    #collage-counsil .top {
        width: 90%;
    }

    #collage-counsil ul li {
        width: 90%;
    }

    #blog-details {
        padding: 50px 0px;
    }

    #blog-details .items .left {
        width: 100%;
    }

    #blog-details .items .right {
        width: 100%;
    }
    #careers-spotlight {
        padding: 110px 0;
    }
    #careers-spotlight .left {
        text-align: center;
    }
    #careers-spotlight .left h1 {
        font-size: 28px;
    }
    #careers-spotlight .left p {
        font-size: 14px;
        margin-top: 0;
        width: 100%;
    }
    div.top {
        margin-bottom: 25px;
    }
    #vacancies div.top h2.vacancy-heading {
        font-size: 22px;
        line-height: 20px;
    }
    #vacancies div.top h4.notification {
        font-size: 14px;
    }
    #application-form div.top h4.small-heading {
        margin-bottom: 12px;
    }
    #application-form .row {
        border-radius: 6px;
    }
    #ncte-details {
        padding: 50px 0;
    }
    #ntce-spotlight div.title h1 {
        font-size: 27px;
        text-align: center;
    }
    #ntce-spotlight div.title h4 {
        font-size: 14px;
    }
    #gallery li.video #play-btn {
        width: 45px;
        position: absolute;
        top: 38%;
        left: 43%;
    }
    #about {
        padding: 50px 0;
    }
    #choose-us {
        padding: 50px 0px;
    }
    #ncte-details h1.ncte-heading {
        font-size: 25px;
    }
    #ncte-details div.list-view-box div.row div.left div.pdf-icon {
        width: 25px;
        height: 25px;
    }

    #vacancies .cards-container {
        grid-template-columns: 1fr;
    }

    footer .container .items ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }

    footer .container .items ul li {
        width: 100%;
    }

    footer .container .items ul li:nth-child(2) {
        width: 100%;
    }

    footer .container .items ul li:last-child {
        width: 100%;
    }

    footer .container .items ul li .logo-container {
        margin: 0 auto;
        width: 50%;
    }

    footer .container .items ul li .logo-container a {
        margin-bottom: 15px;
    }

    footer .container .items ul li p {
        margin: 0 auto 20px;
        text-align: center;
        font-size: 14px;
        font-family: "poppins-light";
        line-height: 20px;
    }

    footer .container .items ul li .social {
        justify-content: center;
    }

    footer .container .items ul li .social a {
        width: 35px;
        margin-right: 20px;
    }

    footer .container .items ul li .connect a {
        width: 65%;
        font-size: 16px;
    }

    footer .container .items ul li h4 {
        text-align: center;
        font-size: 20px;
    }

    footer .container .items ul li:last-child {
        text-align: center;
    }

    footer .container .items ul li .terms a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer .container .items ul li .connect a.footer-address {
        width: 65%;
    }

    footer .container .items ul li .connect .logo-container {
        width: 30px;
    }

    footer .container .items ul li .connect {
        margin-bottom: 15px;
    }

    footer .container .items ul li h4 {
        margin-bottom: 10px;
    }

    #labs div.bottom ul.cards li.card {
        width: 100%;
    }
}
@media all and (max-width: 400px) {

    #vision-and-objective .items .title_box {
        width: 100%;
        right: 0%;
        bottom: -1%;
        border-radius: 0;
    }

    #latest-news .button .prev-container .slick-arrow {
        width: 32px;
        padding: 10px;
        left: 30px;
        bottom: 38%;
    }
    #institution{
        padding: 50px 0px;
    }
    #latest-news .button .next-container .slick-arrow {
        width: 32px;
        padding: 10px;
        right: 30px;
        bottom: 38%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        width: 32px;
        padding: 10px;
        left: 30px;
        bottom: 54%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        width: 32px;
        padding: 10px;
        right: 30px;
        bottom: 54%;
    }

    #about {
        padding: 50px 0px;
    }

    #about .content .left {
        width: 95% !important;
    }

    #about .content .left .img-container {
        margin-bottom: 35px;
    }

    #about .content .right p {
        width: 100%;
    }

    #choose-us {
        padding: 50px 0px;
    }

    #research-works {
        padding: 20px 0px;
    }

    #principal-desk .items .title_box {
        width: 60%;
    }

    footer .container .items ul li .logo-container {
        width: 60%;
    }

    footer .container .items ul li p {
        width: 100%;
    }

    footer .container .items ul li .connect a {
        width: 65%;
    }

    #service {
        padding: 50px 0px;
    }

    #service .left h2 {
        font-size: 24px;
        text-align: center;
    }

    #service .left p {
        text-align: center;
    }

    #service .right .img-container {
        width: 95%;
    }

    #collage-ground {
        padding: 50px 0px;
    }

    #collage-ground .right .img-container {
        width: 95%;
    }

    #collage-ground .left h2 {
        font-size: 24px;
    }

    #collage-ground .left p {
        text-align: center;
    }
}

@media all and (max-width: 360px) {

    div.modal_wrapper .success_wrap {
        width: 80%;
    }

    div.modal_wrapper .success_wrap .modal_icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px 
    }

    div.modal_wrapper .success_wrap h3 {
        font-size: 20px;
    }

    div.modal_wrapper .success_wrap .btn_done {
        padding: 8px 25px;
    }

    #objective .items .right h3 .blue_color {
        font-size: 26px;
        margin-bottom: 0;
    }

    #registration div.main-container .header ul li {
        align-items: center;
    }

    #connect .contact .touch-us a {
        width: 90%;
    }

    #latest-news .button .prev-container .slick-arrow {
        width: 30px;
        padding: 8px;
        left: 28px;
        bottom: 42%;
    }

    #latest-news .button .next-container .slick-arrow {
        width: 30px;
        padding: 8px;
        right: 28px;
        bottom: 42%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        width:30px;
        padding: 8px;
        left: 28px;
        bottom: 56%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        bottom: 56%;
        width:30px;
        padding: 8px;
    }

    #rules ul.download li .container .date-info span {
        width: 80%;
    }

    #complaints div.modal_wrapper_two.active .shadow_two {
        backdrop-filter: blur(4px);
    }

    #complaints div.modal_wrapper_two .success_wrap {
        width: 80% !important;
        top: 50%;
        border-radius: 12px;
    }

    #complaints div.modal_wrapper_two .success_wrap .modal_icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px;
    }

    #complaints div.modal_wrapper_two .success_wrap h3 {
        font-family: "poppins-light";
        font-weight: 600;
    }

    #complaints div.modal_wrapper_two .success_wrap p {
        font-family: "poppins-light";
    }

    .fileContainer {
        padding: 0;
    }

    .fileContainer span {
        height: 50px;
        overflow: hidden;
    }

    #activities-card .items ul li .img-container {
        margin-bottom: 25px;
    }

    #activities-card .items ul li .contents p {
        text-align: center;
    }

    #activities-card .items ul li .contents h2 {
        font-size: 24px;
    }

    #application-form {
        padding: 50px 0px;
    }

    #about .content .right h2 {
        width: 100%;
    }

    #about .content .right a {
        width: max-content;
    }

    #announcement .item ul {
        width: 250px;
    }

    #vision-and-objective .items .right h3 {
        font-size: 26px;
    }

    #vision-and-objective .items .left {
        width: 100%;
    }

    #vision-and-objective .items .title_box {
        width: 60%;
        padding: 5px 10px;
        right: 0%;
        bottom: 0%;
        border-radius: 0px;
    }

    #vision-and-objective .items .right p {
        font-size: 16px;
    }

    #vision-and-objective .items .title_box h4 {
        font-size: 14px;
    }

    #vision-and-objective .items .right h3 .blue {
        font-size: 26px;
    }

    #objective {
        padding: 50px 0px;
    }

    #objective .items .left {
        width: 100%;
    }

    #objective .items .title_box {
        width: 75%;
    }

    #objective .items .title_box h4 {
        font-size: 16px;
    }

    #objective .items .title_box {
        width: 62%;
        padding: 5px 10px;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }

    #objective .items .right h3 {
        font-size: 26px;
    }

    #objective .items .right h3 .blue {
        margin-bottom: 0;
        font-size: 26px;
    }

    #objective .items .right p {
        font-size: 16px;
    }

    #suggestion button {
        width: 40%;
    }

    #gallery ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #gallery ul li:first-child {
        /* width: 552px; */
        grid-column: 1/2;
    }

    #gallery .play-btn {
        top: 2%;
        left: 42%;
    }

    #principal-desk .items .title_box {
        width: 70%;
    }

    #principal-desk .items .right h2 {
        font-size: 24px;
    }

    #choose-us .bottom ul {
        grid-template-columns: 1fr;
    }

    #faculty-members .items ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .research {
        font-size: 34px;
    }

    .research-title h4 {
        width: 90%;
    }

    #new-arrivals .items ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #pagination .listpage-box li {
        padding: 2px 5px;
    }

    #iqac_about .work .right .image_box .image_1 {
        top: 56px;
    }
    #ncte-details h1.ncte-heading {
        font-size: 23px;
    }
    #ncte-details div.list-view-box div.row div.right a.download {
        min-width: 0;
    }
    #ntce-spotlight div.title h1 {
        font-size: 33px;
    }
    #ntce-spotlight div.title h4 {
        font-size: 15px;
    }
    #ncte-details .wrapper-secondary {
        width: 85%;
    }

    #main-objective .top h2 {
        font-size: 30px;
    }

    #main-objective .middle {
        margin-bottom: 30px;
    }

    #main-objective .middle .items .right .details {
        gap: 20px;
        margin-bottom: 30px;
    }

    #main-objective .middle .items .right .details .img-container {
        width: 30px;
    }
}

@media all and (max-width: 329px) {

    div.bottom ul li .slick-dots {
        left: 80px;
    }

    #library .library-content .left .contents .number span {
        text-align: center;
    }

    #suggestion button {
        width: 45%;
    }
    #connect .top h3 {
        font-size: 18px;
        line-height: 11px;
    }

    #connect .forms {
        padding: 18px;
    }

    #connect .forms form input {
        width: 100%;
    }

    #connect .forms form {
        padding: 2 8px;
    }

    #connect .top h4 {
        font-size: 12px;
    }

    #contactus .title {
        width: 100%;
    }

    #contactus .title h2 {
        font-size: 22px;
        line-height: 13px;
    }

    #contactus .title h4 {
        font-size: 12px;
    }

    .spotlight {
        /* height: calc(50vh - 60px) !important; */
    }

    #home .next button img {
        width: 14px;
        height: 14px;
    }

    #alumni .title {
        width: 100%;
    }

    #home .next {
        bottom: 22px;
        right: 22px;
    }

    .slick-dots {
        bottom: 9px;
        left: 11px;
    }

    .slick-dots {
        bottom: 9px;
        left: 11px;
    }

    .banner marquee a {
        font-size: 12px;
    }

    .banner button {
        font-size: 12px;
    }

    #about .content .right h2 {
        font-size: 18px;
    }

    #about {
        padding: 50px 0;
    }

    #academics .top h2 {
        font-size: 16px;
    }

    #academics .university .card .img-container {
        height: 186px;
    }

    #academics .university .card .details h3 {
        font-size: 14px;
    }

    #academics .university .card .details button {
        font-size: 12px;
        line-height: 3px;
    }

    #academics .university .card .details button i {
        font-size: 14px;
    }

    #events {
        padding: 34px 0;
    }

    #events .title h2 {
        font-size: 18px;
    }

    #events .card .left .img-container {
        height: 140px;
    }

    #events .card .left .img-container {
        line-height: 15px;
        border-radius: 12px;
    }

    #academics {
        padding: 30px 0;
    }

    #events .sub-title {
        margin-top: 28px;
    }

    #events .card .left .details .main-title h3 {
        font-size: 16px;
        line-height: 23px;
    }

    #events .card .left .details .main-title span {
        font-size: 12px;
    }

    #events .card .left .details p {
        font-size: 12px;
        line-height: 17px;
    }

    #events .card .right .cards .small-card .details span {
        font-size: 14px;
    }

    #events .card .right .cards .small-card .details h3 {
        font-size: 12px;
    }

    #events .card .right .cards .small-card .details p {
        font-size: 14px;
        line-height: 15px;
    }

    #events .card .right .cards .small-card .img-container {
        width: 43%;
        height: 114px;
    }

    #events .upcoming h2 {
        font-size: 18px;
    }

    #events .upcoming .new-event .cards .img-container {
        height: 170px;
    }

    #events .upcoming .new-event .cards .details span {
        font-size: 12px;
    }

    #events .upcoming .new-event .cards .details h3 {
        font-size: 16px;
    }

    #events .upcoming .new-event .cards .details p {
        font-size: 12px;
        line-height: 19px;
    }

    #announcement {
        padding: 30px 0;
    }

    #announcement .top h4 {
        font-size: 18px;
    }

    #announcement .item ul li {
        padding: 10px;
    }

    #announcement .item ul li a {
        font-size: 14px;
        line-height: 18px;
    }

    #gallery {
        padding: 30px 0;
    }

    #gallery .top h4 {
        font-size: 14px;
    }

    #gallery .top h2 {
        font-size: 18px;
    }

    #gallery-visuals .showcase-button span {
        height: 41px;
        width: 41px;
    }

    #about .content .right p {
        line-height: 21px;
        margin-bottom: 24px;
    }

    #committee ul.card li {
        width: 100%;
        min-height: 0;
    }

    #committee .details h3 {
        font-size: 14px;
    }

    #committee .details span {
        font-size: 12px;
    }

    #students ul.card li {
        width: 100%;
        min-height: 0;
    }

    #students .title h4 {
        font-size: 18px;
    }

    #students ul.card li .details h3 {
        font-size: 14px;
    }

    #students ul.card li .details span {
        font-size: 12px;
    }

    #students ul.card li .img-container {
        height: 124px;
        width: 125px;
    }

    #committee ul.card li .img-container {
        height: 124px;
        width: 125px;
        margin: 0 auto;
    }

    #students {
        padding: 48px 0;
    }

    #committee {
        padding: 40px 0 0px;
    }

    #faculty {
        padding: 42px 0;
    }

    #faculty .title h4 {
        font-size: 18px;
    }

    #faculty ul.card li {
        width: 100%;
        min-height: 0;
    }

    /* #gallery ul li {
        height: 135px;
    } */

    #institution {
        padding: 40px 0;
    }

    #institution .top h2 {
        font-size: 18px;
    }

    #institution .top h4 {
        margin-top: 0px;
        font-size: 14px;
        line-height: 19px;
    }

    #our-history .title h2 {
        font-size: 26px;
        line-height: 10px;
    }

    #our-history .title {
        width: 86%;
    }

    #our-history .title h4 {
        font-size: 12px;
    }

    #faculty ul.card li .details h3 {
        font-size: 14px;
    }

    #faculty ul.card li .img-container {
        height: 124px;
        width: 124px;
    }

    #register .contents .right-container .title h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #register .contents .right-container .title p {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .backtotop {
        right: 37px;
        width: 36px;
        height: 35px;
        top: -20px;
    }

    #mobile-menu ul.main-nav li {
        /* font-size: 12px; */
    }

    #alumni .title h4 {
        font-size: 14px;
    }

    #vision .left-container .content-box .content p {
        font-size: 11px;
        line-height: 20px;
    }

    #aboutus .title h2 {
        /* font-size: 18px; */
        line-height: 30px;
    }

    #objectives .top-title h2 {
        font-size: 18px;
        line-height: 0;
    }

    #objectives .objects .content-box {
        width: 100%;
    }

    #objectives .objects {
        margin-top: 36px;
    }

    #objectives .objects .content-box .details {
        margin-left: 10px;
    }

    #objectives .objects .content-box .details p {
        font-size: 14px;
        line-height: 15px;
    }

    #management .top-title h3 {
        font-size: 18px;
    }

    #management ul.card li {
        width: 100%;
        margin: 0 0px 24px 0;
        min-height: 0;
    }

    #management ul.card li .img-container {
        height: 124px;
        width: 124px;
    }

    #members .top-title h3 {
        font-size: 18px;
    }

    #management .details h3 {
        font-size: 14px;
        line-height: 12px;
        min-height: unset;
    }

    #management .details span {
        font-size: 12px;
        line-height: 0px;
    }

    #members ul.all-team li {
        margin: 0 0px 24px 0;
        width: 95%;
        min-height: 0;
    }

    #members ul.all-team li .details h4 {
        font-size: 12px;
        line-height: 10px;
    }

    #members ul.all-team li .details span {
        font-size: 11px;
        line-height: 0;
    }

    #administration .title h4 {
        font-size: 16px;
        line-height: 10px;
    }

    #administration ul.card li {
        width: 98%;
    }

    #administration ul.card li .details h3 {
        font-size: 14px;
        line-height: 12px;
    }

    #administration ul.card li .details span {
        font-size: 14px;
        line-height: 0px;
    }

    #annualreport .title h3 {
        font-size: 16px;
    }

    #members ul.all-team li .img-container {
        /* height: 124px; */
        /* width: 124px; */
    }

    #annualreport ul.download {
        margin-top: 0px;
    }

    #rules .title h3 {
        font-size: 16px;
    }

    #administration ul.card li .img-container {
        /* height: 124px; */
        /* width: 124px; */
    }

    #rules {
        padding: 50px 0 50px;
    }

    #administration {
        padding: 35px 0;
    }

    #rules ul.download li .container .date-info span {
        font-size: 14px;
    }
    #alumni-network div.content .right p {
        font-size: 15px;
    }
    #alumni-activities div.bottom ul.cards li.card {
        padding: 15px;
    }
    #alumni-activities .listpage-box li span {
        font-size: 28px;
        margin-right: 3px;
    }
    #alumni-activities .listpage-box li span.right {
        font-size: 28px;
        margin-left: 3px;
    }
    #alumni-activities .listpage-box li a.pagi {
        font-size: 14px;
    }
    #alumni-team div.top h2 {
        font-size: 24px;
    }
    #alumni-team div.alumns div ul li h5 {
        font-size: 12px;
    }
    #registration {
        padding: 20% 5% 25%;
    }
    #registration .header ul li div.step .bullet::after,
    #registration .header ul li div.step .bullet::before {
        right: -71px;
        width: 67px;
    }
    .fileContainer {
        padding: 8px 0px;
    }
    #registration div.top p {
        font-size: 14px;
    }
    #registration div.modal_wrapper .success_wrap {
        width: 81%;
        padding: 16px;
    }
    #iqac_spotlight .title h2 {
        font-size: 22px;
    }
    #iqac_about .work .right .image_box .image_3 {
        top: 5px;
    }
    #iqac_about .work .right .image_box .image_2 {
        top: 156px;
    }
    #iqac_about .work {
        padding: 11% 5% 10%;
    }
    #iqac_about .work .right .image_box .image_2 {
        top: 167px;
    }
    #iqac_about .work .four .title_box {
        left: 1%;
        top: 92px;
    }
    #iqac_about .objective .right {
        height: 235px;
    }
    #iqac-team {
        padding: 50px 0;
    }
    #iqac-team div.top h2 {
        font-size: 20px;
    }
    #iqac-team ul.all-team li {
        padding: 15px;
    }
    #iqac-team .representatives h4 {
        font-size: 20px;
    }
    #iqac-team .representatives ul li.list h5 {
        font-size: 18px;
    }
    #iqac-team .representatives ul li.list {
        width: 100%;
    }
    #iqac-team .representatives .nominees .left .student .list {
        width: 96%;
    }
    #iqac_functions h2 {
        font-size: 20px;
    }
    #iqac_complaints .box .button a.report {
        font-size: 14px;
        padding: 10px 28px;
    }
    #facilities h2 {
        font-size: 16px;
        line-height: 24px;
    }
    #facilities p.description {
        font-size: 14px;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        padding: 4px 9px;
        font-size: 18px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        padding: 4px 9px;
        font-size: 18px;
    }
    #library .library-content .right h2 {
        font-size: 22px;
    }
    #library .library-content .right p {
        font-size: 14px;
    }
    #internships .grid-layout .blue {
        padding: 22px;
    }
    #internships .grid-layout .blue .content h2 {
        font-size: 22px;
        line-height: 28px;
    }
    #internships .grid-layout .blue .content p {
        font-size: 14px;
    }
    #service .widgets .main-content h2 {
        font-size: 19px;
        line-height: 27px;
    }
    #facilities {
        padding: 32% 0% 0%;
    }
    #activities_detail div.album h2 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }
    #activities_detail .slider-card {
        margin-bottom: 60px;
    }
    .owl-carousel .owl-nav button.owl-prev .fa-angle-left:before {
        top: 9px;
    }
    .owl-carousel .owl-nav button.owl-next .fa-angle-right:before {
        top: 11px;
    }
    div.album .activity_details p {
        font-size: 14px;
    }
    #complaints div.top h3 {
        font-size: 20px;
    }
    #complaints div.top p {
        font-size: 14px;
    }
    #gallery-visuals .petrichor {
        display: none;
    }
    #photos .listpage-box li span {
        font-size: 28px;
        margin-right: 3px;
    }
    #photos .listpage-box li span.right {
        font-size: 28px;
        margin-left: 3px;
    }
    #photos .listpage-box li a.pagi {
        font-size: 14px;
    }
    #cources h2 {
        font-size: 17px;
    }
    #cources {
        padding: 37% 2%;
    }

    #collage-counsil .wrapper {
        width: 85%;
    }
}
@media all and (max-width: 320px) {

    #vision-and-objective .items .title_box {
        width: 100%;
    }

    #vision-and-objective .items .title_box h4 {
        font-size: 16px;
    }

    #vision-and-objective .items .title_box h5 {
        font-size: 14px;
    }

    #objective .items .title_box {
        width: 100%;
    }

    #objective .items .title_box h5 {
        font-size: 14px;
    }

    #latest-news .button .prev-container .slick-arrow {
        left: 24px;
        bottom: 43%;
    }

    #latest-news .button .next-container .slick-arrow {
        right: 24px;
        bottom: 43%;
    }

    #upcoming-events .button .prev-container .slick-arrow {
        left: 24px;
        bottom: 57%;
    }

    #upcoming-events .button .next-container .slick-arrow {
        right: 24px;
        bottom: 57%;
    }

    #mobile-menu {
        width: 260px;
    }
}
