html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    color: #010101 !important;
    line-height: 1.5 !important;
}

html,
body {
    -webkit-font-smoothing: antialiased !important;
    font-synthesis: none !important;
    text-rendering: optimizeLegibility !important;
    background: #f7f7f7 !important;
}

.btn-custom {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding: 5px 40px !important;
    overflow: hidden;
    z-index: 1 !important;
    border: none;
    background-color: #ca0808 !important;
    color: #fff !important;
    font-weight: 760 !important;
    text-decoration: none !important;
    cursor: pointer;
    line-height: 40px !important;
    min-width: 220px;
    text-transform: uppercase;
}

.btn--animated::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2B90D !important;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    z-index: -1 !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.underline2 {
    padding: 2px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #cf0f0f !important;
}

.mbanner {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-size: cover;
    padding: 0px;
}

.w-100 {
    width: 100% !important;
    height: 100% !important;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.header-active {
    /* background-color:greenyellow !important; */
    /* box-shadow: 5px 0 5px rgba(0,0,0,0.5); */
    background-color: #fff !important;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

/* form popup window */

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 400px !important;
    margin: 30px auto;
    max-width: 100%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute !important;
    right: 35px !important;
    top: 0px !important;
    cursor: pointer !important;
    z-index: 9999 !important;
}

/* .close-btn .fa{
	  font-size: 30px !important;
	color: #971e1e !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
	padding: 10px !important;
	
	border-radius: 50% !important;
	  
	} */

.close-btn::after {
    content: "\00D7";
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    background-color: #c92626 !important;
    color: #fff !important;
    font-size: 20px;
    position: absolute;
    /* width: 30px !important;
  height: 30px !important; */
    /* border-radius: 50% !important; */
    padding: 10px;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
    .custom-model-wrap {
        width: 90% !important;
        margin: auto !important;
        height: auto !important;
    }
    .close-btn {
        right: 55px !important;
    }
    /* h1::before, h2::before,h3::before{
	  background: transparent !important;
	
	} */
}

/************** accordinos ***********/

.accordion {
    width: 100% !important;
    /* max-width: 1000px; */
    /* margin: 2rem auto; */
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
}

.accordion-item .active {
    border-radius: 0 !important;
    border-bottom: 1px solid #da1010;
    background: none !important;
    color: #cf1313 !important;
    font-weight: 600 !important;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    /* border-top: 1px solid; */
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/* top to bottom button */

#top-button {
    text-decoration: none !important;
    display: inline-block;
    /* background-color: #49b5e7; */
    background: linear-gradient(to left, #5f2d2d, #ac0000);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px !important;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top-button::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}

#top-button:hover {
    cursor: pointer;
    background-color: #333;
}

#top-button:active {
    background-color: #555;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

/* screen width increased  */

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }
}

@media (min-width: 1400px) {
    .c-colum {
        max-width: 1400px !important;
    }
}

/* scrolling ranking icon bottom of the banner  */

.accreditation {
    margin-top: -90px !important;
    z-index: 99 !important;
    position: sticky !important;
}

@media (max-width:791.5px) {
    .accreditation {
        margin-top: 0 !important;
        background: #d7d6cc !important;
    }
}

.accreditation.slick-slide {
    margin: 0 0 !important;
}

.img-center {
    width: 100% !important;
    height: 100% !important;
    align-items: center;
    align-content: center !important;
    text-align: center !important;
}

.img-center img {
    width: 100% !important;
}

/* top menu display while scrolling screen  */

.top-menu {
    width: 100% !important;
    height: auto !important;
    text-align: center;
    display: none !important;
}

.top-menu-active {
    display: block !important;
    position: fixed;
    top: 90px !important;
    z-index: 999 !important;
    background: rgba(225, 8, 8, 1) !important;
    /* background: rgb(215, 18, 18) !important; */
    width: 100% !important;
    height: auto !important;
    padding: 20px 10px !important;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.5) !important;
    border-radius: 0 0 20px 20px;
}

@media (max-width:791.5px) {
    .top-menu {
        display: none !important;
    }
    .top-menu-active {
        display: none !important;
    }
    .ranking-icon-hide {
        display: none !important;
    }
}

.top-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.top-menu ul li {
    list-style: none !important;
}

.top-menu ul li a {
    padding: 5px 10px !important;
    color: #fff !important;
}

.top-menu ul li:not(:last-child) {
    border-right: 1px solid #ceb4b7 !important;
}

/* why study at klu  */

.why-klu {
    width: 100% !important;
    height: auto !important;
    /* background: url('../images/kl-edges.jpg') no-repeat; */
    background: url('https://rrcp.edu.in/wp-content/themes/rrcp/images/about.png') no-repeat;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-size: 35% 100% !important;
    background-size: cover;
    background-color: #fff !important;
    background-attachment: fixed;
}

@media (max-width:791.5px) {
    .why-klu {
        width: 100% !important;
        background-size: 100% !important;
        background: none !important;
        background-attachment: none !important;
    }
}

.why-klu-inner {
    padding: 40px 0px !important;
}

.why-klu-inner ul li {
    list-style: square;
}

.why-klu-inner ul li::marker {
    color: #b40808 !important;
}

.why-klu-inner ul li {
    line-height: 30px !important;
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}

/* students and alumin testimonial's */

.vide-card {
    width: 100% !important;
    height: auto !important;
}

.s-testimonial {
    padding: 70px 0 !important;
    background: #272525 !important;
    position: relative !important;
}

.s-testimonial h1 {
    color: #fff !important;
    text-align: center;
    margin-bottom: 10px !important;
}

.play-icon {
    position: absolute !important;
    /* width: 100%;
	height: auto; */
    top: 60% !important;
    left: 50% !important;
    opacity: 1 !important;
    z-index: 99 !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 9999px;
    background-color: rgb(255, 5, 5) !important;
    -webkit-animation: shadow-pulse1 1.5s infinite;
    animation: shadow-pulse1 1.5s infinite;
}

.play-icon img {
    width: 55px !important;
    height: 55px !important;
}

.s-testimonial .carousel-item a .play-icon {
    text-align: center;
}

.s-testimonial h1 {
    /* color: #fff !important; */
    margin-bottom: 20px !important;
}

.s-testimonial .swiper-button-next,
.swiper-button-prev {
    color: #d50b15 !important;
}

/* floating action icons */

#f-icons {
    right: 25px;
    bottom: 15% !important;
    position: fixed;
    z-index: 9999;
}

.f-icons-inner {
    padding: 10px !important;
}

.f-icons-inner a {
    display: block !important;
    position: relative;
}

#f-icons .f-icons-inner a {
    text-decoration: none !important;
    color: #000 !important;
}

#f-icons .f-icons-inner a i {
    background-color: #129bf4;
    color: #fff;
    line-height: 40px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    border-radius: 100%;
}

#f-icons .f-icons-inner a span {
    padding-left: 10px !important;
}

.f-icons-inner a {
    display: none !important;
}

.f-icons-inner .active {
    display: block !important;
    padding: 10px !important;
}

.open-icon i {
    background-color: #c51010;
    color: #fff;
    line-height: 45px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    text-transform: capitalize !important;
}

.open-icon i.fa-comments {
    -webkit-animation: shadow-pulse 1.5s infinite;
    animation: shadow-pulse 1.5s infinite;
}

.open-icon {
    color: #000 !important;
}

.open-icon i.fa-times {
    display: none;
    top: -40px !important;
    right: 15% !important;
    position: absolute !important;
    /* background: transparent !important; */
    /* color:#129bf4 !important; */
}

#f-icons .f-icons-inner a.email i {
    background-color: #b92b27;
}

#f-icons .f-icons-inner a.instagram i {
    background-color: #e4405f;
}

#f-icons .f-icons-inner a.messenger i {
    background-color: #0084ff;
}

#f-icons .f-icons-inner a.whatsapp i {
    background-color: #25d366;
}

#f-icons .f-icons-inner a.call i {
    background-color: #ff6600;
}

.open-icon i span {
    font-size: 10px !important;
    text-transform: lowercase !important;
    bottom: -35px !important;
    right: -100px !important;
    position: absolute;
    width: 250px !important;
    margin: auto !important;
    color: #000 !important;
}

.p-text {
    text-align: center !important;
    color: #0084ff !important;
    width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
    border-bottom: 1px solid rgb(236, 224, 231);
}

.f-inner {
    background: #fff !important;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px !important;
}

/* exams dates and important dates */

.date-card {
    width: 32% !important;
    height: auto !important;
    padding: 20px 0 !important;
    /* margin: 2px !important; */
    text-align: center !important;
    /* border-radius: 20px !important; */
}

@media (max-width:791.5px) {
    .date-card {
        width: 98% !important;
        height: auto !important;
    }
    .p-0 {
        padding: 10px !important;
        margin: 10px !important;
    }
    .exams-img {
        display: none !important
    }
}

.p1 {
    background: #b8d8db;
}

.p2 {
    background: #dfc75d;
}

.p3 {
    background: #cacdd0;
}

.date-card h5 {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #a87c7c;
    display: inline-block;
    color: #b40a26 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.date-card p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #081c86 !important;
}

.date-card p span {
    color: #111 !important;
}

.date-info {
    color: #333 !important;
    text-align: center;
}

.date-info p {
    font-size: 16px !important;
}

.date-info a {
    color: #d9a304;
}

/* .exams-img img {
	border-radius: 20px !important;
} */

.exams-details .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 100% !important;
}
.form-control {
    background-color: #fff !important;
    height: 37px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    border-color: #f0f0f0;
    font-size: 16px;
    color: #000 !important;
    padding-left: 10px;
}

.select-arrow-cust {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    padding-right: 24px;
    position: relative;
}
.widget_container {
    padding: 15px 20px;
    background-color: #ffffff;
}
.state{
   display: flex;
   gap: 13px;
}
input::placeholder, select::placeholder, textarea::placeholder, select {
    color: black !important;
    font-size: 15px;
    font-family: 'Lora', serif !important;
}
#registerBtn {
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    height: 42px;
    background-color: #a3161a;
    border: none;
}
.agree-condition {
    color: #000000;
    font-size: 13px;
}
.form-group {
    margin-bottom: .5rem;
}
.logostyle + p {
    display: inline-block;
    font-family: texgyreadventorbold;
    font-size: 32px !important;
    color: rgb(35, 35, 35);
    line-height: 20px;
    margin-left: 10px;
    font-weight: 700 !important;
}
.logostyle + p span {
    font-size: 18px;
}
.logostyle + p span.affilated {
    font-size: 10px;
    margin-top: -2px;
    float: left;
}
.department{
margin: 5px !important;
padding: 20px 5px !important;
box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
height: auto !important;
background-color: #fff;
text-align: center;
border-radius: 5px !important;
position: relative;
z-index: 1 !important;
}
html, body{
    scroll-margin-top: 90px;
}
.department img{
    width: 65px;
    margin-bottom: 15px;
    padding: 8px;
    border: 2px solid #910202;
    border-radius: 8px;
}
#owl-carousel-testmonial .item p{
    color:white;
    text-align: center;
}
#owl-carousel-testmonial .item span{
    color:white;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    margin: auto;
}
@media (max-width:791.5px) {
    .exams-details .tabs {
        flex-direction: column !important;
        width: 100% !important;
    }
}