/*==============fonts area ==============*/

@font-face {
    font-family: 'Metropolis-Black';
    src: url('../fonts/Metropolis-Black.woff2') format('woff2'), url('../fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis', sans-serif;
    src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'), url('../fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'), url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis-Light.woff2') format('woff2'), url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis', sans-serif;
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'), url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'), url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Thin';
    src: url('../fonts/Metropolis-Thin.woff2') format('woff2'), url('../fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'), url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*==============end fonts area ==============*/

body {
    font-family: 'Metropolis', sans-serif;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

button:focus,
button:a {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.cmn-btn {
    background: #ac2044;
    color: #fff;
    font-family: 'Metropolis', sans-serif;
    padding: 12px 58px 12px;
    display: inline-block;
    border-radius: 0px;
    font-size: 16px;
}

.cmn-btn:hover {
    color: #fff;
}

.heading h2 {
    color: #273b82;
    font-size: 40px;
    font-family: "DM Sans", serif;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 700;
}

.heading p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: Metropolis-Medium;
}

.heading hr {
    width: 80px;
    opacity: 1;
    color: #71569d;
    margin: 17px 0px;
}

/*======== header area =========*/

.header-area {
    background-color: #273b82;
    padding: 9px 0px;
    position: relative;
    overflow: hidden;
}

.header-area.fixed {
    position: fixed;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    z-index: 999;
    top: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.header-pos {
    position: absolute;
    top: 0;
    right: 0;
}

.header-inner .row {
    align-items: center;
}

.header-contact ul li a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    color: #273b82;
    border-radius: 100px;
    font-size: 13px;
    margin-right: 10px;
}

.header-contact ul li {
    display: inline-block;
    color: #fff;
    font-family: Metropolis-Medium;
    padding-right: 10px;
}

.header-contact ul li a {
    color: #fff;
    font-family: Metropolis-Medium;
}

.admissions-date p {
    color: #fff;
    font-size: 23px;
    margin-bottom: 0px;
    text-align: right;
    font-family: 'Metropolis', sans-serif;
}

.admissions-date p span {
    font-family: 'Metropolis', sans-serif;
}

.admissions-date {
    position: relative;
    z-index: 99;
}

/*======== end header area =========*/

/*========== home banner area ========*/

.home-banner-area {
    padding: 50px 0px 60px;
    /* background-image: url(../images/hospitality_main_banner.jpg); */
    background-image: url(https://www.rrcn.org/rrcn/wp-content/uploads/2023/07/Banner16.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: 50%;
}

.banner-logo {
    margin-bottom: 40px;
}

.banner-logo img {
    width: 480px;
}

.heading-span {
    color: #fff;
    font-family: 'Metropolis', sans-serif;
    display: block;
    margin-bottom: 6px;
}

.home-banner-area .banner-lft-cnt h1 {
    font-size: 78px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "DM Sans", serif;
    font-weight: 800;
    background-color: #273b82;
    display: inline-block;
    padding: 5px 55px 5px 15px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.home-banner-area .banner-lft-cnt h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 31px;
}

.home-banner-area .banner-lft-cnt h2 span {
    font-family: "DM Sans", serif;
    font-weight: 800;
    background-color: #ac2044;
    padding: 5px 35px 5px 15px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: inline-block;
}

.slide-btn a {
    margin-right: 0px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 27px;
}

.banner-lft-cnt p {
    font-family: 'Metropolis', sans-serif;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 22px;
}

.banner-vet {
    position: absolute;
    left: 38%;
    bottom: 0px;
}

.banner-vet img {
    width: 320px;
}

/*.home-banner-area .row {
    align-items: center;
}*/

.banner-lft-cnt .slide-btn {
    margin-top: 30px;
}

.book-appointment-out {
    position: relative;
}

.book-appointment {
    border-radius: 20px;
    padding: 22px 33px;
    height: 100%;
    position: relative;
    z-index: 99;
    background: #fff;
}

.book-appointment h2 {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "DM Sans", serif;
    font-weight: 700;
}

.book-appointment .service-form .input-group {
    margin-bottom: 15px;
    position: relative;
}

.book-appointment .service-form .input-group .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #5AB6E3;
    font-size: 18px;
    position: absolute;
    z-index: 99;
    left: 6px;
    top: 5px;
    padding: 8px;
}

.book-appointment .service-form .input-group .input-group-text i {
    color: #5e3263;
}

.book-appointment .service-form .input-group .form-control {
    padding: 9px 11px;
    font-size: 14px;
    padding-left: 11px;
    color: #000;
    border-radius: 11px !important;
    border: solid 1px #cdcfd1;
    background-color: #fff;
    font-family: Metropolis-Medium;
}

.book-appointment .service-form .input-group .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.book-appointment .service-form .input-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.book-appointment .service-form .input-group .form-control::placeholder {
    color: #000;
}

.form-sbmt-btn {
    margin-bottom: 22px;
}

.form-sbmt-btn .cmn-btn {
    border: none;
    padding: 12px 58px 12px;
}

.form-check .form-check-label {
    color: #000;
    font-size: 14px;
}

.after-smbt-p {
    font-size: 14px;
    color: #000;
}

.book-appointment .service-form .input-group .form-control.error {
    background-image: url(../images/exclamation.png);
    background-size: 13px auto, auto;
    background-repeat: no-repeat, no-repeat;
    background-position: 98% 50%;
}

.book-appointment .captcha-inp .form-control.error {
    background-image: url(../images/exclamation.png);
    background-size: 13px auto, auto;
    background-repeat: no-repeat, no-repeat;
    background-position: 56% 50%;
}

/*g captcha*/

.input_box.captcha-inp {
    position: relative;
    margin-bottom: 20px;
}

.captcha-inp span {
    background-color: #66777F;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.captcha-load {
    position: absolute;
    top: 6px;
    right: -50px;
}

.book-appointment .captcha-inp .form-control {
    padding: 9px 85px 9px 11px !important;
    font-size: 14px;
    padding-left: 44px;
    color: #000;
    border-radius: 13px !important;
    border: solid 1px #cdcfd1;
    background-color: #fff;
}

.banner-lft-cnt {
    padding-right: 100px;
    position: relative;
}

/*========== end home banner area ========*/

/*========= ranking achievements ========*/

.ranking-bx {
    text-align: center;
    padding: 4px 40px;
    background-image: url(../images/leaf.png);
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.ranking-bx span {
    color: #202020;
}

.rankings-slide {
    padding: 40px 50px 0px;
}

.rankings-achievements {
    padding: 50px 0px;
}

.ranking-bx h2 {
    color: #323232;
    font-family: 'Metropolis', sans-serif;
    font-size: 22px;
}

.ranking-bx p {
    margin-bottom: 0px;
}

.rankings-slide .owl-carousel .owl-nav {
    text-align: center;
}

.rankings-slide .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: -50px;
}

.rankings-slide .owl-carousel .owl-nav button.owl-next {
    position: relative;
    right: -50px;
}

.rankings-slide .owl-carousel .owl-nav button.owl-next,
.rankings-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 22px;
    line-height: 42px;
    color: #000;
}

.rankings-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 11px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    z-index: -1;
}

.rankings-slide .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.rankings-slide .owl-dots .owl-dot.active {
    background: #273b82 !important;
}

/*========= end ranking achievements ========*/

/*========== strong industry ==========*/

.strong-industry .heading h3 {
    font-family: 'Metropolis', sans-serif;
    color: #273b82;
    font-size: 34px;
}

.strong-industry {
    padding: 50px 0px 40px;
}

.row.explore-bx {
    border: solid 2px #dfdfdf;
    padding: 15px 1px;
    margin: 13px 10px;
    align-items: center;
    min-height: 155px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 0px 14px 0px rgb(255 255 255 / 37%);
}

.explore-cnt h3 {
    color: #202020;
    font-family: 'Metropolis', sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.explore-cnt p {
    margin-bottom: 0px;
    font-size: 15px;
}

.explore-icon img {
    width: 56px !important;
    object-fit: contain;
}

.explore-icon {
    text-align: center;
}

.strong-row {
    margin-top: 40px;
}

/*========== end strong industry ==========*/

/*========= vmsiihe advantage ==========*/

.vmsiihe-advantage {
    background-image: url(../images/advantage-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 60px 0px;
}

.advantage-ic {
    text-align: center;
}

.advantage-cnt h2 {
    color: #fff;
    font-family: 'Metropolis', sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
}

.advantage-cnt p {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Metropolis', sans-serif;
    margin-bottom: 0px;
}

.row.adv-row {
    padding-bottom: 30px;
    align-items: center;
}

.advantage-video iframe {
    width: 100%;
    height: 330px;
}

.advantage-video p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}

.advantage-video {
    padding-right: 45px;
    border-right: solid 1px #ffffff7d;
}

/*========= end vmsiihe advantage ==========*/

/*======= International Linkage ========*/

.international-linkage {
    padding: 50px 0px 20px;
}

.international-linkage .heading {
    margin-bottom: 48px;
}

.linkage-bx {
    background-color: #273b82;
    padding: 40px 50px 40px 30px;
    border-radius: 0px 20px 0px 20px;
    min-height: 260px;
}

.linkage-bx h3 {
    color: #fff;
    font-family: 'Metropolis', sans-serif;
    font-size: 20px;
}

.linkage-bx p {
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Metropolis', sans-serif;
    font-size: 15px;
}

.linkage-bx.lft-link {
    margin-right: 90px;
}

.linkage-bx.rgt-link {
    margin-left: 90px;
    border-radius: 20px 0px 20px 0px;
    padding: 40px 30px 40px 50px;
}

.inner-linkege {
    margin-top: 170px;
    position: relative;
}

.Linkage-men {
    position: absolute;
    bottom: -70px;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.linkage-img-bx img {
    width: 140px !important;
    height: 70px !important;
    object-fit: contain;
    margin: 0 auto;
}

.linkage-logo {
    background-color: #fff;
    border: solid 1px #bababa;
    padding: 30px 20px;
    margin-top: 70px;
    border-radius: 20px 20px 0px 0px;
}

/*======= end International Linkage ========*/

/*========= testimonail video ===========*/

.testimonials-video {
    background-image: url(../images/advantage-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 60px 0px;
}

.testimonials-video .heading {
    margin-bottom: 40px;
}

.bytes-image .img_box {
    position: relative;
}

.bytes-image .img_box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.bytes-image .img_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.bytes-image .img_box img {
    height: 276px;
    object-fit: cover;
}

.play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    background: url(../images/youtube.png) no-repeat center;
    background-size: 17%;
}

.bytes-image h6 {
    font-family: 'Metropolis', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 18px;
}

.video-pop .modal-dialog {
    max-width: 700px;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.video-pop .btn-close {
    position: absolute;
    right: -21px;
    filter: invert(1);
    opacity: 1;
    background-color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    top: -10px;
    z-index: 99;
}

.video-pop iframe {
    height: 340px;
    width: 100%;
}

.testi-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.testi-slide .owl-dots .owl-dot.active {
    background: #ac2044 !important;
}

.testi-slide .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #fff;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

/*========= end testimonail video ===========*/

/*============ apply cta bta =========*/

.inner-apply {
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 40px 70px;
    border-radius: 30px;
}

.apply-cta {
    padding: 40px 0px;
}

.applt-cnt h3 {
    color: #fff;
    font-family: 'Metropolis', sans-serif;
    font-size: 32px;
}

.applt-cnt p {
    color: #fff;
    font-family: 'Metropolis', sans-serif;
    margin-bottom: 0px;
}

.apply-btn .cmn-btn {
    background-color: #fff;
    color: #ac2044;
    border-radius: 15px;
    padding: 15px 47px;
    font-size: 24px;
    transition: all 0.5s;
}

.apply-btn .cmn-btn:hover {
    background-color: #273b81;
    color: #fff;
}

.inner-apply .row {
    align-items: anchor-center;
}

.apply-btn {
    text-align: center;
}

/*============= footer ==========*/

.footer-strip {
    background-color: #e7e7e7;
    padding: 15px 0px;
    text-align: center;
    color: #202020;
}

.footer-strip p {
    margin-bottom: 0px;
    color: #202020;
}

/*============= end footer ==========*/

/*============ end apply cta bta =========*/

/* Rohit */

.internship-and-placement {
    padding: 40px 0;
    background-color: #3949ab;
    background-image: url(../images/internship-placement-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.inter-and-plcment-head .heading h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.internship-inner p {
    text-align: justify;
    color: #fff;
}

.inter-inner-right {
    padding: 30px;
    background-color: #ac2044;
    text-align: center;
    border-radius: 20px;
}

.inter-inner-right h2 {
    font-family: 'Metropolis', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 40px;
}

.inter-inner-right p {
    color: #fff;
    margin: 0;
    font-size: 20px;
}

.placement-slider {
    padding: 40px 0 30px 0;
}

.placement-icon .icon {
    text-align: center;
    padding: 30px 35px 0;
}

.placement-icon {
    text-align: center;
    background-color: #fff;
}

.placement-icon .icon img {
    width: 100px;
    height: 32px;
    object-fit: contain;
}

.placement-icon p {
    margin: 0;
    padding-top: 10px;
    color: #273b82;
    font-size: 13px;
    padding-bottom: 10px;
    font-family: 'Metropolis', sans-serif;
}

.place-sec-heading h2 {
    font-family: 'Metropolis', sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 25px;
}

.internship-bx-inner {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}

.internship-icons img {
    width: 100px;
    height: 55px;
    object-fit: contain;
    margin: 16px;
}

.vmsiihe-tab-nav {
    position: relative;
    top: -51px;
}

.vmsiihe-bx {
    display: flex;
    justify-content: center;
}

.vmsiihe-tab-nav .nav-pills .nav-link {
    background-color: #ac2044;
    width: 160px;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    margin: 0 3px;
}

.vmsiihe-tab-nav .nav-pills .nav-link p {
    margin: 0;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-family: 'Metropolis-SemiBold';
}

.vmsiihe-tab-nav .nav-pills .nav-link.active {
    background-color: #273b82;
    color: #fff;
    border-radius: 0;
}

.vmsiihe-tabe img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 25px;
}

/* .vmsiihe-tabe {
    padding: 50px 0;
} */

/* apply btn */

.apply-btn-fix.fixed a {
    background: #ac2044;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: fixed;
    text-align: center;
    padding: 8px 20px;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    right: 0;
    top: 68px;
    font-family: 'Metropolis-Bold';
    border-radius: 10px 10px 0px 0px;
    z-index: 99;
}

/*whatsapp btn*/

.whatsapp_btn {
    position: fixed;
    left: 20px;
    z-index: 99;
    bottom: 35px;
    transition: all 1s;
    width: 60px;
    height: 60px;
}

.whatsapp_btn a img {
    width: 100%;
}