/* Fonts */
:root {
    --font-primary: 'Blinker', sans-serif;
    --font-secondary: 'Poppins', sans-serif;
}

/* Colors */
:root {
    --color-default: #000000;
    --color-primary: #1e82b4;
    --color-secondary: #de870d;
    --color-heading: #fff;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}


body {
    color: var(--color-primary);
    line-height: 1.5rem;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--color-primary);
    font-weight: 400 !important;
    font-family: var(--font-primary);
    font-size: 1.5rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
}

p,
span,
a {
    line-height: initial;
}

table,
th,
td {
    border: 1px solid #ddd;
    color: #000 !important;
}

p,
a,
li {
    color: var(--color-default);
}

li,
td,
button {
    font-size: 16px;
}

.shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}

/*-------------------------- Admission enquiry form start--------------------------------------------------*/

select.form-control {
    appearance: auto;
}

.form-control:read-only {
    appearance: auto;
    background-color: #223D78;
    color: #898484;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.form-controls:read-only {
    appearance: auto;
    background-color: #0487E2;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.form-controls {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #262626;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a3a3;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* sticky button */

#btnAdmission {
    height: 70px;
    width: 15px;
    position: fixed;
    right: 10px;
    top: 71%;
    z-index: 9999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.navbar-nav .dropdown-menu {
    position: static;
    text-transform: capitalize;
}

.myCustomTopLeftMenu>li>a {
    text-transform: uppercase;
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #cabe76 !important;
}

#btnAdmission a {
    display: block;
    border-radius: 10px 13px 0px 10px;
    background-color: #223D78;
    padding: 10px;
    width: 196px;
    height: 217px;
    text-align: center;
    color: var(--color-heading);
    font-family: Arial, sans-serif;
    font-size: 17px !important;
    font-weight: bold;
}

#btnAdmission a:hover {
    background-color: var(--color-secondary);
}


#quickenquire em {
    color: red;
}

.modal-enquiryForm .btn-primary[type=submit] {
    width: 100%;
    background-color: var(--color-primary);
    color: var(--color-heading);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.modal-enquiryForm .btn-primary[type=submit]:hover {
    background-color: var(--color-secondary);
}

.modal-enquiryForm .form-group {
    margin-bottom: 10px
}

/* -----------------------------------Admission enquiry form end---------------------------------------------*/

/* -----------------------------------header-------------------------------------------------------------------- */
.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
    color: var(--color-heading);
}

.web-cust-menu .active {
    background-color: var(--color-secondary);
    background: var(--color-secondary)
}

.activity {
    margin-top: -53px;
}

.flip-content:hover {
    color: #08035b;
}

.image {
    transition: transform 0.3s ease-in-out;
    border: 2px solid black;
    border-radius: 20px;
    padding: 2px;
    margin-bottom: 13px;
}

.image:hover {
    transform: scale(1.1);
}

/* .search-button .btn,
.search-button .form-control {
    line-height: 0.5;
}

.search-button .btn:hover {
    background-color: #16a2b9;
}

.search-button .form-control {
    padding: 2px 5px;
    margin-left: 10px;
    width: 70% !important;
} */

.site-header {
    /* text-align: center; */
    /* padding-top: 63px !important;
    padding-bottom: 15px; */
    /* padding-bottom: 0px !important; */
}

.logo-holder,
.title-holder {
    display: inline-block;
    /* vertical-align: top; */
}

.logo-holder {
    margin-top: -15px;
}

.left-logo {
    text-align: left;
}

.right-logo {
    text-align: right;
}

.tp-1 {
    width: auto;
}

.tp-2 {
    margin-right: initial;
    width: 100%;
    justify-content: end;
}


.navbar .navbar-nav .nav-link {
    padding: 15px 10px;
}

.topbar-menu .navbar-nav .nav-item.dropdown ul li {
    border-right: 0px;
}

.topbar-menu .navbar-nav .nav-item.dropdown ul li a {
    padding: 10px 12px !important;
}

.topbar-menu .navbar-nav a {
    /* color: #0b0b0b !important; */
    margin: 0px !important;
    padding: 0px 12px !important;
}

.second-menu .navbar-nav a {
    color: #000000 !important;
    margin: 0px !important;
    padding: 0px 12px !important;
}

.topbar-menu {
    z-index: 1021;
}

.logo-holder {
    display: block;
    vertical-align: top;
    margin-top: 16px;
}

.title-holder {
    display: block;
    vertical-align: top;
    margin-top: 74px;
    text-align: justify;
    margin-left: 0px;
}

.site-header img.logo {
    width: 125px;
}

.responsive-logo {
    display: none;
}

.navbar .navbar-nav .nav-link {
    padding: 15px 10px;
}


.top-menu .navbar-nav .nav-link {
    padding: 0px !important;
    color: #fff;
    margin-right: 0px;
}

.coll-logo {
    text-align: right !important;
    padding: 0px 35px 0px 0px !important;
}

.top-menu #navbarNavDropdown {
    justify-content: end !important;
}

.top-menu a:hover {
    color: var(--color-secondary);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    background-color: var(--color-secondary);
    font-weight: 400 !important;
}

.navbar-nav {
    text-transform: lowercase;
}

.top-menu .dropdown-item {
    background-color: #16a2b9;
    padding: 10px 9px;
    color: #fff;
}

.top-menu .dropdown-item:hover {
    background-color: #064065;
    color: #fff !important;
}

.topbar-menu .dropdown-menu {
    background-color: var(--color-primary);
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #cabe76 !important;
}

.topbar-menu .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
    border-bottom: 0px !important;
}

span.top-line {
    margin: 0px 12px 0px 12px;
}

h3.head-line1 {
    /* color: #39508B; */
    font-weight: 1000 !important;
    text-shadow: 2px 1px 2px #3f0075;
    font-size: 35px;
    line-height: 32px;
    font-family: El Messiri !important;
    font-style: normal;
}

h3.head-line2 {
    color: #e10b00;
    font-weight: 500 !important;
    font-size: 19px;
    line-height: 13px;
    font-family: 'El Messiri';
    /* font-style: normal; */
}

h3.head-line3 {
    color: #050505;
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 11px;
    font-family: 'El Messiri';
    /* font-style: normal; */
}
h3.head-lines3 {
    color: #e10b00;
    text-shadow: 1px 1px 1px #3f0075;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 14px;
    font-family: 'El Messiri';
    /* font-style: normal; */
}

h3.head-line {
    color: #050505;
    padding-top: -55px;
    line-height: 8px;
    font-style: italic;
    font-size: 15px;
    font-weight: 00 !important;
    font-family: 'El Messiri !important';
}

.top-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-menu li {
    display: flex;
}

.second-menu {
    margin: auto;
}

.main-menu {
    background-color: var(--color-primary) !important;
}

.main-menu .navbar-nav .nav-item a {
    /* color: #ffffff; */
    color: #FFF;
    -webkit-text-stroke-width: 0.20000000298023224;
    -webkit-text-stroke-color: #FFF;
    font-family: Blinker;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-menu .dropdown-menu a {
    color: #fff !important;
}

.main-menu .dropdown-item:hover {
    background-color: var(--color-secondary);
    color: #000000;
    cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--color-default);
}

.main-menu .dropdown-item {
    background-color: var(--color-primary);
    padding: 10px 9px;
}

.dropdown-menu {
    background-color: #ffffff;
}

.top-menu-left {
    display: flex;
    margin-top: -2px;
    height: 43px;
    clip-path: polygon(0% 0%, 100% 0%, 95.7% 100%, 0% 101%);
    /* background: #0487e2; */
    margin-left: -169px;
    /* clip-path: polygon(0% 0%, 100% 0%, 92.7% 100%, 0% 100%); */
    background: #223D78;
    width: 606px;
}

.mobile-header {
    padding-left: 60px;
}

.top-menu-left a {
    color: #ffffff;
    /* color: #000; */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* .top-menu-left a:hover {
    color: #fdbd0f !important;
} */

/* --------------------------------------------------------end header---------------------------------------------------------- */
/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 111px;
    border-radius: 49%;
    height: 105px;
    border-block-color: white;
    margin-bottom: 30px;
    margin-top: 1px;
    border: 1px solid #262020;
    padding: 3px;
}

.info {
    margin-top: 32px;
    color: #223D78;
    font-size: 21px !important;
    font-weight: 700 !important;
    font-family: popins !important;
}

.info1 {
    margin-top: -10px;
    color: #223D78;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: popins !important;
}

marquee.importantNotices-section ul li {
    border-bottom: 1px solid #FFFFFF;
    padding: 20px;
}

.bi-chevron-left::before {
    content: "\F12C";
}

.bi-chevron-right::before {
    content: "\F135";
}

/* p.fs-8 {
    color: #000;
    font-family: Poppins !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
} */
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.card:hover .card {
    background-color: black;
}

.card:hover .card-title {
    color: #EF822F;
}

.card-title:hover .card-title {
    color: #EF822F;
}

/* .testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    margin-right: 6px;
    width: 51px;
    height: 51px;
    color: #ffffff;
    background: #EF822F;
    border-radius: 50%;
    font-size: 22px;
    margin-top: -368px;
    padding-left: 0px;
    margin-left: 818px;
    margin-bottom: 319px;
    transition: .5s;
} */
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex;
}

/* .testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    background: #0b0b0b;
    color: var(--light);
} */
.round {
    border-radius: 200px;
    width: 72px;
    margin-right: px;
    color: black;
    background-color: #ffffff;
    height: 72px;
    /* margin-bottom: -69px; */
    text-align: center;
    margin-top: 163px;
    margin-left: 22px;
    /* padding-bottom: 45px; */
    position: absolute;
    padding-top: 20px;
}

.testimonial-item {
    padding: 10px;
    border: 1px solid !important;
    margin-left: 13px;
    margin-right: 6px;
    border-radius: 19px;
}

.testimonial-item:hover {
    background: #008cba;
}

.testimonial-item:hover p {
    color: #fff;
}

/* .owl-nav i {
    font-size: 52px;
    margin-top: -21px;
    margin-top: -317px;
    margin-left: 2341px;
} */
/* Home slider start */
#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #323232;
    border: 10px solid #43371d;
}

.banner-slider img {
    height: 550px;
    object-fit: cover !important;
}

.carousel-caption {
    font-family: 'Poppins', sans-serif !important;
    color: var(--color-default);
}

.carousel-caption h5 {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
}

/* .heading {
    padding-bottom: 8px;
    color: #001573;
    font-family: 'bootstrap-icons';
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 0px;
    letter-spacing: 0.02em;
} */

/* ------------------------------------------------------------------------Home slider end-------------------------------------------- */



/*------------------------------------------------------ Achievement section start---------------------------------------------------- */
/* .achievement {
    justify-content: center;
    background-color: #e3e3e3;
    padding: 10px 0px;
    display: flex;
}

.achievement ul {
    margin-bottom: 0px;
}

.achievement li {
    list-style: none;
    display: initial;
    padding: 0px 10px;
}

.achievement span img {
    width: 20px;
    padding-right: 2px;
}

.features .col-lg-3 {
    height: 185px;
}

Achievement section end */



/* Features section start*/
/* .features .ps-3 div {
    padding-top: 8px;
}

.features-row {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
} */



/* .features .ps-3 {
    text-align: center;
}

.features .d-flex {
    justify-content: center;
}

.achi {
    border-radius: 0px 0px 0px 10px;
}

.achi1 {
    border-radius: 0px 0px 10px 0px;
} */

/* Features section end */


/* ---------------------------------news marquee start----------------------------------------*/
hr.line {
    color: black;
    height: 2px;
    margin-top: -21px;
}

.hor-marquee1 {
    display: flex;
    color: var(--color-default);

}

.hor-marquee1 span {
    padding: 15px 25px 15px 20px;
    background-color: #16a2b9;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 10px 0px 0px 10px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}

.quick-inner {
    border-radius: 10px;
    /* background-color: #fff; */
}

.hor-marquee1 marquee {
    padding: 15px 0px;
    background-color: #16a2b9;
    border-radius: 0px 7px 7px 0px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}

.hor-marquee1 marquee a {
    color: #fff;
    padding-right: 20px;
    text-decoration: underline;
}

.hor-marquee1 marquee a:hover {
    text-decoration: none;
}

.title {
    margin-top: -45px;
    margin-bottom: -44px;
}

.d-flex.py-2.social-icon {
    margin-left: 994px;
    margin-top: -43px;
}

/* ---------------------------------------------marquee end------------------------------------------------------ */

/*------------------------------------- Quick links---------------------------------------- */
h2.quick-head-back {
    background-color: #223D78;
    margin-bottom: 0px;
    padding: 7px 7px 10px 20px;
    color: #fff;
    /* border-radius: 10px 10px 0px 0px; */
}

.quick-links .col-lg-3 p {
    margin: 0px;
    padding-top: 15px;
}

.quick-inner-top {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px; */
}

.quick-links .col-lg-3 {
    text-align: center;
}

.quick-links .quick-inner-sec {
    border: 1px solid #c04848;
    height: 160px;
    padding: 20px 12px;
}
/* pdf icon css */

.list-items-pdf {
    list-style: none;
    padding: 0 0 0 21px;
}
.list-items-pdf li {
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.list-items-pdf a {
    text-decoration: underline;
}
.list-items-pdf a:hover {
    text-decoration: none;
}
.list-items-pdf a::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    color: #a82427;
    width: 23px !important;
    display: inline-block;
    font-size: 19px;
}

.top-bott.btn-primary {
    color: #fff;
    background-color: #fdbd0f !important;
    border-color: #fdbd0f !important;
}

.top-bott.btn-primary:hover {
    color: var(--color-primary);
    background-color: transparent !important;
}

.quick-hover-section {
    position: absolute;
    top: 0px;
    left: -93px;
    right: 0px;
    opacity: 0;
    height: 160px;
    padding: 20px 12px;
    background-color: var(--color-primary);
    transition: all 0.3s;
}

.quick-hover-section:hover {
    opacity: 1;
    border: 1px solid transparent;

}

.quick-links-anch {
    position: relative;
}

.quick-hover-section a {
    background-color: #064065;
    padding: 7px 12px;
    color: #fff;
    border-radius: 6px;
}

.quick-hover-section p {
    margin-top: 10px !important;
}

/* quick links end */

/* Vertical News Starts */
.holder {
    height: 250px !important;
    overflow: hidden;
    padding: 10px;
}

.holder marquee {
    position: relative;
    left: 0px;
    top: 10px;
    height: 200px;
    overflow: hidden;
}

p#top1 {
    text-align: center;
}

.flip-contents:hover {
    color: #08035b;
}

h2.flip-contents {
    color: #0487E2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 26px;
    margin-left: 22px;
    margin-right: 6px;
    margin-top: 7px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

p.newicons {
    margin-left: 41px;
}

p.newicon {
    margin-left: 10px;
}

.circle-icon.circle:hover .flip-contents {
    color: #08035b;
}

.h2.flip-contents:hover ..h2.flip-contents {
    color: #08035b;
}

.h2.flip-contents:hover {
    color: #08035b;
}

.circle-icon.circle:hover .flip-contents {
    color: #08035b;
}

.holder ul {
    list-style: none;
    margin: 0;
    /* margin-top:29px; */
    padding: 0;
    position: relative;
    width: 100%;
}

.holder ul li {
    padding: 10px 10px;
    color: #ffffff;
    /* margin-top: 100px; */
    width: 613px;
    border-bottom: 1px solid #0487E2;
}

/* marquee.importantNotices-section ul {
    border-bottom: 1px solid #FFFFFF;
    padding: 20px;
} */
marquee.importantNotices-section ul li a {
    color: white;
    padding: 8px 10px;
}

/* .underline-text {
    text-decoration: underline #00dbde;
    margin-bottom: 20px;
  } */
.holder ul li a {
    color: white;
    /* background: white; */
    /* text-decoration: underline #00dbde; */
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}

.holder ul li p {
    color: rgb(255, 255, 255);
    display: flex;
    /* background-color: white; */
    width: 200px;
    margin-bottom: 10px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}

/* .holder ul li a:hover {
    text-decoration: none;
} */
.quick-links .col-lg-4 li {
    border-bottom: 1px solid #0487E2;
    padding: 15px 0px;
}

.quick-links .col-lg-8 .quick-inner,
.quick-links .col-lg-4 .quick-inner {
    padding: 20px;
}

.quick-links .col-lg-4 li a::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: var(--color-secondary);
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 6px;
}

.quick-links .col-lg-4 li {
    border-bottom: 1px solid gray;
    padding: 15px 0px;
}

.view-all {
    margin-left: 88px;
}


/* ---------------------test home page alumini-------------------------- */

.alumni-item img {
    border-radius: 50%;
    border: 4px solid #f1f1f1;
}

.alumini .col-lg-8 .quick-inner,
.alumini .col-lg-4 .quick-inner {
    padding: 20px;
}

.alumini .col-lg-4 li a::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: var(--color-secondary);
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 6px;
}

.alumini .col-lg-4 li {
    border-bottom: 1px solid gray;
    padding: 15px 0px;
}

.alumni-link {
    height: 330px;
}

.naac-btn {
    border-width: -1px 6px 1px;
    border-color: rgb(255 255 255);
    border-style: solid;
    background-color: #1e82b4e0;
    border-radius: 44px;
    border-top: 2px solid #EC53B0;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    box-shadow: rgba(-2, -9, -3, 0.1) -9px -6px 2px -2px;
    padding: 15px;
    padding: 12px;
}

.naac-btn:hover {
    background-color: #223d78;
}

.iqac-btn:hover {
    background-color: #223d78;
}

.iqac-btn {
    border-width: -1px 6px 1px;
    border-color: rgb(255 255 255);
    border-style: solid;
    background-color: #54afff;
    border-radius: 0px;
    border-bottom: 6px solid #ff9f2a;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    box-shadow: rgba(-2, -9, -3, 0.1) -9px -6px 2px -2px;
    padding: 15px;
    padding: 15px;
}

.owl-carousel-alumni .alumni-item {
    border: 2px solid !important;
    position: relative;
    z-index: 100;
    margin: auto;
    width: 377px;
    height: 302px;
    border-radius: 18px;
    padding: 10px;
    margin-left: 33px;
    height: -15em;
}

.owl-carousel-alumni .alumni-item:hover {
    color: white;
}

.owl-carousel-alumni .alumni-item .alumni-title {
    margin-top: 1em;
    margin: auto;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #223D78;
    white-space: nowrap;
    padding: 1em 0em 0.5em 0em;
}

.owl-carousel-alumni .alumni-item .alumni-title:hover {
    color: white;
}

.owl-carousel-alumni .alumni-item .alumni-text:hover {
    color: white;
}

.owl-carousel-alumni .alumni-item .alumni-text {
    height: 5em;
    width: 10em;
    text-align: center;
    font-size: 0.9em !important;
    margin: auto;
}

.owl-carousel-alumni,
.owl-carousel-alumni .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

/* .card:hover{
    color:black;
} */
.owl-carousel-alumni {
    display: none;
    width: 95%;
    z-index: 1;
    margin-left: 17px;
    margin-top: -11px;
}


.owl-carousel-alumni .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel-alumni .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel-alumni .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel-alumni .owl-item,
.owl-carousel-alumni .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel-alumni .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel-alumni .owl-item img {
    display: block;
    width: 4rem;
    margin-left: 10px;
    /* margin: auto; */
}

.owl-carousel-alumni .owl-dots.disabled,
.owl-carousel-alumni .owl-nav.disabled {
    display: block
}

.no-js .owl-carousel-alumni,
.owl-carousel-alumni.owl-loaded {
    display: block
}

.owl-carousel-alumni .owl-dot,
.owl-carousel-alumni .owl-nav .owl-next,
.owl-carousel-alumni .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel-alumni.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel-alumni.owl-hidden {
    opacity: 0
}

.owl-carousel-alumni.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel-alumni.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel-alumni.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel-alumni.owl-rtl {
    direction: rtl
}

.owl-carousel-alumni.owl-rtl .owl-item {
    float: right
}

.owl-carousel-alumni .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel-alumni .owl-animated-in {
    z-index: 0
}

.owl-carousel-alumni .owl-animated-out {
    z-index: 1
}

.owl-carousel-alumni .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel-alumni .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel-alumni .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel-alumni .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel-alumni .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel-alumni .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel-alumni .owl-video-playing .owl-video-play-icon,
.owl-carousel-alumni .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel-alumni .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel-alumni .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* -----------------------test alumini end------------------------ */
h2.flip-content {
    color: #0487E2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 26px;
    /* margin-left: -14px; */
    margin-top: 7px;
    margin-right: -79px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.read-more {
    margin-top: -46px;
    padding: 2px 12px 8px 28px;
}





/* -----------------------home news------------------------ */

.view-all {
    text-align: end;
    margin-top: 18px;
    margin-left: 14px;
}

.view-all a {
    color: var(--color-default);
    text-decoration: underline;
    float: left;
    left: 10px;
    margin-top: -0.5em;
}

.view-all a:hover {
    text-decoration: none;
}

.news-div {
    background-color: white;
}

.news-div .btn-news {
    border: none;
    color: var(--color-primary);
    background-color: white;
    float: right;

}

.view-all a {
    color: #000000 !important;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 4px 11px;
}

.text-justify {
    text-align: justify !important;
}

.homeparatext {
    line-height: 30px;
}

.news-div .btn-news-down {
    border: none;
    color: var(--color-primary);
    background-color: white;
    float: right;
    margin-top: 0.5em;

}

.top-menu-hide {
    display: none;
}

/* ------------------------Vertical News end-----------------------------------*/


/* Principal section start */
/* .principal-sec .col-lg-9 p {
    margin-bottom: 0px !important;
}

.glance-sec {
    background-color: #ededed;
}

.principal-sec iframe {
    width: 470px !important;
    height: 235px !important;
}

.princ-sec {
    text-align: justify;
    padding-right: 35px;
}

.princ-sec a {
    text-decoration: underline;
}

.princ-sec a:hover {
    text-decoration: none;
    color: var(--color-default);
}

.princ-sec::before {
    content: "";
    background: url('/img/shape-creative.png');
    position: absolute;
    top: 0px;
    left: 0px;
} */

/* Principal section end */




/* features start */

/* .facilities-sec {
    background-color: #cabe76;
}

.facilities-sec h2 {
    color: #000000;
}

.facilities-sec img {
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
}

.fac-tab-sec a {
    font-family: 'IBM Plex Serif';
    padding: 6px 22px 11px 22px;
    margin: 2px 8px;
    background-color: #16a2b9;
    color: #fff;
    border-radius: 25px;
    font-style: italic;
    font-size: 20px !important;
    border: 1px solid #16a2b9;
}

.fac-tab-sec a:hover {
    border: 1px solid #16a2b9;
    background-color: #fff;
    color: var(--color-default);
    transition: 0.3s;
}



.fac {
    padding-bottom: 40px;
}

.fac-tab-sec {
    padding-top: 100px !important;
}

.fac-more {
    padding-left: 12px;
}

.home-gallery img {
    height: 170px !important;
    width: 215px !important;
}

.home-gallery {
    padding-left: 50px;
}

.fac-tab-sec {
    background-color: #ededed;
}

.fac-tab-sec .carousel-inner {
    padding: 4px;
    background-color: #fff;
} */

/* features end */

/* -----------------------------Footer Section start------------------------------------------- */

/* Home gallery */
.home-gallery .carousel-control-prev-icon,
.home-gallery .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #348e3800 !important;
    border: none !important;
}

.bred-img1 {
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bred-pos {
    margin-top: -125px;
    margin-bottom: 14px;
}

.footer-section {
    background-color: #223D78;
}

.right-res {
    background-color: #ffffff;
}

.right-res p,
.right-res a,
.right-res span {
    color: var(--color-primary);
    font-style: normal;
    font-size: 18px !important;
    font-weight: 500;
}

.footer-section p,
.footer-section a,
.footer-section span {
    /* color: #fff !important; */
    font-style: normal;
    font-size: 18px;
}

.footer-section p,
.footer-section a {
    color: #83C8EE;
    font-family: Poppins !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.footer-section.top p {
    color: #83C8EE;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.right-res p a {
    text-decoration: underline !important;
}

.right-res p a:hover {
    text-decoration: none !important;
}

.footer-section .imp-links a,
.footer .btn.btn-link {
    color: #83C8EE;
    text-decoration: underline;
    display: block;
}

.social-icon a {
    color: #ffffff;
}

/* .footer-section p,{
    color: #ffffff;
} */
.footer-section h2 {
    font-family: El Messiri !important;
    font-size: 41px;
    font-weight: 500 !important;
    color: white;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}

.footer-section h5 {
    color: #EBF7FF !important;
    font-family: Poppins !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;

}

.top {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}

p.alumnitext {
    margin-top: 10px;
}


a.email {
    text-decoration: underline;
}

.footer-section a:hover {
    color: white;
    font-size: 16px !important;
}
/* Styles for website counter container */
.website-counter {
    font-size: 28px !important;
    color: var(--color-default);
}

/* Styles for reset button */
#reset {
    margin-top: 20px;
    background-color: #008cba;
    cursor: pointer;
    font-size: 18px !important;
    padding: 8px 20px;
    color: white;
    border: 0;
}

/* -------------------------Footer section end------------------------------ */



/* ------------------------------------breadcrumb---------------------------------------------- */

.bred-img {
    background-image: url('../img/banner.jpg');
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bred-head {

    padding-top: 28px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 35px;

}

.breadcrumb {
    justify-content: center;
    width: auto;
    align-items: center;
    margin: 6px auto auto auto;
}

.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.breadcrumb li a {
    text-decoration: underline;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white;
}

/* ----------------------End breadcrumb------------------------------------ */

/*----------------------inner page iqac Quick Links--------------------------------- */
.quick-1 {
    padding: 10px 20px !important;
    background-color: var(--color-primary);
    box-shadow: 2px 2px 4px #888888;
}

.quick-1 .sec-2 {
    background-color: #fff;
}

.quick-1 li {
    list-style: none;
    padding-left: 0px !important;
    padding: 8px 0px;
    display: grid;
    border-bottom: 1px solid #fff;
}

.quick-1 .sec-2 li {
    border-bottom: 1px solid #b2b2b2;
}

.quick-1 .sec-2 a {
    color: #000
}

.quick-1 li:last-child {
    border-bottom: none;
}

.quick-1 a {
    color: #fff;
}

.quick-1 a:hover {
    color: #fdbd0f;
}

.quick-title {
    font-size: 25.6px !important;
    border-bottom: 3px solid #bbbbbb !important;
    margin-bottom: 10px;
}

.quick-second.quick-1 ul {
    padding-left: 0px;
}

.quick-second.quick-1 {
    background-color: #fff;
}

.quick-1.sec-2 .quick-title a:hover {
    color: var(--color-default);
    cursor: unset;
}

.section-back {
    background-color: var(--color-primary);
}

/*----------------------end inner page iqac Quick Links--------------------------------- */

/* ------------------------Inner Page Style------------------------------------------- */

.about-info {
    padding: 0px 0px 0px 25px;
}

.about-info .page-insight {
    box-shadow: 2px 2px 4px #888888;
    padding: 5px 10px 20px 10px;
    background-color: #fff;
}

.page-headings {
    border-bottom: 3px solid #bbbbbb;
    margin-bottom: 20px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 25.6px !important;
    color: var(--color-primary);
    font-weight: 600 !important;

}

.about-page .about-info p {
    margin-bottom: 0px !important;
}

.page-back {
    background-color: #e5dcdc;
}

.sub-heading {
    padding-bottom: 29px;
    color: #001573;
    font-family: 'El Messiri !important';
    font-size: 29px !important;
    font-weight: 600 !important;
    line-height: 38px;
    letter-spacing: 0.02em;
}

.homePage-sectionHeading {
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 600 !important;
    line-height: normal;
}

.homePage-sectionHeading-white {
    color: #0a0909;
    font-size: 30px;
    font-weight: 600 !important;
    line-height: normal;
}

.card:hover {
    background: black;
}

.card-title:hover {
    color: #EF822F;
}

.back-1 {
    background: #223D78;
}

.back-2 {
    background: #0487E2;
}

h2.home-page-header-news-2 {
    left: 243px;
    bottom: 15px;
    left: 204px;
    position: relative;
    border-radius: 5px;
    width: 117px;
    font-weight: 600 !important;
    font-family: 'Poppins !important';
    background: #327FC2;
    color: white;
    font-size: 22px !important;
    padding: 8px 30px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins !important;
    line-height: normal;
}

h2.home-page-header-news-2:before {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 16px solid #327FC2;
    top: -20px;
    left: -17px;
}

h2.home-page-header-news-1 {
    bottom: 13px;
    left: 243px;
    position: relative;
    border-radius: 5px;
    width: 117px;
    background: #223D78;
    color: white;
    padding: 8px 22px;
}

h2.home-page-header-news-1:before {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 16px solid #223D78;
    top: -20px;
    left: -17px;
}

.items {
    text-align: center;
    color: black;
    padding-bottom: 32px;
    font-family: EI Messiri !important;
    font-weight: 700 !important;
    font-size: 25px;
}

.card-title {
    color: #FFF;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.card-text {
    color: #FFF;
    font-family: Poppins !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.top-menu {
    color: #010101;
    text-transform: capitalize;
    margin-left: 374px;
}

a.email {
    text-decoration: underline;
    margin-left: 146px;
}

/* 
.card:after{
    color: black;
} */

/* --------------------inner page style end----------------------- */

/* about tab section start */
/* .tabs-section button.active {
    background-color: #16a2b9 !important;
}

.tabs-section button {
    background-color: #e6e6e6 !important;
}

.tabs-section button.active p {
    color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #064065;
}

.tabs-section div#nav-tabContent {
    padding: 15px 0px 0px 15px !important;
} */

/* .about-coll img {
    box-shadow: 2px 2px 4px #888888;
    padding: 8px;
    border: 1px solid #000;
    box-shadow: 2px 2px 4px #888888;
} */

/* about tab section end */
/* college history */
/* .image-sec img {
    box-shadow: 2px 2px 4px #888888;
    padding: 8px;
    border: 1px solid #000;
    width: 195px;
    box-shadow: 2px 2px 4px #888888;
}

.prin-msg {
    float: left;
    margin-right: 20px;
}

.coll-hist p {
    padding-bottom: 10px;
}

.text-justify p {
    text-align: justify;
}

.coll img {
    float: left;
    margin-right: 20px;
    height: 235px;
} */

/* -------------------------------------NAAC Pages----------------------- */
.naac-section a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 10px 0px;
    text-decoration: underline;
}

.naac-section a:hover {
    text-decoration: none;
}

.naac-section a:before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    color: var(--color-primary);
    width: 2.5% !important;
    display: inline-block;
    font-size: 19px;
    margin-right: 0px;
}

/* -----------------------End Naac Pages------------------------------- */

/* other colleges start */
/* .other-col .other-col-inner {
    border: 1px solid #fff;
    padding: 15px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}

p.coll-head {
    font-size: 20px !important;
    font-weight: 600;
    border-left: 3px solid #16a2b9;
    margin-bottom: 11px !important;
    padding-left: 8px;
} */

/* other colleges end */

/*-------------------------- Departments pages start--------------------------------------- */
.department-pages {
    background-color: #fff;
    box-shadow: 2px 2px 4px #888888;
}

.department-pages .nav-link {
    background: #f5f5f5;
    box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.department-pages .nav-link {
    width: 200px;
}

.department-pages .nav-link.active {
    background-color: #16a2b9 !important;
}

.department-pages .nav-link:hover {
    background-color: #16a2b9 !important;
    color: #fff;
}

.department-pages .nav-link {
    background-color: #ccc;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: var(--color-default);
    text-align: left;
}

.department-pages .tab-content-section {
    padding-left: 15px !important;
    background-color: #fff;
    width: 100%;
    border-left: 3px solid #16a2b9;
    /* box-shadow: rgb(0 0 0 / 45%) -30px 25px 5px -27px; */
}

.faculty-style img {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 2px 2px 4px #888888;
}

.faculty-style .faculty-details p {
    margin-bottom: 0px;
}

.faculty-style .faculty-details .det-profile {
    text-decoration: underline;
    color: #656565;
}

.faculty-style .faculty-details a:hover {
    text-decoration: none;
}

.tabsName-holder .nav-link:hover {
    background-color: #fdbd0f !important;
    color: #fff !important;
}

hr.faculty-hr {
    margin: 25px 0px;
}

.faculty-style img {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 2px 2px 4px #888888;
    height: 153px;
}

.table-structure .table {
    /* width: 480px; */
    margin: auto;
    border: 1px solid #ccc;
}

p.dep-sub-head {
    font-size: 25px !important;
    border-bottom: 4px solid #16a2b9;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    box-shadow: 0px 3px 7px 1px #ccc;
}

.table-structure .table tr>td:first-child {
    text-align: end;
}

.department-pages .tab-content-section li {
    list-style: square;
}

.department-pages .tab-content-section li::marker {
    color: #064065;
}

.table-structure .table tr>th:first-child {
    text-align: end;
}

.table-structure .table a {
    color: #16a2b9;
    text-decoration: underline;
}

.table-structure .table a:hover {
    text-decoration: none;
}

.table-withsrno tr th:first-child {
    width: 75px !important;
}

.table-withsrno tr th {
    vertical-align: middle;
}

.table-withsrno tr td:first-child {
    text-align: right;
}

/*------------------------ Departments pages end --------------------------*/

/* accordian start*/

.accordion-button:not(.collapsed) {
    color: var(--color-default);
    background-color: #dff5f9;
    box-shadow: rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button {
    color: #000 !important;
}

.accordion-item {
    border: 1px solid #a59a9a !important;
    margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
    width: 100% !important;
}

.tab-horizontal1 ul {
    flex-direction: inherit !important;
}

.inner-accordion-header {
    border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
    background: #f8f8f8 !important;
}


.news-circular {
    height: 380px;
}

.acedemic-calender {
    height: 250px;
}

.quick-link-home {
    height: 650px;
    /* height: 650px; */
    height: 553px;

}

/* accordian end */



/* -------------------------------------------START Media Queries -----------------------------------------------*/

.mesage {
    padding: 7px;
    color: white;
    /* padding-left: 2px; */
    position: relative;
    right: 56px;
    margin-top: 21px;
    /* float: left; */
    /* margin-left: 45px; */
    background: #0487E2;
    border-radius: 6px;
    width: 957px;
    height: 296px;
}

/* Styles added by Shruti J */
.table th,
table th {
    padding: 0.5rem 0.5rem;
    background: #ececec;
    border-color: #d9d9d9;
    box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
    text-align: center;
    font-weight: 700 !important;
    /* text-transform: capitalize; */
}

/* .colegeimg {
    margin-left: 58px;
} */

.mesage {
    padding: 7px;
    color: white;
    /* padding-left: 2px; */
    position: relative;
    right: 47px;
    margin-top: 25px;
    /* float: left; */
    /* margin-right: 174px; */
    margin-left: -419px;
    background: #0487E2;
    border-radius: 6px;
    width: 938px;
    height: 292px;
}

.end {
    color: #FFF;
    font-family: "El Messiri";
    font-size: 25px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 30px;
    left: 10px;
    margin-left: 30px;
    letter-spacing: 0.75px;
    text-transform: capitalize;
}

.table .text-link {
    text-decoration: underline;
}

.table p {
    margin-bottom: 0px;
}

.table .text-link:hover {
    text-decoration: none;
    vertical-align: middle;
}

.text-link {
    text-decoration: underline;
}

.text-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.table td,
table td {
    border-color: #d9d9d9;
    padding: 0.5rem 0.5rem;

}

.table th.srno {
    width: 75px !important;
}

.table td.al-right,
.table .srno {
    text-align: right
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
}

.btn-primary:focus {
    color: var(--color-default);
    background-color: var(--color-secondary);
    border-color: #fdbd0f;
    box-shadow: 0 0 0 .25rem rgba(44, 121, 48, 0.5);
}

.link-moreData {
    background: #16a2b9;
    border: 1px solid #16a2b9;
    padding: 5px 15px;
    font-style: italic;
    font-size: 1.2rem !important;
    display: inline-block;
    color: white;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.link-moreData:hover {
    border: 1px solid #16a2b9;
    background: white;
    color: var(--color-default);
}

.content-holder {
    background: white;
    padding: 0 25px
}

.subheader {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 700 !important;
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 18px;
}

.coc-block {
    border: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--color-default);
    padding: 15px
}

.coc-block .fas {
    float: left;
    margin-right: 10px;
    /* border: 1px solid #b7dce2; */
    padding: 8px;
    font-size: 33px;
    background: #e9f5f7;
    color: #16a2b9 !important;
    width: 60px;
}

.open-leftSide {
    left: -75% !important;
    bottom: -0% !important
}

.main-whitePanel {

    background-color: #fff;
    box-shadow: 2px 2px 4px #888888;

}

.vtabs .tabs-right {
    padding: 0;
}

.vtabs .tabs-right .tab-content {
    padding: 0
}

.vtabs .tabsContent-holder {
    padding-left: 0
}

.vtabs .tab-content {
    padding: 0.5rem
}

.vtabs .accordion-item {
    border: 0 !important
}

.sub-head {
    font-size: 29px;
    border-bottom: 3px solid #bbbbbb;
    margin-bottom: 8px;
    padding-bottom: 7px;
    font-family: 'humnst777-regu';
    font-style: normal;
}

.vtabs .accordion-body {
    padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
    background-color: var(--color-primary);
    padding-left: 0;
    padding-right: 0;
    box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
    color: #fff;
    margin-bottom: -1px;
    background: none;
    border: 1px solid #06406570;
    border-radius: 0;
}

.vtabs .nav-tabs .nav-link.active {
    background-color: var(--color-secondary);
    color: white
}

.vtabs .accordion-button:not(.collapsed) {
    color: #064065;
    background: #dff5f9;
}

/* .coc-block:nth-child(even){background:#e9f5f7; border:1px solid #b7dce2}*/


.link-active {
    background-color: #064065 !important;
    padding: 15px 10px !important;
}

.topbar-menu .second-menu li .link-active {
    background-color: #fdbd0f !important;
}

.topbar-menu .second-menu li a {
    padding: 12px 10px !important;
}

.topbar-menu .ser-form input {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    padding-left: 35px;
    border-width: 0 0 1px 0;
    background-color: transparent;
    box-shadow: unset;
    border-color: #ddd;
}

.ser-form {
    display: flex;
    margin: 5px 15px;
}

.topbar-menu .ser-form i {
    margin-right: -25px !important;
    padding-top: 6px;
    color: #e3e3e3db;
}

.topbar-menu .ser-form a {
    padding: 0px !important;
}

.topbar-menu .ser-form input::placeholder {
    color: #c3ccd1;
}

.topbar-menu .ser-form input[type=text] {
    color: #c3ccd1;
}

a.ssr-active {
    color: #febd0f;
}

.princ-sec .col-lg-4 {
    text-align: center;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

a.website-link {
    text-decoration: underline;
}



li#google_translate_element {
    font-size: 20px;
    padding-block-start: initial;
    padding: 7px;
}

li#google_translate_element {
    background-color: transparent;
}

li#google_translate_element img {
    display: none;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    border-left: 0px !important;
}

.goog-te-gadget-simple .goog-te-menu-value:after {
    content: "Language";
}

.goog-te-menu-value {
    padding: 12px 20px 12px 10px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:before {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 2px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    display: none;
    text-decoration: none;
}

.goog-te-menu2 tr td a div {
    width: 120px !important;
}

.dropdown-menu.iiqa {
    left: -100% !important;
}

.dropdown-menu.ssr {
    left: -129% !important;
}

.btn btn-primary px-3 {
    color: #064065;
}

.btn-check:focus+.btn-primary:focus {
    color: var(--color-default);
    background-color: #417c85;
    border-color: #417c85;
    box-shadow: 0 0 0 .25rem rgba(44, 121, 48, 0.5);
}

button.btn.btn-primary.px-3 {
    color: var(--light);
}

.quick-hover-section p {
    color: white;
}

.quick-hover-section p {
    color: white;
    padding-top: 7px !important;
}

/* .skiptranslate.goog-te-gadget::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -4px;
    color: #fff;
    vertical-align: bottom;
} */

.goog-te-gadget-simple img {
    display: none;
}

.goog-te-menu-frame {
    box-shadow: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value:hover .goog-te-menu2 {
    visibility: collapse !important;
}

.goog-te-menu2 {
    position: absolute !important;
}

/* Gallery slider */
.img-size {
    /* 	padding: 0;
        margin: 0; */
    height: 450px;
    width: 700px;
    background-size: cover;
    overflow: hidden;
}

.modal-content {
    width: 700px;
    border: none;
}

.modal-body {
    padding: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eee' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eee' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

p.top1 {
    text-align: center;
}

/* Gallery slider */
/* ssr-breadcrumb */
.ssr-breadcrumb li a:first-child {
    margin-left: 0px;
}

.ssr-breadcrumb li a {
    border: 1px solid #064065;
    padding: 6px 36px;
    margin: 0px 23px;
    background-color: #064065;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
}

.ssr-breadcrumb li a:hover {
    background-color: #16a2b9;
    color: #fff;
    border-color: #16a2b9;
}

.ssr1 {
    background-color: var(--color-default);
}

.ssr2 {
    background-color: var(--color-default);
}

.ssr-bread .breadcrumb li a {
    color: #fdbd0f;
    font-size: 32px !important;
    border-bottom: 1px solid;
}

.ssr-bread .breadcrumb li a:hover {
    border-bottom: none;
}

.ssr-bread .breadcrumb li {
    color: #fff;
    font-size: 40px;
}

.ssr-bread .breadcrumb {
    padding-top: 49px;
}

.crit-head {
    display: inline-block;
    font-size: 28px !important;
    border-bottom: 2px solid #fdbd0f;
}

.crit-head-div {
    text-align: center;
}

/* ssr-breadcrumb end */
/* ssr table */
.ssr-table tr td:first-child {
    text-align: center;
}

.ssr-table th:nth-child(3) {
    width: 185px;
}

.ssr-table th:first-child {
    width: 100px;
    text-align: center;
}

/* styles added by pranali */

.tabletext {
    vertical-align: middle;
}

/* Photo Gallery*/
.list-horizontal {
    padding: 0;
    margin: 0
}

.list-horizontal li {
    display: inline-block;
    margin-right: 10px
}

.btn-year {
    border: 1px solid;
    padding: 6px 36px;
    border-radius: 5px;
    background-color: #489dc0;
    color: #fff;
    text-transform: uppercase;
}

.btn-year:hover {
    color: white
}

.btn-year.active {
    background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
    cursor: pointer;
    color: white;
}

a.btn-year.ng-binding.active {
    cursor: auto;
    color: white;
}

.gallery {
    position: relative;
    width: 302px;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

.gallery .viewGallery {
    background-color: green;
    color: #fff;
    display: inline-block;
    padding: 5px 25px 0;
    text-decoration: none;
    position: absolute;
    left: 25%;
    transform: translateY(400px);
    transition: all .3s ease 0s;
}

.gallery .desc {
    padding: 15px;
    text-align: center;
}

.gallery:hover .viewGallery {
    transform: translateY(100px);
}


.stack,
.nostack {
    border: 6px solid #fff;
    float: left;
    height: 175px;
    width: 240px;
    margin: 20px;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
    width: 100%;
    height: 100%;
}

.stack:before,
.stack:after {
    content: "";
    height: 175px;
    width: 240px;
    position: absolute;
    z-index: -1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border: 6px solid #fff;
}

.stack:before {
    background: #eff4de;
    top: 0px;
    left: -10px;
    transform: rotate(-5deg);
}

.stack:after {
    background: #768590;
    top: 5px;
    left: 0px;
    transform: rotate(4deg);
}


.firstImage:after {
    display: block;
    content: "View Gallery";
    padding: 8px 15px;
    margin: auto;
    background-color: var(--color-secondary);
    position: absolute;
    top: 29%;
    left: 24%;
    color: #fff;
    transform: translateY(400px);
    transition: all .3s ease 0s;

}

.firstImage:hover:after {
    transform: translateY(30px);
}

.first-image:hover:after {
    transform: translateY(30px);
}

/*
  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 200px;
  }

  div.gallery:hover {
    border: 1px solid #777;
  }



  */
.bg-dark {
    background-color: #1e82b4 !important;
}

.link-active {
    background-color: #fdbd0f !important;
    padding: 15px 10px !important;
    color: #fff !important;
}

.placement-header {
    text-align: center;
}

.img-fluid-placement {
    width: 210px;
    height: 110px;
}



.row.col-lg-12.pi {
    padding-left: 80px !important;
    text-align: center;
}

.pb-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Rights */
img.header-logo {
    width: 131px;
    height: auto;
    margin-top: 38px;
    float: left;
    margin-left: 56px;
    margin-bottom: 37px;
}

/* Top Menue hover */
.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background-color: var(--color-secondary);

}

.menu-border {
    border-top: 4px solid #FF9F2A;
}

/* main menu hover */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    /* position: absolute; */
    background-color: var(--color-primary);
}


img.program-img {
    height: 50px;
    width: 300px;
}

.prog-img {
    justify-content: center;
}

/* Program */


.menu-alignment {
    display: contents;
}

/* .header-row {
    margin-top: -45px;
    margin-bottom: -44px;
} */

/* Infrastructure */
#infrastructure-carousel .carousel-control-prev-icon,
#infrastructure-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 8rem;
    border-radius: 3rem;

}

.infrastructure-slider img {
    height: auto;
    width: 215px;
}

p.placement-header {
    /* height: 4rem; */
    padding-top: 30px;
}

h2.text-center {
    padding-bottom: 20px;
    font-family: 'El Messiri';
    font-weight: 700 !important;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.row.cl-lg-12.pi {
    /* width: 100%; */
    padding-left: 85px;
}

#infrastructure-carousel .carousel-control-prev-icon,
#infrastructure-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 4rem;
    border-radius: 3rem;
    background-color: #e4deca;
    border: 10px solid #e4deca;
}

/* .conatiner-fluid.page-back.infrastructure {
    padding-left: 80px;
} */
.infra-row {
    justify-content: center;
}

.conatiner-fluid.page-back {
    /* padding-left: -20px; */
    padding-left: 1px;
}

.infra-gal {
    position: relative;
    /* width: 302px; */
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

.infra-gal .desc {
    padding: 15px;
    text-align: center;
    /* font-size: 16px !important; */
}


.infra-nostack img {
    width: 100%;
    height: 100%;
}

/* About College */
.principal-icon {
    width: 20px;
}

span.principal-names {
    color: var(--color-default);
}

span.principal-work {
    color: var(--color-default);
}

th.aqar-name {
    width: 550px;
}

.row.contact-form {
    margin-bottom: 25px;
}

/*AQAR Support Documents */
a.aqar_support {
    text-decoration: underline;
}

button.accordion-button.collapsed.aqar-tabs {
    padding: 13px 10px;
    background-color: #ffff;
}

button.accordion-button.aqar-tabs {
    padding: 13px 10px;
    background-color: #D3D3D3;
}

p.aqar-metrics {
    /* padding: 0px 5px; */
    /* padding-top: 2px;
    padding-left: 10px; */
    padding: 8px 15px;
}

ul.aqar-matrics-points {
    padding-left: 25px;
}

.accordion-collapse .collapse .aqar-collapse :after {
    padding: 0px 10px !important;
}

a.aqar-quick:active {
    color: #fdbd0f;
}

a.aqar-quick {
    color: #fdbd0f;
}

.aqar-quick a::after {
    color: #fdbd0f;
}

/*home page programs tabs*/

.title-home-programs .left-corner,
.title-home-programs .right-corner {
    width: 54px;
    height: 40px;
    position: absolute;
    z-index: -1;
    top: 14px;
    content: '';
    background-size: cover;
}

.title-home-programs .left-corner {
    left: -34px;
    background-image: url(../img/ribbon-piece-left.png);
}

.title-home-programs .right-corner {
    background-image: url(../img/ribbon-piece-right.png);
    right: -32px;
}


.title-home-programs {
    position: relative
}

.title-home-programs .middle-piece {
    display: inline-block;
    z-index: 0;
    padding: 9px 50px;
    font-size: 21px !important;
    font-family: initial;
    background: url(../img/ribbon-piece-middle.png);
    background-color: #d9cd81;
}

.programs-offered .title-home-programs {
    text-align: center;
    font-style: normal;
    font-size: 21px;
    color: var(--color-default);
    display: inline-block;
    z-index: 0;
    width: auto;
    margin-bottom: 15px;


}

.programs-offered li.nav-item {
    width: 33%
}

.programs-offered .form-check .form-check-input {
    float: none;
    margin-left: 0;
    margin-right: 5px;
}

.home-programs-tabs .form-check-label {
    font-size: 20px !important;
    font-family: 'IBM Plex Serif', serif;
    padding: 12px;
    cursor: pointer;
    width: 100%;
}

.home-programs-tabs .vtabs .tabsName-holder {
    box-shadow: none !important
}

.home-programs-tabs .active .form-check-label {
    background-color: var(--color-primary);
    border-radius: 15px 15px 0 0;

}

.home-programs-tabs .left-tabs.nav-tabs {
    border-bottom: 0
}

.home-programs-tabs .form-check {
    margin-bottom: 0;
    padding-left: 0
}


.home-programs-tabs .vtabs .tabsName-holder {
    background: transparent;

}

.home-programs-tabs .vtabs .nav-tabs .nav-link {
    color: #fceea3;
    border: 0;
    padding: 0;
    font-size: 20px !important;
    font-family: 'IBM Plex Serif', serif;
    text-align: center;
    height: 100%
}

.home-programs-tabs .left-tabs.nav-tabs {
    border-right: 0;
    box-shadow: none
}

.home-programs-tabs .vtabs .tabsName-holder {
    box-shadow: 0 !important;
    border-bottom: 1px solid #cabe76;
}


.home-programs-tabs .vtabs .nav-tabs .nav-link.active {
    border: 1px solid #cabe76;
    margin-bottom: -1px;
    background-color: var(--color-primary);
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -5px 0px 5px rgb(0 0 0 / 20%)
}

.home-programs-tabs .tabsName-holder .nav-link:hover {
    background-color: transparent !important;
}

.home-programs-tabs .tabsName-holder .nav-link.active:hover {
    background-color: var(--color-primary);
}

.home-programs-tabs .vtabs .tab-content {
    padding: 0
}

.home-programs-tabs .accordion-item {
    background: none;
    color: #fff;
}

.home-programs-tabs .vtabs .nav-tabs .nav-link.active {
    color: #fff
}

.home-programs-tabs .program-holder h3 {
    font-size: 20px !important;
    font-family: 'IBM Plex Serif', serif;
    color: #fff;
    font-style: normal;
    margin-bottom: 20px
}

.home-programs-tabs .program-holder-wrapper {
    padding: 20px
}

.home-programs-tabs .box-program2,
.home-programs-tabs .box-program3 {
    border-left: 1px solid #cabe76;
    padding-left: 32px;
}

.home-programs-tabs .program-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: white;
    float: left;

}

.home-programs-tabs .program-holder ul:nth-of-type(1) {
    margin-right: 39px;
}

.home-programs-tabs .program-holder ul li {
    color: white;
    margin-bottom: 5px
}

.home-programs-tabs .program-holder ul li:before {
    content: '- ';
    color: #cabe76;
}

.home-programs-tabs .form-check-input:checked[type="radio"] {
    background-image: none;
}

.home-programs-tabs input:checked[type="radio"] {
    background-image: none;
    background: #3b3b3b;
    border: 4px solid #ffffff;
}

.home-programs-tabs .form-check-label {
    font-size: 20px !important;
    font-family: 'IBM Plex Serif', serif;
}

.home-programs-tabs .form-check-input:checked {
    background-color: #ffffff;
    border-color: #d5cea5;
}

.home-programs-tabs .accordion-button {
    color: #fff !important;
    text-align: left;
    background-color: var(--color-primary);
    border: 1px solid #efe190;
}

.home-programs-tabs .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .accordion-button:not(.collapsed) {
    color: #000 !important;
    background: #efe290;
    border: 1px solid #9d9355;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #0b0a0a;
}

.tabsName-holder .nav-link:hover {
    background-color: #fdbd0f !important
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-item .link-active {
    padding: 7px !important;
}

/* div#navbarSupportedContent2 {
    margin-left: -47px;
} */
.testimonials {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    width: 100%;
    min-height: 250px;
}

.testimonials ul {
    list-style: none;
    padding: 14px;
}

.testimonials li {
    display: inline-block;
    background-color: white;
    margin: 69px 10px 10px 10px;
    width: calc((100% - 55px) / 2);
    height: 604px;
    border: solid 2px #bdbdbd;
    position: relative;
    transition: ease-in-out .3s;
}

.testimonials li img {
    height: 177px;
    width: 177px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 15px #fff;
    background-color: #fff;
    transition: box-shadow 0.3s linear;
}

.testimonials li p {
    position: absolute;
    width: 95%;
    text-align: center;
    top: 98px;
    left: 52%;
    transform: translatex(-50%);
    font-size: 15px;
}

.testimonials li h1 {
    position: absolute;
    text-decoration: bold;
    bottom: 10px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 22px;
}

.testimonials li:hover {
    background-color: #DFF5FF;
    color: #fff;
}

/* .testimonials li p:hover {
   color: #fff;
} */
.testimonials li p:hover .testimonials li {
    color: #fff;
}

.testimonials li:hover img {
    box-shadow: 0px 0px 0px 2px #fff;
}

@media only screen and (max-width: 860px) {
    .testimonials li {
        width: 70%;
        margin: auto;
        display: block;
        margin-top: 70px;
    }

    .testimonials li:first-child {
        margin-top: 50px;
    }
}

/* .container {
	display: block;
	width: 70%;
	margin: auto;
	height: 100%;
	margin-top: 20px;
	text-align: justify;
} */

.container h1,
h2,
h3 {
    margin-left: 0;
    font-weight: 400;
}

.container span {
    color: #757575;
    font-weight: 600;
}

.testimonial-item {
    padding: 10px;
    border: 1px solid !important;
    margin-left: 13px;
    height: 315px;
    margin-right: 6px;
    border-radius: 19px;
}

.testimonial-item:hover {
    background: #008cba;
}

.testimonial-item:hover p {
    color: #fff;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    /* -webkit-backface-visibility: hidden;  */
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 45px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: 33px;
}


.mydiv .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    pointer-events: none;
    box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-family: Arial !important;
    font-size: 22px !important;
    line-height: 1 !important;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85) !important;
    pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
    visibility: hidden;
}

/* Plan Of Action */
.table-responsive.plan {
    padding: 8px 15px;
}




a.btn.btn-primary.naac-certificate {
    padding-top: -11px;
    margin-top: 18px;
}

img.img-fluid.naac {
    width: 450px;
    height: 500px;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: var(--color-default);
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: var(--color-default);
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.owl-dots {
    text-align: center;

    bottom: 5px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

.owl-carousel .owl-nav span {
    font-size: 45px !important;
    color: #a3a6a8 !important;
}

.owl-carousel .owl-nav owl-next:hover span,
.owl-carousel .owl-nav owl-prev:hover span {
    color: #110069 !important
}


/* Principal  */
.principal-img {
    width: 180px;
    height: 200px;
}

/* Inspiration */
.row.inspiration {
    text-align: center;
}

.col-lg-4.inspi-col {
    padding: 0px 15px;
}


.bred-head {
    text-align: center;
}

h4.sub-heading {
    border-bottom: 1px solid #ddd;
}

/* .container.about-page h4{border-bottom: 1px solid #ddd;} */
.container.about-page h4 span {
    font-size: 1.6rem !important;
    font-style: normal;
    display: inline-block;
    border-bottom: 2px solid var(--color-primary);
    padding-right: 16px;
}

.list-principals {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.list-principals li {
    font-weight: bold;
    padding: 10px;
    flex-basis: 23%;
    margin: 0 15px 15px 0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px #d9d8d8;
    border-left: 3px solid #cabe76;
}

.list-principals span {
    display: block;
    font-weight: normal;
    font-size: 15px !important;
}

.visionMission {
    /* display: flex; */
    flex-wrap: wrap;
    /* margin-top: 15px */
}

.visionMission>div {
    flex-basis: 31%;
    margin: 0 15px 15px 0;
    border: 1px solid #bb8f8f;
    padding: 10px;
    color: black;
    border-radius: 71px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    /* background-color: var(--color-primary); */
}


.visionMission h4 {
    color: #0a0e6a;
    text-align: center;
    padding-bottom: 8px;
    font-size: 35px;
    border-bottom: 1px solid #717178;
}

.visionMission div {
    color: white
}

.motto-holder {
    text-align: center;
    font-size: 1.4rem !important;
    line-height: normal;
}

.btn-handy {
    border: 1px solid #b5b5b5;
    background: #f2f2f2;
    margin-right: 10px;
    text-decoration: none;
    padding: 3px 8px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.contactInfo-strip h5 {
    font-family: 'humnst777-bold';
    font-size: 22px;
    font-style: normal;
    margin-bottom: 0
}

.contactInfo-strip {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px
}

.contactInfo-left {
    padding-top: 5px;
    background-color: #f2f2f2;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    float: left;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contactInfo-left i {
    font-size: 35px;
    color: var(--color-primary);
    padding-top: 15px;
}

.contactInfo-right {
    margin-left: 100px;
    word-wrap: break-word;
}






/* .container.main-whitePanel h4{border-bottom: 1px solid #ddd;} */
.container.main-whitePanel h4 span {
    font-size: 1.6rem !important;
    font-style: normal;
    display: inline-block;
    border-bottom: 2px solid var(--color-primary);
    padding-right: 16px;
}

/* Hostel Gallery */
.hostel-gallery .carousel-control-prev-icon,
.hostel-gallery .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #348e3800 !important;
    border: none !important;
}

.hostel-gallery img {
    height: 300px;
    width: 510px;
}

.hostel-gallery {
    padding-left: 50px;
}

/* .host {
    background: rgb(0 0 0 / 10%);
    border: 1px solid #e5dcdc;
    border-radius: 10px;
} */
.saftey {
    margin-top: 10px;
}

.section.row.host.saftey {
    margin-left: 0px;
}

.lib-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Auditorium Gallery */
.auditorium-gallery .carousel-control-prev-icon,
.auditorium-gallery .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #348e3800 !important;
    border: none !important;
}

.auditorium-gallery img {
    height: 500px;
    width: 895px;
}

.auditorium-gallery {
    padding-left: 50px;
}

/* NCC Gallery */
.ncc-nostack {
    border: 6px solid #e5dcdc;
    float: left;
    height: 175px;
    width: 240px;
    margin: 20px;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.ncc-nostack img {
    width: 100%;
    height: 100%;
}


span.carousel-control-next-icon.inner-page-icon {
    margin-bottom: 75px;
}

span.carousel-control-prev-icon.inner-page-icon {
    margin-bottom: 75px;
}

/* 
.nav-item :hover{
    background-color: #fdbd0f ;
} */

/* .nav-item :active{
    background-color: #fdbd0f ;
} */
/* .main-menu .navbar-nav .nav-item a :active {
    color: #ffff;
} */

nav#main_navbar {
    margin-bottom: -7px;
}

.topbar-menu .navbar-nav ul li :hover {
    background-color: var(--color-secondary);

}

.second-menu li :hover {
    background-color: var(--color-secondary);
}

.second-menu li :active {
    background-color: var(--color-secondary);
}

a.active.aqar-quickl {
    color: #fdbd0f;
}

.yearHolder {
    background: #e7e7e7 !important;
    vertical-align: middle;
}

.noRecords {
    color: #babcc0;
}

.link-holder a {
    color: #333;
    text-decoration: underline !important;
}

.link-holder a:hover {
    color: #333;
    text-decoration: none !important;
}

.files-noMeric {
    padding: 15px 15px 15px 25px !important
}

.accordion-flush .accordion-collapse {
    padding-bottom: 15px
}

.aqar-matrics-points {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.aqar-matrics-points li:before {
    content: "\f016";
}

.aqar-matrics-points li:before {
    border: none;
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 2px;
    color: #5c5b5b;
}

.aqar-matrics-points li span:before {
    content: "\f016";
}

.aqar-matrics-points li span:before {
    border: none;
    content: "\f0c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 2px;
    color: #bbb8b8;
}

.aqar-matrics-points li span:hover::before {
    color: gray !important;
}

.chat-bar-collapsible {
    position: fixed;
    bottom: 0;
    right: 50px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.collapsible {
    background-color: #d9cd81;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 350px;
    text-align: left;
    outline: none;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
    border: 3px solid white;
    border-bottom: none;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.full-chat-block {
    width: 350px;
    background: white;
    text-align: center;
    overflow: auto;
    scrollbar-width: none;
    height: max-content;
    transition: max-height 0.2s ease-out;
}

.outer-container {
    min-height: 500px;
    bottom: 0%;
    position: relative;
}

.chat-container {
    max-height: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    scroll-behavior: smooth;
    hyphens: auto;
}

.chat-container::-webkit-scrollbar {
    display: none;
}

.chat-bar-input-block {
    display: flex;
    float: left;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: rgb(235, 235, 235);
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0px 10px 10px;
}

.chat-bar-icons {
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
    width: 25%;
    float: right;
    font-size: 20px;
}

#chat-icon:hover {
    opacity: .7;
}

/* Chat bubbles */

#userInput {
    width: 75%;
}

.input-box {
    float: left;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color: var(--color-default);
    background-color: white;
    outline: none
}

.userText {
    color: white;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    clear: both;
}

.userText span {
    line-height: 1.5em;
    display: inline-block;
    background-color: var(--color-primary);
    padding: 10px;
    border-radius: 8px;
    border-bottom-right-radius: 2px;
    max-width: 80%;
    margin-right: 10px;
    animation: floatup .5s forwards
}

.botText {
    color: var(--color-default);
    font-family: Helvetica;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.botText span {
    line-height: 1.5em;
    display: inline-block;
    background: #e0e0e0;
    padding: 10px;
    border-radius: 8px;
    border-bottom-left-radius: 2px;
    max-width: 80%;
    margin-left: 10px;
    animation: floatup .5s forwards
}

/* 
.send-btn {
    color: #008cba !important;
}

.fa .fa-fw .fa-send .send-btn {
    color: #008cba;
} */

@keyframes floatup {
    from {
        transform: translateY(14px);
        opacity: .0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}



/* Dynamic Faculty and faculty details starts*/

.card-holder-faculty {
    /* border: 1px solid #ccc; */
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}

.staffback {
    background-color: #f1f1f1 !important;
    border-radius: 16%;
    padding-top: 10px;
}

.fac-coll img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    background-color: white !important;
    margin: 0 auto;
    box-shadow: 2px 2px 4px #888888;
    padding: 8px !important;
    border: none !important;
}

img.fac-img {
    height: 60%;
}

.read-more-faculty {
    color: var(--color-primary);
}

.faculty-main-whitePanel {
    background-color: #fff;
    box-shadow: 2px 2px 4px #888888;
    margin-right: -12px;
    border-top: 1px solid;
}

.fac-img-details {
    width: 185px;
    height: 190px;
}

.Faculty-details {
    margin-top: 25px;
    margin-left: 21px;
}

.faculty-Tab-Info {
    margin-top: 20px;
    border-top: 1px solid #bbbbbb;
}

.readmore {
    display: inline-block;
    font-weight: 600;
    color: #00155E !important;
    margin: 0;
    text-align: left;
}

/* Faculty and faculty details End*/


.owl-carousel-alumni .owl-nav span {
    font-size: 102px !important;
    color: #EF822F !important;
    margin-top: -251px;
    margin-left: 1200px;
    display: flex;
}

/* Chatbot */
.botIcon {
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 87px;
}

.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #a64bf4;
    background: -webkit-linear-gradient(to left,
            #00dbde,
            #fc00ff,
            #00dbde,
            #fc00ff);
    background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2.7em;
    justify-content: center;
    width: 2.7em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none;
}


.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout {
    -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: rgb(63, 81, 181);
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    z-index: 999999999;
}

.botIcon .Layout-open {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 300px;
    overflow: hidden;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    display: none;
    height: 400px;
    max-height: 100vh;
    min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
    margin-left: -315px;
    display: block;
}

.botIcon .Layout-mobile {
    bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-primary);
    color: rgb(255, 255, 255);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
}

.botIcon .Messenger_header h4 {
    -webkit-animation: slidein 0.15s 0.3s;
    -ms-animation: slidein 0.15s 0.3s;
    animation: slidein 0.15s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 16px;
    opacity: 0;
}

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%;
}

.botIcon .Input-blank .Input_field {
    max-height: 20px;
}

.botIcon .Input_field {
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important;
}

.botIcon .Input_button-emoji {
    right: 45px;
}

.botIcon .Input_button {
    background-color: transparent;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}

.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
    fill: #2c2c46;
}

.Icon svg {
    height: auto;
    width: 100%;
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.msg.user {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.msg+.msg {
    margin-top: 15px;
}

span.responsText {
    color: var(--color-default);
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 10px;
}

span.avtr {
    display: inline-block;
    width: 30px;
}

span.avtr figure {
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding-bottom: 100%;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* ----------------------------home page quick links----------------------------- */
.segment-item p {
    margin-bottom: 0px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 500;
}

.icon-holder img:hover {
    animation: rotateComplete 0.7s alternate;
}

.segment-item img {
    width: 65px;
    margin: auto;
    transition: all 0.5s;
}

.segment-item .icon-holder {
    border-radius: 50%;
    height: 79px;
    width: 79px;
    margin: auto;
    margin-bottom: auto;
    transition: all 0.5s;
}

/* ----------------------------home page quick links----------------------------- */

/*  ---------------------Departments Home Dept--------------------------------- */

.departments .departments-item {
    box-sizing: content-box;
    margin: 30px 25px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.page-back-blue {
    background-color: #EBF7FF;
}

.department-section ul li.nav-item button {
    width: 200px;
    font-weight: 600;
    font-size: 20px !important;
    color: #B2B2B2 !important;
    border: 2px solid #B2B2B2 !important;
    padding: 7px 15px;
    border-radius: 17px;
    background-color: var(--color-primary);
}

.department-section ul li.nav-item {
    margin: 0 auto;
    margin-bottom: 20px;
}

.infra-nostack img {
    object-fit: cover;
    width: 299px !important;
    height: 220px !important;
    border-radius: 20px;
    border: 2px solid white;
}

.homepage-departments-section ul li.nav-item button.active {
    background-color: #ffffff !important;
    color: var(--color-primary) !important;
    font-weight: 600;
}

section.our-moto {
    position: relative;
    bottom: 2px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); */
}

.our-moto-heading {
    color: #093a81;
    text-transform: uppercase;
    font-size: 18px !important;
    text-align: center;
    padding: 6px;
    width: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 92.7% 100%, 0% 100%);
    background: white;
    position: relative;
    top: 5px;
    z-index: 2;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
}

.our-moto-text {
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--font-secondary) !important;
    font-size: 19px !important;
    text-align: center;
    padding: 9px;
    width: 423px;
    clip-path: polygon(0% 0%, 100% 0%, 92.7% 100%, 0% 100%);
    background: lightskyblue;
}

.slider-news {
    background: linear-gradient(90deg, rgba(239, 255, 220, 0.30) 0%, #0dcaf01c 100%);
}

.circle {
    outline-style: solid;
    border-radius: 718px;
    /* border-block-color: blue; */
}

.circle:hover {
    outline-style: solid;
    color: blue;
    border-radius: 718px;
}

.button-grid {
    display: grid;
    grid-template-columns: repeat(2, 100px);
    grid-gap: 85px;
    border-radius: 308px;
}

.button {
    padding: 10px;
    text-align: center;
    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #2980b9;
}

.flip-container {
    perspective: 1000px;
}

.flip-container:hover {
    color: #08035b;
}

.circle-icon.circle {
    width: 64px;
    height: 64px;
    background-color: #C6EAF9;
    border-radius: 50%;
    border-box: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C6EAF9;
    font-size: 24px;
    transform-style: preserve-3d;
    transition: transform 0.4s;
}

.flip-container:hover .circle-icon.circle {
    background-color: #223D78;
    /* color: #C6EAF9; */
    transform: rotateY(180deg);
}

.circle-icon.circle:hover .circle-icon.circle {
    color: #08035b;
}

.circle-icon.circle:hover .flip-content {
    color: #08035b;
}

.circle-icon.circle:hover .flip-contents {
    color: #08035b;
}

.flip-content:hover .flip-content {
    color: #08035b;
}

.h2.flip-contents:hover ..h2.flip-contents {
    color: #08035b;
}

.h2.flip-contents:hover {
    color: #08035b;
}

/* .circle-icon.circle:hover{
    /* color: 223D78; 
    background-color: #223D78;
    color:#C6EAF9;
    transform: rotateY(180deg);
} */
.circle-icon.circle:hover {
    color: #223D78;
    background-color: #223D78;
    /* color: #C6EAF9; */
    transform: rotateY(180deg);
}

.flip-container:hover .icon-content {
    color: #C6EAF9;
}

.flip-container:hover .activity {
    color: #C6EAF9;
}

.activity:hover .activity {
    color: #223D78;
}

.circle-icon.circle:hover .circle-icon.circle {
    color: #C6EAF9;
}

.icon-content {
    color: #223D78;
}

.icon-content:hover {
    color: #C6EAF9;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

/* .mb-3 {
    margin-bottom: -1rem !important;
    color: #327FC2;
    padding-top: -55px;
    margin-top: -60px;
    border-radius: 50%;
} */
.box {
    border-radius: 133px;
    width: 132px;
    color: white;
    background-color: #EF822F;
    height: 40px;
    text-align: center;
    margin-top: 56px;
    float: left;
    margin-left: 0px;
    position: absolute;
    padding-top: 8px;
    font-family: Poppins !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.msghead {
    color: #223D78;
    text-align: right;
    -webkit-text-stroke-width: 0.30000001192092896 !important;
    -webkit-text-stroke-color: #223D78;
    font-family: "El Messiri";
    font-size: 25px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 9px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

img.msgimg.py-3 {
    width: 435px;
    margin-left: 898px;
    height: 351px;
    /* float: right; */
    /* top: 4px; */
    /* flex-shrink: 0; */
}

.text {

    color: #000;
    font-family: "El Messiri";
    font-size: 34px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 33px;
    letter-spacing: 0.9px;
    text-transform: capitalize;
}

.circle-icon.circle {
    border: 3px solid white;
    /* color: C6EAF9; */
    border-radius: 10;
}



.h2 {

    color: white;
    font-family: "EI messiri";
}

/* .img-fluids {
    position: absolute;
    width: 469px;
    height: 448px;
    padding-bottom: -8px;
    padding-bottom: 49px;
    padding-top: 44px;
    left: 1039px;
    top: 1978px;
    background: url(business-office-design-background-ui-ux-design.jpg);
    border-radius: 5px;
    margin-left: 891px;
} */
/* .border-box {
    
    width: 111.72px;
    height: 29.99px;
    left: 178px;
    top: 2198px;
    background: #223D78;
    border-radius: 3px;
   
    margin-top: -55px;
} */
.hr {
    margin: 3rem 0;
    color: inherit;
    /* background-color: currentColor; */
    border: 0;
    background-color: black;
    opacity: 20.25;
}

.hr:hover {
    margin: 3rem 0;
    color: inherit;
    /* background-color: currentColor; */
    border: 0;
    background-color: black;
    opacity: 20.25;
}

.alumni-item:hover {
    background: #0487E2;
}

.cards {
    padding-bottom: 0px;
}

ul.navbar-nav.second-menu.myCustomMenu {
    text-transform: uppercase;

}

.alumnitext:hover {
    color: white;
}

.alumni-title:hover {
    color: white;
}



/* img.header-logo {
    border-radius: 48%;
    width: 121px;
    margin-top: 41px;
} */
h2.home-page-header-news-1 {
    left: 274px;
    padding: 10px 28px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.abtcollege {
    /* font-size: 13px !important; */
    color: #000;
    font-family: Poppins !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

h2.home-page-header-news-1 {
    bottom: 13px;
    left: 240px;
    position: relative;
    border-radius: 5px;
    width: 117px;
    font-weight: 600 !important;
    font-family: 'Poppins !important';
    background: #223D78;
    color: white;
    font-size: 22px;
    padding: 8px 22px;
}

.view-all-new a {
    color: #000000 !important;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 4px 11px;
    margin-bottom: 18px;
    margin-top: 16px;
    margin-left: 508px;
    position: absolute;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    color: #ffffff;
    background: #EF822F;
    border-radius: 50%;
    font-size: 22px;
    height: 50px;
    width: 50px;
    transition: .5s;
}

/* .testimonial-item:hover {
        padding: 10px;
        background: #008cba;
        border: 1px solid !important;
        margin-left: 13px;
        margin-right: 6px;
        border-radius: 19px;
    } */
/* .mesage {
        color: white;
        padding-left: 0px;
        position: relative;
        top: 3px;
        margin-top: 37px;
        /* float: left; */
/* margin-left: -34px; 
        background: #0487E2;
        border-radius: 3px;
   
        width: 870px;
       
        height: 275px;
    } */
.card {
    width: 258px;
    height: 303px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    /* width: 254px; */
    /* height: 290px; */
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #223D78;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    /* background: linear-gradient(to left, teal 50%, #26282b 50%); */
}

.round {
    border-radius: 200px;
    width: 63px;
    margin-right: px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #cbbcbc 100%);
    color: #0b0101;
    background-color: #ffffff;
    height: 63px;
    /* margin-bottom: -69px; */
    text-align: center;
    margin-top: 125px;
    margin-left: 22px;
    /* padding-bottom: 45px; */
    position: absolute;
    padding-top: 15px;
}

.activity {
    margin-top: -58px;
    margin-left: 51px;
    align-items: center;
}

.heading {
    text-align: end;
    padding-top: 3px;
    color: #223D78;
    font-family: 'El Messiri !important';
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 0px;
    /* margin-left: 674px; */
    letter-spacing: 0.02em;
}

a#readMoreBtn {
    padding: 8px 17px;
    background: #223d78;
    border-radius: 3px;
}

p.text-start {
    font-family: 'Popins !important';
    font-weight: 400 !important;
    padding-left: 30px;
    font-family: 'Poppins !important';
    color: white;
}

/* .border-box {
        width: 111.72px;
        margin-left: 10px;
        margin-top: 10px;
        height: 33.99px;
        background: #223D78;
        border-radius: 3px;
        margin-top: -34px;
    } */



.card:hover {
    background: black;
}

.card-title:hover {
    color: #EF822F;
}

.footer-logo {
    height: 216px;
    width: 181px;
    /* float: right; */
    border-radius: 48px;
}

.border-line {
    border-right: 1px solid hsl(177, 53%, 55%);
}

.name {
    padding: 10px;
    margin-left: -90px;
    float: left;
}

.Messages_list p {
    font-size: 15px !important;
}

.Messages_list .bubble {
    border-radius: 0.4em;
    border: 1px solid transparent;
    padding: 7px 11px;
    transition: width 2s;
    word-break: break-word;
    line-height: 19px;
    background-color: #ebebeb;
    text-align: initial;
}

.Messages_list .bubble-label {
    color: #455a64;
    font-size: 15.5px;
}

.Messages_list .option-wrapper {
    overflow-x: hidden;
    margin-top: 5px;
}

.Messages_list .option.bubble {
    background-color: #fff;
}

.Messages_list .theme-border {
    border-color: var(--color-primary);
}


.Messages_list .bubble-inline {
    display: inline-block;
}


.Messages_list .option {
    position: relative;
    padding: 5px 5px 5px 5px !important;
    margin: 3px;
}


.Messages_list .option:hover {
    cursor: pointer;
    background-color: var(--color-primary);
    color: white;
}

.Messages_list span {
    line-height: initial;
    font-size: 15px !important;
    text-transform: capitalize;
}

.tooltip-wrap {
    position: relative;
}

.tooltip-wrap .tooltip-content {
    display: none;
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 14%;
    background-color: #fff;
    padding: 0;
    min-width: 0rem;
    left: 0;
    height: 2em;
    min-height: 1em;
    border: 2px solid #A9A9A9;
    border-radius: 5px;
    bottom: -12px;
    font-weight: bold;
    text-align: center;
    font-size: 0.8em !important;
}

.tooltip-wrap:hover .tooltip-content {
    display: block;
}

.faculty-text-center {
    text-align: center !important;
}

/*desktop*/
@media only screen and (max-width: 2560px) {
    .about-infoo {
        display: none;
    }

    .testimonial-item {
        height: 320px;
    }
}

@media only screen and (max-width: 1182px) {
    .about-infoo {
        display: none;
    }

    .testimonial-item {
        height: 320px;
    }

    img.header-logo {
        margin-left: 15px;
    }

    h3.head-line1 {
        font-size: 32px;
    }

    .view-all-new a {
        /* margin-left: 309px; */
        margin-top: 32px;
    }

    h2.flip-content {
        margin-right: -178px;
    }

    img.msgimg.py-3 {
        width: 334px;
        margin-left: 719px;
    }

    .mesage {
        width: 882px;
    }

    .card {
        width: 223px;
    }

    .testimonial-carousel .owl-nav .owl-prev {
        margin-left: 791px;
    }

    .testimonial-item {
        height: 365px;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1440px) {

    body,
    html {
        width: 100vw;
    }

    .about-infoo {
        display: none;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1025px) {

    body,
    html {
        width: 100vw;
        overflow-x: hidden;
    }

    .about-infoo {
        display: none;
    }

    img.header-logo {
        width: 112px;
        margin-left: 1px;
        margin-top: 57px;
    }

    h3.head-line1 {
        font-size: 28px;
    }

    h3.head-line3 {
        font-size: 12px;
    }

    h3.head-line {
        font-size: 12px;
    }

    section.our-moto {
        /* position: relative; */
        /* width: 278px; */
        height: 59px;
        position: relative;
        /* margin-top: 174px; */
    }

    .our-moto-heading {
        height: 35px;
        font-size: 15px !important;
        padding: 2px;
    }

    .our-moto-text {
        font-size: 15px !important;
        /* height: 64px; */
        margin-top: 4px;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .testimonial-item {
        margin-left: 1px;
        /* margin-top: -2px; */
        margin-bottom: 35px;
        height: 123%;
    }

    .footer-section h2 {
        font-size: 29px;
        font-weight: 700 !important;
    }

    .footer-logo {
        height: 176px;
        width: 153px;
        border-radius: 32px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 990px) {

    body,
    html {
        width: 100vw;
        overflow-x: hidden;
    }

    .about-infoo {
        display: none;
    }

    /* .main-menu .navbar-nav .nav-item a {
    margin-left: 43px;
} */
    /* ul.navbar-nav.second-menu.myCustomMenu {
    margin-left: 51px;
} */
    .title-holder {
        margin-top: -144px;
        margin-left: 121px;
    }

    .modal-content {
        width: 540px;
        border: none;
    }

    p#top1 {
        text-align: end;
        padding: 3px 73px 0px 0px;
    }

    .testimonial-item {
        margin-left: 4px;
        margin-bottom: 10px;
        /* height: 112%; */
    }

    ul.navbar-nav.second-menu.tp-2.myCustomTopLeftMenu {
        padding-left: -44px !important;
        margin-left: -81px;
    }

    a.email {
        text-decoration: underline;
        margin-left: 178px;
    }

    .title {
        margin-top: -63px;
        margin-bottom: -46px;
    }

    img.header-logo {
        height: auto;
        width: 112px;
        margin-left: 1px;
        margin-top: 59px;
    }

    h3.head-line1 {
        font-size: 25px;
        text-align: left;
        line-height: 39px;
    }

    h3.head-line3 {
        font-size: 12px;
    }

    h3.head-line {
        font-size: 12px;
        margin-bottom: 27px;
    }

    section.our-moto {
        /* position: relative; */
        /* width: 278px; 
        height: 59px;
        position: relative;
        /* margin-top: 174px; */
    }

    h5.time {
        margin-top: -131px;
        margin-left: 165px;
    }

    .our-moto-heading {
        height: 35px;
        font-size: 15px !important;
        padding: 2px;
    }

    .our-moto-text {
        font-size: 15px !important;
        /* height: 64px; */
        margin-top: 4px;
    }

    h2.sub-heading {
        font-size: 24px !important;
    }

    h2.home-page-header-news-2 {
        font-size: 19px !important;
        left: 294px;
    }

    .col-lg-6.back-1 {
        border-radius: 31px;
    }

    p.top1 {
        /* display: initial; */
        float: right;
        padding-right: 127px;
    }

    select#category {
        font-size: 14px;
    }

    .view-all {
        float: inline-end;
    }

    .col-lg-6.back-2 {
        /* top: 10px; */
        margin-top: 20px;
        height: 438px;
        border-radius: 33px;
    }

    h2.home-page-header-news-1 {
        font-size: 19px;
        left: 295px;
    }

    .view-all-new {
        float: unset;
        margin-left: 74px;
    }

    img.colegeimg {
        margin-left: 117px;
    }

    h2.text {
        /* align-items: center; */
        /* justify-content: left; */
        margin-left: 127px;
    }

    .box {
        margin-left: 116px;
    }

    .mesage.py-4 {
        height: auto;
        width: 713px;
        margin-top: -228px;
        margin-left: 39px;
    }

    img.msgimg.py-3 {
        margin-bottom: 212px;
        height: 312px;
        width: 304px;
        margin-left: 202px;
    }

    .card {
        margin-left: 39px;
        margin-top: 20px;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .testimonial-carousel .owl-nav .owl-next {
        display: none;
    }

    .text-center {
        text-align: justify;
    }

    p.top {
        margin-left: -4px;
    }

    ul#visitor_counter {
        margin-left: -21px;
        margin-top: -6px;
    }

    .d-flex.py-2.social-icon {
        margin-left: 500px;
        margin-top: -43px;
    }

    h5.visitors {
        margin-right: 68px;
        /* margin-left: -43px; */
    }

    ul#visitor_counter {
        margin-left: 25px;
    }

    h2.flip-content {
        font-size: 24px;
    }

}

@media only screen and (min-width: 601px) and (max-width: 766px) {

    body,
    html {
        width: 100vw;
        overflow-x: hidden;
        padding: 0.8em 0;
    }

    .main-menu .navbar-nav .nav-item a {
        margin-left: 43px;
    }

    ul.navbar-nav.second-menu.myCustomMenu {
        margin-left: 51px;
    }

    .title-holder {
        margin-top: -164px;
        margin-left: 121px;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .title {
        margin-top: -63px;
        margin-bottom: -46px;
    }

    img.header-logo {
        width: 112px;
        margin-left: 1px;
    }

    h3.head-line1 {
        font-size: 23px;
        text-align: left;
        line-height: 28px;
    }

    h3.head-line3 {
        font-size: 10px;
        line-height: 8px;
    }

    h3.head-line {
        font-size: 10px;
        text-align: justify;
    }

    h3.head-line2 {
        font-size: 17px;
        text-align: left;
        line-height: 25px;
    }

    section.our-moto {
        /* position: relative; */
        /* width: 278px; */
        height: 59px;
        position: relative;
        /* margin-top: 174px; */
    }

    .our-moto-heading {
        height: 35px;
        font-size: 15px !important;
        padding: 2px;
    }

    .our-moto-text {
        font-size: 15px !important;
        /* height: 64px; */
        margin-top: 4px;
    }

    h2.home-page-header-news-2 {
        font-size: 19px !important;
        left: 190px;
    }

    h2.home-page-header-news-2 {
        font-size: 19px !important;
    }

    .col-lg-6.back-1 {
        border-radius: 31px;
    }

    select#category {
        font-size: 14px;
    }

    .view-all {
        float: inline-end;
    }

    .col-lg-6.back-2 {
        /* top: 10px; */
        margin-top: 20px;
        height: 438px;
        border-radius: 33px;
    }

    h2.home-page-header-news-1 {
        font-size: 19px;
        left: 186px;
    }

    .view-all-new {
        float: unset;
        margin-left: -105px;
    }

    img.colegeimg {
        float: left;
        margin-left: 65px;
        margin-bottom: 21px;
        height: 406px;
    }

    h2.text {
        margin-left: 41px;
    }

    .box {
        margin-left: 39px;
    }

    .mesage.py-4 {
        height: 382px;
        width: 569px;
        margin-top: 3px;
        margin-left: 23px;
    }

    img.msgimg.py-3 {
        margin-bottom: -51px;
        margin-top: -7px;
        height: auto;
        width: 359px;
        /* margin-left: 92px; */
    }

    .card {
        margin-left: 36px;
        margin-top: 16px;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .testimonial-item {
        margin-left: 4px;
        /* margin-top: -2px; */
        margin-bottom: 10px;
    }

    .text-center {
        text-align: justify;
    }

    p.top {
        margin-left: -4px;
    }

    ul#visitor_counter {
        margin-left: -21px;
        margin-top: -6px;
    }

    .d-flex.py-2.social-icon {
        margin-left: -16px;
        margin-top: -4px;
    }

    h5.visitors {
        margin-right: 68px;
        /* margin-left: -43px; */
    }

    ul#visitor_counter {
        margin-left: -5px;
    }

    h2.flip-content {
        font-size: 24px;
    }



}

@media only screen and (max-width: 600px) {

    body,
    html {
        width: 100vw;
        overflow-x: hidden;
        padding: 0.8em 0;
    }

    .bred-head {
        font-size: 26px;
    }

    .about-infoo {
        display: none;
    }

    /* .main-menu .navbar-nav .nav-item a {
    margin-left: 43px;
} */
    .modal-content {
        width: 361px;
        border: none;
    }

    .title-holder {
        margin-top: 0px;
        text-align: center;
    }

    .title {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .row.header-row {
        text-align: center;
    }

    img.header-logo {
        height: auto;
        width: 112px;
        margin-left: 1px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .row.header-row .col-md-2.col-lg-2 {
        display: flex;
        justify-content: center;
    }

    h3.head-line1 {
        font-size: 31px;
    }

    h3.head-line3 {
        font-size: 12px;
    }

    h3.head-line {
        font-size: 12px;
    }

    section.our-moto {
        /* position: relative; */
        /* width: 278px; */
        height: 59px;
        position: relative;
        /* margin-top: 174px; */
    }

    .our-moto-heading {
        height: 35px;
        font-size: 15px !important;
        padding: 2px;
    }

    .our-moto-text {
        font-size: 15px !important;
        /* height: 64px; */
        margin-top: 4px;
    }

    h2.sub-heading {
        font-size: 19px !important;
    }

    h2.home-page-header-news-2 {
        font-size: 19px !important;
    }

    .col-lg-6.back-1 {
        border-radius: 31px;
    }

    select#category {
        font-size: 14px;
    }

    .view-all {
        float: inline-end;
    }

    .col-lg-6.back-2 {
        /* top: 10px; */
        margin-top: 20px;
        height: 327px;
        border-radius: 33px;
    }

    h2.home-page-header-news-1 {
        font-size: 19px;
        left: 197px;
    }

    .view-all-new {
        float: unset;
        margin-left: -121px;
    }

    h2.text {
        text-align: center;
    }

    .circle-icon.circle {
        margin-left: 91px;
    }

    .mesage.py-4 {
        width: 365px;
        /* padding: 6px 0px 19px 21px; */
        margin-left: 30px;
        height: auto;
    }

    img.msgimg.py-3 {
        /* margin-top: -7px; */
        height: 257px;
        width: 396px;
        /* margin-left: 153px; */
    }

    .card {
        margin-left: 120px;
        margin-top: 21px;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .testimonial-item {
        margin-left: 0px;
        width: 365px;
        height: auto;
        /* margin-top: -2px; */
        margin-bottom: 10px;
    }

    .text-center {
        text-align: justify;
    }

    p.top {
        margin-left: -4px;
    }

    ul#visitor_counter {
        margin-left: -21px;
        margin-top: -6px;
    }

    .d-flex.py-2.social-icon {
        margin-left: 500px;
        margin-top: -43px;
    }

    h5.visitors {
        margin-right: 68px;
        /* margin-left: -43px; */
    }

    ul#visitor_counter {
        margin-left: -5px;
    }

    h2.flip-content {
        font-size: 24px;
    }


}

@media only screen and (min-width: 377px) and (max-width: 450px) {

    body,
    html {
        width: 100vw;
        overflow-x: hidden;
        padding: 0.8em 0;
    }

    .about-infoo {
        display: none;
    }

    .about-info .page-insight {
        margin-top: 17px;
    }

    .main-menu .navbar-nav .nav-item a {
        font-size: 13px !important;
    }

    .modal-content {
        width: 374px;
        border: none;
    }

    #header-carousel .carousel-control-prev-icon,
    #header-carousel .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }

    p.top1 {
        text-align: initial;
    }

    .cards.col-lg-3.col-md-6 {
        margin-left: 154px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: grid;
    }

    #btnAdmission a {
        width: 149px;
        height: 58px;
        font-size: 12px !important;
    }

    .card-text {
        font-size: 12px !important;
    }

    .card-title {
        font-size: 15px !important;
    }

    img.header-logo {
        width: 121px;
        height: auto;
        margin-left: 137px;
        top: 10px;
        margin-top: 22px;
    }

    .title-holder {
        margin-top: -27px;
        margin-bottom: -11px;
    }

    h3.head-line1 {
        line-height: 33px;
        font-size: 31px !important;
        text-align: center;
    }

    h3.head-line2 {
        line-height: 10px;
        font-size: 14px;
        text-align: center;
    }

    h3.head-line3 {
        line-height: 15px;
        font-size: 10px;
        text-align: center;
    }

    h3.head-line {
        padding-top: -32px;
        line-height: 0px;
        font-size: 11px;
        text-align: center;
    }

    .back-1 {
        border-radius: 13px;
        height: 319px;
    }

    .sub-heading {
        font-size: 17px !important;
        line-height: 19px;
    }

    select#category {
        font-size: 12px;
    }

    h2.home-page-header-news-2 {
        left: 148px;
        width: 78px;
        font-size: 14px !important;
        padding: 6px 21px;
    }

    .view-all {
        margin-top: -57px;
        margin-left: 143px;
    }

    .view-all-new a {
        margin-top: -52px;
        display: flex;
        margin-left: 386px;
        font-size: 12px !important;
    }

    select#category {
        font-size: 13px !important;
        /* align-items: center; */
    }

    .newicon {
        font-size: 13px !important;
        margin-right: 33px;
    }

    /* .text-center {
        text-align: center !important;
        float: left;
        margin-left: 68px;
    } */
    .mesage {
        width: 463px;
        padding: 0px 22px 3px 51px;
        height: auto;
    }

    .end {
        font-size: 19px;
        margin-left: 57px;
    }

    .back-2 {
        height: 328px;
        margin-top: 25px;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    h2.home-page-header-news-1 {
        left: 132px;
        width: 78px;
        font-size: 14px !important;
        padding: 6px 21px;
    }

    p.text-start {
        padding-left: 17px;
        font-size: 13px !important;
    }

    .msghead {
        font-size: 19px;
    }

    a#readMoreBtn {
        padding: 3px 3px;
        border-radius: 10px;
        margin-left: 14px;
    }

    .view-all a {
        margin-left: -8px;
        font-size: 12px !important;
    }

    .colegeimg {
        margin-left: 2px;
        height: 367px;
        margin-top: -6px;
    }

    .box {
        width: 93px;
        height: 33px;
        margin-left: 13px;
        margin-top: 38px;
        padding-top: 4px;
        font-size: 14px !important;
    }

    .text {
        font-size: 23px;
    }

    .abtcollege {
        font-size: 12px !important;
    }

    .circle-icon.circle {
        width: 62px;
        margin-left: 33px;
        margin-top: 35px;
        height: 61px;
    }

    h2.flip-content {
        font-size: 21px;
        margin-right: 38px;
        margin-top: 11px;
    }

    h2.flip-contents {
        font-size: 24px;
        margin-right: 95px;
        margin-top: 10px;
    }

    img.msgimg.py-3 {
        height: auto;
        margin-left: 6px;
        width: 358px;
    }

    .card {
        width: 14rem;
        height: auto;
        margin-top: 4px;
        margin-left: -107px;
    }

    .round {
        width: 54px;
        height: 54px;
        padding: 5px 10px;
        top: -26px;
        font-size: 14px !important;
    }

    .items {
        font-size: 18px;
    }

    .card-title {
        font-size: 14px !important;
    }

    .homePage-sectionHeading-white {
        font-size: 21px;
        margin-top: -35px;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        display: none;
    }

    .testimonial-item {
        margin-bottom: 62px;
    }

    p#top1 {
        text-align: justify;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: table-footer-group;
    }

    .owl-item.cloned {
        width: 244px;
    }

    .owl-stage {
        width: 1920px;
    }

    .footer-logo {
        height: auto;
        width: 147px;
        border-radius: 23px;
    }

    .footer-section h2 {
        font-size: 34px;
        margin-top: 26px;
        text-align: center;
    }

    /* .footer-section {
        margin-top: -39px;
    } */
    .footer-section h5 {
        font-size: 19px !important;
        text-align: left;
    }

    .d-flex.py-2.social-icon {
        margin-left: 60px;
        margin-top: -5px;
    }

    ul#visitor_counter {
        padding-left: -21px;
        margin-left: -29px;
        /* padding: 5px; */
    }

    .top {
        text-align: -webkit-center;
    }

    .footer-section p {
        font-size: 18px !important;
    }

    img.header-logo {
        width: 137px;
        height: auto;
        padding: 0px 0px 28px 1px;
        margin-left: 0px;
        margin-top: 0px;
    }

    #header-carousel .carousel-item img {
        #header-carousel .carousel-item img {
            height: 260px;
            object-fit: cover;
        }
    }


}

@media only screen and (min-width: 321px) and (max-width: 376px) {

    body,
    html {
        width: 100vw;
        overflow-x: hidden;
    }

    .about-infoo {
        display: none;
    }

    .about-info .page-insight {
        margin-top: 17px;
    }

    .main-menu .navbar-nav .nav-item a {
        font-size: 13px !important;
    }

    /* .main-menu .navbar-nav .nav-item a {
    margin-left: 44px;
} */
    p.top1 {
        margin-left: -162px;
    }

    #header-carousel .carousel-control-prev-icon,
    #header-carousel .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }

    .title-holder {
        margin-top: 0px;
        text-align: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: grid;
    }

    .card-text {
        font-size: 12px !important;
    }

    .card-title {
        font-size: 15px !important;
    }

    img.header-logo {
        width: 121px;
        height: auto;
    }

    #btnAdmission a {
        width: 135px;
        height: 60px;
        font-size: 12px !important;
    }

    .col-lg-3.col-md-4.imp-links {
        padding-top: 30px;
    }

    /* .title-holder {
    margin-top: -26px;
    margin-bottom: -15px;
} */
    h3.head-line1 {
        line-height: 33px;
        font-size: 29px !important;
        text-align: center;
    }

    h3.head-line2 {
        line-height: 10px;
        font-size: 13px;
    }

    h3.head-line3 {
        line-height: 6px;
        font-size: 10px;
        text-align: center;
    }

    h3.head-line {
        padding-top: -32px;
        line-height: 0px;
        font-size: 9px;
        text-align: center;
    }

    .back-1 {
        border-radius: 13px;
        height: 302px;
    }

    .sub-heading {
        font-size: 17px !important;
        line-height: 19px;
    }

    select#category {
        font-size: 12px;
    }

    h2.home-page-header-news-2 {
        left: 130px;
        width: 78px;
        font-size: 14px !important;
        padding: 6px 21px;
    }

    h2.flip-contents {
        font-size: 20px;
        margin-right: 127px;
        margin-top: 15px;
    }

    .view-all {
        margin-top: -75px;
        margin-left: 185px;
    }

    .view-all-new a {
        margin-top: -48px;
        margin-left: 360px;
        font-size: 12px !important;
    }

    select#category {
        font-size: 13px !important;
        /* align-items: center; */
    }

    .newicon {
        font-size: 12px !important;
        margin-right: 84px;
    }

    /* .text-center {
        text-align: center !important;
        float: left;
        margin-left: 68px;
    } */
    .mesage {
        width: 314px;
        height: 453px;
        margin-top: -30px;
        margin-left: 57px;
        /* background: none; */
    }

    .end {
        font-size: 19px;
        margin-left: 57px;
    }

    .back-2 {
        height: 328px;
        margin-top: 25px;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    h2.home-page-header-news-1 {
        left: 138px;
        width: 78px;
        font-size: 14px !important;
        padding: 6px 21px;
    }

    p.text-start {
        padding-left: 20px;
        font-size: 13px !important;
    }

    .msghead {
        font-size: 19px;
    }

    a#readMoreBtn {
        padding: 5px 5px;
        border-radius: 10px;
        margin-left: 21px;
    }

    .view-all a {
        margin-left: -23px;
        font-size: 12px !important;
    }

    .colegeimg {
        margin-left: 6px;
        height: 335px;
        margin-top: -17px;
    }

    .box {
        width: 76px;
        height: 25px;
        margin-left: 2px;
        margin-top: 38px;
        padding-top: 0px;
        font-size: 12px !important;
    }

    .text {
        font-size: 23px;
    }

    .abtcollege {
        font-size: 12px !important;
    }

    .circle-icon.circle {
        width: 50px;
        height: 50px;
        margin-top: 21px;
        margin-left: 1px;
    }

    h2.flip-content {
        font-size: 21px;
        margin-right: 60px;
        margin-top: 11px;
    }

    img.msgimg.py-3 {
        height: auto;
        margin-left: 14px;
        width: 319px;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    p#top1 {
        margin-left: 2px;
        padding: 3px 204px 35px 5px;
        margin-top: -2px;
    }

    .card {
        width: 14rem;
        height: 18rem;
        margin-top: 14px;
        margin-left: 42px;
    }

    .round {
        width: 54px;
        height: 54px;
        padding: 1px 10px;
        top: -26px;
        font-size: 14px !important;
    }

    .items {
        font-size: 18px;
    }

    .card-title {
        font-size: 14px !important;
    }

    .homePage-sectionHeading-white {
        font-size: 21px;
        margin-top: -35px;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        display: none;
    }

    .testimonial-item {
        margin-left: 0px;
        /* padding-bottom: 10px; */
        width: 325px;
        margin-bottom: 22px;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: table-footer-group;
    }

    .owl-item.cloned {
        width: 244px;
    }

    .owl-stage {
        width: 1920px;
    }

    .footer-logo {
        height: 147px;
        width: 153px;
        border-radius: 23px;
        /* float: left; */
        /* margin-left: -139px; */
    }

    .footer-section h2 {
        font-size: 32px;
        /* text-align: center; */
    }

    /* .footer-section {
        margin-top: -39px;
    } */
    .footer-section h5 {
        font-size: 19px !important;
        margin-top: -44px;
        float: left;
    }

    ul#visitor_counter {
        margin-right: 0px;
        padding: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .top {
        text-align: -webkit-center;
    }

    .d-flex.py-2.social-icon {
        margin-left: -15px;
        margin-top: 0px;
        text-align: center;
    }

    .footer-section p {
        font-size: 18px !important;
    }

    #header-carousel .carousel-item img {
        height: 185px;
        object-fit: cover;
    }


}

/* # Mobile */
@media only screen and (max-width: 320PX) {

    body,
    html {
        width: 100vw;
        overflow-x: hidden;
        padding: 0.8em 0;
    }

    .about-info .page-insight {
        margin-top: 17px;
    }

    .about-infoo {
        display: none;
    }

    .main-menu .navbar-nav .nav-item a {
        font-size: 13px !important;
    }

    .modal-content {
        width: 303px;
        border: none;
    }

    #header-carousel .carousel-control-prev-icon,
    #header-carousel .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: grid;
    }

    .container.px-0.py-2.site-header {
        margin-top: -38px;
        margin-bottom: -25px;
    }

    .card-text {
        font-size: 12px !important;
    }

    .card-title {
        font-size: 15px !important;
    }

    #btnAdmission a {
        width: 135px;
        height: 60px;
        font-size: 12px !important;
    }

    img.header-logo {
        width: 121px;
        height: auto;
        padding: 14px 5px 27px 12px;
    }

    ul#visitor_counter {
        display: flex;
        padding-left: 15px;
    }

    .title-holder {
        margin-top: -267px;
    }

    h3.head-line1 {
        line-height: 31px;
        text-align: center;
        font-size: 24px !important;
    }

    h3.head-line2 {
        line-height: 8px;
        font-size: 12px;
        text-align: center;
        margin-top: 236px;
    }

    h3.head-line3 {
        line-height: 5px;
        font-size: 9px;
        text-align: center;
    }

    h3.head-line {
        line-height: 5px;
        font-size: 8px;
        text-align: center;
    }

    .back-1 {
        border-radius: 13px;
    }

    .sub-heading {
        font-size: 17px !important;
        line-height: 19px;
    }

    select#category {
        font-size: 12px;
    }

    h2.home-page-header-news-2 {
        left: 102px;
        width: 78px;
        font-size: 14px !important;
        padding: 6px 21px;
    }

    .view-all {
        margin-top: 42px;
        margin-left: 163px;
    }

    .view-all-new a {
        margin-top: 145px;
        margin-left: 322px;
        font-size: 12px !important;
    }

    select#category {
        font-size: 13px !important;
        /* align-items: center;  */
    }

    .newicon {
        font-size: 12px !important;
        margin-right: 37px;
    }

    h2.flip-contents {
        font-size: 20px;
        margin-right: 99px;
        margin-top: 15px;
    }

    .mesage {
        width: 314px !important;
        height: 453px;
        margin-top: -30px;
        margin-left: 38px;
    }

    .end {
        font-size: 19px;
        margin-left: 57px;
    }

    .back-2 {
        height: 328px;
        margin-top: 25px;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    h2.home-page-header-news-1 {
        left: 102px;
        width: 78px;
        font-size: 14px !important;
        padding: 6px 21px;
    }

    p.text-start {
        padding-left: 17px;
        font-size: 13px !important;
    }

    .msghead {
        font-size: 19px;
    }

    a#readMoreBtn {
        padding: 3px 3px;
        border-radius: 10px;
        margin-left: 14px;
    }

    .view-all a {
        margin-left: -61px;
        font-size: 12px !important;
    }

    .colegeimg {
        margin-left: 16px;
        height: 267px;
    }

    .box {
        width: 76px;
        height: 25px;
        margin-left: 2px;
        margin-top: 38px;
        padding-top: 0px;
        font-size: 12px !important;
    }

    .text {
        font-size: 23px;
    }

    .abtcollege {
        font-size: 12px !important;
    }

    .circle-icon.circle {
        width: 50px;
        height: 50px;
        margin-top: 37px;
        /* padding: 23px; */
        margin-left: 0px;
    }

    h2.flip-content {
        font-size: 18px;
        margin-right: 37px;
        margin-top: 19px;
    }

    img.msgimg.py-3 {
        height: auto;
        margin-left: -2px;
        width: 300px;
        margin-bottom: 16px;
    }

    .card {
        width: 14rem;
        height: 18rem;
        margin-top: 16px;
        margin-left: 22px;
        /* padding: 10px; */
    }

    .round {
        width: 52px;
        height: 51px;
        padding: 0px 3px;
        top: -32px;
        font-size: 14px !important;
    }

    p#top1 {
        margin-right: 140px;
    }

    .items {
        font-size: 18px;
    }

    .card-title {
        font-size: 14px !important;
    }

    .homePage-sectionHeading-white {
        font-size: 21px;
        margin-top: -35px;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        display: none;
    }

    .testimonial-item {
        margin-left: 0px;
        height: 362px;
        width: 293px;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: table-footer-group;
    }

    .owl-item.cloned {
        width: 244px;
    }

    .owl-stage {
        width: 1920px;
    }

    .footer-logo {
        height: 174px;
        width: 153px;
        border-radius: 23px;
    }

    /* .footer-section h2 {
        font-size: 28px;
    }  */
    .footer-section h2 {
        font-size: 28px;
        text-align: left;
    }

    ul#visitor_counter {
        padding-left: 10px;
    }

    .footer-section h5 {
        font-size: 19px !important;
        display: table-row-group;
    }

    ul#visitor_counter {
        padding-left: 80px;
    }

    .top {
        text-align: -webkit-center;
    }

    p.top1 {
        /* text-align: center; */
        margin-left: 53px;
    }

    ul#visitor_counter {
        padding-left: 26px;
        padding-right: 118px;
        margin-left: -11px;
    }

    .d-flex.py-2.social-icon {
        margin-left: 27px;
        margin-top: 2px;
    }

    #header-carousel .carousel-item img {
        position: relative;
        height: 116px;
    }


}

.alumini-container {
    gap: 20px;
    display: flex;
    border-bottom: 2px solid rgb(90, 87, 87);
    margin-bottom: 20px;
}

/* inner page  */

.line-quote {
    text-align: center;
    position: relative;
}

.line-quote img {
    position: relative;
    width: 60px;
    margin: 0px 0px 15px 0px;
    z-index: 99;
}

.line-quote:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #cdcccc94 !important;
    position: absolute;
    left: 0px;
    top: 43px;
    z-index: 0;
}

h2.motto-marathi {
    margin: 0;
    color: #EB1C24;
    font-family: Rajdhani;
    font-size: 39px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 60px;
}

.motto-english {
    margin: 0;
    color: #100060;
    font-family: El Messiri;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

span.hightlight-text {
    color: #7C1618;
    text-align: justify;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.vision-mission-box {
    margin-bottom: 10px;
    padding: 20PX;
    border-radius: 28px;
    background: #F9EEEF;
}

.highlighted-box {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 28px;
    background: #F9EEEF;
}

.vision-mission p {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
}

.vision-mission li {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
}

hr {
    color: #B9B9B9;
    background-color: #B9B9B9;
}

.photo-gallery-img {
    width: 97%;
}

section.alumni-speak .owl-stage-outer {
    padding-bottom: 18px;
}
.menuHTML li a, .myCustomMenuFooter li a {
	color: var(--color-default);
	cursor: pointer;
	text-decoration: underline;
}
.menuHTML li a:hover, .myCustomMenuFooter li a:hover {
    color: var(--color-default);
    cursor: pointer;
    text-decoration: none;
}
.sitemap-div li a {
    font-size: 18px;
    font-weight: 600;
}
.sitemap-div li ul li a {
    font-size: 16px;
    font-weight: 500;
}
.sitemap-div li ul {
    padding-left: 45px;
}
.sitemap-div li ul li ul {
    padding-left: 30px;
}
.sitemap-div li::marker {
    color: var(--pink-color);
    font-size: 18px;
}
.sitemap-div li ul li::marker {
    color: var(--pink-color);
    font-size: 16px;
}
.sitemap-div li ul li ul li::marker {
    color: var(--pink-color);
    font-size: 16px;
}
.sitemap-div li a {
	font-size: 18px;
}
.sitemap-div li ul li a{
	font-size: 16px;
}
.sitemap-div li ul li ul li a{
	font-size: 16px;
}
.sitemap-div li {
    list-style: auto;
	line-height: 2.2rem;
}

.display-none
{
	display: none;
}
/*  ---------------------End Departments Home Dept--------------------------------- */