﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background: #eee;
    font-family: 'Ubuntu', sans-serif
}

.box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.our-services {
    margin-top: 75px;
    padding-bottom: 30px;
    min-height: 272px;
    width: 265px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center
}

.our-services:hover h4,
.our-services:hover p {
    color: #fff
}

.speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)
}

.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}

.privacy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}

.backups:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

.ssl:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}

.database:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)
}


/* Code to Remove all default style */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h-full {
    height: 100%;
}

.homeWrapper {
    height: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 0;
}

html {
    margin: 0;
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    margin: 0 auto;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

body {
    font-family: "Poppins", sans-serif !important;
    color: #647589;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none !important;
}


/* Preheader */

.ju-preheader {
    height: 35px;
    background: rgb(179, 139, 253);
    background: linear-gradient(101deg, rgba(179, 139, 253, 1) 0%, rgba(0, 14, 40, 1) 0%, rgba(109, 69, 220, 1) 100%);
    color: #fff;
    line-height: 35px;
    font-size: 14px;
}

.ju-preheader a {
    color: #fff;
    /*changes*/
}

.ju-preheader a:hover {
    color: #ffe16b;
    text-decoration: none;
}

.other-links ul li {
    display: inline-block;
}

.other-links ul li:after {
    content: '|';
}

.other-links ul li:last-child:after {
    content: '';
}


/* Main Header */

.ju-header {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding: 5px 0;
}

.ju-header img {
    height: 92px !important;
    vertical-align: middle;
}

.ju-logo img {
    height: 100px !important;
}


/* Sticky Header */

.header {
    height: 100%;
}

.nav {
    width: 100%;
    line-height: 50px;
    background: #ff5252;
    color: #fff;
    position: relative;
    margin-bottom: -60px;
    z-index: 3;
    text-transform: uppercase;
}

.content {
    width: 100%;
    /*New Width*/
    font-size: 14px;
    padding-top: 100px;
    margin: 0 auto 0;
}

.sticky {
    position: fixed;
    top: 0;
}


/* Slider */

.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.btn::after {
    transition: border 0.1s linear 0.05s;
}

.btn .btn-inner {
    position: relative;
    z-index: 2;
}

.btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
}

.btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 390px;
    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 0 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image {
    width: 100%;
    width: 100%;
    height: 100%;
}

.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    font-family: "Anton", sans-serif !important;
    margin: 0 auto 5px;
    /* Changes */
    max-width: 1000px;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
}

.slideshow .slide .text p {
    font-size: 13px;
}

.slideshow .slide .btn {
    margin: 5px 0 0;
    border-color: #fff;
    color: #fff;
    display: none;
    /*Changes*/
}

.slideshow .slide .btn:hover {
    color: #000;
}

.slideshow .slide .btn::before {
    background: #fff;
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}

.slider-bottom {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -84px;
}

.slider-bottom img {
    width: 100%;
}

.slide {
    padding: 50px 0;
}


/* Links boxs card */

.about-us-section {
    position: relative;
    padding: 50px 0;
}

.about-us-section h1 {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Anton", sans-serif !important;
}

.links-card {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .5s ease;
    border: 0 !important;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.links-card:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.links-card-icon {
    width: 100px;
    display: block;
    margin: 0 auto 20px;
}

.links-card a {
    padding: 20px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.absolute-svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
    width: 60%;
    top: -10px;
    opacity: .3;
}

.pagination {
    display: block !important;
}

.links-card.card:hover .absolute-svg {
    transform: rotate(-30deg);
    transition: .5s ease-in-out;
}

.links-card.card:hover a {
    color: #000;
}

.viewMore {
    background: -webkit-linear-gradient(90deg, rgb(30, 66, 107) 0%, rgb(115, 74, 108) 100%);
    padding: 10px 20px;
    color: #fff;
    border-radius: 40px;
    text-align: center;
}

.viewMore:hover {
    background: -webkit-linear-gradient(40deg, rgb(30, 66, 107) 0%, rgb(115, 74, 108) 100%);
    color: #fff !important;
}


/* Latest Updates */

.latest-section {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.latest-news-updates {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .5s ease;
}

.latest-news-updates:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.latest-news-updates ul li {
    font-size: 14px;
    font-weight: 400;
    list-style-position: inside;
    text-indent: -17px;
}

.latest-news-updates ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.latest-news-updates ul li a:hover {
    text-decoration: underline !important;
}

.latest-news-updates {
    padding: 30px;
    box-shadow: 0 14px 42px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    border: 0 !important;
}

.links-col {
    display: flex;
}

.shape {
    width: 675px;
    height: 675px;
    background: #4285F4;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: -100px;
    bottom: 20px;
    transform: rotate(10deg);
    z-index: -1;
}

.shape.arrow-point {
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}


/* Abou us */

.about-university-section h1 {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Anton", sans-serif !important;
}

.about-university-section p {
    font-size: 14px;
    margin: 0 auto 20px;
    text-align: center;
}

.about-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    font-family: "Anton", sans-serif !important;
}

.about-content ul {
    list-style-type: none;
}

.about-content li {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    font-weight: 400 !important;
    margin: 0 0 10px 0;
    border-right: 1px solid #ddd;
    background-color: #fafafa;
}

.about-content li:last-child {
    border-right: 1px solid transparent;
}

.about-us-icn {
    width: 30px;
}

.youtube-video {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.ju-video {
    display: block;
    position: relative;
}

.youtube-video-img {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    background-color: #000;
    object-fit: cover;
    object-position: top;
    height: 356px;
}

.youtube-video-img:hover img {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.youtube-video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

.playBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 4;
}

.playBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 4;
    text-align: center;
    color: #fff;
}

.playBtn img {
    padding-top: 31px;
    vertical-align: middle;
}

.playBtn:hover {
    background-color: #ffe16bd6;
}

.circleBig {
    position: absolute;
    right: 200px;
    width: 450px;
    height: 450px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    shape-outside: circle(50%);
    bottom: 50px;
    z-index: -1;
}

.circleSmall {
    margin: 0 auto;
    width: 350px;
    height: 350px;
    background-color: #FFF;
    margin-top: 45px;
    border-radius: 50%;
    shape-outside: circle(50%);
    background-color: rgba(255, 255, 255, .8);
}


/* coutnts */

.sectionClass {
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.projectFactsWrap {
    display: flex;
    margin-top: 5px;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item {
    background: hsla(212, 56%, 27%, 1);
    background: linear-gradient(90deg, hsla(212, 56%, 27%, 1) 0%, hsla(310, 22%, 37%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(212, 56%, 27%, 1) 0%, hsla(310, 22%, 37%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(212, 56%, 27%, 1) 0%, hsla(310, 22%, 37%, 1) 100%);
    border-right: 1px solid #ddd;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }
    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }
}


/* Message tab */

.message-section {
    padding: 50px 0;
}

.message-section h1 {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Anton", sans-serif !important;
}

.testimonial {
    padding: 50px 0 20px;
}

.testimonial .row .tabs {
    all: unset;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
}

.testimonial .row .tabs li.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: rgb(179, 139, 253);
    background: linear-gradient(101deg, rgb(179, 139, 253) 0%, rgb(87, 139, 236) 0%, rgb(255, 255, 255) 100%);
    border-radius: 50%;
}

.testimonial .row .tabs li.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: rgb(179, 139, 253);
    background: linear-gradient(101deg, rgb(179, 139, 253) 0%, rgb(87, 139, 236) 0%, rgb(255, 255, 255) 100%);
    border-radius: 50%;
}

.testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    bottom: -50px;
}

.testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
}

.testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
}

.testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
}

.testimonial .row .tabs li:nth-child(2)::before {
    right: -65px;
    top: 50%;
}

.testimonial .row .tabs li:nth-child(2)::after {
    bottom: 101px;
    border-radius: 50%;
    right: -120px;
}

.testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: -50px;
}

.testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
}

.testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
}

.testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -50px;
}

.testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid red;
}

.testimonial .row .tabs li figure {
    position: relative;
}

.testimonial .row .tabs li figure img {
    display: block;
}

.testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #6e9bee;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial .row .carousel>h3 {
    font-size: 30px;
    width: 100%;
    margin: 0px;
    font-family: "Anton", sans-serif !important;
}

.testimonial .row .carousel h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial .row .carousel .carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
}

.testimonial .row .carousel .carousel-indicators li {
    background: #000;
    background-clip: padding-box;
    height: 2px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 12px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 14px;
    line-height: 1.72222;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
}

.quote-wrapper strong {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .testimonial .row .tabs {
        margin-right: 25px;
    }
}

@media (max-width: 999px) {
    .jiwajilogodv {
        float: none !important;
        text-align: center;
    }
    .ju-preheader {
        height: 100% !important;
        text-align: center;
        line-height: 25px;
    }
    .jiwaji-logo-mono {
        display: none;
    }
    .mpgovlogo {
        display: none;
    }
    .rajbhawan-logo {
        display: none;
    }
    .other-links {
        display: none;
    }
    .slider-bottom {
        display: none;
    }
    .slideshow .slide .title {
        margin: 0 auto 5px;
        max-width: 1000px;
        font-size: 26px;
    }
    .about-us-section h1 {
        width: 100%;
        margin: 0 auto 20px;
    }
    .absolute-svg {
        display: none;
    }
    .links-col {
        margin: 0 auto 30px auto;
    }
    .playBtn img {
        height: 100%;
    }
    .youtube-video-img {
        object-fit: cover;
        object-position: top;
        height: 356px;
        width: 100%;
    }
    .logoImage {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .logoImage img {
        width: 100%;
    }
    .footer-section {
        text-align: center;
    }
    .footer-section h5::after {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .footer-section h5 {
        margin-top: 12px;
    }
    .about-content li {
        display: block;
    }
    .about-content h2 {
        text-align: center;
    }
    .projectFactsWrap .item {
        flex: 0 0 100%;
    }
    .about-us-section,
    .latest-section,
    .about-university-section,
    .facilities-section,
    .testimonial,
    .patners-section,
    .footer-section {
        padding: 10px 0 !important;
    }
    .carousel.pointer-event {
        text-align: center;
    }
    #nav-toggle {
        left: 15px !important;
        top: 12px !important;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }
    nav {
        width: 100%;
        padding: 34px 0 15px !important;
    }
    .nav-mobile {
        height: 50px !important;
        width: 60px !important;
    }
    .notice-link {
        float: left !important;
    }
}

.svgbg1 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}


/* Patners */


/* Slider */

.patners-section {
    padding: 50px 0;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.patners-section h1 {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Anton", sans-serif !important;
}

.notice-link {
    background: #fff33a;
    border-radius: 0;
    color: #000;
    display: inline-block;
    text-align: center;
    z-index: 99;
    padding: 0px 20px !important;
    float: right;
    font-size: 20px;
    font-weight: 300;
}

.notice-link:hover {
    background: #ff9994;
    color: #000;
}

.notice-link span {
    color: #000;
}

.noticeicn {
    width: 40px;
    height: 40px;
}


/* Back to top */


/* Style for scroll-top button */

.backToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #cccccc;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.backToTopBtn:not(:hover) {
    background: #1f1f1f;
}

.backToTopBtn:hover {
    background: #0f0f0f;
}

.backToTopBtn.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.backToTopBtn:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}


/* Facilities */

.facilities-section {
    padding: 50px 0;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.facilities-section h1 {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Anton", sans-serif !important;
}

.facilities-image img {
    border-radius: 20px;
}


/* Carousel */

.facilities-links-card {
    border-radius: 10px !important;
    background-color: #ffffff !important;
    padding: 20px !important;
    background: #fff !important;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03) !important;
    margin-bottom: 30px;
    border: 0 !important;
    font-size: 13px;
    position: relative;
    width: 100%;
}

.facilities-links-card:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
}

.facilityIcon img {
    height: 50px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}

.item--description {
    color: #7b7b7b;
}

.facilities-links-card h5 {
    font-size: 17px;
    margin-bottom: 20px;
}

.facilitiesBox {
    display: flex;
    position: relative;
}

.box-header {
    background: -webkit-linear-gradient(90deg, rgb(30, 66, 107) 0%, rgb(115, 74, 108) 100%);
    border-radius: 0;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    left: 0;
    border-radius: 50% 0% 50% 0% / 0% 50% 50% 50%;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.facilities-links-card:hover .box-header {
    background: -webkit-linear-gradient(90deg, rgb(30, 66, 107) 0%, rgb(115, 74, 108) 100%);
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
}

.facilities-links-card:hover .facilities-links-card {
    z-index: 999 !important;
    position: relative !important;
}

.showHide {
    display: none;
}

.facilities-links-card:hover .showHide {
    display: block;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-top: 70px;
    border-radius: 30px;
}

.showHide:hover {
    background-color: #ef8919 !important;
    color: #fff;
}

.facilities-links-card:hover .facilityIcon {
    position: relative;
    color: #fff;
}


/* Footer Section */

.footer-section {
    background: rgb(179, 139, 253);
    background: linear-gradient(101deg, rgba(179, 139, 253, 1) 0%, rgba(0, 14, 40, 1) 0%, rgba(109, 69, 220, 1) 100%);
    padding: 30px 0 5px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.footer-section:after {
    content: '';
    background-image: url('../images/footerBg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
}

.footer-section,
.footer-section a {
    color: #fff;
}

.footer-section h5 {
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

.footer-section ul {
    margin: 31px 0 0 0;
    padding: 0;
}

.footer-section ul li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.footer-section ul li a {
    font-size: 14px;
}

.footer-section ul li a:hover {
    color: #ffe16b !important;
}

.footer-section ul li strong {
    font-weight: 500;
}

.footer-bottom {
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: 1px solid #625da5;
}

.footer-bottom a:hover {
    color: #ffe16b !important;
}

.footer-section h5::after {
    position: absolute;
    content: '';
    background: #eee;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -10px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.ju-address:hover h5::after,
.ju-information-link:hover h5::after,
.ju-resources-link:hover h5::after,
.ju-imp-link:hover h5::after {
    width: 70px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}


/* Vission Mission */

.vision-inner {
    padding: 40px 0;
    position: relative;
}

.vision-inner:after {
    content: '';
    background-color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.vision-top {
    height: 250px;
    background: url(1px.png) repeat-y;
    width: 100%;
}

.vision-top img {
    object-fit: cover;
    object-position: bottom;
    border-radius: 50px 50px 0 50px;
    width: 100%;
    height: 100%;
}

.our-vision {
    padding: 40px 0;
}

.our-vision h3 {
    font-size: 25px;
    font-weight: 600;
}

.our-vision p {
    font-size: 14px;
}

.vision-image {
    position: relative;
}

.vision-image img {
    border-radius: 0 50px 0 0;
}

.vision-image:after {
    content: '';
    position: absolute;
    top: -41px;
    right: -46px;
    height: 200px;
    width: 200px;
    background-color: rgba(30, 66, 107, .1);
    z-index: -1;
    border-radius: 0 50px 0 0;
}


/* Mission */

.our-mission {
    padding: 40px 0;
    position: relative;
}

.our-mission h3 {
    font-size: 25px;
    font-weight: 600;
}

.our-mission p {
    font-size: 14px;
}

.mission-image {
    position: relative;
}

.mission-image img {
    border-radius: 50px 0 0 0;
}

.mission-image:after {
    content: '';
    position: absolute;
    top: -41px;
    left: -46px;
    height: 200px;
    width: 200px;
    background-color: rgba(30, 66, 107, .1);
    z-index: -1;
    border-radius: 50px 0px 0 0;
}


/* Value */

.our-value {
    padding: 40px 0;
}

.our-value h3 {
    font-size: 25px;
    font-weight: 600;
}

.our-value p {
    font-size: 14px;
}

.value-image {
    position: relative;
}

.value-image img {
    border-radius: 0 50px 0 0;
}

.value-image:after {
    content: '';
    position: absolute;
    top: -41px;
    right: -46px;
    height: 200px;
    width: 200px;
    background-color: rgba(30, 66, 107, .1);
    z-index: -1;
    border-radius: 0 50px 0 0;
}


/* Inner pages */

.innerpage-wrapper {
    min-height: 30vh;
    height: 100%;
}

.innerpage-banner {
    padding: 10px 0;
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    margin-bottom: 20px;
}

.innerpage-banner h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.innerpage-banner-img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.about-row {
    padding: 100px 0;
}

.about-inner {
    padding: 40px 0;
    position: relative;
}

.inner-aboutus-content {
    margin: -136px auto -199px 590px;
    position: relative;
    width: 100%;
    margin: -26px auto 0 -54px;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.about-inner p {
    font-size: 14px;
    text-align: justify;
}

.inner-aboutus-content {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 30px;
}

.about-listed li {
    display: inline-block;
}

.futurelist li {
    display: block;
    list-style-type: disc;
    font-size: 14px;
}

.bookabs {
    position: absolute;
    width: 300px;
    left: -150px;
    bottom: -0px;
    rotate: -30deg;
    z-index: -1;
    opacity: .1;
}

.books2-right-abs {
    position: absolute;
    width: 300px;
    right: 100px;
    bottom: 30px;
    rotate: 30deg;
    opacity: .1;
    z-index: -1;
}


/* Tab Inner page css */

.page {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px 40px;
}


/**/


/* main styles */


/**/

.pcss3t {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
}

.pcss3t>input {
    position: absolute;
    left: -9999px;
}

.pcss3t>label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.pcss3t>label i {
    display: block;
    float: left;
    margin: 16px 8px 0 -2px;
    padding: 0;
    border: 0;
    outline: none;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 17px;
}

.pcss3t>input:checked+label {
    cursor: default;
}

.pcss3t>ul {
    list-style: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 13px;
}

.pcss3t>ul>li {
    position: absolute;
    width: 100%;
    overflow: auto;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pcss3t>.tab-content-first:checked~ul .tab-content-first,
.pcss3t>.tab-content-2:checked~ul .tab-content-2,
.pcss3t>.tab-content-3:checked~ul .tab-content-3,
.pcss3t>.tab-content-4:checked~ul .tab-content-4,
.pcss3t>.tab-content-5:checked~ul .tab-content-5,
.pcss3t>.tab-content-6:checked~ul .tab-content-6,
.pcss3t>.tab-content-7:checked~ul .tab-content-7,
.pcss3t>.tab-content-8:checked~ul .tab-content-8,
.pcss3t>.tab-content-9:checked~ul .tab-content-9,
.pcss3t>.tab-content-last:checked~ul .tab-content-last {
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/


/*                                 EXTENSIONS                                 */


/*----------------------------------------------------------------------------*/


/**/


/* auto height */


/**/

.pcss3t-height-auto>ul {
    height: auto !important;
}

.pcss3t-height-auto>ul>li {
    position: static;
    display: none;
    height: auto !important;
}

.pcss3t-height-auto>.tab-content-first:checked~ul .tab-content-first,
.pcss3t-height-auto>.tab-content-2:checked~ul .tab-content-2,
.pcss3t-height-auto>.tab-content-3:checked~ul .tab-content-3,
.pcss3t-height-auto>.tab-content-4:checked~ul .tab-content-4,
.pcss3t-height-auto>.tab-content-5:checked~ul .tab-content-5,
.pcss3t-height-auto>.tab-content-last:checked~ul .tab-content-last {
    display: block;
}


/**/


/* grid */


/**/

.pcss3t .grid-row {
    margin-top: 20px;
}

.pcss3t .grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.pcss3t .grid-row:first-child {
    margin-top: 0;
}

.pcss3t .grid-col {
    display: block;
    float: left;
    margin-left: 2%;
}

.pcss3t .grid-col:first-child {
    margin-left: 0;
}

.pcss3t .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: #f2f2f2;
    text-align: center;
}

.pcss3t .grid-col-1 {
    width: 15%;
}

.pcss3t .grid-col-2 {
    width: 32%;
}

.pcss3t .grid-col-3 {
    width: 49%;
}

.pcss3t .grid-col-4 {
    width: 66%;
}

.pcss3t .grid-col-5 {
    width: 83%;
}

.pcss3t .grid-col-offset-1 {
    margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
    margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
    margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
    margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
    margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
    margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
    margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
    margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
    margin-left: 85%;
}


/**/


/* typography */


/**/

.pcss3t .typography {
    color: #666;
}

.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
    color: #333;
}

.pcss3t .typography h1 {
    font-size: 40px;
    line-height: 60px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h2 {
    font-size: 32px;
    line-height: 48px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h3 {
    font-size: 26px;
    line-height: 38px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h4 {
    font-size: 20px;
    line-height: 30px;
}

.pcss3t .typography h5 {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

.pcss3t .typography h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.pcss3t .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: left;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.pcss3t .typography li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.pcss3t .typography li ul,
.pcss3t .typography li ol {
    margin-top: 5px;
}

.pcss3t .typography ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 4px;
    background: #404040;
}

.pcss3t .typography ol {
    counter-reset: list1;
}

.pcss3t .typography ol>li:before {
    counter-increment: list1;
    content: counter(list1)'.';
    position: absolute;
    top: 0;
    left: 0;
}

.pcss3t .typography a {
    text-decoration: underline;
    color: #1889e6;
}

.pcss3t .typography a:hover {
    text-decoration: none;
}

.pcss3t .typography .pic {
    padding: 4px;
    border: 1px dotted #ccc;
}

.pcss3t .typography .pic img {
    display: block;
}

.pcss3t .typography .pic-right {
    float: right;
    margin: 0 0 10px 20px;
}

.pcss3t .typography .link {
    text-decoration: underline;
    color: #1889e6;
    cursor: pointer;
}

.pcss3t .typography .link:hover {
    text-decoration: none;
}

.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
    margin-top: 0;
}

.pcss3t .typography .text-center {
    text-align: center;
}

.pcss3t .typography .text-right {
    text-align: right;
}


/**/


/* steps */


/**/

.pcss3t-steps>label {
    cursor: default;
}


/**/


/* animation effects */


/**/

.pcss3t-effect-scale>ul>li {
    -webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate>ul>li {
    -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top>ul>li {
    top: -40px;
}

.pcss3t-effect-slide-right>ul>li {
    left: 80px;
}

.pcss3t-effect-slide-bottom>ul>li {
    top: 40px;
}

.pcss3t-effect-slide-left>ul>li {
    left: -80px;
}


/*----------------------------------------------------------------------------*/


/*                                   LAYOUTS                                  */


/*----------------------------------------------------------------------------*/


/**/


/* top right */


/**/

.pcss3t-layout-top-right {
    text-align: right;
}


/**/


/* top center */


/**/

.pcss3t-layout-top-center {
    text-align: center;
}


/**/


/* top combi */


/**/

.pcss3t>.right {
    float: right;
}


/*----------------------------------------------------------------------------*/


/*                                    ICONS                                   */


/*----------------------------------------------------------------------------*/


/**/


/* icons positions */


/**/

.pcss3t-icons-top>label {
    text-align: center;
}

.pcss3t-icons-top>label i {
    float: none;
    margin: 0 auto -10px;
    padding-top: 17px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
}

.pcss3t-icons-right>label i {
    float: right;
    margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom>label {
    text-align: center;
}

.pcss3t-icons-bottom>label i {
    float: none;
    margin: -10px auto 0;
    padding-bottom: 17px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
}

.pcss3t-icons-only>label i {
    float: none;
    margin: 0 auto;
    font-size: 23px;
}


/**/


/* font awesome */


/**/


/*----------------------------------------------------------------------------*/


/*                               RESPONSIVENESS                               */


/*----------------------------------------------------------------------------*/


/**/


/* pad */


/**/

@media screen and (max-width: 980px) {}


/**/


/* phone */


/**/

@media screen and (max-width: 767px) {
    .pcss3t>label {
        display: block;
    }
    .pcss3t>.right {
        float: none;
    }
}


/*----------------------------------------------------------------------------*/


/*                                   THEMES                                   */


/*----------------------------------------------------------------------------*/


/**/


/* default */


/**/

.pcss3t>label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 14px;
    line-height: 49px;
}

.pcss3t>label:hover {
    background: #f2f2f2;
}

.pcss3t>input:checked+label {
    /*background: #fff;*/
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    color: #fff !important;
}

.pcss3t>ul {
    background: #fff;
    text-align: left;
}

.pcss3t-steps>label:hover {
    background: #e5e5e5;
}


/**/


/* theme 1 */


/**/

.pcss3t-theme-1>label {
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    color: #808080;
    opacity: 0.8;
}

.pcss3t-theme-1>label:hover {
    background: #fff;
    opacity: 1;
}

.pcss3t-theme-1>input:checked+label {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #2b82d9;
    opacity: 1;
}

.pcss3t-theme-1>ul {
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.pcss3t-theme-1>.tab-content-first:checked~ul {
    border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-1>label {
        margin-right: 0;
    }
    .pcss3t-theme-1>input:checked+label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }
    .pcss3t-theme-1>.tab-content-first:checked~ul {
        border-top-left-radius: 5px;
    }
}


/**/


/* theme 2 */


/**/

.pcss3t-theme-2 {
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-2>label {
    margin-right: 0;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 1;
}

.pcss3t-theme-2>label:hover {
    background: rgba(255, 255, 255, 0.2);
}

.pcss3t-theme-2>input:checked+label {
    padding-bottom: 0;
    background: #fff;
    background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #822bd9;
}

.pcss3t-theme-2>ul {
    margin: 0 -5px -5px;
    border-radius: 0;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-2>ul {
        margin-top: 5px;
    }
}


/**/


/* theme 3 */


/**/

.pcss3t-theme-3 {
    background: rgba(0, 0, 0, 0.8);
}

.pcss3t-theme-3>label {
    background: none;
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
    opacity: 0.6;
}

.pcss3t-theme-3>label:hover {
    background: none;
    color: #d9d92b;
    opacity: 0.8;
}

.pcss3t-theme-3>input:checked+label {
    background: #d9d92b;
    color: #000;
    opacity: 1;
}

.pcss3t-theme-3>ul {
    border-top: 4px solid #d9d92b;
    border-bottom: 4px solid #d9d92b;
    border-radius: 0;
    box-shadow: none;
}


/**/


/* theme 4 */


/**/

.pcss3t-theme-4>label {
    margin: 0 10px 10px 0;
    border-radius: 5px;
    background: #78c5fd;
    background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
    background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.5);
    line-height: 39px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.pcss3t-theme-4>label:hover {
    background: #90cffc;
    background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
    background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}

.pcss3t-theme-4>input:checked+label {
    top: 1px;
    background: #5f9dc9;
    background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
    background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.pcss3t-theme-4>ul {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-4>label {
        margin-right: 0;
    }
}


/**/


/* theme 5 */


/**/

.pcss3t-theme-5 {
    padding: 15px;
    border-radius: 5px;
    background: #ad6395;
    background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
    background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}

.pcss3t-theme-5>label {
    margin-right: 10px;
    margin-bottom: 15px;
    background: none;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    opacity: 1;
}

.pcss3t-theme-5>label:hover {
    background: rgba(255, 255, 255, 0.15);
}

.pcss3t-theme-5>input:checked+label {
    background: rgba(255, 255, 255, 0.3);
    color: #000;
}

.pcss3t-theme-5>input:checked+label:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.pcss3t-theme-5>ul {
    margin: 0 -15px -15px;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-5>input:checked+label:after {
        display: none;
    }
}


/*----------------------------------------------------------------------------*/


/*                               CUSTOMIZATION                                */


/*----------------------------------------------------------------------------*/


/**/


/* height */


/**/

.pcss3t>ul,
.pcss3t>ul>li {
    height: 370px;
}


/* Achievements */

.achievement-box-content {
    padding: 40px 0;
}

.achievement-box-content ul {
    padding: 26px;
    margin-bottom: 0;
}

.achievement-box-content ul li {
    font-size: 14px;
}


/* Seminar */

.seminar-box-content {
    padding: 40px 0;
}

.seminar-box-content ul {
    padding: 26px;
    margin-bottom: 0;
}

.seminar-box-content ul li {
    font-size: 14px;
}


/* Scroll */

.scroll-y {
    overflow-y: scroll;
    position: relative;
}

div,
ol,
pre,
span,
ul {
    scrollbar-width: thin;
    scrollbar-color: #eff2f5 transparent;
}

.scroll-y::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-y::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scroll-y::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}


/* Campus Page design */

.campuspage-container {
    margin: 30px auto;
}

.col-campusImage {}

.col-campusImage img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

.col-campus-about {
    background-color: #f3f9ff;
    height: 100%;
    width: 100%;
}

.campus-about-content {
    padding: 30px 30px;
}

.campus-about-content h3 {
    font-size: 25px;
    font-weight: 600;
}

.campus-about-content p {
    font-size: 14px;
}

.campus-ammenities {
    padding: 50px 0;
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    min-height: 200px;
    margin-bottom: 100px;
    position: relative;
}

.campus-ammenities-tabBox {
    width: 80%;
    min-height: 400px;
    background-color: #fff;
    clip-path: polygon(0px 0px, 100% 0px, 100.09% 87.75%, 0px 100%);
    margin: 0 auto;
}


/* tab campus */

#tsum-tabs h4 {
    padding: 20px 0;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
}

#tsum-tabs p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 40px 0 40px;
    border-top: 1px solid #ddd;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

#tsum-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

#tsum-tabs label:hover {
    color: #888;
    cursor: pointer;
}

#tsum-tabs input:checked+label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid orange;
    border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked~#content1,
#tsum-tabs #tab2:checked~#content2,
#tsum-tabs #tab3:checked~#content3,
#tsum-tabs #tab4:checked~#content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }
    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}


/* Annual Report */

.reportLink {
    margin-bottom: 30px;
    text-align: center;
}

.annual-report-container {
    padding: 50px 0;
}

.reportLink a {
    display: block;
    text-align: center;
    padding: 20px;
    color: #000;
    position: relative;
    font-size: 17px;
}

.reportLink img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.reportLink.card {
    background: #f0f0f0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    transition: border 0.5s ease;
    position: relative;
    transition: .5s ease;
}

.reportLink.card:hover {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.reportLink.card:hover:after {
    width: 100%;
    transition: .5s all;
}

.reportLink.purple-bg:after {
    background: #FC5C7D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6A82FB, #FC5C7D);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reportLink.green-bg:after {
    background: #283c86;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #45a247, #283c86);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reportLink.orange-bg:after {
    background: #C6FFDD;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reportLink.bluedark-bg:after {
    background: #0f0c29;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reportLink.pink-bg:after {
    background: #642B73;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #C6426E, #642B73);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #C6426E, #642B73);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reportLink.red-bg:after {
    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reportLink.purplepink-bg:after {
    background: #9796f0;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fbc7d4, #9796f0);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fbc7d4, #9796f0);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reportLink.grey-bg:after {
    background: #bdc3c7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.absolute-backbg:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    height: 50px;
    width: 50%;
    border-radius: 8px;
    z-index: -1;
}


/* Admission Lists */

ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

ol.gradient-list>li {
    background: #f4f4f4;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    padding: .5rem 2rem;
    position: relative;
}

ol.gradient-list>li a {
    color: #000;
}

ol.gradient-list>li a:hover {
    text-decoration: underline !important;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
    background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 2rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: 0rem;
    width: 2rem;
}

ol.gradient-list>li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

ol.gradient-list>li:nth-child(10n+1):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list>li:nth-child(10n+2):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list>li:nth-child(10n+3):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list>li:nth-child(10n+4):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list>li:nth-child(10n+5):before {
    background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
}

ol.gradient-list>li:nth-child(10n+6):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list>li:nth-child(10n+7):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list>li:nth-child(10n+8):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list>li:nth-child(10n+9):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list>li:nth-child(10n+10):before {
    background: linear-gradient(135deg, rgba(86, 131, 237, 0) 0%, rgba(253, 220, 50, 0) 100%);
}

ol.gradient-list>li+li {
    margin-top: 1rem;
}

.nav-dropdown li a {
    padding: 5px 10px !important;
    font-size: 14px !important;
}

.phd-table-heading {
    font-size: 20px;
}

.phdentrance-table th {
    font-size: 15px;
    font-weight: 500;
}

.phdentrance-table td {
    font-size: 14px;
}

.phdentrance-table td a {
    color: #3e4d76;
}

.phdentrance-table td a:hover {
    color: #000;
    text-decoration: underline !important;
}


/* Proctor */

.proctor-container .card {
    transition: .4s all ease-in;
    border: none;
    margin: 25px auto;
}

.proctor-container .card-img-top {
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
}

.proctor-container .carousel-control-next-icon {
    padding: 0 4px 0 0;
}

.proctor-container .product_price {
    float: right;
    font-family: lato;
    color: #6b7270;
    font-size: 20px;
    font-weight: 400;
}

.proctor-container .proctor-detail {
    position: absolute;
    height: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    background-color: rgba(223, 217, 217, 0.75);
    transition: all 0.35s;
    text-align: center;
    box-sizing: border-box;
}

.proctor-container .card .proctor-detail h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.proctor-container .card .proctor-detail .subheading {
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.proctor-container .card .proctor-detail blockquote {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 1em;
}

.proctor-container .card:hover .proctor-detail {
    height: calc(92%);
    padding-top: 100px;
}

.table td,
.table th {
    padding: 5px !important;
}

.contact-details-table td {
    font-size: 14px;
}

.contact-details-table tr td:nth-child(3) {
    width: 12%;
}

.contact-details-table tr td:nth-child(4) {
    width: 12%;
}

.contact-details-table tr td:nth-child(5) {
    width: 20%;
}


/* Courses Offered */

.tabbed-content {
    background: #fff;
    box-shadow: 1px 1px 6px #ccc;
    max-width: 100%;
    padding: 1em;
    margin: 1em auto;
}

.tabs ul {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
}

.tabs ul li {
    background: #eee;
}

.tabs ul li a {
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: 500;
}

.tabs ul li a:hover,
.tabs ul li a.active {
    background: #444;
    color: #eee;
}

.item {
    margin-bottom: 2px;
}

.item::before {
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    padding: 0.5em;
    display: block;
}

.item.active::before {
    background: #444;
    color: #eee;
}

.item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 0;
    }
    .tabs-side .tabs li {
        margin-bottom: 2px;
    }
}


/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media all and (min-width: 800px) {
    .tabbed-content .tabs {
        display: block;
    }
    .tabbed-content .tabs li {
        display: inline-block;
    }
    .tabbed-content .tabs li a {
        display: block;
    }
    .tabbed-content .item {
        min-height: 0;
    }
    .tabbed-content .item::before {
        display: none;
    }
    .tabbed-content.tabs-side .tabs {
        width: 20%;
        float: left;
    }
    .tabbed-content.tabs-side .tabs li {
        display: block;
        float: none;
    }
    .tabbed-content.tabs-side .item {
        margin-left: 20%;
    }
}

.coursestable th {
    font-size: 15px;
    font-weight: 500;
    padding: 10px !important;
}

.coursestable td {
    font-size: 14px;
    padding: 10px !important;
}

.coursestable td:nth-child(3) {
    width: 5%;
    text-align: center;
}

.contact-space {
    border-radius: 20px;
    background-color: rgb(214, 20, 20);
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin: 20px 0 30px;
}

.contactlist ul li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

.contactlist ul li:after,
.contactlist ul li:before {
    display: none;
    content: '';
}

.contactlist strong {
    color: #ffa500;
    font-size: 15px;
    margin-right: 10px;
}


/*Question*/

.question {
    position: relative;
    background: #e9e8eb;
    /* New Background*/
    /* background: #f9f9f9; */
    /*Old Backgound*/
    margin: 0;
    font-weight: 600;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.contentpage {
    margin: 0 0 20px;
    /*Changes*/
}


/*Answer*/

.answers {
    padding: 0px 15px;
    margin: 5px 0;
    width: 100%!important;
    height: 0;
    overflow: hidden;
    background: rgba(249, 249, 249, 0.4);
    position: relative;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.answers p {
    margin: 0;
}

.questions:checked~.answers {
    height: auto;
    opacity: 1;
    padding: 5px;
}

.questions:checked~.answers a {
    color: rgb(30, 66, 107);
}


/*FAQ Toggle*/

.plus {
    position: absolute;
    margin-left: 10px;
    z-index: 1;
    font-size: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.questions {
    display: none;
}

.studies {
    padding: 5px 20px;
}

.studies li {
    margin: 0;
    padding: 5px 5px;
}


/* List of department */

.listdepartment {
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin-bottom: 30px;
}

.departmentlist {
    margin: 0;
    padding: 0 0;
}

.departmentlist li {
    padding: 5px 0;
    font-size: 14px;
    list-style-type: none;
    display: flex;
}

.departmentlist li img {
    margin-right: 5px;
}

.departmentlist li a {
    color: #424a76;
    transition: .5s ease;
}

.departmentlist li a:hover {
    padding-left: 5px;
    color: #475dd2;
}


/* Data Table */

.datatable th {
    font-size: 15px;
    font-weight: 500;
}

.datatable td {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 5px;
}

.datatable td a {
    color: #3e4d76;
}

.datatable td a:hover {
    color: #000;
    text-decoration: underline !important;
}

.datatable td ul {
    margin: 0;
    padding: 0 20px;
}

.searchButtons button {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}

.datatable td:nth-child(1) {
    width: 15%;
}


/* Adhiniyam */

.adhiniyam-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: 1s ease all;
}

.adhiniyam-card a {
    padding: 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
}

.adhiniyam-card h4 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #000;
}

.card-head-top img {
    margin-bottom: 10px;
    height: 50px;
}

.circle-absolute1 {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    position: absolute;
    left: -62px;
    bottom: -29px;
    z-index: -1;
    border-radius: 50%;
    height: 300px;
    width: 300px;
}

.circle-absolute2 {
    background-color: #edf4ff;
    position: absolute;
    left: -95px;
    bottom: -71px;
    z-index: -1;
    border-radius: 50%;
    height: 300px;
    width: 300px;
}

.adhiniyam-card:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: .5s ease all !important;
    border: 1px solid rgb(30, 66, 107);
}

.adhiniyam-card:hover .circle-absolute1 {
    transform: scale(2, 2);
    transition: .5s ease;
}

.adhiniyam-card:hover .circle-absolute2 {
    left: 20px;
    top: 0px;
    transition: .5s ease;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.adhiniyam-card:hover a h4 {
    color: #fff !important;
}

.adhiniyam-card:hover img {
    filter: brightness(0) invert(1);
}


/* Statue  */

.statueList-row {
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin-bottom: 30px;
}

.statueList-row li {
    padding: 5px 0;
    font-size: 14px;
    list-style-type: none;
    display: flex;
}

.statueList-row li img {
    margin-right: 5px;
}

.statueList-row li a {
    color: #424a76;
    transition: .5s ease;
}

.statueList-row li a:hover {
    padding-left: 5px;
    color: #475dd2;
}


/* Gallery page design */

.gallery-container nav {
    display: flex;
    justify-content: center;
}

.gallery-container .items {
    display: flex;
    max-width: 720px;
    width: 100%;
    justify-content: space-between;
}

.items span {
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #007bff;
    border-radius: 50px;
    border: 2px solid #007bff;
    transition: all 0.3s ease;
}

.items span.active,
.items span:hover {
    color: #fff;
    background: #007bff;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gallery .image {
    width: calc(100% / 4);
    padding: 7px;
}

.gallery .image span {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.gallery .image img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.gallery .image:hover img {
    transform: scale(1.1);
}

.gallery .image.hide {
    display: none;
}

.gallery .image.show {
    animation: animate 0.4s ease;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.preview-box .details {
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
}

.details .title p {
    font-weight: 500;
    margin-left: 5px;
}

.details .icon {
    color: #007bff;
    font-style: 22px;
    cursor: pointer;
}

.preview-box .image-box {
    width: 100%;
    display: flex;
}

.image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

.shadow.show {
    display: block;
}

@media (max-width: 1000px) {
    .gallery .image {
        width: calc(100% / 3);
    }
}

@media (max-width: 800px) {
    .gallery .image {
        width: calc(100% / 2);
    }
}

@media (max-width: 700px) {
    .gallery-container nav .items {
        max-width: 600px;
    }
    nav .items span {
        padding: 7px 15px;
    }
}

@media (max-width: 600px) {
    .gallery-container {
        margin: 30px auto;
    }
    .gallery-container nav .items {
        flex-wrap: wrap;
        justify-content: center;
    }
    nav .items span {
        margin: 5px;
    }
    .gallery .image {
        width: 100%;
    }
}


/* sWIPER */


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Marquee New Tag css */

marquee {
    background-color: #cbd7ff;
    padding: 7px;
}

marquee ul li {
    display: flex;
}

.text-style {
    display: block !important;
}

.containers {
    font-family: sans-serif;
}

.text-style {
    color: #fff;
    /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background-image: linear-gradient(135deg, #f70015 0%, #e00e23 100%);
    padding: 2px 5px;
    display: inline-block;
    /* font-size: 12px; */
    font-size: 12px;
    border-radius: 2px;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.modal {
    z-index: 0 !important;
}

.modal-backdrop {
    z-index: -1 !important;
}

.modal-dialog {
    z-index: 999999 !important;
}


/* antiragging */

.box {
    min-height: 200px;
    background-color: #ffffff;
    align-items: center;
    font-size: 20px;
    transition: background 0.3s ease;
    padding: 14px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    box-shadow: 0 0 9px rgb(127 127 127 / 20%);
}

.box:hover {
    background-color: red;
    color: white;
    box-shadow: 0 0 0 transparent;
}

.box a:hover {
    background: darkred;
}

.box:hover a {
    color: #fff;
    transition: .5s all;
}

.box a:hover {
    color: #fff;
    padding-left: 4px;
    transition: .5s all;
    background-color: transparent !important;
}


/* Container with two columns atal-bihari-vajpayee-international-covention-centre */

.container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Center the containers vertically */
    width: 100%;
    height: 400px;
    position: relative;
    /* background-color: #f0f0f0; */
    overflow: hidden;
    /* Prevent the moving container from overflowing the parent */
    margin-top: 40px;
}


/* First Column */

.first-column {
    flex: 1;
    text-align: center;
}

.still-container {
    position: relative;
    padding-left: 40px;
    /* Space for the icon */
    width: 250px;
    height: 250px;
    color: white;
    text-align: center;
    line-height: 100px;
    z-index: 2;
    /* Ensure this is in front */
}


/* Header Logo */


/* .right-logo {
    padding-top: 20px;
} */


/* New changes 09092025 */

.other-links ul {
    margin: 0;
    padding: 0 !important;
}