<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&amp;display=swap');
* {
    margin: 0;
    padding: 0;
}

html,body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
}

.top-navbar {
    background-color: rgb(60, 0, 20);
    text-align: center;
    padding: 3px;
    display: none;
}

.top-navbar .top-contact-details {
   
    color: white;
    text-decoration: none;
}

.top-navbar .top-contact-details i {
    margin-right: 5px;
}
.nav-logo{
    width: 250px !important;
}
.navbar-brand img {
    width: 250px !important;
}

.fifteen-years {
    width: 10rem; height: auto;
}
.logo-header{
      width: 11rem !important; height: auto;
}
.contact-details {
    text-decoration: none !important;
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.contact-details:hover {
    color: rgb(152, 1, 46);
}

.contact-details i {
    color: rgb(152, 1, 46);
    margin-right: 5px;
}

.hero {
    background-image: url("../images/slider/slider-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(152, 1, 46, 0.759);
    z-index: 1;
}

.overlay-content {
    color: #fff;
    text-align: left;
    margin-top: 5%;
}

.overlay-form {
    padding: 0 40px !important;
}

.registration-form {
    background-color: rgb(238, 217, 221);
}



.registration-form h4 {
    color: rgb(152, 1, 46);
    text-align: center;
    padding-bottom: 7%;
}

.optgroup-label {
    font-weight: bold;
    background-color: rgb(152, 1, 46);
    ;
    /* Add more styling as needed */
}

.registration-form input::placeholder,
.registration-form select::placeholder {
    color: rgb(152, 1, 46);
}

.registration-form select.form-control option {
    color: rgb(152, 1, 46);
}


/* Add hover effect to options */

.registration-form select.form-control option:hover {
    background-color: rgb(152, 1, 46) !important;
    color: white;
}

.btn {
    background-color: rgb(152, 1, 46) !important;
    color: white !important;
}



.overlay-content h1 {
    font-weight: 800;
}

.overlay-content h4 {
    color: rgb(255, 200, 87);
    font-weight: 700;
}

.overlay-content .courses {
    border: 1px solid white;
    padding: 15px 15px 7px 15px;
}

.details {
    border-left: 3px solid rgb(255, 200, 87);
}

.about-container h2 {
    text-align: center;
    color: rgb(152, 1, 46);
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about img {
    width: 160px;
}

.socials i {
    font-size: 35px;
    padding: 10px;
    color: white;
}

.about-shivalik {
    background-color: rgb(240, 240, 240);
}



.accordion h2 {
    text-align: center;
    color: rgb(152, 1, 46);
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.3rem;
    font-weight: 600;
    border: 1px solid #e5e5e5;
    background-color: white;
    margin-bottom: 5px;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: rgb(152, 1, 46);
}

.accordion a:hover::after {
    border: 1px solid rgb(152, 1, 46);
}

.accordion a.active {
    color: rgb(152, 1, 46);
    border-bottom: 2px solid rgb(152, 1, 46);
}

.accordion a::after {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: rgb(152, 1, 46);
    padding: 3px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgb(152, 1, 46);
    text-align: center;
}

.accordion a.active::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f070';
    color: rgb(152, 1, 46);
    border: 1px solid rgb(152, 1, 46);
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
    background-color: white;
    margin-bottom: 10px;
}

.accordion .content p {
    font-weight: 400;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.affiliation {
    background-color: rgb(152, 1, 46);
}

.affiliation h2 {
    text-align: center;
    color: white;
}

.affiliation ul li {
    color: white;
}

.affiliation ul ul {
    margin-left: 5px;
    list-style: none;
}

.affiliation ul .main-list {
    font-weight: 600;
}

.recruiters h2 {
    text-align: center;
    color: rgb(152, 1, 46);
}

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



.footer {
    background-color: rgb(60, 0, 18);
}

.footer h5 {
    color: white;
}

.footer ul li {
    color: rgb(175, 175, 175);
}

.footer ul li a {
    text-decoration: none;
    color: white;
}

.footer p {
    color: white;
}

.footer-bottom {
    background-color: rgb(152, 1, 46);
    margin-bottom: -16px;
}

.footer-bottom p {
    color: white;
    padding: 3px;
}

.footer-logo {
    width:290px ;
}
.footer-two{
     width:300px !important;
}
.footer-fifteen {
    border-left: 3px solid rgb(255, 200, 87);
}

.footer-fifteen-years {
   width: 7rem; height: auto;
}


.counter {
    font-size: 30px;
    font-weight: 700;
    color: rgb(152, 1, 46);
    text-align: center;
    animation: count 2s infinite alternate;
  }

  @keyframes count {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
#scrollBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(255, 200, 87);
    color: #98022e;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}

#scrollBtn:hover {
    color: white;
    background-color: rgb(152, 1, 46);
}


@media (max-width: 767px) {
    .overlay-content {
        color: #fff;
        text-align: left;
        margin-top: 15%;
        width: 100% !important;
    }
    .navbar-brand img {
        width: 190px !important;
    }
    .overlay-form {
        padding: 0 10px !important;
    }
     .fifteen-years {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .contact-details {
        display: none !important;
    }
    .top-navbar {
        display: block;
    }
}

@media (max-width: 600px) {
    .fifteen-years {
       width: 5rem; height: auto;
    }
    .overlay-content .details h1 {
        font-size: 30px !important;
    }
    .overlay-content {
        margin-top: 8%;
    }
    .overlay-content h1 {
        font-size: 30px;
    }
    .overlay-content h4 {
        font-size: 15px;
    }
    .overlay-content .courses {
        padding: 8px 15px 0px 15px;
    }
    p {
        font-size: 15px !important;
    }
    .top-navbar a {
        font-size: 10px !important;
    }
    .accordion a {
        font-size: 0.9rem;
    }
    h2 {
        font-size: 29px !important;
    }
    .affiliation ul ul {
        font-size: 13px;
    }
    .affiliation ul .main-list {
        font-size: 15px;
    }
    .footer h5 {
        font-size: 15px;
    }
    .footer ul li {
        font-size: 11px;
    }
    .footer ul li a {
        font-size: 11px;
    }
    .footer p {
        font-size: 11px !important;
    }
    .footer-bottom p {
        font-size: 11px !important;
    }
    .footer-logo {
        width: 150px;
    }
    .footer-fifteen-years {
        width: 5rem; height: auto;
    }
}

@media (max-width: 391px) {
    .fifteen-years {
       width: 5rem; height: auto;
    }
    .navbar-brand img {
        width: 140px !important;
    }
    .btn {
        font-size: 12px !important;
    }
}

@media (max-width: 320px) {
    .fifteen-years {
       width: 5rem; height: auto;
    }
    .navbar-brand img {
        width: 140px !important;
    }
    .btn {
        font-size: 8px !important;
    }
}</pre></body></html>