@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

ul,
address {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul.ul-disc {
    list-style: disc;
    padding-left: 18px;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    letter-spacing: inherit;
    line-height: 1.75;
    font-weight: 400;
    color: #000;
}

a,
a:hover {
    color: inherit;
    text-decoration: inherit;
}

img {
    max-width: 100%;
}

.btn_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.button {
    border-radius: 5px;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.4em;
    box-shadow: none;
    outline: none !important;
    border: 0;
    width: 150px;
    background: transparent;
    padding: 12px 15px;
    background: #A50034;
    color: #fff;
    border-radius: 5px;
    margin: 0;
    transition: 0.6s all;
}
.button .arrow_btn img {
    width: 30px;
}
.arrow_btn {
    background: #A50034;
    border-radius: 100%;
    transition: 0.6s all;
    width: 40px;
    height: 40px;
    display: flex;
}
.button:hover .arrow_btn {
    background: #0667B1;
    transition: 0.6s all;
}
.button img {
    filter: brightness(0) invert(1);
    width: 8px;
    margin-left: 5px;
}
.button:hover{
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}
h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.35;
    color: #000;
}

h2 {
    font-weight: 600;
    font-size: 28px;
    color: inherit;
}

h3 {
    font-weight: 500;
    font-size: 30px;
    color: #000;
}

h4 {
    font-weight: 500;
    font-size: 24px;
}
h5{
    font-weight: 600;
    font-size: 20px;
}
h6{
    font-weight: 400;
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}
.red_color{
    color: #A50034;
}
.text_red {
    color: #A50034;
}
.text-red {
    color: #A50034;
    font-weight: 500;
}
.text_white {
    color: #fff;
}
.yellow_color {
    background: #f5d56e;
}
/* -------------------------- HEADER STYLE ------------------- */
header .navbar {
    border: 0;
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.5rem 0;
    background: transparent;
    border-bottom: 1px solid #949494;
}

header .navbar.sticky {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
}

header .navbar .navbar-brand {
    margin-right: 0;
    transition: 0.5s;
    padding: 0.35em 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    width: 100%;
}

header .navbar .navbar-brand img {
    width: 160px;
    max-width: 100%;
    margin-right: 2rem;
}

header .navbar .navbar-brand .naac_logo img {
    width: 120px;
}

header .navbar .navbar-brand .scholar_logo img {
    width: 150px;
    margin: 0;
}

header .navbar .navbar-brand a.scholar_logo {
    margin-left: auto !important;
}
.gv img.normal-logo {
    max-width: 150px;
}
section.log .text_right {
    text-align: right;
}
.vg img.normal-logo{
    margin: 0;
}
#rs-footer .company_detail a {
    color: #000 !important;
}
.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover, .full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #a30a32 !important;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a, .full-width-header.home8-style4.home9 .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a{
    font-weight: 500!important;
    font-family: "Plus Jakarta Sans", sans-serif;
}
/* ------------------- site style -------------- */
.py_3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mt_3 {
    margin-top: 2rem;
}

.mb_3 {
    margin-bottom: 2rem;
}

.wi_full {
    width: 100%;
}

.pink_bg {
    background: #F6ECEC;
}

.fixed_enquiry {
    width: 310px;
    top: 0;
    margin-top: 120px;
    background: transparent;
    position: fixed;
    right: -310px;
    z-index: 9999;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.fixed_enquiry.opne-form {
    right: 0;
}
.fixed_enquiry #toogle_form img {
    filter: brightness(0) invert(1);
    width: 10px;
}
.fixed_enquiry #toogle_form {
    left: -34%;
    position: absolute;
    bottom: 50%;
    right: 81%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 51%;
}

.fixed_enquiry #toogle_form span {
    position: relative;
    font-size: 18px;
    padding: 7px 20px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #A50034;
    font-weight: 500;
    letter-spacing: 1px;
    width: 180px;
    text-align: center;
    border-radius: 4px;
}
.form1 form .row {
    --bs-gutter-x: .5rem;
}
.form1 a.regis:hover {
    color: #00a0e3;
}
.schlr {
    margin-bottom: 15px;
}
section.enquery_form {
    display: none;
}

.admsn_form_wrapper {
    max-width: 320px;
    margin: 0 auto;
}

.admsn_form_wrapper .enquery_button,
.fixed_enquiry .enquery_button {
    background: #ffa956;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    border-radius: 30px;
    padding: 7px;
    text-transform: uppercase;
}

.admsn_form_wrapper .form1 .npf_wgts,
.fixed_enquiry .form1 .npf_wgts {
    background: #c32146;
    padding: 10px;
    border-radius: 20px;
    height: 410px;
}

.banner_section {
    padding-top: 150px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to top, rgb(246 236 236 / 34%), transparent 50%), url(../../images/scholar/banner-bgg.webp) no-repeat center;
    background-size: cover;
    /*border-radius: 0 0 50% 50%/0 0 100% 100%;*/
    z-index: 0;
}

.banner_content {
    padding-bottom: 6rem;
    max-width: 440px;
}

.banner_section .button{
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(270deg, #A30D33, #F91C3D);
    color: #fff;
    box-shadow: 0 0 10px 0px #00000024;
}
.banner_content .banner_image img {
    width: 250px;
}
.banner_content .banner_image {
    position: absolute;
    right: 100px;
    bottom: 100px;
}
.banner_content .education {
    background: linear-gradient(270deg, #A30D33, #F91C3D);
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}
.banner_content p {
    border-left: 2px solid #A30D33;
    padding-left: 10px;
}
.banner_girl img {
    width: 410px;
}
/* --------------about-sec-------------- */
.about_sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.about_sec .about_heading {
    display: flex;
    justify-content: space-between;
}
.about_sec .sec_title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.about_detail h2 {
    padding: 0 160px;
}
.about_sec .about_heading img {
    width: 155px;
    margin-right: 70px;
}
.about_detail h3 {
    position: relative;
}
.scholar-img {
    max-width: 390px;
    margin: 0 auto;
}
.text-justify {
    text-align: justify;
}
.scholar-img:after {
    content: '';
    position: absolute;
    width: 2px;
    border-right: 1px dotted #f5d56e;
    height: 50%;
    left: 46%;
}
.about_detail {
    max-width: 980px;
    margin: 0 auto;
}
.about_detail h3:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    height: 2px;
    width: 100px;
    transform: translate(-230%, -50%);
}

.about_detail h3:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    background: #fff;
    height: 2px;
    width: 100px;
    transform: translate(230%, -50%);
}
/* -----------Package_sec------- */
.package_sec .pckg_item p {
    font-weight: 500;
}

.package_sec .sec_title p {
    padding: 0 270px;
    padding-top: 15px;
    font-weight: 300;
}
.package_sec 
 .pckg_item {
    height: 100%;
    transition: 0.6s all;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 7%);
    padding: 30px 0;
}
.package_sec .pckg_item h3 {
    color: #A50034;
}
.package_sec .pckg_item:hover h3 {
    color: #000;
}
.package_sec .pckg_item:hover {
    transition: 0.6s all;
    transform: translateY(-10px);
}

/* --------------------table-------------- */
.scholarship_table{
    background: #F5F9FF;
}
.table_detail {
    background: #0066B3;
    border-radius: 200px 200px 0px 0px;
    padding: 50px 10px;
    color: #fff;
}
.table_detail .table td, .table th {
    border-top: 0;
}
.table tr th, td {
    border: none;
    border-right: 1px solid #fff;
    padding: 0;
}
.table tr th:nth-child(2), td:nth-child(2) {
    border: none;
}
.table_detail .button {
    color: #000;
    background: #fff;
    display: block;
    margin: 0 auto;
    transition: 0.6s all;
}
.table_detail .button:hover {
    transform: translateY(-10px);
    transition: 0.6s all;
    box-shadow: 0px 0px 10px 5px #ffffff12;
}
.table_detail .button img {
    filter: brightness(0) invert(0);
}
.table_red.table_detail{
    background: #A30D33;
    position: relative;
    margin-top: -63px;
    border-radius: 0px 0px 200px 200px;
}

/* -------------overview_sec-------- */
.overview_sec{
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.overview_sec .sec_detail ul li{
    position: relative;
    padding-top: 20px;
    padding-left: 50px;
}
.overview_sec .sec_detail ul li::before{
    content: "";
    position: absolute;
    background: url(../../images/scholar/check-icon.svg);
    left: 0;
    top: 20px;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.overview_sec .sec_detail {
    background: #DAE5F3;
    padding: 80px 20px;
    padding-left: 90px;
    border-radius: 10px;
}
.overview_sec .overview_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-90%, -50%);
}

.overview_sec .overview_img img {
    border-radius: 20px;
    width: 620px;
}
.overview_sec .sec_title p{
    margin: 0;
}
/* --------------------CGC-images------------------ */
.cgc_images_sec .images ul {
    display: flex;
    flex-wrap: wrap;
}

.cgc_images_sec .images ul li {
    width: 50%;
    padding: 0 10px;
}

.cgc_images_sec .images img {
    border-radius: 10px;
}

.cgc_images_sec .images ul li:nth-child(1) {
    padding-bottom: 24px;
}

.cgc_images_sec .left_image img {
    filter: grayscale(1);
}

.cgc_images_sec .left_image:hover img {
    filter: none;
}

.cgc_images_sec .right_images ul li img {
    filter: grayscale(1);
}

.cgc_images_sec .right_images ul li:hover img {
    filter: none;
}

.cgc_images_sec .images {
    display: none;
}

.cgc_images_sec .content {
    background-color: #333;
    height: 200px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

.cgc_images_sec .load-more {
    color: #fff !important;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.cgc_images_sec .load-more:hover {
    color: #000;
}

.cgc_images_sec .load-more:hover {
    background-color: #A50034;
}
.cgc_images_sec .sec_title {
    max-width: 700px;
    margin: 0 auto 2rem;
}
/* -----------------------Speak----------------*/
.testimonial_sec .owl-carousel .owl-item .testi-img {
    width: 150px;
    background: #EEEEEE;
    border-radius: 20px;
}
.testimonial-carousel .item {
    background: #fff;
    height: 100%;
    padding: 1.25rem;
    box-shadow: 0 1px 15px rgb(0 0 0 / 7%);
    border-radius: 15px;
    display: flex;
    position: relative;
    width: calc(100% - 30px);
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonial-carousel .item:before {
    background-position: center;
    content: '';
    position: absolute;
    right: -50px;
    top: -30px;
    background: url(../../images/scholar/testi/testi-img.webp) no-repeat;
    width: 120px;
    height: 100px;
    background-size: 100px;
}
   
.testimonial_sec .owl-carousel .owl-nav button {
    background: transparent !important;
    border: 1px solid #ECECEC !important;
    padding: 6px 15px;
    position: absolute;
    top: 50%;
}
.title_heading p {
    font-weight: 400;
    font-size: 16px;
}
.testimonial-carousel .item .title_heading h3 {
    font-size: 22px;
}
.testimonial_sec .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.testimonial_sec .owl-carousel .owl-nav {
    margin: 0;
}

.testimonial_sec .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.testimonial_sec .owl-carousel .owl-nav button:hover {
    background: #A50034 !important;
    border-color: #A50034 !important;
}

.internation_tieups .sec_title {
    max-width: 50%;
}

/* ------------Tieups_sec--------- */
.percent:after {
    content: "+";
}

.tieups_sec .sec_title h2 {
    color: #fff;
}

.tieup_list .list_wrap {
    margin: 1rem 0;
    font-weight: 500;
    background: #fff;
    padding: 1rem 2rem;
    padding-top: 3rem;
    border-radius: 30px;
    box-shadow: 0px 0px 12px -6px #0000008f;
    text-align: center;
    height: 100%;
    transition: 0.6s all;
    cursor: pointer;
}
.tieup_list .list_wrap:hover {
    transition: 0.6s all;
    transform: translateY(-10px);
}
.tieup_list .list_wrap:hover h3{
    color: #000;
}
.tieup_list .list_wrap img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.tieup_list .list_wrap h3 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 40px;
}

.tieups_sec {
    position: relative;
}

.tieups_sec:before {
    content: "";
    background: #2A2C35;
    position: absolute;
    left: 0;
    top: 70px;
    height: 250px;
    width: 100%;
    z-index: -1;
}
.recruiter_carousel .item:hover img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.recruiter_carousel .item img {
    transition: 0.6s all;
    cursor: pointer;
}

.recruiter_carousel.owl-carousel .owl-item img {
    width: 160px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}
.recruiter_carousel .item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px #00000012;
    margin: 10px 5px;
    padding: 20px 30px;
}

/* -----------------eligibilty_sec-------------- */
section.eligibilty_sec{
    background: #F5F9FF;
}
.eligibilty_sec .tab_data ul.ul-disc {
    display: flex;
    flex-wrap: wrap;
}
.eligibilty_sec .tab_data ul li {
    position: relative;
    padding-left: 20px;
}

.eligibilty_sec .tab_data ul li:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    top: 10px;
    left: 0;
}

.eligibilty_sec .tab_data ul.ul-disc li {
    width: 50%;
}
.eligibilty_sec .sec_title,
.mous_sec .sec_title,
.life_at_cgc .sec_title,
.award_sec .sec_title {
    max-width: 900px;
    margin: 0 auto;
}

.eligibilty_sec .tab_data {
    background-image: url(../../images/scholar/tab-bg.webp);
    padding: 40px 50px;
    color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.eligibilty_sec .tab_data h3 {
    color: #fff;
}
.eligibilty_sec img.fix_in_bg {
    position: absolute;
    right: 100px;
    z-index: 0;
    width: 500px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.75;
}

.eligibilty_sec .shadow_box {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 20px #00000024;
}

.eligibilty_sec .shadow_box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.eligibilty_sec .shadow_box p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 90%;
}

.eligibilty_sec .mt_space {
    margin-bottom: 1.5rem;
}

.mous_carousel .item img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    background: #fff;
}
.mous_carousel .item {
    box-shadow: 0px 0px 10px 5px #00000012;
    margin: 10px;
}
.dream_job_sec {
    background-size: cover !important;
}

.dream_carousel .item_inner {
    background: #fff;
    border: 1px solid #c3214645;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
}

.dream_carousel .item_inner .item_img {
    background: #c32146;
    width: 100%;
    height: 300px;
    padding: 3rem;
    padding-bottom: 0;
}

.dream_carousel .item_inner .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.dream_carousel .item_inner .item_txt {
    padding: 1rem;
}

.dream_carousel .item_inner .item_txt h4 {
    margin-bottom: 0;
}

.dream_carousel .item_inner span.text_red {
    padding-left: 10px;
}

.dream_carousel .item_inner img.plced_img {
    width: 100px;
}

.dream_carousel .owl-item:nth-child(odd) .item_img {
    background: #F5DA7A;
}

.dream_carousel .owl-stage {
    padding-bottom: 50px;
}

.dream_carousel .owl-item .item {
    transition: transform .75s cubic-bezier(.3, .1, .3, 1), opacity .75s cubic-bezier(.3, .1, .3, 1), -webkit-transform .75s cubic-bezier(.3, .1, .3, 1);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.dream_carousel .owl-item.firstActiveItem .item {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

/* .why_choose_sec, .recruiter_sec, .tieups_sec {
	background: #F6F6F6;
} */
/* ----------why_choose_sec-------- */
section.why_choose_sec {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 60px 60px;
    padding-top: 7rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 0;
}

section.why_choose_sec:before {
    content: "";
    background: linear-gradient(1deg, #000000ba, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 60px 60px;
}

.why_choose_list .item_wrap {
    text-align: center;
    background: #fff;
    border-radius: 60px;
    height: 100%;
    padding: 30px 15px;
}
.why_choose_list .item_wrap img {
    height: 60px;
    width: 60px;
}
.pulse {
    animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
    from { transform: scale(1.0); }
    to { transform: scale(1.2); }
  }
.why_choose_list .item_wrap h4 {
    padding-top: 15px;
    height: 70px;
}
.why_choose_list .list_item .item_wrap {
    padding: 1.5rem 1rem;
}

.why_choose_list .list_item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 1rem;
}

/* ----------------Award--------------- */
.awards_sec .shadow-effect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}

#awards_slider .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.awards_sec .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#awards_slider .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 80px;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#awards_slider .owl-item.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.awards_sec .owl-item img.award_image {
    width: 350px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.awards_sec .owl-carousel .owl-item img.award_icon {
    background: #A50034;
    border-radius: 30px;
    width: 200px !important;
    min-width: 250px;
    height: 320px;
    object-fit: contain;
    display: none;
    padding: 0 10px;
}
.awards_sec .owl-carousel .owl-item.center img.award_icon {
    display: block;
}
.awards_sec .owl-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.awards_sec .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
    cursor: url(../images/right-arrow.png) 15 28, pointer;
}

.awards_sec .owl-carousel .owl-nav .owl-next,
.awards_sec .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    max-width: 300px;
    width: 15%;
    height: 100%;
    opacity: 0;
    outline: none;
    pointer-events: auto;
    margin: 0 !important;
}


.awards_sec .owl-theme .owl-nav [class*='owl-']:hover {
    color: unset;
    background: none;
}

.awards_sec .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    cursor: url(../../images/scholar/left-arrow.png) 15 28, pointer;
}

.awards_sec .owl-carousel .owl-nav button.disabled {
    pointer-events: none !important;
}

.awards_sec span {
    visibility: hidden;
}
.awards_sec .title_heading {
    max-width: 500px;
    margin: 0 auto;
}

.award__container {
    display: flex;
    flex-wrap: wrap;
}

.award__container .award_item {
    width: 50%;
    height: 300px;
    display: flex;
    background: #c32146;
}

.award__container .award_item .wid_half {
    width: 45%;
    height: 100%;
    padding: 10px;
}

.award__container .award_item .wid_half img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.award__container .award_item .wid_half_scnd {
    width: 55.01%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.award_item:nth-child(4n + 3),
.award_item:nth-child(4n + 4) {
    flex-direction: row-reverse;
}


/* ----------------testimonial----------- */
.testimonial_carousel .owl-stage {
    display: flex;
}

.testimonial_carousel .item {
    height: 100%;
}

.testimonial_carousel .item_inner {
    background: #C32146;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
}

.testimonial_carousel .item_inner .testi_info {
    width: 110px;
}

.testimonial_carousel .item_inner .testi_text {
    width: calc(100% - 110px);
    padding-left: 1.5rem;
    line-height: 1.45;
    font-size: 95%;
}

.testimonial_carousel .item_inner .testi_info img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    background: #fff;
    padding-top: 10px;
}
/* --------------ranking_sec------------- */
.ranking_sec {
    background-size: cover !important;
    position: relative;
    height: 100%;
}
.ranking_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #00000000, #0000006b);
    z-index: -1;
}
.ranking_sec ul.nav-tabs li {
    margin-left: 8px;
    margin-right: 8px;
}

.ranking_sec ul.nav-tabs li .nav-link img {
    height: 40px;
    object-fit: contain;
    width: 100px;
}

.ranking_sec ul.nav-tabs li .nav-link {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
}

.ranking_sec ul.nav-tabs li .nav-link.active,
.ranking_sec ul.nav-tabs li .nav-link:hover {
    background: #fff;
    border: 2px solid #aa0733;
}

.ranking_tab_data .mt_space {
    margin-bottom: 1.5rem;
}

.ranking_tab_data .tab__item {
    background: #fff;
    padding: 1.5rem 2rem;
    text-align: center;
    height: 220px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ranking_tab_data .tab__item .item__title {
    font-size: 60px;
    line-height: 1;
    font-family: 'Reem Kufi Ink', sans-serif;
}

.ranking_tab_data .tab__item .item__title sub {
    bottom: 0;
    font-size: 50%;
}

.ranking_tab_data .tab__item p {
    /*    width: 80%;*/
    margin: 0 auto;
}


.owl-carousel .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    border: 0;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.owl-carousel .owl-dots button {
    box-shadow: none;
    outline: none;
    border: 0;
}
.owl-carousel .owl-dots button.active span {
    background: #A30D33;
    border: none;
    width: 35px!important;
    transition: 0.6s all;
}

.owl-carousel .owl-dots button span {
    opacity: 1;
    border: 1px solid #D8D8D8!important;
    margin: 5px 3px!important;
    transition: 0.6s all;
    display: block;
    width: 8px!important;
    height: 8px!important;
    border-radius: 50px;
    background: #D8D8D8;
}

.owl-carousel .owl-dots button.active span {
    background: #A30D33!important;
    border: 1px solid #A30D33!important;
}

section ul.nav-tabs {
    border-bottom: 0;
    justify-content: center;
}
section ul.nav-tabs li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.ranking_sec ul.nav-tabs li {
    margin-left: 8px;
    margin-right: 8px;
}
.ranking_sec ul.nav-tabs li .nav-link {
    background: #fff;
    border-radius: 0;
    border: 2px solid #fff;
}
section ul.nav-tabs li .nav-link {
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    font-size: 15px;
    border: 0;
    border: 1px solid #A30D33;
    background: #fff;
    border-radius: 0px;
    padding: 15px 25px 13px;
    text-align: center;
    width: auto;
    outline: none;
    box-shadow: none;
    max-width: 250px;
}

section ul.nav-tabs li .nav-link.active,
section ul.nav-tabs li .nav-link:hover {
    background: #A30D33;
    color: #fff;
    border: 1px solid #A30D33;
}

section .tab-content {
    padding-top: 2rem;
}


/* --------------Foreign_sec----------- */

.foreign_deligate .heading h2 {
    color: #fff;
}
.foreign_deligate .foreign_names {
    border-radius: 0px;
    padding-top: 20px;
    text-align: center;
}
.foreign_deligate .foreign_names h3 {
    padding-bottom: 10px;
    font-size: 22px;
    color: #A50034;
}
.foreign_carousel2 .owl-dots, .foreign_carousel2 .owl-nav {
    display: none;
    margin-top: 1rem;
}
.foreign_carousel .owl-stage-outer {
    padding-bottom: 25px;
}
.foreign_carousel .owl-item .item {
    transition: transform .75s cubic-bezier(.3,.1,.3,1),opacity .75s cubic-bezier(.3,.1,.3,1),-webkit-transform .75s cubic-bezier(.3,.1,.3,1);
    position: relative;
    height: 420px;
    padding: 20px;
    margin: 0 10px;
    margin-top: 20px;
}
.foreign_carousel .owl-item .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dae5f3;
    height: 280px;
    width: 100%;
    z-index: -1;
}
.owl-carousel .owl-nav button {
    top: auto;
    bottom: 50%;
    left: -60px;
    border: 1px solid #EBEBEB!important;
    border-radius: 0;
}
.owl-carousel .owl-nav button:hover {
    background: #fff!important;
}
.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -60px;
}
.owl-carousel .owl-nav button:hover img {
    filter: invert(14%) sepia(84%) saturate(7072%) hue-rotate(335deg) brightness(64%) contrast(104%);
}
.foreign_carousel.owl-carousel .owl-item img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    object-fit: cover;
}
footer {
    background: #F5F9FF;
    padding: 1rem 0;
    padding-top: 3rem;
    position: relative;
    margin-bottom: -35px;
}
.cprgt-box {
    border-top: 1px solid #A30D33;
    margin-top: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.cprgt-box ul {
    display: flex;
}

.cprgt-box ul li img {
    margin-left: 20px;
}
.footer_img img {
    width: 250px;
}
footer .company_detail h4{
    position: relative;
}
footer .company_detail h4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #A30D33;
    top: -5px;
}
.company_detail ul li {
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.company_detail ul li img {
    padding-right: 10px;
}
.et_pb_code_inner {
    z-index: 98;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: none;
}
.et_pb_code_inner .mobile-link {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    background: linear-gradient(45deg, #F91C3D, #A30D33);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.admsn_form_wrapper {
    background: #A50034;
    padding: 10px;
    border-radius: 20px;
}
.admsn_form_wrapper .form1 {
    background: #eceff5;
    padding: 20px 15px;
    border-radius: 20px;
}     
.admsn_form_wrapper .form1 .button {
    width: 110px;
    font-size: 15px;
    padding: 10px 0px;
    background: linear-gradient(270deg, #A30D33, #F91C3D);
}
.admsn_form_wrapper .form-control {
    color: #646464;
    font-size: 15px;
    padding: 6px 5px;
}
.admsn_form_wrapper .form-group {
    padding-right: 4px;
    padding-left: 4px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png ");
/*  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");*/
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 13px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  background-size: 10px;
}
/* ------------------Program_sec------------------*/

.program_sec {
    background: #ffffff;
    border-radius: 0px 0px 100px 100px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
}

.program_sec .tab-content {
    border: 1px solid #ECECEC;
    border-radius: 20px;
    padding: 30px;
    margin-top: 50px;
    transition: 0.6s all;
    background-color: #fff;
    background: none;
    position: relative;
}

.program_sec .tab-content:hover {
    transition: 0.6s all;
    background: linear-gradient(357deg, #A50034, #a5003400);
}

.program_sec .tab-content .tab_btn {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 300px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px -8px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.program_sec .nav-tabs a {
    border: 0 !important;
    background-color: transparent !important;
}

.program_sec .nav-tabs li.active {
    border-bottom: 2px solid #aaa;
    background-color: none !important;
    color: #fff;
}

.program_sec .nav-tabs li {
    border-bottom: 2px solid transparent;
}

.program_sec .nav-tabs li a {
    width: 100%;
    text-align: center;
}

.program_sec ul.nav.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.program_sec .nav-tabs li {
    flex-basis: 90px;
    min-width: 90px;
    display: flex;
    align-items: flex-start;
    margin: 0 !important;
}

.program_sec .tabs-wrapper {
    position: relative;
}

.program_sec span.left,
span.right {
    position: absolute;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5453D2;
    border-radius: 50%;
    left: -50px;
    top: 8px;
    cursor: pointer;
    color: #ffffff;
}

.program_sec span.right {
    right: -50px;
    left: unset;

}

.program_sec .scroller-btn.inactive {
    opacity: 0.3;
    pointer-events: none;
}


.program_sec .tab_sec .nav-tabs {
    border-bottom: none;
}

.program_sec .tab_sec button.owl-prev {
    position: absolute;
    left: -37px;
    top: 49%;
    transform: translateY(-50%);
    background-color: #85d0bc !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    color: #000 !important;
}

.program_sec .tab_sec button.owl-next {
    position: absolute;
    right: -37px;
    top: 49%;
    transform: translateY(-50%);
    background-color: #85d0bc !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    color: #000 !important;
}
.program_sec .slide_bg .owl-nav button:hover img {
    filter: brightness(0) invert(1);
}
.program_sec .slide_bg .owl-nav button:hover {
    background: #A50034!important;
    border-color: #A50034!important;
}
.program_sec .tab_sec .tab-content h3 {
    font-size: 40px;
    font-weight: bold;
}

.program_sec .fade:not(.show) {
    opacity: 1 !important;
}

.program_sec .tab_sec .owl-theme .owl-nav {
    margin-top: 60px;
}

.program_sec .tab_sec .owl-theme .owl-nav [class*="owl-"] {
    margin: 0 !important;
}

.program_sec .tab_sec button.owl-prev img {
    max-width: 25px;
    height: 25px;
}

.program_sec .tab_sec button.owl-next img {
    max-width: 25px;
    height: 25px;
}

.program_sec .tab_sec button.owl-next:hover {
    background: #213768 !important;
}

.program_sec .tab_sec button.owl-prev:hover {
    background: #213768 !important;
}

.program_sec .slide_bg .nav-item .nav-link {
    padding: 10px 16px;
    border-radius: 30px;
    border: 1px solid #ECECEC;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    min-height: 94px;
    width: 132px;
    margin-right: 10px;
}

.program_sec .slide_bg .nav-pills .nav-link.active {
    background: #A50034;
    color: #fff;
}

.program_sec .slide_bg .owl-dots {
    display: none;
}

.program_sec .slide_bg .owl-stage-outer {
    width: 90%;
    margin-top: 50px;
}

.program_sec .slide_bg .owl-dots {
    display: none;
}

.program_sec .slide_bg .owl-nav button {
    position: absolute;
    right: 0!important;
    top: 40px;
    box-shadow: 0px 0px 6px 0px #0000004d;
    border-radius: 100%;
    padding: 3px 14px;
}

.program_sec .slide_bg .owl-nav button.owl-prev {
    left: auto;
    right: 47px!important;
}



.program_sec .slide_bg .nav-item .nav-link span {
    display: block;
}

.program_sec .tab-content span.yellow_color {
    border-radius: 50px;
    padding: 5px 10px;
    margin-right: 10px;
}

.program_sec .tab-content li {
    margin-bottom: 20px;
    border-top: 1px dashed #D4D4D4;
    padding-top: 20px;
}

.program_sec .tab-content li:first-child {
    border: none;
}

.program_sec .tab-content li a:hover {
    color: #000;
}

.program_sec .tab-content li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.program_sec .tab-content .hover_content {
    opacity: 0;
    width: 80%;
}

.program_sec .tab-content:hover .hover_content {
    opacity: 1;
}

.program_sec .tab-content .hover_content h2 {
    color: #fff;
    font-size: 55px;
}
/* ----------------accordion_sec----------- */
.accordion_sec {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .accordion_sec .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.accordion_sec .accordion .card {
    border-radius: 45px;
    margin: 1em 0 0;
    border: none;
    box-shadow: 0px 18px 30px rgb(145 145 145 / 8%);
}
.accordion_sec .accordion .card .card-header {
    background: transparent;
    margin-bottom: 0;
    border: 0;
}
.accordion_sec .accordion .card-header a {
    width: 100%;
    display: flex;
    padding: 1rem 30px;
    padding-right: 70px;
    position: relative;
    text-align: left;
    background: #fff;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    border: 0;
    transition: 0.4s all;
    border-radius: 45px;
    height: 100px;
    align-items: center;
}
.accordion_sec .accordion .card-header a.collapsed:before {
    background-image: url(../../images/scholar/accordion-open.svg);
    transition: 0.4s all;
}
.accordion_sec .accordion .collapsed{
    transition: 0.4s all;
}
.accordion_sec .accordion .card-header a:before {
    content: ' ';
    position: absolute;
    right: 15px;
    top: 18px;
    width: 60px;
    height: 60px;
    background-image: url(../../images/scholar/minus-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    transition: 0.4s all;
}
.accordion_sec .accordion .card-body {
    color: #000;
    padding: 1rem 30px;
}
/* -----------------dream-sec---------- */
section.dream_sec {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.dream_sec .item {
    height: 500px;
}
.dream_sec .dream-img {
    background: #c32146;
    width: 100%;
    height: 250px;
    padding: 2rem;
    padding-bottom: 0;
    display: inline-block;
}

.dream_sec .dream-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.dream_sec .item_inner {
    background: #fff;
    /* border: 1px solid #c3214645; */
    border-radius: 150px 150px 0 0;
    overflow: hidden;
}

.dream-carousel .owl-item:nth-child(odd) .dream-img {
    background: #F5DA7A;
}
.dream_sec .item_inner .title_heading {
    padding: 1rem;
}
.dream-carousel.owl-carousel .item .dream_logo {
    width: 170px;
}
.dream_sec .item_inner.dream_image .dream_logo {
    width: 140px;
}
.dream-carousel.owl-carousel .owl-nav {
    display: none;
}
.dream-carousel.owl-carousel .item .three_logo .dream_logo{
   margin-top: -10px; 
}


/* -------------------------- HEADER STYLE ------------------- */
.header .navbar-expand-lg .navbar-nav {
    align-items: center;
    margin-left: auto;
}

.header .navbar {
    border: 0;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: .75rem 0;
    background: #fff;
    box-shadow: none;
    transition: 0.4s;
}

.header .navbar.sticky {
    position: fixed;
    transition: 0.4s;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
}

.header .navbar .navbar-brand {
    max-width: 170px;
    padding: 0;
    transition: .4s all;
}

/* header .navbar.sticky .navbar-brand {
    max-width: 170px;
    transition: .4s all;
} */

.header .navbar .navbar-toggler .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    position: relative;
    background-color: #A30D33;
    transition: all 500ms ease-in-out;
}

.header .navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 3px;
}

.header .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    top: 1px;
}

.header .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    top: 2px;
}

.header .navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    margin-top: 0;
    width: 20px;
    top: 4px;
    transform: rotate(45deg);
}

.header .navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    background: transparent;
}

.header .navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    margin-top: 2px;
    top: -5px;
    transform: rotate(-45deg);
}

.header .navbar ul.navbar-nav li {
    margin-left: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.header .navbar ul.navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding: 0.25rem 0;
    position: relative;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.header .navbar ul.navbar-nav .nav-link:hover {
    color: #A30D33;
}

.header .navbar ul.navbar-nav .nav-link.active {
    color: #A30D33;
    font-weight: 600;
    display: inline-block;
}

.header .navbar ul.navbar-nav a.nav-link:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .2s all;
    background: #A30D33;
}

.header .navbar ul.navbar-nav a.nav-link.active:after {
    width: 100%;
}
.moblie-view{
    display: none;
}


/* ----------------banner------------- */
.round_btn,
.round_btn:hover {
    background: linear-gradient(89deg, #EC1A3B, #A30D33)!important;
    color: #fff;
}

.register_btn {
    border: 1px solid #A30D33!important;
    color: #000!important;
    transition: 0.4s all;
}

.register_btn:hover {
    color: #fff!important;
    background: linear-gradient(89deg, #EC1A3B, #A30D33);
    transition: 0.4s all;
}
.button1 {
    border-radius: 5px;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.4em;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
    width: auto;
    background: transparent;
    padding: 12px 25px;
    color: #fff;
}
.banner_sec {
    position: relative;
    padding-top: 90px;
    padding-bottom: 50px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_img_bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner_sec img.banner_img {
    width: 600px;
}

.banner_sec .banner_content {
    padding-top: 6rem;
    max-width: 100%;
}

.banner_sec .banner_content img {
    width: 350px;
}

.banner_sec .banner_content img.banner_arrow {
    width: 280px;
    margin-left: auto;
    display: block;
    margin-right: 100px;
    transform: rotate(357deg);
}

/* -----------josh_sec-------- */
.josh_detail ul li, .scholarship_detail ul li {
    position: relative;
    padding-left: 35px;
    list-style: none;
    padding-top: 10px;
}

.josh_detail ul li:before, .scholarship_detail ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 34px;
    width: 100%;
    background: url(../../images/scholar/check-icon.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 25px;
}

.cgc_josh_sec .josh_img {
    position: absolute;
    left: 0;
    top: 0px;
}

.cgc_josh_sec .josh_img img {
    width: 600px!important;
    height: 600px;
    object-fit: cover;
}

.cgc_josh_sec .josh_detail, .scholarship_detail {
    padding: 30px 10px;
    position: relative;
    right: 200px;
    border: 2px solid #A30D33;
    width: 700px;
    z-index: -1;
    padding-left: 140px;
}
.scholarship_sec {
    z-index: 0;
    padding-top: 10rem;
}
/* .cgc_josh_sec .josh_detail:before, .scholarship_detail:before {
    border: 2px solid #A30D33;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 100%;
    width: 800px;
    transform: translate(-66%, -50%);
    z-index: -1;
} */
.scholarship_img {
    position: absolute;
    right: 0;
    top: 80px;
}

.scholarship_img img {
    width: 620px!important;
    height: 500px;
    object-fit: cover;
}

.scholarship_detail {
    padding-left: 20px;
    right: auto;
    left: 50px;
    padding-right: 150px;

}
.scholarship_detail:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -50px;
    background-image: url(../../images/scholar/cap-img.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 80px;
    width: 20%;
    height: 20%;
}
.progression_sec .josh_detail:before {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    background-image: url(../../images/scholar/right-cap.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100px;
    width: 15%;
    height: 13%;
}



/* ---------------form------------- */
.mobile_login_h {
    display: none;
}
.login_form form {
    padding: 30px;
    height: auto;
    overflow: hidden;
    background: white;
    border: 1px solid #C6C6C6;
}
.login_form form .form_label label {
    position: absolute;
    top: 0px;
    left: 15px;
    background: #fff;
}
.login_form form .form_label input{
    margin: 15px 0;
    padding: 12px 10px;
    width: 100%;
    outline: none;
    border: 1px solid #A30D33;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-radius: 0;
    color: #000;
}
.login_form form input[type=text]:focus,
.login_form form input[type="password"]:focus {
    border-color: #A30D33;
    box-shadow: none;
}
.login_form input[type=submit] {
    padding: 12px 50px;
    font-size: 22px;
    width: 100%;
    background: linear-gradient(89deg, #EC1A3B, #A30D33);
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.field-icon.toggle-password {
    position: absolute;
    right: 20px;
    top: 32px;
    color: #A30D33;
}
.form-check input, .form-check label {
    cursor: pointer;
    border-color: #000;
}
.login_password {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form-check-input:checked {
    background: #A30D33;
    border-color: #A30D33;
}
.form-check .form-check-input{
    border-color: #A30D33;
}
.form-check-input:focus{
    box-shadow: none;
    border-color: #000;
}
.login_password .forgot {
    color: #000;
    text-decoration: underline;
}
.forgot_sec .submit-btn {
    padding: 12px 50px;
    font-size: 22px;
    width: 100%;
    background: linear-gradient(89deg, #EC1A3B, #A30D33);
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    margin-top: 1rem;
}
.login_form input[type=submit] {}

.login_form .readon.submit-btn {
    padding: 16px 50px;
    font-size: 22px;
    width: 100%;
    background: linear-gradient(89deg, #EC1A3B, #A30D33);
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    max-width: 100%;
    border-radius: 0;
    transition: 0.6s all;
    border: 1px solid #A30D33;
}

form[name="register-form"] span.error-class {
    font-size: 13px;
    line-height: 1.5;
    display: inline-block;
}
.register-box {   
    max-width: 80%;
    margin: 0 auto;
}
.login_reg.mb-3 a.register_no {
    text-decoration: underline !important;
    color: #ac0f34;
    font-weight: bold;
    font-size: 130%;
}
.register-box .form-group {
    margin-bottom: 1.5rem;
}
.register-box .form-control {
    padding: 12px 10px;
    width: 100%;
    height: 50px;
    outline: none;
    border-radius: 0 !important;
    border: 1px solid #A30D33 !important;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-radius: 0;
    color: #000;
}
.register-box select {
    background-position: right 12px center;
}



