<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=Maven+Pro:wght@400..900&amp;display=swap');

:root {
    --font-family: "Maven Pro", sans-serif;
    --orange: #E04622;
    --black: #000;
    --white: #fff;
  }
  body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--font-family);
  }
  a {
    text-decoration: none;
    color: var(--black);
  }
  a:hover{
    text-decoration: none;
  }
  ul {
    padding-inline-start: 10px;
    margin-bottom: 0px;
  }
  p {
    margin-bottom: 0px;
  }
  img{
    width:100%;
    height:auto;
  }
h6{
    margin: 13px 0px;
}
/* ==============================================
### header section 
================================================= */
.riet__top-strip-full-width-contact-details{
    width: 100%;
    background-image: linear-gradient(to right , #F9F9F9 50%, #E04622 50%);
    height: 40px;
    display: flex;
    align-items: center;
}
.riet_top-strip-contact ul{
    display: flex;
}
.riet_top-strip-contact ul li{
    list-style: none;
}
.riet_top-strip-contact ul li a img{
    width: 20px;
    margin-right: 6px;
}
.riet_top-strip-contact ul li a{
    font-size: 14px;
    color: #6C6C6C;
    line-height: 17px;
    font-weight: 500;
}
.riet_top-strip-contact ul li:first-child::after{
    content: '';
    margin-right: 15px;
    display: inline-block;
    height: 20px;
    width: 1px;
    background-color: #6C6C6C;
    vertical-align: middle;
    margin-left: 11px;
}
.riet_top-strip-naac-sec{
    background-color: var(--white);
    text-align: center;
}
.riet_top-strip-naac-sec p{
    font-size: 19px;
    font-weight: 600;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
}
.riet_top-strip-naac-sec p span{
    font-size: 32px;
    font-weight: 900;
    margin-left: 13px;
}
.riet_top-strip-code-sec{
    text-align: right;
}
.riet_top-strip-code-sec p{
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: end;
}
.riet_top-strip-code-sec p span{
    font-size: 34px;
    font-weight: 900;
    margin-left: 13px;
}
/* ========= logo section =============== */
.riet__logo-sec-main{
    background-color: var(--white);
}
.fixed-nav .riet-logo img {
    width: 150px !important;
}
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 31px 44px -29px #717171d4;
}
.riet__logo-sec-main .riet-logo img{
    width: 250px;
}
.riet_lg-nav-menu .navbar-nav{
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.riet_lg-nav-menu .navbar-nav .nav-item .nav-link,
.dropdown-submenu li a
{
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #1C1C1C;
    text-transform: uppercase;
}
li.nav-item.dropdown .dropdown-menu {
    border-top: 3px solid var(--orange);
}
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-submenu li:hover
 {
    background-color: var(--orange) !important;
    color: var(--white) !important;
    text-decoration: none;
}
.riet_lg-nav-menu .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: var(--orange);
}
/* ==== mbl devices menun ===== */
.navbar-open-btn{
    background-color: var(--orange);
    border-radius: 50%;
    height: 55px;
    width: 50px;
}
.navbar-open-btn:hover{
    opacity: 0.8;
    border: 1px solid var(--orange);
}
button.btn-close {
    border: 2px solid var(--orange);
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.nested-dropdown {
    position: relative;
}
.nested-dropdown .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    background-color: var(--white);
    list-style: none;
    width: 150px;
    border-radius: 7px;
    border-left: 3px solid var(--orange);
    padding-inline-start: 0px;
}
.dropdown-submenu li{
    padding: 7px 12px;
}
.dropdown-submenu li:hover a{
    color: var(--white);
    text-decoration: none;
}
.nested-dropdown:hover &gt; .dropdown-submenu {
    display: block;
}
/*.offcanvas-body ul{
    list-style: none;
    padding-inline-start: 20px;
}
.offcanvas-body ul li{
    margin-bottom: 10px;
}
.offcanvas-body ul li a{
    font-size: 16px;
    color: var(--orange);
    font-weight: 500;
    text-transform: uppercase;
}
.offcanvas-body ul li:hover a{
    opacity: 0.8;
    color: black;
}
*/
/* ------------------------------------------- */
/* ############ home page #################### */
/* -------------------------------------------- */
/* admission section */
.riet__admissions-form-sec{
    background-image: radial-gradient(52.92% 82.66% at 27.08% 102.75%, rgba(172, 21, 0, 0.92) 0%, rgba(2, 21, 28, 0.92) 63.5%) ,url(../assets/images/home-page/admission-sec/admissions-open-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.riet-admission-form-heading .admission{
    width: 200px;
}
.riet-admission-form-heading .admission-heading h1{
    font-size: 54px;
    color: var(--orange);
    font-weight: 800;
    line-height: 64px;
}
.riet-admission-form-heading .admission-heading h1 span{
    color: var(--white);
}
.riet-admission-form-heading .admission-heading p{
    font-size:30px;
    line-height: 36px;
    font-weight: 400;
    color: var(--white);
}
.riet-admission-form-heading .rocket{
    width: 240px;
    height: 300px;
}
.admissions-form-sec p{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: var(--white);
    text-align: center;
}
.admissions-form-sec form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.form-control,
select 
{
    border-radius: 0px;
    height: 55px;
    padding: 0px 15px;
}
textarea{
    height: 75px;
    padding: 10px 15px 0px 15px;
}
.form-control,
select,
textarea{
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #7878788A;
}
.form-submit-btn{
    background: var(--orange);
    color: var(--white);
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
    height: 75px;
}
/* who we are section */
.riet__who-we-are-sec{
    background-image: url(../assets/images/home-page/who-we-are/who-we-are-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.riet-who-are-we-content-sec h2{
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
    color: var(--orange);
}
.riet-who-are-we-content-sec p{
    font-size: 30px;
    font-weight: 400;
    color: #303030;
    line-height: 36px;
}
.riet-who-are-we-content-sec h3{
    background-image: linear-gradient(to right, #008F45, #472B99, #BA0F67, #E04622);
    -webkit-background-clip: text; 
    color: transparent;
    font-size: 36px;
    font-weight: 800;
    line-height: 43px;
    margin-top: 30px;
}
.riet-who-are-we-content-sec .who-we-are-para{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #545454;
}
.riet-who-are-we-content-sec .who-we-are-para a{
    color: var(--orange);
}
.riet-who-are-we-content-sec .who-we-are-para a::after{
    content:'-&gt;';
    display: inline-block;
    color: var(--orange);
    margin-left: 10px;
}
.riet_who-we-are-left-logos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.riet_who-we-are-left-logos .who-we-are-imgs img{
    width: 310px;
}
.riet_who-we-are-left-logos .who-we-are-imgs:not(:last-child) img{
    border-bottom: 2px solid #BABABA;
    padding-bottom: 20px;
}

/* ------------------------------------------- */
/* ############  academic excellence section ############# */
/* ------------------------------------------------ */
.riet__academic-excellence{
    background-color: var(--orange);
}
.riet__academic-excellence h2{
    text-align: center;
}
.riet-main-heading-all-sec h2{
    color: var(--white);
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
}
.academics-counter-card{
    text-align: center;
}
.academics-counter-card img{
    width: 115px;
    height: 100px;
}
.academics-counter-card h3{
    font-size: 62px;
    font-weight: 700;
    line-height: 73px;
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 2px;
}
.academics-counter-card p{
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
    margin-top: 0px;
}
/* ---------------------------------- */
/* ########### events &amp; news ############ */
/* ---------------------------------- */
.riet__events-news-main{
    background-image: radial-gradient(43.54% 165.18% at 98.33% 107.37%, rgba(121, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%), url(../assets/images/home-page/events-news/events-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.events-news-inner h2{
    color: var(--orange);
}
.events-news-inner h2 span{
    color: var(--white);
}
.events-cards-sec-card {
    display: none;
}
.active {
    display: block;
}
.events-cards-sec img{
    width: 100%;
}
.events-cards-sec .events-card-text {
    background-color: var(--white);
    padding: 20px 20px 28px;
}
.events-cards-sec .events-card-text h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #414141;
    margin-bottom: 0px;
}
.events-cards-sec .events-card-text .events-time {
    display: flex;
    gap: 7px;
}
.events-cards-sec .events-card-text .events-time img{
    width: 15px;
}
.events-cards-sec .events-card-text .events-time h6,
.events-cards-sec .events-card-text p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--orange);
}
.events-cards-sec .events-card-text p{
    color: #7B7B7B;
    margin: 20px 0px;
}
.events-cards-sec .events-card-text a{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: var(--white);
    padding: 10px 15px;
    background-color: var(--orange);
}
.events-new-btn-sec .events-img-btn{
    display: flex;
    gap: 12px;
    align-items: center;
    background-color: var(--orange);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
}
.events-new-btn-sec button img{
    width: 25px;
}
.events-new-btn-sec .events-btn-next button{
    font-size: 34px;
    font-weight: 500;
    line-height: 24px;
    color: var(--orange);
    margin-right: 15px;
    margin-top: 25px;
    text-align: center;
    border: none;
    background: transparent;
}
.events-new-btn-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.events-new-btn-sec .events-btn-next img{
   width: 30px;
   margin-left: 20px;
   /* margin-top: 25px; */
}
/* -------------------------------------------- */
/* ##############  picture gallery ############# */
/* ----------------------------------------------- */
.picture-gallery-inner h2{
    color: var(--orange);
}
.picture-gallery-inner h2 span{
    color: var(--black);
}
.riet-main-heading-all-sec p{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #737373;
}
.picture-gallery-inner-main p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #737373;
    margin-top: 20px;
}
/* ---------------------------------------------- */
/* ########### student testimonal #################### */
/* ---------------------------------------------- */
.riet__student-testimonals-sec{
    background-image: linear-gradient(87.2deg, #008F45 -7.4%, #472B99 34.88%, #BA0F67 68.48%, #E04622 99.79%);
    ;
}
.riet_student-testimonal h2{
    color: var(--white);
}
.student-testimonal-txt p{
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 0px;
}
.student-testimonal-txt p:nth-child(1){
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.student-testimonal-txt p:nth-child(2){
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.student-testimonal-txt p:nth-child(3),
.student-testimonal-txt .student-testimonal p
{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.student-testimonal-txt .student-testimonal p{
    font-weight: 500;
    margin-bottom: 17px;
}
.student-testimonal-txt .student-testimonal{
    background: #FFFFFF26;
    padding: 30px;
}
/*.student-testimonal-txt{
    background-image: url(../assets/images/home-page/student-testimonal/comment-icon.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 370px;
}*/
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--orange);
}
.owl-dots{
    margin-top: 30px !important;
}
.uk-card-default{
    background-color: unset !important;
}
/* --------------------------------------- */
/* ############ placements section ############### */
/* ------------------------------------------- */
.riet-placements-inner h2{
    background-image: linear-gradient(to right, #008F45, #472B99, #BA0F67, #E04622);
    -webkit-background-clip: text;
    color: transparent;
}
.placements-carousel-card{
    box-shadow: 0px 0px 10px 0px #00000029;
    border: 2px solid #EBEBEB;
    height: 270px;
    padding-top: 20px;
}
.placements-carousel-card .placements-carousel-card-left{
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.placements-carousel-card .placements-carousel-card-left img,
.placements-carousel-card .placemnts-carousel-card-right img
{
    width: 140px;
}
.placements-carousel-card .placements-carousel-card-left h6{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #2C2C2C;
    margin: 0px;
}
.placements-carousel-card .placements-carousel-card-left p{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #6B6B6B;
    margin-top: 0px;
}
.placements-carousel-card-left{
    border-right: 2px solid #EBEBEB;
}
.placemnts-carousel-card-right button{
    background: var(--orange);
    border: none;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    width:125px;
    margin-top: 25px;
}
.placemnts-carousel-card-right{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.placemnts-carousel-card-right p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #6B6B6B;
}
.placemnts-carousel-card-right p::before{
    content:'';
    width: 10px;
    height: 10px;
    background-color: var(--orange);
    display: inline-block;
    border-radius: 20px;
    margin-right: 10px;
}
.companies-list img{
    width: 220px !important;
}
*+.uk-margin {
    margin-top: 40px !important;
}
.uk-dotnav&gt;.uk-active&gt;*{
    background-color: var(--orange);
}
.uk-dotnav&gt;*&gt;*{
    background-color: #545454;
}
/* ------------------------------------------- */
/* ############ anti ragging ############### */
/* ------------------------------------------- */
.riet__anti-ragging-sec{
    background: #2A3434;
}
.riet-anti-ragging-img{
    background-image: url(../assets/images/home-page/anti-ragging/Vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    background-position: center;
}
.riet-anti-ragging-img h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: var(--white);
    text-align: center;
}
.riet-anti-ragging-text h4{
    font-size: 28px;
    font-weight: 600;
    color: var(--white);
    line-height: 35px;
    width: 285px;
    margin-bottom: 0px;
}
.riet-anti-ragging-text p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
    opacity: 0.7;
    margin-top: 20px;
}
.riet-anti-ragging-text img{
    width: 18px;
}



/* ------------------------------------------- */
/* ############ footer section ############### */
/* ------------------------------------------- */
.riet__footer-main-sec .riet_footer-top-sec{
    background-color: var(--orange);
}
.riet_footer-details-sec .footer-setails-heading{
    display: flex;
    gap: 15px;
}
.riet_footer-details-sec .footer-setails-heading h3{
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
    line-height: 31px;
    margin: 10px 0px;
}
.riet_footer-details-sec .footer-setails-heading img{
    width: 17px;
}
.riet_footer-details-sec ul{
    margin-top: 17px;
    list-style: none;
    padding-inline-start: 0px;
}
.riet_footer-details-sec ul li{
    margin-bottom: 12px;
}
.riet_footer-details-sec ul li p,
.riet_footer-details-sec ul li a
{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--white);
    opacity: 0.84;
}
.riet_footer-copy-write-sec{
    background-color: #CA3310;
}
.riet_footer-copy-write-sec img{
    width: 350px;
}
.riet-footer-copywrite-card img{
    width: 100px;
}
.riet-footer-copywrite-card h5{
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 0px;
}
.riet-footer-copywrite-card ul{
    list-style: none;
    display: flex;
    gap: 10px;
}
.riet-footer-copywrite-card ul li a,
.riet-footer-copywrite-card p,
.riet-footer-copywrite-card a
{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    line-height: 19px;
    opacity: 0.6;
    margin-top: 5px;
}
.riet-footer-copywrite-card ul li:first-child::after{
    content: '|';
    color: var(--white);
    display: inline-block;
    margin-left: 10px;
    opacity: 0.7;
}
.riet-footer-copywrite-card a{
    font-weight: 600;
}


/* ------------------------------------------- */
/* ############ all pages banner section ############### */
/* ------------------------------------------- */
.riet__all-pages-common-banner-sec {
    height: 140px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.riet__all-pages-common-banner-sec h1{
    font-size: 59px;
    font-weight: 700;
    line-height: 72px;
    color: var(--white);
    text-align: center;
}

/* ------------------------------------------------------- */
/* ############ all pages banner section ############### */
/* ------------------------------------------------------ */
.contact-page-banner{
    background-image: radial-gradient(52.92% 82.66% at 27.08% 102.75%, rgba(211, 38, 0, 0.8) 0%, rgba(2, 21, 28, 0.8) 63.5%), url(../assets/images/contact-page/contact-us-banner-page.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.riet__contact-page-main h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: var(--black);
}
.riet_contact-form-details p{
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    color: #6B6B6B;
}
.contact-details-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact-details-form input,
.contact-details-form textarea,
.contact-details-form  .form-submit-btn
{
    background-color: #F4F4F4;
    color: #B3B3B3;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    border: none;
    padding: 10px 30px;
}
.contact-details-form  .form-submit-btn{
    color: var(--white);
    background: var(--orange);
    width: 250px;
    padding: 15px 25px;
}
.contact-details-form textarea{
    height: 130px;
}
.divider{
    border:1px solid #CDCDCD;
    height: 2px;
}
.riet_contact-details img{
    width:20px;
}
.riet_contact-details h5{
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    color: var(--black);
}
.riet_contact-details ul{
    list-style: none;
}
.riet_contact-details ul li p,
.riet_contact-details ul li a{
    font-size: 22px;
    font-weight: 400;
    color: #222222D6;
    line-height: 26px;
}
.riet_contact-details ul li{
    margin-bottom: 12px;
}

/* ------------------------------------------- */
/* ############# acamdeics csc page ################ */
/* ------------------------------------------------ */
.academics-cse-page{
    background: radial-gradient(52.92% 82.66% at 27.08% 102.75%, rgba(211, 38, 0, 0.8) 0%, rgba(2, 21, 28, 0.8) 63.5%), url(../assets/images/academic/cse/csc-banner-image.png) ;
}
.all-depatments-left-side-nav ul li a{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #707070;
    width: 100%;
    display: block;
}
.all-depatments-left-side-nav ul li{
    border-bottom: 1.5px solid #B6B6B6;
    padding: 12px 25px;
    list-style: none;
}
.all-departments-right-size-content h2{
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    color: var(--black);
}
.all-departments-right-size-content ul li p,
.all-departments-right-size-content p
{
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #6B6B6B;
    text-align: justify;
    margin-bottom: 10px;
}
.all-departments-right-size-content .vision-mission{
    width: 100px;
}
.all-departments-right-size-content .img-box{
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.all-departments-right-size-content h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #6B6B6B;
}
.all-depatments-left-side-nav {
    position: sticky;
    top: 115px;
    height: auto !important;

}
.all-depatments-left-side-nav ul li.active {
    background-color: var(--orange);

}
.all-depatments-left-side-nav ul li.active a{
    color: var(--white);
}</pre></body></html>