@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Noto Sans", sans-serif;
    /* font-family: 'General Sans'; */
}

.nav-item {
    margin: 0px 6px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.btn-rkpCourse {
    background: linear-gradient(310.86deg, #222A68 22.6%, #455D83 77.4%);
    border-radius: 7px;
    color: #FFFFFF;
    padding: 10px 0px;
    text-align: center;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-rkpCourse:hover {
    background: linear-gradient(310.86deg, #222A68 22.6%, #455D83 77.4%);
    border-radius: 7px;
    color: #FFFFFF !important;
    padding: 10px 0px;
}

.btn-rkp {
    background: linear-gradient(310.86deg, #222A68 22.6%, #455D83 77.4%);
    border-radius: 7px;
    color: #FFFFFF;
}

.btn-rkp:hover {
    background: linear-gradient(310.86deg, #222A68 22.6%, #455D83 77.4%);
    border-radius: 7px;
    color: #FFFFFF !important;
}

.btn-rkp2 {
    background: linear-gradient(310.86deg, #222A68 22.6%, #455D83 77.4%);
    border-radius: 7px;
    color: #FFFFFF;
}

.btn-rkp2:hover {
    background: linear-gradient(310.86deg, #222A68 22.6%, #455D83 77.4%);
    border-radius: 7px;
    color: #FFFFFF !important;
}

.contact-rkp {
    color: #FFFFFF !important;
}

.contact-rkp:hover {
    color: #FFFFFF !important;
}


.home {
    background-color: #EFEEEC;
    width: 100%;
    margin: auto;
}

.navbar {
    background-color: #EFEEEC;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 0px !important;
    position: sticky;
    /* position:fixed; */
    top: 0;
    left: 0;
    z-index: 100;
}

.navbarNew {
    width: 90%;
    /* border: 2px solid black; */
    margin: auto;
}



.nav-link {
    color: #000000;
    font-size: 18px;
}

.banner {
    gap: 35px;
    padding-top: 45px;
}

.enquiry {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #232A68;
    padding: 25px;
    padding-bottom: 20px;
    border-radius: 10px 10px 0px 0px;
}


h2 {
    color: #FFFFFF;
}

.jis-form {
    display: grid;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}

.card {
    background: #EFEEEC;
}

.usp {
    background-color: #EFEEEC;
}

.usp-cont {
    background-color: #222A68;
    border-radius: 15px;
    padding: 30px 30px;
    width: 300px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.usp-cont img {
    width: 20%;
}

.usp-txt {
    font-size: 16px;
    font-weight: 500;
    color: white;
    /* line-height: 2px; */
    margin-top: 10px;
}

.usp-ready {
    font-weight: 600;
    font-size: 32px;
    color: #222A68;
}

.usp-btn {
    background-color: #222A68;
}

.usp-btn:hover {
    background-color: #222A68;
    color: white;
}

.contact-bg {
    background-image: url("/assets/images/Rectangle 1973.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.jis-par {
    margin: 60px;
    margin: 60px 60px 60px 0px;
}

.jis-par2 {
    /* border: 2px solid red; */
    margin: 60px;
    margin: 60px 60px 60px 0px;
    width: 50%;
}

.iframeVideo {
    width: 100%;
    height: 82%;
}

.jis-img {
    margin-top: 60px;
}

.slick-slide {
    margin: 10px;
}

/* .slick-arrow {
    background-color: #222A68;
    border-radius: 50%;
}

.slick-next:before {
    content: ">";
    color: #FFFFFF;
}

.slick-prev:before {
    content: "<";
    color: #FFFFFF;
} */
#clientSection.slick-prev {
    left: -5px !important;
}

#clientSection .slick-prev:before,
#clientSection .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1 !important;
    color: #140C3B !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#coursediv.slick-prev {
    left: -5px !important;
}

#coursediv .slick-prev:before,
#coursediv .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1 !important;
    color: #140C3B !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#coursediv {
    display: none;
}


.testslickslider2 {
    width: 80%;
    margin: auto;
}

.f-cont {
    font-weight: 600;
    font-size: 30px;
    color: #222A68;
    margin-bottom: 10px;
}

.f-bod {
    border-left: 2px solid;
}

.hr-cont-1 {
    margin-top: 130px;
}

.hr-cont-2 {
    margin-top: 25px;
}

.pg-cont {
    padding: 40px;
}

.pg-txt {
    margin-top: 20px;
    text-align: justify;
    /* line-height: 15px; */
}

.jis-text {
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    color: #222A68;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card-bmp {
    width: 400px;
}

.jis-admission {
    margin: 0px;
    font-size: 20px;
    /* line-height: 64px; */
    color: #455D83;
}

.jis-admissionText {
    margin: 30px 10px;
    font-size: 25px;
    /* line-height: 64px; */
    color: #455D83;
}

.usp-card {
    width: 100%;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control {
    border: none;
    border-bottom: 2px solid grey;
}

.form-select {
    padding: 10px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none;
}

.bg-white {
    background-color: white !important;
    padding: 10px;
    border-top: 2px solid black;
}

.stdhead {
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    color: #222A68;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slidertext {
    margin-top: 20px !important;
    font-weight: 700;
    text-transform: capitalize;
}

.program-content {
    /* border: 2px solid red; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.btn-rkpCourse h3 {
    font-size: 40px;
    font-weight: 700;
}

.btn-rkpCourse h4 {
    font-size: 20px;
    font-weight: 700;
}


.usp-main-card {
    /* border: 2px solid red; */
    /* width: 80%; */
    /* flex-direction: column;
    align-items: center; */
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    row-gap: 20px;
}

/* .usp-card {
    border: 2px solid red;
    width: 220px;
    height: 300px;
}  */

.firstTeam {
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
}

.teamHeading {
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
    color: #222A68;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.liststyleTeam {
    display: list-item;
    margin-left: 50px;
}

.galleryslider {
    width: 85%;
    margin: auto;
}

.clientdiv {
    display: none;
}

#gallerydiv.slick-prev {
    left: -5px !important;
}

#gallerydiv .slick-prev:before,
#gallerydiv .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1 !important;
    color: #140C3B !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#gallerysection {
    padding: 60px 0px;
    background-color: #EFEEEC;
}

/* .gallerybox{
    width: 200px;
    height: 300px;
} */
.gallerybox img {
    width: 100%;
    height: 100%;
}

.mainvideo {
    /* border: 2px solid red; */
    /* border-radius: 10px; */
    width: 90%;
    height: 90%;
}
.logo2{
    /* margin-left: 40px;
    width: 13%; */
    margin-top: 40px;
    width: 100%;
}
.logoheader{
    margin-left: 20px;
    width: 17%;
}

.location {
    width: 4% !important;
}



.firstFooter1down{
    /* border: 2px solid red; */
    display: flex;
    gap: 30px;
}
/* .firstFooter{
    border: 2px solid red;
} */