h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #000;
    font-family: El Messiri;
    line-height: initial;
}

body,
p,
div,
button,
span,
td,
th,
li,
a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    color: #000;
}

p,
span,
a {

    line-height: initial;
}

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

p,
a,
li {
    color: #000;
}

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

#bannerVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
}

.vdocontent-box {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 0px;
}


.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #8f267e !important;
}

.label-catainer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.single-box {
    border-right: 1px solid #fff;
    padding: 30px 0 10px;
}

.single-box.no-border {
    border: 0;
}

.banner-box .label-catainer span.label {
    display: inline-block;
    padding: 5px 10px 3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    width: auto;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 18px;
}

.label-danger {
    background: #D52744;
    color: #fff;
}

.label-aqua {
    background: #87FFFF;
}

.label-white {
    background: #fff;
    color: #D52744;
}

.label-yellow {
    background: #FFFF7D
}

.banner-box h2 {
    color: #fff;
    text-align: center;
    margin-top: 0px;
    font-size: 29px;
    line-height: 39px;
    font-weight: 900 !important;
}

/* #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  } */

.video-container {
    position: relative;
}

buttons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block
}

.second {
    display: none;
}

.button {
    position: absolute;
    right: 0;
    bottom: 10em;
    width: 320px;
    text-align: center;
}

/* header */
.topbar-menu {
    background-color: #efeeee;
}

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

.topbar-menu ul li a {
    padding: 3px 15px !important;
    border-right: 1px solid;
}

.topbar-menu ul li {
    /* padding: 10px 0px; */
    padding: 4px 0px;
}

.dot {
    padding: 7px;
    margin-top: 0px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

/* .topbar-menu ul li:last-child a {
    border-right: 0px;
    background-color: #1a4791;
    color: #fff !important;
} */

.title-holder {
    text-align: left;
    padding-left: 10px;
}

.logo-holder a {
    padding: 10px;
}

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

.topbar-menu .navbar-nav .dropdown-menu a {
    color: white !important;
    margin: 0px !important;
}

.main-menu ul li.active {
    background-color: #a41e34;
    color: white;
}

.dropdown-item.active {
    background-color: #51a8b1 !important;
}

.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;
} */
.website-header.sticky {
    position: fixed;
    padding-top: 0;
    top: 0;
    width: 100%;
    height: 115px;
}
.right-menu.sticky {
    position: relative;
    width: auto;
    background: none !important;
}
.site-header {
    /* height: 120px; */
    text-align: center;
    padding-top: 15px !important;
}
#id.carouselExample {
    padding-left: 198px;
}
.carousel-inner{
    width: 500px;
    border: 2px solid !important;
    /* text-align: center; 
    text-align: -webkit-center;
}
.website-header {
    z-index: 100;
    /* position: fixed; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
    /* background-color: rgb(0 0 0 / 30%);
    background-image: linear-gradient(rgb(3 3 3 / 30%), rgb(205 151 245 / 30%) ); */
}

.right-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.website-header {
    z-index: 2000;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.sticky .site-header {
    padding-top: 10px !important;
    height: 100px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.sticky h3.head-line1 {
    font-size: 24px !important;
    line-height: 26px !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.sticky p.head-line {
    font-size: 15px !important;
    line-height: 18px !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.container-fluid.p-0.wow.fadeIn.animated {
    visibility: visible;
    animation-delay: 0.1s;
    margin-top: -100px !important;
    z-index: 0;
    position: relative;
}

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

.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0px solid #B53C51;
    text-align: start !important;
    color: #FFC20E;
    font-family: El Messiri !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:hover {
    color: #ffffff;
}

.navbar .navbar-nav .nav-link {
    padding: 8px 7px;
    font-weight: 400;
}

.dropdown-menu.show {
    display: contents !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown {
    /* margin-left: 40rem;  */
    margin-right: 40rem;

}

.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: #16a2b9 !important;
}

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

/* #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
} */
.top-menu .dropdown-item:hover {
    background-color: #1a4791;
    color: #fff !important;
}

.topbar-menu .dropdown-menu {
    background-color: #1a4791;
}

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

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

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

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

h3.head-line1 {
    color: #FFF;
    text-shadow: 2px 1px 1px #000;
    /* text-shadow: 8px 2px 8px #452c74; */
    font-size: 23px;
    font-style: normal;
    font-family: 'El Messiri', sans-serif;
    font-weight: 900 !important;
    line-height: 29px;
    margin: 0 9px;
}

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

.top-menu li {
    display: flex;
}

.top-menu-home .second-menu {
    margin: 10px auto;
    display: inline-block;
}

.top-menu-home ul.second-menu li {
    float: left !important;
    margin: 0 20px;
    list-style-type: disc;
    color: #fff;
}

.main-menu {
    background-color: #1a4791;
}

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

.main-menu .dropdown-item:hover {
    background-color: none;
    color: #fff;
}

.main-menu .dropdown-item {
    background-color: #1a4791;
    padding: 7px 9px;
}

.dropdown-menu {
    background-color: #1a4791;
}

/* end header */

/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 8rem;
    border-radius: 3rem;
    background-color: transparent;
    border: 10px solid transparent;
}

/* Home slider end */
/* vision mission */
h2.home-sec-heading {
    font-weight: 500 !important;
}

/* vision mission */
.gray-back {
    background-color: #f7f7f7;
}

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

.vision-mission .col-lg-6:first-child .vm-inner-sec {
    border-right: 1px solid;
    padding-right: 15px;
}

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

/* .vision-mission .col-lg-6:nth-child(2) {
    padding-left: 1px;
} */

/* imp news tab section*/
.home-page-tabs .nav-link.active {
    background-color: #f7b13a !important;
    color: white;
}

.topbar-menu ul li.active {
    background-color: #a41e34;
}

.home-page-tabs {
    background: #1a4791 !important;
    padding-left: 0;
    padding-right: 0;
}

.home-page-tabs .nav-tabs .nav-link.active {
    background-color: #f7b13a;
    color: white;
}

.home-page-tabs .nav-tabs .nav-link {
    color: #fff !important;
}

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

.vertical-marquee marquee {
    margin-top: 1rem;
}

.tab-horizontal1 .nav-item {
    width: 33.3%;
}

.vertical-marquee ol li:nth-child(even) {
    background-color: #f2f2f2;
}

.vertical-marquee ol li {
    padding: 7px 0px 7px 20px;
    list-style: none;
}

.vertical-marquee ol {
    padding: 0px;
}

.mar-sect {
    padding: 10px !important;
}


.shadow1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.news-imp-links .col-lg-5 .inner-div-imp a:nth-child(odd) {
    background-color: #19438a;
}

.news-imp-links .col-lg-5 {
    padding-right: -76px;
    padding-top: -19px;
}

.news-imp-links .col-lg-5 .inner-div-imp a {
    color: #fff;
    display: block;
    padding: 12px 12px 12px 30px;
}

.news-imp-links .col-lg-5 .inner-div-imp h2 {
    color: #fff;
    padding: 0px 0px 5px 190px;
    font-weight: 400 !important;
    font-size: 22px;
}

.news-imp-links .col-lg-5 .inner-div-imp {
    margin-left: 20px;
    background-color: #1a4791;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-right: 10px;
}

/*.news-imp-links .col-lg-6 .inner-div-imp {*/
/*    margin-left: 20px;*/
/*    background-color: #1a4791;*/
/*}*/

.news-imp-links .col-lg-6 .inner-div-imp a:nth-child(odd) {
    background-color: #19438a;
}

.news-imp-links .col-lg-6 .inner-div-imp a:hover {
    color: #f7b13a;
}

.news-imp-links .col-lg-6 .inner-div-imp h2 {
    color: #fff;
    padding: 7px 0px 0px 15px;
    font-weight: 400 !important;
    font-size: 22px;
}

.imp-links-sec {
    text-align: center;
}

.news-imp-links .col-lg-6 .inner-div-imp a {
    color: #fff;
    display: block;
    padding: 12px 12px 12px 30px;
}

.news-plac-admi {
    width: 100%;
}

.prog-name:hover span {
    color: #fff;
}

.prog-name:hover {
    background-color: #1a4791;
}

.gallery-holder {
    text-align: center;
}

/* imp news */


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

.view-all {
    text-align: end;
    margin-top: 15px;
}

.view-all a {
    color: #000;
    text-decoration: underline;
}

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

.vtabs .home-sec-heading {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400 !important;
    text-align: center;
    font-size: 22px;
}

.vtabs .nav-tabs .nav-link:first-child {
    border-left: 0px;
}

/* Vertical News end*/

/* Programs start */
.programs-offered {
    background-color: #97caf5;
}

.programs-offered h2,
.programs-offered h4,
.programs-offered p {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.programs-offered h3 {
    color: #fbb019;
}

.programs-offered h2,
.programs-offered h4 {
    font-weight: 400 !important;
}

.course-name {
    border-right: 3px solid #053452;
    height: 109px;
}

.course-name1 {
    border-right: 3px solid #053452;
    padding-top: 20px;
}

hr.hor-line {
    color: #053452 !important;
    opacity: 1;
    margin-bottom: 0px;
    height: 3px;
}

.hor-line-row {
    padding: 0px 90px
}

.prog-line p,
.prog-line a {
    color: #bfc7cf !important;
}

/* Programs 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: #000;
}

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

/* Principal section end */
/* 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;
}


/* photo gallery */
/* .gallery-holder {
    text-align: center;
} */

.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: #16a2b9;
    color: #fff;
    text-transform: uppercase;
}

.btn-year:hover {
    color: white
}

.btn-year.active {
    background-color: #97caf5;
}

.gallery {
    position: relative;
    width: 275px;
    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%;

    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;
    border: 6px solid #fff;
}

.stack:before {
    top: 0px;
}

.stack:after {
    background: #768590;
    left: 0px;
}

/*  */
/* programs start */
.programs-sec {

    background-image: url('../img/programs-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prog-name {
    padding: 25px 10px;
    margin: 35px 10px 0px 10px;
    background: #fff;
}

span.prog-type {
    padding: 7px 20px 7px 10px;
    border-right: 3px solid #f7b13a;
    margin-right: 15px;
}

/* programs end */

/* Footer Section start */

.footer-sect {
    background-color: #1a4791;
}

.right-res {
    border-top: 2px solid #fff;
}

.footer-sect p,
.footer-sect a,
.footer-sect span {
    color: #fff !important;
}

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

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

.social-icon a {
    color: #16a2b9;
}

.footer-section h2,
.footer-section h3 {
    color: #fff;
}

a.email {
    text-decoration: underline;
}

.footer-section a:hover {
    color: #f7b13a !important;
}

.top-bottom {
    background-color: #f7b13a !important;
    border-color: #f7b13a !important;
}

.top-bottom:hover {
    background-color: #ffff !important;
    border-color: #f7b13a !important;

}

.top-bottom .bi-arrow-up::before {
    color: #fff;
}

.top-bottom:hover .bi-arrow-up::before {
    color: #f7b13a !important;
}

/* Styles for website counter container */
.website-counter {
    font-size: 28px !important;
    color: #000;
}

/* 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 */

/* About page start */

.bred-head {
    padding-bottom: 60px;
    padding-top: 300px;
    margin-bottom: 0px;
    font-family: Ei Messiri !important;
     color: white; 
    font-style: normal;
    text-align: left;
}

li.breadcrumb-item a:hover {
    color: #16a2b9;
}

.quick-1 {
    padding: 10px 20px !important;
    background-color: #97caf5;
    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: #16a2b9;
}

.quick-title {
    font-size: 23.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;
}

.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-insight p,
.page-insight li,
.page-insight a,
.page-insight span,
.page-insight div {
    text-align: justify;
}

/* .page-headings {
    border-bottom: 3px solid #bbbbbb;
    margin-bottom: 20px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 20px !important;
} */

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

.page-back {
    background-color: #ececec;
    background-image: url('../img/bg-blue.jpg');
    background-size: cover;
}

.image-sec img {
    width: 225px;
    box-shadow: 2px 2px 4px #888888;
}

.quick-1.sec-2 .quick-title a:hover {
    color: #000;
    cursor: unset;
}

/* About page end */

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

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

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

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

.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;
}

.pres-msg {
    width: 176px;
}

.secret-msg {
    width: 256px;
}

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

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

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

/* 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: #a82427;
    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: #000;
    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;
}

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: #97caf5;
}

.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: #000;
    background-color: #cd97f5;
    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;
}

/* Naac Pages */
.list-items-pdf a {
    text-decoration: underline;
}

.list-items-pdf li {
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.list-items-pdf {
    list-style: none;
    padding: 0 0 0 21px;
}

.list-items-pdf a::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    color: #a82427;
    width: 23px !important;
    display: inline-block;
    font-size: 19px;
}

.list-items-pdf a:hover {
    text-decoration: none;
}


.list-items-pdf a {
    text-decoration: underline;
}

ul.aqar-supp-doc li a {
    text-decoration: underline;
    color: #fff;
}

ul.aqar-supp-doc li:hover a {
    text-decoration: none;
    color: #fff;
}

ul.aqar-supp-doc li:hover {
    background-color: #16a2b9;
}

ul.aqar-supp-doc li {
    list-style: none;
    display: inline-block;
    margin: 10px 15px;
    padding: 10px;
    background: #97caf5;
    text-align: center;
    width: 30%;
    border-radius: 30px;
}

/* Naac Pages */

/* accordian end */
/* Media Queries */

/* # Mobile */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #000;
    line-height: initial;
}

body,
p,
div,
button,
span,
td,
th,
li,
a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    color: #000;
}

p,
span,
a {

    line-height: initial;
}

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

p,
a,
li {
    color: #000;
}

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

/* header */
.topbar-menu {
    background-color: #1A4791;
    border-top: 6px solid #8F267E;
    position: relative;
    z-index: 999;
}

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

.topbar-menu ul li a {
    padding: 3px 15px !important;
    border-right: 1px solid;
}

.topbar-menu ul li {
    /* padding: 10px 0px; */
    padding: 4px 0px;
}

.image-sec img {
    box-shadow: 2px 2px 4px #888888;
    padding: 5px;
    border: 1px solid #000;
    width: 195px;
    box-shadow: 2px 2px 4px #888888;
}

/* .topbar-menu ul li:last-child a {
    border-right: 0px;
    background-color: #1a4791;
    color: #fff !important;
} */

.title-holder {
    text-align: left;
    padding-left: 0px;
}

.logo-holder a {
    padding: 10px;
}

.topbar-menu .navbar-nav a {
    color: #f8f8f8 !important;
    margin: 0px !important;
}

.topbar-menu .navbar-nav .dropdown-menu a {
    color: white !important;
    margin: 0px !important;
}

.main-menu ul li.active {
    background-color: #a41e34;
    color: white;
}

.dropdown-item.active {
    background-color: #a41e34 !important;
}

.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: 25px !important;
    padding-bottom: 20px !important;
} */
/***new **/

.top-menu-home {
    display: inline-flex;
}

.top-menu-home p {
    display: inline-flex;
}

.top-menu-home a {
    color: #ffffff;
    font-family: 'El Messiri', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: transparent !important;
}



p.head-line {
    margin: 0 9px;
    color: #cba947;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    font-family: 'El Messiri', sans-serif !important;
    text-shadow: 2px 1px 1px #000;
    line-height: 20px;
}

.logo-holder,
.title-holder {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 0px;
}

.site-header img.logo {
    width: 110px;
    position: relative;
    bottom: 7px;
}

.website-header.sticky .site-header img.logo {
    width: 120px;
    transition: ease-in;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
margin-top:0px
}

.navbar .navbar-nav .nav-link {
    /* padding: 15px 10px; */
    padding: 8px 7px;
    font-weight: 400;
}

.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: #16a2b9 !important;
}

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

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

.topbar-menu .dropdown-menu {
    background-color: #1a4791;
}

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

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

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

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



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

.top-menu li {
    display: flex;
}

.second-menu {
    margin: auto;
}

.main-menu {
    background-color: #1a4791;
}

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

.main-menu .dropdown-item:hover {
    background-color: none;
    color: #fff;
}

.main-menu .dropdown-item {
    background-color: #1a4791;
    padding: 7px 9px;
}

.dropdown-menu {
    background-color: #1a4791;
}

/* end header */

/* Home slider start */
#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 8rem;
    border-radius: 3rem;
    background-color: transparent;
    border: 10px solid transparent;
}

/* Home slider end */
/* vision mission */
.mission-column {
    padding-left: 35px;
}

h2.home-sec-heading {
    color: #A41E34;
    font-family: El Messiri;
    font-size: 30px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

h2.news-sec-heading {
    color: #102D4E;
    font-family: El Messiri;
    font-size: 30px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

h2.dept-sec-heading {
    color: #5E3193;
    font-family: El Messiri;
    font-size: 30px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.vision-box-border {
    border-right: 2px solid #FFC20E;
    padding-right: 0px;
}

.vision-mission p {
    color: #5E3193;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vision-mission li {
    color: #5E3193;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;

}

/* vision mission */
.gray-back {
    background-color: #f7f7f7;
}

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

.banner-slider img {
    object-fit: cover;
    height: 600px;
}

.vision-mission .col-lg-6:first-child .vm-inner-sec {
    border-right: 1px solid;
    padding-right: 15px;
}

/* latest-news */

.latest-news {
    background: linear-gradient(90deg, #FFEBC9 0%, rgba(255, 255, 255, 0.30) 100%) !important;

}

#news-time-date i {
    color: #9D9D9D !important;
    padding-right: 10px;
}

#news-time-date p {
    margin-bottom: 0;
    color: #5f3193 !important;
    font-weight: 400;
}



.news-month {
    width: 55px;
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
    background: red;
}
section#nws {
    background: linear-gradient(90deg, #FFEBC9 0%, rgba(255, 255, 255, 0.30) 100%) !important;
}

.eventtext {
    margin-bottom: 7px;
    font-size: 16px !important;
    font-weight: 600;
    /* padding-left: 0px; */
    padding-right: 8px;
    line-height: 22px;
}

.latest-news-btn {
    border: 2px solid;
    text-align: center;
    font-weight: 600;
    color: #a41e34;
    border-radius: 10px;
    background: transparent;
    padding: 10px 20px;
}

.latest-news-btn:hover {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    background: #a41e34;
    padding: 10px 20px;
}


.department-section ul li.nav-item button.active {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    background: #a41e34;
    padding: 10px 20px;
}

.department-section ul li.nav-item button {
    width: 200px;
    font-weight: 600;
    font-size: 20px !important;
    border: 2px solid;
    text-align: center;
    font-weight: 600;
    color: #a41e34;
    border-radius: 10px;
    background: transparent;
    padding: 10px 20px;
}

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

.nav-tabs {
    border: none !important;
}

.row.department-section {
    /* margin: 0 auto; */
    align-items: center;
    justify-content: center;
    /* display: inline-flex; */
}

.dept-img-box img {
    width: 100%;
    position: relative;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}
.nws {
    padding: 15px 0;
    text-align: center;
    background: linear-gradient(90deg, #FFEBC9 0%, rgba(255, 255, 255, 0.30) 100%) !important;
}
.clients img {
    max-width: 85%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

.clients img:hover {
    filter: none;
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .clients img {
        max-width: 50%;
    }
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 30px;
    height: 22px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 65px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #102D4E;
    background: #fff;
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 15px;
    width: 65px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #102D4E;
    color: #fff;
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: #102D4E;
    color: #fff;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: #fff;
    color: #102D4E;
}

.testimonial-back {
    background: linear-gradient(90deg, #EDDCFF 0%, rgba(255, 255, 255, 0.30) 100%) !important;
}

.stud-name-class span {
    color: #7D7D7D;
    margin-left: 13px;
}


/* home infra-faci start */
.infra-facilities-section .homePage-sectionHeading {
    text-align: center;
}

#portfolio .item-institute {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
}

#portfolio .item-institute:hover img {
    transition: 0.6s;
}

#portfolio .item-institute .details {
    border-radius: 0px 0px 5px 5px;
    background: rgba(0, 0, 0, 0.70);
    position: absolute;
    left: 0;
    bottom: -114px;
    right: 0;
    text-align: center;
    padding-top: 10px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .item-institute .details h3 {
    color: #FFC20E;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

#portfolio .item-institute .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
    padding: 0px 10px;
}

#portfolio .item-institute .details .social {
    height: 112px;
    font-size: 15px;
}

#portfolio .item-institute .details a {
    color: #fff;
}

#portfolio .item-institute .details a {
    color: #090909;
    background-color: white;
    padding: 5px 10px;
}

#portfolio .item-institute .details a:hover {
    color: #000;
    background-color: yellow;
}

#portfolio .item-institute .details {
    bottom: 0;
}

#portfolio-details {
    padding: 60px 0;
}


#portfolio-details .details .social a:hover {
    background: #1d2570;
    color: #fff;
}


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

.text-news p {
    color: #5E3193 !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.stud-name-class h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.stud-name-class {
    display: inline-flex;
}

.slider-video {
    object-fit: cover;
    height: 791px !important;
}


/* .vision-mission .col-lg-6:nth-child(2) {
    padding-left: 1px;
} */

/* imp news tab section*/
.home-page-tabs .nav-link.active {
    background-color: #f7b13a !important;
    color: white;
}

.topbar-menu ul li.active {
    background-color: #a41e34;
}

.home-page-tabs {
    background: #1a4791 !important;
    padding-left: 0;
    padding-right: 0;
}

.home-page-tabs .nav-tabs .nav-link.active {
    background-color: #97caf5;
    color: white;
}

.home-page-tabs .nav-tabs .nav-link {
    color: #fff !important;
}

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

.vertical-marquee marquee {
    margin-top: 1rem;
}

.tab-horizontal1 .nav-item {
    width: 33.3%;
}

.vertical-marquee ol li:nth-child(even) {
    background-color: #f2f2f2;
}

.vertical-marquee ol li {
    padding: 7px 0px 7px 20px;
    list-style: none;
}

.vertical-marquee ol {
    padding: 0px;
}

.mar-sect {
    padding: 10px !important;
}
.datenews{
    border:2px solid !important;
    background-color: white;
}

.shadow1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.news-imp-links .col-lg-6 {
    padding-right: 10px;
    padding-top: 0px;
}

.news-imp-links .col-lg-6 .inner-div-imp {
    margin-left: 20px;
    background-color: #1a4791;
    padding-bottom: 100px;
    padding-top: 30px;
}

.news-imp-links .col-lg-6 .inner-div-imp a:nth-child(odd) {
    background-color: #19438a;
}

.news-imp-links .col-lg-6 .inner-div-imp a:hover {
    color: #f7b13a;
}

.news-imp-links .col-lg-6 .inner-div-imp h2 {
    color: #fff;
    padding: 0px 0px 5px 190px;
    font-weight: 400 !important;
    font-size: 22px;
}

.news-imp-links .col-lg-6 .inner-div-imp a {
    color: #fff;
    display: block;
    padding: 12px 12px 12px 30px;
}

.news-plac-admi {
    width: 100%;
}

.prog-name:hover span {
    color: #fff;
}

.prog-name:hover {
    background-color: #1a4791;
}

.gallery-holder {
    text-align: center;
}

/* imp news */


/* Vertical News Starts */
.holder {
    position: static;
    height: 200px;
    overflow: hidden;
    padding: 10px;
}


.view-all {
    text-align: end;
    margin-top: 50px;
}

.view-all a {
    color: #000;
    text-decoration: underline;
}

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

.vtabs .nav {
    display: block;
}

.vtabs .home-sec-heading {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400 !important;
    text-align: center;
    font-size: 22px;
}

.vtabs .nav-tabs .nav-link:first-child {
    border-left: 0px;
}

/* Vertical News end*/

/* Programs start */
.programs-offered {
    background-color: #97caf5;
}

.programs-offered h2,
.programs-offered h4,
.programs-offered p {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.programs-offered h3 {
    color: #fbb019;
}

.programs-offered h2,
.programs-offered h4 {
    font-weight: 400 !important;
}

.course-name {
    border-right: 3px solid #053452;
    height: 109px;
}

.course-name1 {
    border-right: 3px solid #053452;
    padding-top: 20px;
}

hr.hor-line {
    color: #053452 !important;
    opacity: 1;
    margin-bottom: 0px;
    height: 3px;
}

.hor-line-row {
    padding: 0px 90px
}

.prog-line p,
.prog-line a {
    color: #bfc7cf !important;
}

/* Programs 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: #000;
}

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

/* Principal section end */
/* 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;
}


/* photo gallery */
/* .gallery-holder {
    text-align: center;
} */

.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: #16a2b9;
    color: #fff;
    text-transform: uppercase;
}

.btn-year:hover {
    color: white
}

.btn-year.active {
    background-color: #97caf5;
}

.gallery {
    position: relative;
    width: 275px;
    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%;

    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;
    border: 6px solid #fff;
}

.stack:before {
    top: 0px;
}

.stack:after {
    background: #768590;
    left: 0px;
}

/*  */
/* programs start */
.programs-sec {

    background-image: url('../img/programs-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prog-name {
    padding: 25px 10px;
    margin: 35px 10px 0px 10px;
    background: #fff;
}

span.prog-type {
    padding: 7px 20px 7px 10px;
    border-right: 3px solid #f7b13a;
    margin-right: 15px;
}

/* programs end */

/* Footer Section start */
img.footer-logo {
    width: 150px;
}

.footer-sect {
    background-color: #102D4E;
    border-bottom: 18px solid #5E3193;
}

.border-line {
    border-left: 1px solid #EB6FAA;
}

.right-res {
    border-top: 2px solid #fff;
}

.footer-sect p,
.footer-sect a,
.footer-sect span {
    color: #fff !important;
}

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

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

.social-icon a {
    color: #16a2b9;
}

.social-icon i.fab {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.footer-section h2,
.footer-section h3 {
    color: #fff;
}

a.email {
    text-decoration: underline;
}

.footer-section a:hover {
    color: #f7b13a !important;
}

.top-bottom {
    background-color: #f7b13a !important;
    border-color: #f7b13a !important;
}

.top-bottom:hover {
    background-color: #ffff !important;
    border-color: #f7b13a !important;

}

.top-bottom .bi-arrow-up::before {
    color: #fff;
}

.top-bottom:hover .bi-arrow-up::before {
    color: #f7b13a !important;
}

/* Styles for website counter container */
.website-counter {
    font-size: 28px !important;
    color: #000;
}

/* 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 */
.gsc-input-box {
    border: 1px solid #dfe1e5;
    background: #fff;
    border-radius: 17px !important;
}
.gsc-search-button-v2 svg {
    fill: #252525 !important;
}
input#gsc-i-id1 {
    padding: 0px 23px 7px;
}
.title-lines td, .title-lines tr, .title-lines tr, .title-lines table {
    border: 0px !important;
}
.gsc-search-button-v2 {
    font-size: 0;
    padding: 10px 15px;
    width: auto;
    vertical-align: middle;
    border: 0px solid #666;
    /* border-radius: 2px; */
    color: white;
    /* border-color: #3079ed; */
    background-color: #ffffff;
    background-image: linear-gradient(top, #4d90fe, #4787ed);
}
.gsc-control-cse {
    background-color: #fff;
    border: 0px solid #fff;
}
.gsc-search-button-v2 svg {
    fill: #000;
}
button.gsc-search-button.gsc-search-button-v2 {
    background-color: #ffffff;
    border-color: #f0f8ff00;
    margin-left: -56px;
    color: black;
    border-radius: 19px;
    height: 43px;
}
div#___gcse_0 {
    /* margin-left: -190px; */
    margin-top: -21px;
    margin-right: -536px;
}
 .search-container {
            position: relative;
            display: inline-block;
        }

        /* Button styles */
        .search-button {
            padding: 10px 20px;
            background-color: #3498db;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            cursor: pointer;
        }

        /* Google CSE box styles */
        .gcse-search {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        /* Show/Hide Google CSE box on click */
        .search-container.active .gcse-search {
            display: block;
        }
div#gsc-iw-id1 {
    border-radius: 200px;
}
#gs_tti50 {
    padding: 6px 0 !important;
}
.gsc-search-button {
    margin-left: -66px;
}
#gs_tti50 {
    padding: 6px 0 !important;
}
#gsc-i-id1 {
    color: #000 !important;
    text-indent: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    background: none !important;
}
input#gsc-i-id1 {
    background: none;
    border-radius: 20px;
    padding: 0px 2px 8px 10px !important;
}
table#gs_id50 {
    width: 149px !important;
    /* border-radius: 20px !important; */
}
table.gsc-search-box td.gsc-input {
    padding-right: 40px;
}



.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    width: auto;
    border: 0px solid;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.gsc-control-cse.gsc-control-cse-en {
    background-color: #00000003;
    top: 1px;
    border: 0px;
}
.gsc-control-cse {
    background-color: #fff0;
    border: 1px solid #fff0;
}
.custom-button {
    cursor: pointer;
    padding: 17px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 98px;
}

    /* Hover effect for the button */
    .custom-button:hover {
      background-color: #e0e0e0;
    }

    /* Styles for the GCSE search box */
    .gcse-search {
      /* Add your styles for the GCSE search box here */
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 10px;
    }
.v1elementToProof {
    color: #5E3193;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.vision {
    color: #5E3193;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* About page start */
.bred-img {
    background-image: url('../img/newbreadcrumb.jpeg');
    height: 445px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
}
.clients-img img {
    object-fit: contain;
    aspect-ratio: 3/2;
}

.owl-dot.active {
    background-color: #8c129c;
}
.owl-dot:active {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}
.bred-head {
    padding-bottom: 60px;
    padding-top: 300px;
    margin-bottom: 0px;
    font-size: 30px;
    text-align: left;
}

li.breadcrumb-item a:hover {
    color: #16a2b9;
}

.quick-1 {
    padding: 10px 20px !important;
    background-color: #9017A3;
    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: #16a2b9;
}

.quick-title {
    font-size: 23.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;
}

.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-insight p,
.page-insight li,
.page-insight a,
.page-insight span,
.page-insight div {
    text-align: justify;
}
/* 
.page-headings {
    border-bottom: 3px solid #bbbbbb;
    margin-bottom: 20px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 20px !important;
} */

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

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

.image-sec img {
    width: 225px;
    box-shadow: 2px 2px 4px #888888;
}

.quick-1.sec-2 .quick-title a:hover {
    color: #000;
    cursor: unset;
}

/* About page end */

/* about tab section start */
.tabs-section .nav-tabs button {
    width: auto;
}

.tabs-section button.active {
    background-color: #1a4791 !important;
}

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

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

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

.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;
}

.pres-msg {
    width: 176px;
}

.secret-msg {
    width: 256px;
}

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

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

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

/* 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: #a82427;
    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: #000;
    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;
}

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: #97caf5;
}

.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: #000;
    background-color: #cd97f5;
    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;
}

/* Naac Pages */
.list-items-pdf a {
    text-decoration: underline;
}

.list-items-pdf li {
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.list-items-pdf {
    list-style: none;
    padding: 0 0 0 21px;
}

.list-items-pdf a::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    color: #a82427;
    width: 23px !important;
    display: inline-block;
    font-size: 19px;
}

.list-items-pdf a:hover {
    text-decoration: none;
}


.list-items-pdf a {
    text-decoration: underline;
}

ul.aqar-supp-doc li a {
    text-decoration: underline;
    color: #fff;
}

ul.aqar-supp-doc li:hover a {
    text-decoration: none;
    color: #fff;
}

ul.aqar-supp-doc li:hover {
    background-color: #16a2b9;
}

ul.aqar-supp-doc li {
    list-style: none;
    display: inline-block;
    margin: 10px 15px;
    padding: 10px;
    background: #97caf5;
    text-align: center;
    width: 30%;
    border-radius: 30px;
}

/* Naac Pages */

/* accordian end */
/* Media Queries */

/* # Mobile */
@media only screen and (max-width: 480px) {
    .accordion-button {
        background-color: #ffc107;
    }

    #header-carousel .carousel-item {
        min-height: 320px;
    }

    .news-imp-links .col-lg-6 {
        padding-right: 10px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1324px) {
    .right-menu {
        display: contents;
    }
}

@media only screen and (max-width: 1265px) {
    .right-menu.sticky {
        display: -webkit-inline-box;
        background-color: #8f267e !important;
        width: 100%;
    }
}

@media only screen and (max-width: 1240px) {
    .news-imp-links .col-lg-6 .inner-div-imp {
        margin-left: 0px;
        padding-bottom: 90px;
        background-color: #1a4791;
    }
}

@media only screen and (max-width: 1200px) {
    .vision-column2 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .vision-box-border .row {
        flex-direction: column-reverse;
    }

    .vision-box-border {
        width: 100%;
    }

    .vision-mission p {
        text-align: center;
    }

    /* .vision-column2 img {
        display: none;
    } */

    .vision-column1 {
        width: 100%;
    }

    .vision-box-border {
        border-right: none;
        border-bottom: 2px solid #FFC20E;
    }

    .mission-column {
        width: 100%;
    }

    .mission-column1 h2 {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .mission-column1 {
        width: 100%;
    }

    .vision-box-border {
        width: 100%;
    }

    .vision-mission p {
        text-align: center;
    }

    /* .mission-column1 img {
        display: none;
    } */

    .mission-column2 {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .vision-mission .col-lg-6:first-child .vm-inner-sec {
        border-right: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 700px) {
    .py-4 {
        border-right: 10px;
        padding-right: 10px;
    }
}



@media only screen and (max-width: 660px) {

}

@media only screen and (max-width: 480px) {
    .right-menu .col-lg-3 {
        width: 20%;
        position: relative;
        left: 50px;
    }

    .dot {
        padding: 0px !important;
        height: 10px !important;
        width: 10px !important;
    }

    .top-menu-home nav a {
        padding: 10px 5px;
        font-size: 15px !important;
    }

    .name {
        background-color: #ffc107;
    }
}

@media only screen and (max-width: 800px) {
    .col-lg-6.prog-anc.prog-name.prog-type {
        font-size: 20px !important;
        height: auto;
    }

}

@media only screen and (max-width: 600px) {
    span.prog-type {
        padding: 0px 0px 0px 0px;
        border-right: 0px solid #f7b13a;
        margin-right: 0px;
    }

}

@media only screen and (max-width: 2670px) {

    #header-carousel .carousel-control-prev-icon,
    #header-carousel .carousel-control-next-icon {
        width: 3rem;
        height: 8rem;
        border-radius: 3rem;
        background-color: transparent;
        border: 10px solid transparent;
        /* position: relative;
    min-height: 146px; */
    }
}

@media only screen and (max-width: 1240px) {
    .news-imp-links .col-lg-6 .inner-div-imp {
        margin-left: 0px;
        padding-bottom: 90px;
        background-color: #1a4791;
    }
}

@media (max-width: 480px) {
    .site-header img.logo {
        width: 0px
    }

}

@media (max-width: 404px) {
    .right-menu .col-lg-9 {
        width: 100% !important;
        text-align: center;
    }

    .right-menu .col-lg-3 {
        width: 100% !important;
        position: relative;
        left: -229px;
    }
}


@media (max-width: 480px) {
    .site-header img.logo1 {
        object-position: center top;
    }
}

@media (max-width: 381px) {
    .site-header {
        text-align: center;
        padding-top: 6px !important;
        padding-bottom: 11px !important;
    }
}


/* # Tablet */
@media only screen and (max-width: 768px) {

    .naac-section a:before {
        margin-right: 10px !important;
    }

    .quick-inner .row {
        margin-top: 0px !important;
    }

    .quick-links .quick-inner-sec {
        margin-bottom: 20px;
    }

    .course-name {
        border-right: none;
        height: auto;
    }

    .hor-line-row {
        display: none;
    }

    .programs-offered .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        border: 1px solid #053452;
    }

    .course-name1 {
        border-right: none;
    }

    .fac-tab-sec a {
        padding: 8px 16px;
        margin: 2px 8px;
        background-color: #16a2b9;
        color: #fff;
        border-radius: 25px;
        font-style: italic;
        font-size: 20px !important;
        border: 1px solid #16a2b9;
        display: inline-block;
    }

    .fac {
        padding-bottom: 5px;
    }

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

    .home-gallery {
        padding-left: 0px;
        padding-top: 20px;
    }

    .fac-more h2 {
        font-size: 22px;
    }

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

    .princ-sec .col-lg-9 {
        padding-bottom: 19px;
    }

}

/* # Desktop */
@media only screen and (max-width: 992px) {
    .bred-img {
        display: none;
    }
    .about-page > .row > .col-lg-3 {
        display: none;
    }
    .site-header img.logo {
        width: 94px;
    }

    .right-menu .col-lg-9 {
        width: 80%;
        text-align: left;
    }

    .right-menu .col-lg-3 {
        width: 20%;
    }

    .title-holder {
        width: 87%;
    }

    .logo-holder {
        width: 13%;
    }

    .right-menu {
        background-color: #741f66;
        width: 100%;
        justify-content: left;
        border-top: 1px solid #fff;
    }
    .col-lg-3.single-box {
        width: 25%;
    }

    .banner-box h2 {
        font-size: 18px;
        line-height: 5px;
    }

    .website-header {
        background: #741f66;
        position: relative;
    }

    .website-header.sticky {
        margin-top: 0px;
    }

    .main-h1 {
        display: none;
    }

    .topbar-menu {
        display: none;
    }

    .holder {
        height: 210px;
        margin-top: 25px;
    }

    .quick-links .col-lg-4 {
        margin-top: 25px;
    }

    .facilities-sec img {
        display: none;
    }

    .hor-line-row {
        padding: 0px;
    }

    app-quickl-one,
    app-quickl-two {
        display: none;
    }

    .container.about-page {
        max-width: 100%;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 691px) {
    .vdocontent-box {
        display: none;
    }

    .website-header {
        height: auto !important;
    }
    .website-header.sticky .title-holder {
        display: none;
    }

    .website-header.sticky .logo-holder  {
        display: none;
    }
    .title-holder {
        width: 100% !important;
        text-align: center;
    }

    .logo-holder {
        width: 100% !important;
        text-align: center;
        padding-top: 7px;
    }
    .sticky .site-header{
        height: auto;
        padding: 0px !important;
    }
}

/* # Huge */
@media only screen and (max-width: 1280px) {
    .naac-section a:before {
        margin-right: 5px;
    }
}

/* 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; */
}

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

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

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

.text-link a:hover {
    text-decoration: none;
}

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

}

.table th.srno {
    width: 75px
}

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

.btn-primary {
    background-color: #97caf5;
    border-color: #97caf5;
}

.btn-primary:hover {
    background: #97caf5;
    color: #97caf5
}

.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: black;
}

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

.subheader {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-size: 18px;
}

.coc-block {
    border: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
    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;
}

@media only screen and (max-width: 980px) {
    .about-info {
        padding: 0 25px;
        margin: 25px 0 0;
    }

}

.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 {
    border-bottom: 2px solid #16a2b9;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
}

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

.vtabs .tabsName-holder {
    background: #cd97f5;
    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: #000;
    margin-bottom: -1px;
    background: none;
    border: 1px solid #d4e3e5;
    border-radius: 0;
}



@media (min-width: 768px) {
    .col-md-3.col-custom-20 {
        width: 20%
    }

    .col-md-9.col-custom-80 {
        width: 80%
    }
}

.vtabs .accordion-button:not(.collapsed) {
    color: #97caf5;
    background: #cd97f5;
}

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


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

.topbar-menu .second-menu li .link-active {
    background-color: #16a2b9 !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;
}

a.mobile {
    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-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: -67% !important;
}

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

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

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    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-menu-frame {
    box-shadow: none !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='%23009be1' 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='%23009be1' 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;
}

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

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

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

.ssr-bread .breadcrumb li a {
    color: #fdbd0f;
    font-size: 40px !important;
}

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

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

/* 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;
}

/* ssr table */
@media screen and (max-width: 480px) {
    .xs-hidden {
        display: none;
    }
}

.add2 a {
    text-decoration: underline;
}

.add2:hover a {
    text-decoration: none;
    color: rgb(49, 171, 219);
}

.img1 {
    padding-right: 5px;
}

figcaption {
    padding-top: 5px;
    text-align: center;
}

.secratery-img {
    margin-left: 20px;
}

/* # Tablet */
@media only screen and (max-width: 768px) {

    .naac-section a:before {
        margin-right: 10px !important;
    }

    .quick-inner .row {
        margin-top: 0px !important;
    }

    .quick-links .quick-inner-sec {
        margin-bottom: 20px;
    }

    .course-name {
        border-right: none;
        height: auto;
    }

    .hor-line-row {
        display: none;
    }

    .programs-offered .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        border: 1px solid #053452;
    }

    .course-name1 {
        border-right: none;
    }

    .fac-tab-sec a {
        padding: 8px 16px;
        margin: 2px 8px;
        background-color: #16a2b9;
        color: #fff;
        border-radius: 25px;
        font-style: italic;
        font-size: 20px !important;
        border: 1px solid #16a2b9;
        display: inline-block;
    }

    .fac {
        padding-bottom: 5px;
    }

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

    .home-gallery {
        padding-left: 0px;
        padding-top: 20px;
    }

    .fac-more h2 {
        font-size: 22px;
    }

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

    .princ-sec .col-lg-9 {
        padding-bottom: 19px;
    }

}

/* # Desktop */
@media only screen and (max-width: 992px) {
    .main-h1 {
        display: none;
    }

    .topbar-menu {
        display: none;
    }

    .holder {
        height: 210px;
        margin-top: 25px;
    }

    .quick-links .col-lg-4 {
        margin-top: 25px;
    }

    .facilities-sec img {
        display: none;
    }

    .hor-line-row {
        padding: 0px;
    }

    app-quickl-one,
    app-quickl-two {
        display: none;
    }

    .container.about-page {
        max-width: 100%;
        padding-right: 3px;
    }
}

/* # Huge */
@media only screen and (max-width: 1280px) {
    .naac-section a:before {
        margin-right: 5px;
    }
}

/* 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; */
}

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

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

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

.text-link a:hover {
    text-decoration: none;
}

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

}

.table th.srno {
    width: 75px
}

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

.btn-primary {
    background-color: #9017A3;
    border-color: #9017A3;
}

.btn-primary:hover {
    background: #9017A3;
    color: #9017A3
}

.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: black;
}

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

.subheader {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-size: 18px;
}

.coc-block {
    border: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
    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;
}

@media only screen and (max-width: 980px) {
    .about-info {
        padding: 0 25px;
        margin: 25px 0 0;
    }

}

.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 {
    border-bottom: 2px solid #16a2b9;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: black !important;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
}

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

.vtabs .tabsName-holder {
    background: #9017A3;
    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 #d4e3e5;
    border-radius: 0;
}




@media (min-width: 768px) {
    .col-md-3.col-custom-20 {
        width: 20%
    }

    .col-md-9.col-custom-80 {
        width: 80%
    }
}

.vtabs .accordion-button:not(.collapsed) {
    color: #97caf5;
    background: #cd97f5;
}

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


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

.topbar-menu .second-menu li .link-active {
    background-color: #16a2b9 !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;
}

a.mobile {
    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-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: -67% !important;
}

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

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

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    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-menu-frame {
    box-shadow: none !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='%23009be1' 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='%23009be1' 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;
}

.coll {
    text-align: right;
}

.about {

    /* padding-left: 9px; */
    padding: initial;
}

.about-college {
    padding-top: 15px;
}

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

.grivbt {
    color: white;
    margin-bottom: 18px;
}
.infra-gal {
    position: relative;
    /* width: 302px; */
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}
.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);
}
.infra-gal {
    position: relative;
    width: 302px;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}
.ssr-breadcrumb li a {
    border: 1px solid;
    padding: 6px 36px;
    margin: 0px 23px;
    background-color: #97caf5;
    color: #fff;
    text-transform: uppercase;
}

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

.ssr-bread .breadcrumb li a {
    color: #fdbd0f;
    font-size: 40px !important;
}

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

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

/* 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;
}

/* ssr table */
@media screen and (max-width: 480px) {
    .xs-hidden {
        display: none;
    }
}

.add2 a {
    text-decoration: underline;
}

.add2:hover a {
    text-decoration: none;
    color: rgb(49, 171, 219);
}

.img1 {
    padding-right: 5px;
}


figcaption {
    padding-top: 5px;
    text-align: center;
}

.secratery-img {
    margin-left: 20px;
}

/*-----------Hamburger Menu-------------*/
html.hc-nav-yscroll {
    overflow-y: scroll;
}

body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    text-align: left;
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease;
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.hc-offcanvas-nav .nav-content {
    height: fit-content;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hc-offcanvas-nav li {
    position: relative;
    display: block;
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible;
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed;
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none;
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none;
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative;
}

.hc-offcanvas-nav .nav-item-link {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
    outline: none;
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
    z-index: 10;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
}

.hc-offcanvas-nav.disable-body::after {
    position: fixed;
}

.hc-offcanvas-nav .nav-wrapper::after {
    position: absolute;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease;
}

.hc-offcanvas-nav.nav-position-left {
    left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
    right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
    top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.rtl {
    text-align: right;
    direction: rtl;
}

body.theme-default .hc-offcanvas-nav {
    font-family: sans-serif;
}

body.theme-default .hc-offcanvas-nav::after,
body.theme-default .hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}

body.theme-default .hc-offcanvas-nav .nav-container, body.theme-default .hc-offcanvas-nav .nav-wrapper, body.theme-default .hc-offcanvas-nav ul {
    background: #9017A3;
}

body.theme-default .hc-offcanvas-nav .nav-content>h2,
body.theme-default .hc-offcanvas-nav .nav-content>h3,
body.theme-default .hc-offcanvas-nav .nav-content>h4,
body.theme-default .hc-offcanvas-nav .nav-content>h5,
body.theme-default .hc-offcanvas-nav .nav-content>h6 {
    font-size: 19px;
    font-weight: normal;
    padding: 20px 17px;
    color: #1b3958;
}

body.theme-default .hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
    font-size: 16px;
    padding: 15px 17px;
    background: #87FFFF;
}

body.theme-default .hc-offcanvas-nav .nav-item-link, body.theme-default .hc-offcanvas-nav li.nav-close a, body.theme-default .hc-offcanvas-nav .nav-back a {
    padding: 14px 17px;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #87ffff;
    transition: background .1s ease;
}

body.theme-default .hc-offcanvas-nav .nav-item-link:focus,
body.theme-default .hc-offcanvas-nav .nav-item-link:focus-within,
body.theme-default .hc-offcanvas-nav li.nav-close a:focus,
body.theme-default .hc-offcanvas-nav li.nav-close a:focus-within,
body.theme-default .hc-offcanvas-nav .nav-back a:focus,
body.theme-default .hc-offcanvas-nav .nav-back a:focus-within {
    z-index: 10;
}

body.theme-default .hc-offcanvas-nav .nav-item-link[disabled],
body.theme-default .hc-offcanvas-nav li.nav-close a[disabled],
body.theme-default .hc-offcanvas-nav .nav-back a[disabled] {
    color: rgba(255, 255, 255, 0.5);
}

body.theme-default .hc-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link {
    border-top: none !important;
}

body.theme-default .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #fff;
    color: #000;
}

h2#hc-nav-1-nav-title {
    position: relative;
    z-index: 99;
    left: 2%;
    margin: 0 auto;
    padding: 0 10px;
}

h2#hc-nav-1-nav-title a {
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 35px !important;
    font-family: 'El Messiri', sans-serif !important;
}

.nav-item-wrapper>.border-none.nav-item-link:hover {
    background: #d000 !important;
    color: #fff !important;
}

body.theme-default .hc-offcanvas-nav .nav-custom-content {
    padding: 14px 17px;
    font-size: 14px;
    border-bottom: 1px solid #97CAF5;
}

body.theme-default .hc-offcanvas-nav .nav-highlight {
    background: #2e6296;
}

.border-none {
    border-top: 0px !important;
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #97CAF5;
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
    border-top: 1px solid #97CAF5;
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
    border-bottom: 2px solid #97CAF5;
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h6 {
    margin-top: -2px;
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #87ffff;
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6 {
    border-top: 1px solid #87ffff;
}

body.theme-default .hc-offcanvas-nav li {
    color: #fff;
}

body.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
    padding-right: 58px;
}

body.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 45px;
}

body.theme-default .hc-offcanvas-nav .nav-close-button span, body.theme-default .hc-offcanvas-nav .nav-parent .nav-next, body.theme-default .hc-offcanvas-nav .nav-back span {
    width: 45px;
    background: #a7a7a7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .1s ease;
}

body.theme-default .hc-offcanvas-nav .nav-close-button {
    position: relative;
    display: block;
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::before,
body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -9px;
    transform: rotate(135deg);
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
    transform: rotate(-45deg);
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close {
    position: relative;
    z-index: 999;
    float: right;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a:not(.has-label) {
    height: 50px;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a.has-label {
    padding: 14px 17px;
    border-top: 1px solid #87ffff;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close a:hover {
    border: none;
    background: radial-gradient(farthest-corner at top right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close.has-label+ul {
    margin-top: -1px;
}

body.theme-default .hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close {
    margin-bottom: -1px;
}

body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    position: absolute;
    width: 45px;
    height: 66px;
    line-height: 66px;
    top: -66px;
    right: 0;
}

body.theme-default .hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 55px;
}

body.theme-default .hc-offcanvas-nav li.nav-close a:not(.has-label) {
    height: 49px;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a,
body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label,
body.theme-default .hc-offcanvas-nav li.nav-close a,
body.theme-default .hc-offcanvas-nav .nav-back a {
    background: #d00000;
    border-top: 1px solid #d00000;
    border-bottom: 1px solid #d00000;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
body.theme-default .hc-offcanvas-nav li.nav-close a:hover,
body.theme-default .hc-offcanvas-nav .nav-back a:hover {
    background: #d00000;
}

body.theme-default .hc-offcanvas-nav li.nav-close:not(:first-child) a,
body.theme-default .hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px;
}

body.theme-default .hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #87ffff;
    border-bottom: 1px solid #87ffff;
}

body.theme-default .hc-offcanvas-nav .nav-next span::before,
body.theme-default .hc-offcanvas-nav .nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center;
}

body.theme-default .hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

body.theme-default .hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg);
}

body.theme-default .hc-offcanvas-nav .nav-back span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.theme-default .hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

body.theme-default .hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}

body.theme-default .hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.theme-default .hc-offcanvas-nav.nav-position-right .nav-back span::before {
    margin-left: -2px;
    transform: translate(-50%, -50%) rotate(135deg);
}

body.theme-default .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

body.theme-default .hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

body.theme-default .hc-offcanvas-nav.nav-position-top .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.theme-default .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

body.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
body.theme-default .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
    box-shadow: none;
    background: transparent;
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open {
    background: #54b9cb;
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
    border-bottom: 1px solid #54b9cb;
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
    background: #54b9cb;
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
    padding-left: calc(17px + 20px * 1);
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
    padding-left: calc(17px + 20px * 2);
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
    padding-left: calc(17px + 20px * 3);
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
    padding-left: calc(17px + 20px * 4);
}

body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
    padding-left: calc(17px + 20px * 5);
}

body.theme-default .hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 1px solid #87ffff;
}

body.theme-default .hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label),
body.theme-default .hc-offcanvas-nav.rtl .nav-close-button span,
body.theme-default .hc-offcanvas-nav.rtl .nav-next,
body.theme-default .hc-offcanvas-nav.rtl .nav-back span {
    left: 0;
    right: auto;
}

body.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 58px;
    padding-right: 17px;
}

body.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 45px;
    margin-right: 0;
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 1);
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 2);
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 3);
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 4);
}

body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 5);
}

body.theme-carbon .hc-offcanvas-nav {
    font-family: sans-serif;
}

body.theme-carbon .hc-offcanvas-nav .nav-container,
body.theme-carbon .hc-offcanvas-nav .nav-wrapper,
body.theme-carbon .hc-offcanvas-nav ul {
    background: #202225;
}

body.theme-carbon .hc-offcanvas-nav::after,
body.theme-carbon .hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}

body.theme-carbon .hc-offcanvas-nav .nav-content {
    padding: 0 15px;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>h2,
body.theme-carbon .hc-offcanvas-nav .nav-content>h3,
body.theme-carbon .hc-offcanvas-nav .nav-content>h4,
body.theme-carbon .hc-offcanvas-nav .nav-content>h5,
body.theme-carbon .hc-offcanvas-nav .nav-content>h6 {
    font-size: 19px;
    font-weight: normal;
    padding: 25px 15px 30px;
    color: #fff;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>h2:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content>h3:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content>h4:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content>h5:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content>h6:first-child {
    margin-top: 10px;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
    font-size: 16px;
    padding: 15px 12px;
    text-transform: uppercase;
    color: #b3b3b3;
}

body.theme-carbon .hc-offcanvas-nav .nav-item-link,
body.theme-carbon .hc-offcanvas-nav li.nav-close a,
body.theme-carbon .hc-offcanvas-nav .nav-back a {
    padding: 12px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    transition: .05s background ease;
}

body.theme-carbon .hc-offcanvas-nav .nav-item-link:focus,
body.theme-carbon .hc-offcanvas-nav .nav-item-link:focus-within,
body.theme-carbon .hc-offcanvas-nav li.nav-close a:focus,
body.theme-carbon .hc-offcanvas-nav li.nav-close a:focus-within,
body.theme-carbon .hc-offcanvas-nav .nav-back a:focus,
body.theme-carbon .hc-offcanvas-nav .nav-back a:focus-within {
    z-index: 10;
}

body.theme-carbon .hc-offcanvas-nav .nav-item-link[disabled],
body.theme-carbon .hc-offcanvas-nav li.nav-close a[disabled],
body.theme-carbon .hc-offcanvas-nav .nav-back a[disabled] {
    color: rgba(255, 255, 255, 0.5);
}

body.theme-carbon .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #272a2d;
}

body.theme-carbon .hc-offcanvas-nav .nav-custom-content {
    padding: 12px 15px;
    font-size: 15px;
}

body.theme-carbon .hc-offcanvas-nav .nav-highlight>.nav-item-wrapper .nav-item-link {
    border-radius: 5px;
    background: #292c30;
}

body.theme-carbon .hc-offcanvas-nav .nav-wrapper-0>.nav-content>ul:first-child {
    margin-top: 15px;
}

body.theme-carbon .hc-offcanvas-nav .nav-wrapper-0>.nav-content>ul:not(:last-child) {
    margin-bottom: 18px;
}

body.theme-carbon .hc-offcanvas-nav li {
    color: #fff;
}

body.theme-carbon .hc-offcanvas-nav li.nav-close a:hover,
body.theme-carbon .hc-offcanvas-nav li.nav-back a:hover {
    background: #111213;
}

body.theme-carbon .hc-offcanvas-nav li.nav-close:not(:first-child) a,
body.theme-carbon .hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px;
}

body.theme-carbon .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
    padding-right: 62px;
}

body.theme-carbon .hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 52px;
}

body.theme-carbon .hc-offcanvas-nav .nav-close-button span,
body.theme-carbon .hc-offcanvas-nav .nav-parent .nav-next,
body.theme-carbon .hc-offcanvas-nav .nav-back span {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: background .2s ease;
}

body.theme-carbon .hc-offcanvas-nav .nav-close-button {
    position: relative;
    display: block;
}

body.theme-carbon .hc-offcanvas-nav .nav-close-button span::before,
body.theme-carbon .hc-offcanvas-nav .nav-close-button span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

body.theme-carbon .hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -9px;
    transform: rotate(135deg);
}

body.theme-carbon .hc-offcanvas-nav .nav-close-button span::after {
    transform: rotate(-45deg);
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close a {
    height: 44px;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close a.has-label {
    padding: 12px 15px;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close a:hover {
    background: #25272a;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child {
    position: relative;
    min-height: 40px;
    margin-top: 15px;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child+ul {
    margin-top: 15px;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a.has-label {
    margin-bottom: -15px;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a:not(.has-label) {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    right: 0;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a:not(.has-label)+ul {
    margin-top: 60px;
}

body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a:not(.has-label)+h2,
body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a:not(.has-label)+h3,
body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a:not(.has-label)+h4,
body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a:not(.has-label)+h5,
body.theme-carbon .hc-offcanvas-nav .nav-content>.nav-close:first-child a:not(.has-label)+h6 {
    margin-top: 55px;
}

body.theme-carbon .hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 28px;
    right: 15px;
}

body.theme-carbon .hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 46px;
}

body.theme-carbon .hc-offcanvas-nav li.nav-close:first-child {
    padding-bottom: 15px;
}

body.theme-carbon .hc-offcanvas-nav li.nav-close .nav-close-button.has-label {
    margin-bottom: -15px;
}

body.theme-carbon .hc-offcanvas-nav li.nav-close .nav-close-button:not(.has-label) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
}

body.theme-carbon .hc-offcanvas-nav li.nav-close .nav-item-wrapper::after {
    content: '';
    display: table;
    clear: both;
}

body.theme-carbon .hc-offcanvas-nav a.nav-next {
    position: relative;
}

body.theme-carbon .hc-offcanvas-nav a.nav-next:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    left: -7px;
    top: 9px;
    background: #4d4d4d;
    border-radius: 2px;
}

body.theme-carbon .hc-offcanvas-nav .nav-next span::before,
body.theme-carbon .hc-offcanvas-nav .nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center;
}

body.theme-carbon .hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

body.theme-carbon .hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg);
}

body.theme-carbon .hc-offcanvas-nav .nav-back span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-right .nav-back span::before {
    margin-left: -2px;
    transform: translate(-50%, -50%) rotate(135deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-top .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-levels-overlap ul ul:first-child {
    margin-top: 15px;
}

body.theme-carbon .hc-offcanvas-nav.nav-levels-expand .nav-content .nav-content,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none .nav-content .nav-content {
    padding: 0;
}

body.theme-carbon .hc-offcanvas-nav.nav-levels-expand .nav-wrapper .nav-wrapper,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none .nav-wrapper .nav-wrapper {
    width: auto;
    position: relative;
    margin-left: 20px;
}

body.theme-carbon .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

body.theme-carbon .hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-wrapper::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
    content: '';
    position: absolute;
    width: 2px;
    left: -7px;
    top: 5px;
    bottom: 5px;
    background: #4d4d4d;
    border-radius: 2px;
}

body.theme-carbon .hc-offcanvas-nav.rtl .nav-wrapper .nav-wrapper {
    margin-left: 0;
    margin-right: 20px;
}

body.theme-carbon .hc-offcanvas-nav.rtl a.nav-next:before {
    left: auto;
    right: -7px;
}

body.theme-carbon .hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label) {
    left: 15px;
    right: auto;
}

body.theme-carbon .hc-offcanvas-nav.rtl .nav-close-button span,
body.theme-carbon .hc-offcanvas-nav.rtl .nav-next,
body.theme-carbon .hc-offcanvas-nav.rtl .nav-back span {
    left: 0;
    right: auto;
}

body.theme-carbon .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 62px;
    padding-right: 12px;
}

body.theme-carbon .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 52px;
    margin-right: 0;
}

body.theme-carbon .hc-offcanvas-nav.rtl.nav-levels-expand li.level-open>.nav-wrapper::before,
body.theme-carbon .hc-offcanvas-nav.rtl.nav-levels-none li .nav-wrapper::before {
    left: auto;
    right: -7px;
}

.cf::before,
.cf::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}

.cf::after {
    clear: both;
}

#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(-134deg, #517FA4 0%, #243949 100%);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #fffce1;
}

.wrapper {
    margin: 0 auto;
    padding: 0 20px;
}

#main-nav {
    display: none;
}

.git {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px 4px 0;
    font-size: 15px;
    font-weight: 400;
    color: #fffce1;
    background: #54b9cb;
    transition: background .15s ease-in-out;
}

.git:hover {
    background: #4CA8B9;
}

.git:hover svg {
    border-color: #54b9cb;
}

.git svg {
    width: 15px;
    height: 15px;
    fill: #fffce1;
    position: relative;
    top: 2px;
    padding: 0 10px;
    margin-right: 10px;
    border-right: 1px solid #4daabb;
    transition: border-color .15s ease-in-out;
}

.ver {
    padding-top: 15px;
    font-weight: 200;
    color: #dab977;
}

.ver span {
    color: #fffce1;
}

.hc-nav-trigger.hc-nav-1 {
    display: block;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    text-shadow: 1px 1px 12px #000;
}

.toggle {
    position: relative;
    width: 90px;
    top: auto;
    right: 0px;
    float: right;
    cursor: pointer;
    box-sizing: content-box;
    margin-top: 0px;
    text-align: left;
}

.toggle span {
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.toggle span,
.toggle span::before,
.toggle span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    background: #182631;
    transition: all .25s ease;
}

.toggle span::before,
.toggle span::after {
    content: '';
    width: 100%
}

.toggle span::before {
    top: -7px;
}

.toggle span::after {
    bottom: -8px;
}

.toggle.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg);
}

.toggle.toggle-open span::before {
    transform: translate3d(0, 11px, 0);
}

.toggle.toggle-open span::after {
    transform: rotate(-90deg) translate3d(11px, 0, 0);
}

.toggle:hover span,
.toggle:hover span::before,
.toggle:hover span::after {
    background: #dab977;
}

/*header .toggle i {
    font-size: 10px;
    display: block;
    line-height: 10px;
    opacity: .7;
}*/
footer {
    padding-bottom: 40px;
}

footer .swm {
    display: inline-block;
    padding: 0 15px;
}

footer .swm svg {
    display: block;
    width: auto;
    height: 17px;
    margin-top: 22px;
}

footer .swm svg path {
    transition: fill .1s ease;
}

footer .swm svg .l-1 {
    fill: #4fb5e1;
}

footer .swm svg .l-2 {
    fill: #f2c053;
}

footer .swm svg .l-3 {
    fill: #a7ce38;
}

footer .swm:not(:hover) svg .l-1 {
    fill: #466e8d;
}

footer .swm:not(:hover) svg .l-2 {
    fill: #9db9cf;
}

footer .swm:not(:hover) svg .l-3 {
    fill: #5989ad;
}

main {
    flex: 1 0 auto;
    padding-bottom: 30px;
    text-align: left;
}

main .content {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

main h4 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}

main h4:first-child {
    margin-top: 30px;
}

main .actions {
    margin: 0 -15px;
    text-align: center;
}

main .actions div {
    padding: 0 15px 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 800px) {
    main .actions: not(.theme) {
        display: flex;
        flex-wrap: wrap;
    }

    main .actions:not(.theme) div {
        float: left;
        flex: 1 1 33.33%;
        max-width: 33.33%
    }

    main .actions:not(.theme).position div {
        float: left;
        flex: 1 1 25%;
        max-width: 25%
    }

    main .actions.theme::after {
        content: '';
        display: table;
        clear: both;
    }

    main .actions.theme div {
        float: left;
    }
}

main .actions.checkboxes {
    text-align: left;
    padding-top: 8px;
}

main .actions.checkboxes label {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

main .actions.checkboxes label input {
    display: none;
}

main .actions.checkboxes label input:checked~span {
    background: #dab977;
}

main .actions.checkboxes label input:checked~span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    border: solid #243949;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

main .actions.checkboxes label span {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    background: #fffce1;
    margin-right: 12px;
    vertical-align: top;
    transition: all .1s ease;
}

main .button {
    position: relative;
    display: block;
    padding: 18px 30px 16px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none;
    color: #243949;
    cursor: pointer;
    background: #fffce1;
    border-radius: 30px/80px;
    transition: all .1s ease;
}

main .button:not(.active):hover {
    color: #d5af63;
}

main .button.active {
    background: #dab977;
}

main .thumb {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border: 4px solid #fffce1;
    border-radius: 5px;
    background-size: cover;
}

main .thumb.active {
    border-color: #dab977;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 41px;
}

.hc-offcanvas-nav h2~ul>li.search .nav-custom-content {
    padding-top: 0;
}

.hc-offcanvas-nav.rtl .nav-item-link::before {
    margin-left: 15px;
    margin-right: 0 !important;
}

.hc-offcanvas-nav.rtl .nav-item.collections>.nav-item-wrapper .nav-item-link span {
    float: left;
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px;
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px;
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none;
}

.hc-offcanvas-nav li.add>.nav-item-wrapper a::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'add'
}

.hc-offcanvas-nav li.new>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'fiber_new'
}

.hc-offcanvas-nav li.cryptocurrency>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'local_atm'
}

.hc-offcanvas-nav li.devices>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'devices'
}

.hc-offcanvas-nav li.mobile>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'phone_android'
}

.hc-offcanvas-nav li.television>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'desktop_windows'
}

.hc-offcanvas-nav li.camera>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'camera_alt'
}

.hc-offcanvas-nav li.magazines>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'import_contacts'
}

.hc-offcanvas-nav li.store>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'store'
}

.hc-offcanvas-nav li.collections>.nav-item-wrapper .nav-item-link span {
    font-size: 70%;
    line-height: 15px;
    height: 15px;
    padding: 0 4px;
    float: right;
    background: #ff635a;
    border-radius: 2px;
    margin-top: 2px;
}

.hc-offcanvas-nav li.collections>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'collections'
}

.hc-offcanvas-nav li.nolink>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'format_clear'
}

.hc-offcanvas-nav li.disabled>.nav-item-wrapper .nav-item-link::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    font-size: 23px;
    vertical-align: top;
    speak: never;
    content: 'block'
}

.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
    position: relative;
    border-top: none;
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content {
    padding-bottom: 0;
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto;
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none;
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
    width: 17px;
    height: 17px;
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
    width: 21px;
    height: 21px;
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
    width: 19px;
    height: 19px;
}

body.theme-default .hc-offcanvas-nav .second-nav {
    border-bottom: none !important;
}

/*---------------------Top Hor Menu--------------*/


/* CSS Document */


.top-menu-home .toggle,
[id^=drop] {
    display: none !important;
}

/* Giving a background-color to the nav container. */
.top-menu-home nav {
    margin: 0;
    padding: 0;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

.top-menu-home nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
.top-menu-home nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
.top-menu-home nav ul li {
    margin: 0px;
    display: inline-block;
}

.top-menu-home nav ul li li {
    background-color: #9017A3;
}


/* Styling the links */
.top-menu-home nav a {
    display: block;
    padding: 10px 10px;
    color: #FFF;
    font-size: 17px !important;
    text-decoration: none;
}

/* .top-menu-home nav li a::before{
    content: " ";
    padding: 7px;
    margin-top: 0px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
} */
.top-menu-home nav li li a::before{
    display: none;
}

.top-menu-home nav li li a {
    padding: 4px 15px;
    text-align: left;
    border-bottom: 1px dotted;
    border-left: 1px dotted;
}

/* .top-menu-home nav ul li ul li:hover { background: #000000; } */

/* Background color change on Hover */
.top-menu-home nav a:hover {
    color: #ffe9aa;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
.top-menu-home nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 40px;
}

/* Display Dropdowns on Hover */
.top-menu-home nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
.top-menu-home nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
.top-menu-home nav ul ul ul {
    /* background: #000; */
    top: -37px;
    left: 170px;
    height: 450px;
    overflow: auto;
}

/* .top-menu-home nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; 
} */


/* Change ' +' in order to change the Dropdown symbol */
.top-menu-home li>a:after {
    content: ' +';
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.top-menu-home li>a:only-child:after {
    content: '';
}


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

@media all and (max-width : 768px) {
    .top-menu-home nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .top-menu-home .toggle+a,
    .top-menu-home .menu {
        display: flex;
        width: 100%;
        align-items: center;
    }

    /* Stylinf the toggle lable */
    .top-menu-home .toggle {
        display: block;
        background-color: #254441;
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
        text-decoration: none;
        border: none;
    }

    .top-menu-home .toggle:hover {
        background-color: #000000;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
    }

    /* Change menu item's width to 100% */
    /* .top-menu-home nav ul li {
        display: flex;
        width: auto;
    } */

    .top-menu-home nav ul ul .toggle,
    .top-menu-home nav ul ul a {
        padding: 0 40px;
    }

    .top-menu-home nav ul ul ul a {
        padding: 0 80px;
    }
/* 
    .top-menu-home nav a:hover,
    .top-menu-home nav ul ul ul a {
        background-color: #000000;
    } */

    .top-menu-home nav ul li ul li .toggle,
    .top-menu-home nav ul ul a,
    .top-menu-home nav ul ul ul a {
        padding: 7px 10px;
        color: #FFF;
        font-size: 17px;

    }


    /* .top-menu-home nav ul li ul li .toggle,
    .top-menu-home nav ul ul a {
        background-color: #212121;
    } */

    /* Hide Dropdowns by Default */
    /* .top-menu-home nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    /* } */

    /* Hide menus on hover */
    /* .top-menu-home nav ul ul li:hover>ul,
    .top-menu-home nav ul li:hover>ul {
        display: none;
    } */

    /* Fisrt Tier Dropdown */
    .top-menu-home nav ul ul li {
        display: block;
        width: 100%;
    }

    .top-menu-home nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

}

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

    .top-menu-home nav ul li {
        display: block;
        width: 94%;
    }

}

/*---------------Top Menu CSS---------------*/
/* .wrapper {
    height: 4rem;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 992px) {
    .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 75%;
      height: 100%;
      z-index: 10;
      opacity: 0;
      overflow-y: auto;
      visibility: hidden;
      box-shadow: var(--shadow-medium);
      background-color: var(--color-white-100);
      transition: all 0.5s ease;
    }
    .navbar.active {
      left: 0rem;
      opacity: 1;
      visibility: visible;
    }
  }
  
  .menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
    color: #fff;
  }
  .menu-link {
    cursor: pointer;
    text-transform: capitalize;
    color: var(--color-black-500);
    transition: all 0.3s ease-in-out;
  }
  .dot {
    padding: 7px;
    margin-top: 8px;
    height: 16px;
    width: 16px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
  .menu-link > i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
  }
  .menu-link:hover {
    outline: none;
    color: var(--color-pink-500);
  }
  @media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  }
  @media only screen and (max-width: 992px) {
    .menu {
      width: 100%;
      height: auto;
      padding: 1rem 0;
    }
    .menu-item {
      display: block;
      margin: 0 auto;
    }
    .menu-link {
      justify-content: space-between;
      padding: 0.5rem 1.25rem;
    }
  }
  
  .submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    background: #d00 !important;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--color-pink-400);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
  }
  .submenu-item {
    display: block;
    margin-top: 0.75rem;
  }
  .submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
  }
  .submenu-link:hover {
    outline: none;
    color: var(--color-pink-500);
  }
  @media only screen and (max-width: 992px) {
    .submenu {
      position: relative;
      top: -0.5rem;
      left: 2.5rem;
      width: 100%;
      max-height: 0;
      padding: 0px;
      border: none;
      outline: none;
      opacity: 1;
      overflow: hidden;
      visibility: visible;
      transform: translateY(0px);
      box-shadow: none;
      background: transparent;
    }
  }
  
  .burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
  .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: var(--color-black-500);
  }
  .burger-line:nth-child(1) {
    top: 0px;
  }
  .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
  }
  .burger-line:nth-child(3) {
    top: 1rem;
  }
  @media only screen and (max-width: 992px) {
    .burger {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
  }
  @media only screen and (max-width: 992px) {
    .overlay.active {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  } */


.wrapper-box {
    height: 400px;
    width: 320px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.wrapper-box .card {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    transform: translateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.wrapper-box:hover>.front-face {
    transform: rotateY(-180deg);
}

.wrapper-box .card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.wrapper-box .back-face {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    transform: rotateY(180deg);
}

.wrapper-box:hover>.back-face {
    transform: rotateY(0deg);
}

.wrapper-box .back-face img {
    height: 150px;
    width: 150px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
}

.vtabs .nav {
    display: flex !important;
}

  .vtabs .nav {
    display: flex !important;
}

.wrapper-box .back-face .info {
    text-align: center;
}

.back-face .info .title {
    font-size: 30px;
    font-weight: 500;
}

.back-face ul {
    display: flex;
}

.back-face ul a {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    line-height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
    transition: all 0.5s ease;
}

.back-face ul a:hover {
    color: #1cc7d0;
    border-color: #1cc7d0;
    background: linear-gradient(375deg, transparent, transparent);
}

.photo-holder {
    /* text-align: center; */
    /* background-color: #f1f1f1; */
    padding: 10px;
    height: 391px;
    width: 300px;
}
.container.faculty-quick-access {
    padding-left: 100px;
    border: none;
    color: white;
    padding: 7px 9px;
    text-align: right;
    text-decoration: none;
    display: revert-layer;
    font-size: 16px;
    margin: 8px 24px;
    cursor: pointer;
}
.faculty-quick-access a {
    margin-right: 19px;
    background-color: #9c1cc7 !important;
    padding: 11px 38px;
    color: #fff;
    margin-left: 8px;
    font-size: 20px !important;
}
div#library-call {
    margin-bottom: 20px;
}

.sub-heading {
    color: #5E3193;
    font-family: El Messiri;
    font-size: 30px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.two-col-left {
    background: linear-gradient(360deg,
            rgb(255 255 255) 0%,
            rgb(251 219 190) 100%);
    padding: 23px;
    margin-bottom: -6px;
    margin-left: px;
    margin-top: 0px;
}

/* .two-col-left {
        background: linear-gradient(244deg,
                   rgb(251 255 255) 43%,
                   rgb(251 200 170) 100%);
        padding: 23px;
        margin-bottom: 1px;
        margin-left: px;
        margin-top: 0px;
    } */
/* .btn {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
  }
  
  .btn:hover {
    background-color: #9017A3;
    color: white;
  } */

.flip-box {
    background-color: transparent;
    width: 1px;
    /* box-shadow: black; */
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-box-back {
    background-color: lightgrey;
    color: white;
    transform: rotateY(180deg);
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .2s ease-in-out;
}

/* .links .listStyle li:before {
    content: url(../images/internal-page/list-icon2.png);
    color: #f15a2a;
    font-size: 19px;
    padding-right: .5em;
    position: absolute;
    top: 0;
} */
.flip-box {
    background-color: transparent;
    width: 278px;
    height: 253px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 91%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;

}

/* Style the front side */
.flip-box-front {
    background-color: #e1aedc;
    border: none;
    color: #e7e7e8;
    /* padding: 16px 32px; */
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.9;
    transition: 0.3s;
}

.flip-box-front:hover {
    opacity: 1
}

/* Style the back side */
.flip-box-back {
    background-color: #fefefe;
    color: white;
    transform: rotateY(180deg);
}

/* .widget-container {
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #745a24;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
} */
.info {
    background: linear-gradient(360deg, rgb(0 0 0 / 95%) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 202px;
    margin-left: 4px;
    margin-right: 5px;
    color: white;
}

.faculty-div {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inform {
    background: linear-gradient(30deg, rgb(0 0 0 / 95%) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 132px;
    /* margin-left: 3px; */
    /* margin-right: 87px; */
    color: #ffffff;
    /* padding-right: 4px; */
}

.data {

    margin-top: 26px;
}


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

.fusion-button.button-7.button-3d {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #ffffff, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #ffffff, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #ffffff, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}

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

.about-info.page-insight.bred-img {
    background-image: url('../img/breadcrumb.jpg');
    height: 371px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
}

/* .single-box.no-border {
            border: 1px solid !important;
            heigh: 10px;
            width: 240px;
        } */
.galaxy.col-lg-5 {
    /* margin-bottom: -272px; */
    margin-top: 200px;
    margin-left: 12px;
    background: border-box;
}

.button {
    background-color: #9017A3;
    border-color: #9017A3;
    /* width: 450px; */
    height: 50px;
    color: white;
    text-decoration-color: white;
    font-size: larger;
    width: 50%;
    width: calc(50% - ((4%) * 0.5));
    margin-right: 4%;
    margin-top: 0px;
    margin-bottom: 30px;

}

.ul.iqacbutton {
    background-color: #3a7cf4;
    border-color: #fffdff;
    box-shadow: inset 0px -3px 0px #fff, 2px -1px 6px #ffffff, 3px 5px 5px 1px rgba(4, 2, 2, 1.3);
    height: 55px;
    width: 444px;
}

.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 #202496;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    box-shadow: rgba(-2, -9, -3, 0.1) -9px -6px 2px -2px;
    padding: 15px;
    padding: 15px;
}

.iqac-btn:hover {
    background-color: #69097e;
}

.mbox {
    width: 232px;
    height: 38px;
    background-color: #780478cf !important;
    padding: 3px 4px 33px 1px;
    margin: -6px 0px 4px -10px;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 22px !important;
    color: #fffeffd6;
    text-align: center !important;
}

.ull {
    margin-left: 56px !important;
}

.ullo {
    margin-left: -48px !important;
}

.slide1 {
    height: 345px;
    object-fit: fill;
    width: 925px;
    padding: 7px 1px 17px 10px;
}