

/*slider form*/
.enquire-btn {
    position: fixed;
    right: -5rem;
    font-size: 24px;
    background-color: #ae152d;
    color: #fff;
    text-decoration: none;
    transform: rotateZ(-90deg);
    top: 50%;
    padding: 0.8rem 2.1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    border-radius: 1.5rem 1.5rem 0 0;
    border: none;
}
.sliding-form-container {
    z-index: 1000000;
    top: 0;
    width: 100vw;
    height: 100%;
    position: fixed;
    overflow: hidden;
    pointer-events: none;
}
.sliding-form-container .under-lay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.sliding-form {
    position: absolute;
    background-color: #fff;
/*    background: linear-gradient(to bottom,  #00000066 , #00000066 ), url('https://www.edushikshaguide.com//assets/img/es_header/enquiry-form-background.webp') no-repeat;*/
    width: 37vw;
    height: 100vh;
    z-index: 100000;
    top: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
}
.close-btn-form-slider {
    position: absolute;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-left: 10px;
    object-fit: contain;
    object-position: center;
    background-color: transparent;
    border: none;
}
.contact-form-csr {
    /* padding: 3rem; */
    margin: auto;
}
.contact-form-csr .right {
    width: 100%;
    /* height: 100vh; */
    overflow-y: scroll;
    scrollbar-width: none;
}
.contact-form-csr h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 18px 0;
    color: #333;
}
.contact-form-csr .right form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    /* padding-bottom: 100px; */
}
.sliding-form-container.active {
    pointer-events: auto;
}
.sliding-form-container.active .under-lay {
    opacity: 0.9;
}
.sliding-form-container.active .sliding-form {
    transform: translateX(0%);
}
.close-btn-form-slider img {
    height: 25px;
    width: 25px;
    max-width: 25px;
    filter: invert(0);
}


/*slider form end*/


/*accordian css*/

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    filter: invert(1);
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-body p {
    adding: 6px 0;
    font-size: 17px;
    line-height: 1.6rem;
    font-weight: 500;
    color: #171717;
}
.about-content-bottom p {
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.6rem;
    font-weight: 500;
    color: #171717;
    text-align: justify;
}
button.accordion-button.collapsed.faqs {
    background: url('../images/faq-bg.svg');
    background-size: cover;
    margin-bottom: 20px;
        padding: 31px;
     border-radius: 10px !important;
}
button.accordion-button.collapsed.faqs.accordion-button::after {
    transition: all 0.5s;
    filter: invert(1);
}
button.accordion-button.faqs {
    font-size: 24px;
    color: #E6B964;
    font-weight: 700;
}
button.accordion-button.collapsed.faqs span {
    /* margin: auto; */
    -webkit-text-stroke: 3px white;
    font-family: sans-serif;
    color: transparent;
    font-size: 54px;
    margin-right: 30px;
}

.faqs:not(.collapsed) span {
    /* margin: auto; */
    -webkit-text-stroke: 3px white;
    font-family: sans-serif;
    color: transparent;
    font-size: 54px;
    margin-right: 30px;
}
.accordion-body.sds ul li {
    font-size: 16px;
    padding: 5px 0;
    color: #fff;
}

.accordion-body.sds {
    padding-left: 110px;
}
.accordion-body.sds p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
}
.faqs:not(.collapsed) {
   background: url('../images/faq-bg.svg');
    background-size: cover;
    color: #E6B964;
    font-weight: 700;
   box-shadow: 0 0 0 0;
       padding: 31px;

}

.faq-bg {
   background: url('../images/faq-bg.svg');
    background-size: cover;
    color: #fff;
}
div#accordionExample3 .accordion-item {
    border: 0;
    border-radius: 10px;
}
.courses:not(.collapsed) {
    color: #fff;
    background-color: #AE152D;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
button.accordion-button.courses {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 6px 20px;
}
.accordion-body tr {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #ae152d;
    padding: 19px !important;
}
.accordion-body tr td {

    padding: 15px !important;
}
button.accordion-button.courses span {
    position: absolute;
    right: 110px;
}

/*accordina css end*/

.calls.mt-5 a {
    color: #AE152D;
    font-weight: 700;
}
.payment-opttions p {
    font-size: 18px;
        font-weight: 500;
}
.calls.fs-6.mt-5 {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.6rem;
}
.pay-now_cta.mt-5.text-center a {
    background: #AE152D;
    color: #fff;
    border: 0;
    padding: 12px 44px;
    font-size: 1rem;
    border-radius: 7px;
    font-weight: 700;
}
.payment-opttions.mt-4 h4 {
    font-size: 27px;
    font-weight: 700;
    padding: 9px 0;
    color: #AE152D;
}

.logo img {
    width: 150px;
}
.Download_Brochure_btn {
    background-color: var(--bg-red);
    color: #FFFFFF;
    font-size: 1.0rem;
    padding: 10px 18px;
    /* padding-right: 0; */
    border-radius: 7px;
    position: relative;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    text-align: center;
    font-weight: 700;
    border: 0;
}

.widget-title h3 { display: inline-block; position: relative;}
.zIndex2 { z-index: 2;  }
.font-weight-500 { font-weight: 500; }
.font-weight-700 { font-weight: 700; }
.font-weight-900 { font-weight: 900; }
.font-weight-400 { font-weight: 400; }

ol.m {list-style-type: lower-latin;}
.overflow-h {overflow: hidden;}
.flex-c { display: flex;
    flex-direction: column;
    justify-content: center; }
/*== HEADER CSS START ==*/
.header.sticky { background-color: var(--white-col); }
#header.sticky .header-absolute .logo img { width: 125px;}
#header.sticky .top-head.py-4 {
    padding: 14px !important;
}
.banner-logo .rankDv img {
    width: 60px;
}
.ranking-sec h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
div#amen-slider-Landscape i {
    font-size: 16px;
    color: #333;
    line-height: 31px;
}
.landscape-item-inner {
    background: #9E0A22;
    padding: 20px;
    border-top: 5px solid #AE152D;
    min-height: 190px;
}
.landscape-item-inner h4 {
    font-size: 34px;
    font-weight: 700;
    color: #E6B964;
    margin-bottom: 10px;
}
.landscape-item-inner p {
    font-size: 14px;
    color: #fff;
}
h2.font-weight-700.fs-2.about-titles-sec span {
    display: block;
    font-size: 50px;
    padding: 16px 0px !important;
    font-weight: 800;
        color: #3e107c;
}
section.landscape-sec {
    background-image: linear-gradient(#AE152D, #9E0A21);
}
.follwing-details p {
    font-size: 19px;
    margin-bottom: 7px;
}
.follwing-details ul li {
    padding: 10px 5px;
    font-size: 18px;
    line-height: 22px;
}
.healthcare-sec img {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 20px;
    width: 90px;
    border-radius: 20px;
}
.align-items-center.rankDv.ranking-sec:after {
    position: absolute;
    left: 197px;
    content: "";
    height: 70px;
    width: 1px;
    background: #333;
    top: 9px;
    display: none;
}
.align-items-center.rankDv.ranking-sec {
    text-align: center;
    margin-top: 28px;
    /* border: 1px solid; */
}
.align-items-center.rankDvss.ranking-sec img {
    width: 100%;
}
#header.sticky.header .header-absolute .mobile__dv a {
    background-color: var(--bg-red);
    color: #FFFFFF;
    font-size: 0.6rem;
    padding: 10px 18px;
    /* padding-right: 0; */
    border-radius: 45px;
    position: relative;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    text-align: center;
    font-weight: 700;
}
.highlistest-inner p {
    font-size: 14px;
    padding: 0;
    text-align: left;
    color: #fff;
}
.header .header-absolute .mobile__dv a {
    background-color: var(--bg-red);
    color: #FFFFFF;
    font-size: 1.0rem;
    padding: 10px 18px;
    /* padding-right: 0; */
    border-radius: 7px;
    position: relative;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    text-align: center;
    font-weight: 700;
}
.highlistest-inner h2 {
    /* background: #aa1f2f; */
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 16px 0 10px;
    font-weight: 700;
    border-radius: 0;
}
.socal-media-icons {
    position: fixed;
    bottom: 35%;
}
.socal-media-icons .a-icon-sticky {
    background: transparent;
}
section.programs-section.py-5.position-relative {
    background: #fff;
}
.content_fx p {
    font-size: 15px;
}
.header .header-absolute .mobile__dv a span {
    background-color: var(--white-col); color: var(--bg-red); border: 1px solid var(--bg-red);
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 2rem;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: 4px;
    text-align: center;
}
.applyBox.model-from {
    width: auto;
    margin: 0;
}

/*== BANNER CSS START ==*/
.dsu-form { width: 100%; background: rgba(255, 255, 255, 0.8); border-radius: 5px;   position: relative; z-index: 1; margin: 0 auto; padding: 0.5rem; }
.frmBg { position: relative; text-align: center;}
.applyBox {  margin: 1rem 0; width: 22rem; float: right; text-align: center; }
.contact_fild { padding: 0rem 1rem 1.5rem;}
.contact-fild-box .form-control, 
.contact-fild-box .form-select { display: block;
    width: 100%; height: auto; padding: 12px 12px; font-size: 14px; margin-bottom: 0.5rem; color: var(--text-dark); background-color: transparent; border: 1px solid #717171; border-radius: 0px; 
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-group { margin-bottom: 0px;}
.btn_submit {
    background-color: var(--text-dark);
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    border-radius: 0.5rem;
    padding: 10px 2rem;
    border: 0;
    font-weight: 600;
}
.mobilessa {
    width: 100% !important;
    display: none;
}
.btn_submit:hover {background-color: var(--bg-red); color: var(--white-col);}
.contact-fild-box { margin-bottom: 10px; position: relative;}
.contact-fild-box.text-center { margin-bottom: 0px;}
.dsu-addmission { margin-top: 10%; display: block; padding: 0px;}
.formIDfid { padding: 0 0px; }
.contact-fild-box .form-control option { color: #000; }
.dsu-addmission .content_bnr-flex h1 {
    font-size: 3.3rem;
    line-height: 3.5rem;
 
    font-weight: 800;
   color: #fff;
  
}
span.bact {
    border-left: 2px solid #E6B964;
    margin-right: 24px;
    font-weight: normal;
    padding-left: 9px;
}
.last-dates-admisson {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
}
.admission-open {
    /* background: url(../images/Star7.png) no-repeat left top; */
    background: url(../images/Star7.png) no-repeat left top;
    height: 89px;
    width: 89px;
    position: relative;
    top: 5px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    flex-direction: column;
}
.admission-open a {
    font-weight: bold;
    font-size: 12px;
    line-height: 123.6%;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}
.resiterdate {
    background: #fff;
    padding: 9px;
    position: relative;
    left: -43px;
    z-index: -1;
    border-radius: 9px;
    top: 4px;
    width: 230px;
    padding-bottom: 0;
}
.learning-addte {
    display: flex;
    align-items: center;
}
.section-one-area.manhs {
    border-right: 2px solid #fff;
    padding-right: 28px;
}
.learners-placed.img_resize ul {
    margin: 0;
    padding: 0;
}
.learners-placed.img_resize p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    
}
div#navbarCollapse .nav-item a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.header.sticky img {
    width: 60px;
}
.navbar-nav.ms-auto .nav-item {
    margin: 0 12px;
}
.learners-placed.img_resize ul li {
    list-style: none;
    display: inline-block;
    background: transparent;
    padding: 7px;
    border-radius: 4px;
    margin-right: 10px;
}
.learners-placed.img_resize ul li img {
    width: 61px;
    height: 31px;
    object-fit: contain;
}
.section-one-area.sad {
    padding-left: 25px;
}
.section-one-area h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.section-one-area p {
    color: #fff;
    font-size: 15px;
}
.resiterdate p {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
        color: #AE152D;
}
.resiterdate p span {
    font-weight: 800;
    font-size: 25px;
    color: #AE152D;
}
span.Duration {
    border-left: 2px solid #E6B964;
   font-weight: normal;
    padding-left: 9px;
}
.about-content p {
    font-size: 18px;
    color: #000;
}
section.Admission-sec.position-relative.pedagy-sec {
    background-image: linear-gradient(#E6B964, #E6B964);
}
.admisson-required h4 {
    color: #9E0A21;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
section.Admission_Application.programs-section.py-5.position-relative {
    background: #F9F9F9;
}
.admisson-applications-sec h5 {
    color: #ae152d;
    font-weight: 600;
    font-size: 20px;
}
.admisson-applications-sec p {
    padding: 6px 0;
    font-size: 17px;
    line-height: 1.6rem;
    font-weight: 500;
    color: #171717;
    padding-left: 40px;
}
.admisson-applications-sec.mt-4 ul  {
  
     padding-left: 60px; 
}
.highlight-box p {
    /* padding: 6px 0; */
    font-size: 15px;
    line-height: 1.6rem;
    font-weight: 500;
    color: #171717;
    /* padding-left: 40px; */
}
.highlight-box {
    background: #F9F9F9;
    padding: 34px 17px;
    border-top: 5px solid #ae152d;
    min-height: 231px;
}

.highlight-box h2 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    min-height: 80px;
}
.admisson-applications-sec.mt-4 ul li {
    padding: 3px 0;
    font-size: 16px;
    line-height: 1.6rem;
    font-weight: 500;
    color: #171717;
    /* padding-left: 40px; */
}
.admisson-required ul li {
    padding: 11px 0;
    font-size: 17px;
    line-height: 1.6rem;
    font-weight: 500;
    color: #171717;
}
.Download_Brochure_btn.mshs {
    position: absolute;
    right: 0;
    top: 7px;
    padding: 10px 37px !important;
}
.title-main-heading:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 57px;
    background: #ae152d;
    left: 0;
    top: 22px;
}
.title-main-heading {
    font-weight: 400;
    color: #757575 !important;
    padding-left: 60px;
    position: relative;
}
span.text-clr {
    color: #AE152D;
}
.date-monts {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.apply-btns a {
    background-color: var(--bg-red);
    color: #FFFFFF;
    font-size: 1.0rem;
    padding: 8px 25px;
    /* padding-right: 0; */
    border-radius: 5px;
    position: relative;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    text-align: center;
    font-weight: 700;
}
.loction.title-anims.fs-4.mt-4.lh-1.font-weight-700.text-white {
    text-align: left;
    color: #aa1f2f !important;
    font-size: 20px !important;
}
.gims {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.dsu-addmission .content_bnr-flex h1 > strong { background-color: var(--bg-blue); color: var(--bg-yellow); border-radius: 2rem; padding: 0.6rem 1rem; margin-bottom: 0.5rem; width: 210px; text-align: center; }
/*== BANNER CSS end ==*/
.bnrThub { position: absolute; left: 37%; bottom:0rem;}
.rank-section { background-color: #F4F4F4;}
.rank-section .rank__item { padding: 0.6rem; margin: 0 1rem; overflow: hidden; border-radius: 1rem; position: relative; text-align: center; border: 2px dashed #000; }
/* .rank-section .rank__item:hover { background-color: var(--bg-yellow); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;  } */
.rank-section .rank__item:after { position: absolute; content: ""; background-color: var(--bg-yellow); right: 0; top: 0; width: 50%; height: 100%; z-index: -1; } 
.bg-grey { background-color: var(--bg-grey);}

.rank-section .rank__item img {margin-bottom: 0.8rem; background-color: var(--white-col); border: 1px solid var(--bg-blue); border-radius: 5px;}

.eligib-section { background-image: url(../images/GIM_sample-bg.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; mix-blend-mode: multiply;  }
.eligib-section:after {
    position: absolute; background-color: var(--bg-red); opacity: 0.9; 
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.with-icon input {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=checkbox] {
    left: 0 !important;
    position: relative;
}
.with-icon select {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




.electives__item { background-color: #F4F4F4; padding: 1.2rem; border-radius: 0.6rem; height: 340px;}
.electives__item:hover { background-color: var(--bg-yellow);}

.elig_dv ul li:after { position: absolute; content: ""; background-image: url(../images/shapes.svg); background-repeat: no-repeat; left: 0; width: 40px; height: 40px; top: 15px;}
.elig_dv ul li { position: relative; font-size: 1rem; line-height: 1.4; padding: 1rem 0; color: var(--white-col); padding-left: 3.5rem; display: flex; flex-direction: column; justify-content: center;}
.digitally-one__counter-single .plus { top: 7px; position: relative;}
.digitally-one__counter-single .odometer, 
.digitally-one__counter-single .plus { font-size: 2.2rem; color: var(--bg-blue);}  
.digitally-one__counter-single p { font-size: 1.2rem; color: var(--bg-blue);}
.jain_section .col-lg-3:last-child:after { background-color: transparent;}
.jain_section .col-lg-3:after { position: absolute; content: ""; right: 0; top: 0; background-color: var(--bg-blue); width: 1px; height: 100%; opacity: 0.3; }
.jain_section .rank__item { padding: 2rem 1rem; border-radius: 1rem; position: relative;}
.jain_section .rank__item:hover {
    background-color: var(--bg-yellow);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.online__section .online__item .icon_svg svg { height: 40px; width: 100%; }
.online__section .online__item .icon_svg img { width: 50px; text-align: center; margin: 0 auto;}
.online__section .online__item .icon_svg {  background-color: #FFFFFF; width: 85px; height: 85px; border-radius: 100%; }
.online__section .online__item { display: flex; align-items: center; padding: 1rem;  }
.online__section .online__item h5 { color: var(--white-col); width: 70%; font-size: 1.1rem; line-height: 1.4; margin-left: 1rem;}
.online__section .owl-item:last-child .online__item { border: 0;}
.online__section .online__item:hover { background-color: var(--text-dark);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.online__section .online__item:hover h5 { color: var(--white-col);}
.recruiters-section .recruiters-item .recruiters-logo {
    position: relative;
    padding: 1rem;
    width: 100%;
    display: block;
    overflow: hidden;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .recruiters-section .recruiters-item:nth-child(5n) .recruiters-logo {
    border-right: 0px solid var(--bg-yellow);
  }
  
  .recruiters-section .recruiters-item .recruiters-logo:last-child { border-bottom: 0px solid var(--bg-yellow); }
.Eligibility_texta h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}
.Eligibility_texta p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 9px;
}
   
/*   
.rank__item.rankbg1 {
    background-image: url(../images/rank-BG1.png); background-repeat: no-repeat; background-size: cover;
  }
  
  .rank__item.rankbg2 {
    background-image: url(../images/rank-BG2.png);background-repeat: no-repeat; background-size: cover;
  }
  
  .rank__item.rankbg3 {
    background-image: url(../images/rank-BG3.png);background-repeat: no-repeat; background-size: cover;
  }
  
  .rank__item.rankbg4 {
    background-image: url(../images/rank-BG4.png);background-repeat: no-repeat; background-size: cover;
  } */

.w-70 { width: 80% !important;}

.banner-logo .rankDv {

    background-color: var(--white-col);
    padding: 0rem 0.8rem;
    position: relative;
    z-index: 1;
    justify-content: center;
}
.banner-logo .rankDv .Top { color: var(--bg-red); font-weight: 700; margin: 0.2rem 0; display: block;}
.banner-logo .rankDv .Ranked { font-size: 0.7rem; font-weight: 600;}
  .offeredbxawd-content { background-color: var(--bg-blue); border-radius: 1.3rem; text-align: center; padding: 1.2rem; height: 235px;}
  .offeredbxawd-content p { color: var(--white-col); font-size: 14px; line-height: 1.4; }

  .offered__dv { padding: 0.5rem 1.5rem;}
/*== Footer css start ==*/
.footer { font-size: 14px; } 
.desktop { display: block;}
.mobile { display: none;}
ul.listing li:last-child { border: 0 }
ul.listing li { position: relative; color: var(--text-dark); padding: 0.5rem 0; font-size: var(--font); padding-left: 1.5rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); line-height: 1.5; }
ul.listing li:after { position: absolute; left: 0px; top: 10px; font-family: 'Font Awesome 5 Pro'; content: "\f14a"; color: var(--bg-red); }

.entitledTxt ul.listing li { position: relative; color: var(--white-col); padding: 0.8rem 0; font-size: 1.1rem; padding-left: 1.5rem;  line-height: 1.4; border: 0; }
.entitledTxt ul.listing li:after { position: absolute; left: 0px; top: 6px;  content: "#"; font-weight: 700; color: #FFD01E; font-size: 1.8rem;  }

.blog-text > a {
    background-color: var(--bg-blue);
    color: var(--white-col);  border-radius: 5px;
    display: block;
    line-height: 1;
    padding: 1rem 1rem;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem; width: 100%;
}

.blog-text >a:hover{color:#333 !important;}
.blog-text>a::before {
    border-radius: 5px;
    background-color: var(--bg-blue);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.blog-text>a:hover::before {
    transform: scaleY(1);
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 1px 7px !important;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {background-color: #aa1f2f !important; color: var(--white-col)!important;}
.owl-theme .owl-nav [class*=owl-] { background-color: var(--white-col) !important; color: var(--bg-blue)!important;  font-size: 1.8rem !important; border-radius: 100% !important; width: 2rem !important; height: 2rem !important; line-height: 1.5rem !important; }

.owl-theme .owl-dots .owl-dot span {
    background: #94A3B8 !important;
    margin: 5px 2px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--bg-red) !important;
    width: 30px !important;
}
.eff{-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
.eff:hover {     box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
}

.hover:hover .icon_svg, .partners__item:hover  .icon_svg { -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    transition: .9s;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz--transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);}

.elig_section { border: 1px solid var(--bg-red);}
.elig_section .eli-ab span.text-dark { position: absolute;}
    .elig_section:after {
        position: absolute;
        width: 32%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        background-color: var(--bg-red);
        clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    } 
.poten_item { color: #001C54; font-size: 1.2rem; margin-top: 0.8rem; }    
.poten_item svg { width: 45px; margin-right: 0.8rem;}
.poten_item svg path { fill: #001C54;}

.development-section .development_flex .partners__item { 
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    
}
.number-text:hover:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #000;
    right: 11px;
    z-index: 999;
    bottom: 1px;
    border-radius: 60px;
}
.partners__item.fac__white:hover img {
    background: #aa1f2f;
   
}
.number-text:hover {
    background: #aa1f2f;
    border-top-left-radius: 20px !important;
    border-radius: 0;
    border-bottom-right-radius: 20px !important;
    position: relative;
    
}
.highlistest-inner {
    background: #3e107c;
    padding: 30px;
    border-radius: 14px;
    min-height: 249px;
}
.number-text:hover:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: #fff;
    right: -5px;
    bottom: -16px;
    border-radius: 60px;
}
.number-text {
    background: #0D4099;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: normal;
}
.number-text p {
    font-size: 18px;
    color: #fff;
    padding: 0 9px;
}
.highlistest-inner:hover {
    background: #0089c7;
} 
.highlistest-inner:hover p {
    color: #fff;
}

.pedefay-list ul li {
    width: 100%;
    display: inline-block;
    padding: 10px;
    list-style: decimal !important;
    font-size: 15px;
}
.teacher-name {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 35%;
    padding-right: 2%;
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
 
}
.btn-donwloads a {
    background-color: #aa1f2f;
    color: #FFFFFF;
    font-size: 1.0rem;
    padding: 8px 25px;
    /* padding-right: 0; */
    border-radius: 5px;
    position: relative;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    text-align: center;
    font-weight: 700;
}
.tab-title {
    font-size: 21px;
    font-weight: 700;
    color: #aa1f2f;
    margin-bottom: 10px;
    border-bottom: 2px solid #aa1f2f;
    padding-bottom: 4px;
}
.tab-credit {
    font-weight: 700;
    font-size: 16px;
}
.content-tab-list-details {
    padding: 0 30px;
}
.content-tab-list-details ul li {
    padding: 5px;
    font-size: 15px;
}
.content-tab-headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn-donwloads {
    position: absolute;
    right: 0;
    top: 22px;
}
/* width */
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #333; 
  border-radius: 10px;
}
 
/* Handle */
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar-thumb {
  background: #0D4099; 
  border-radius: 5px;
}

/* Handle on hover */
.resp-vtabs ul.resp-tabs-list::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.teacher-name h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px;
}
.teacher-name p {
    
    font-size: 14px;
  
}
.row.recruiters-btn_sec.position-relative {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.category-tab ul li {
    display: inline-block;
    margin: 0px 10px 0px 0;
    
}
.category-tab ul li a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 10px;
}
ul.nav.nav-justified.eligibility a.nav-link.active {
    color: #fff;
    background: #3e107c;
    border-bottom: 0;
    border-radius: 10px;
}

section.recruiters-section{
    background: #3e107c;
}
.number-text h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}
.partners__item:hover .facilities_flex { border-color: var(--bg-red);}

.partners__item.fac__white {
    text-align: center;
}
.content_fx h5 {
    font-size: 16px;
}
.partners__item .facilities_flex { margin: 1.5rem 0; background-color: var(--bg-grey); border-right: 10px solid #D3D3D3; padding: 0.8rem 1.5rem;}

.facilities_flex {
    display: flex;
    align-content: center;
    align-items: center;
}

.facilities__section .partners__item .icon__choice {
    width: 130px;
    height: 130px;
}
.flex-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tabs-ones ul li img {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 11px;
}
.tabs-ones ul li {
    display: inline-block;
    width: 49%;
    padding: 18px;
    font-size: 16px;
    line-height: 25px;
    list-style-type: circle !important;
}
.blog-text > a {
    background-color: var(--bg-red); border: 1px solid var(--white-col);
    color: var(--white-col);  border-radius: 30px; overflow: hidden;
    display: block; text-align: center;
    line-height: 1;
    padding: 0.8rem 1.8rem;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.2rem; width: auto;
}
.blog-text >a:hover{color:var(--bg-red); }
.blog-text>a::before {
    border-radius: 30px;
    background-color: var(--bg-yellow);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.blog-text>a:hover::before {
    transform: scaleY(1);
}
.eligbilty-img-sec img {
    width: 240px;
 
}
.eligbilty-img-sec {
    text-align: center;
}
.tabs-ones tr td {
    font-size: 16px;
    padding: 11px 23px;
}
.Eligibility_texta ul li {
    padding: 10px;
    font-size: 16px;
}
.tabs-ones ul li {
    display: inline-block;
    width: 49%;
    padding: 15px;
        background: #fff;
    font-size: 18px;
    line-height: 25px;
    list-style-type: decimal !important;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.icon_svg img {
    height: 60px;
}
.development-section .facilities_flex h5 {
    font-size: 1.2rem;
        font-weight: 700;
    line-height: 1.4;
}

.facilities__section .partners__item .icon__choice svg {
    width: 100%;
}
section.position-relative.downlaod__section.py-5 {
    background: #2d2d2d;
    /* display: flex; */
    /* align-items: center; */
}
section.position-relative.downlaod__section h4 {
    color: #fff;
    padding: 16px 0;
}
section.position-relative.downlaod__section .blog-text.wow.fadeInUp.mt-3 {
    float: right;
}
.step__flex { width: 250px; margin: 0 auto;}
.testimonail-item {
    background: #0D4099;
    border-radius: 10px;
    min-height: 400px;
    position: relative;
}
.req {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
div#remore .modal-dialog {
    max-width: 1010px;
}
.meaages-fers p {
    font-size: 15px;
    margin-bottom: 9px;
}

.meaages-fers {
    padding: 0 18px;
}
.blog-tsasad.text-end.wow.fadeInUp.mt-3.animated a {
    color: #ffffff;
    font-weight: 700;
}
section.about-bg-sec.position-relative.students__section.py-5 {
    background: url("../images/about-bg.webp");
    background-size: cover;
}
.apply-btns.mt-4.sad a {
    color: #333;
}
.testimonal-details {
    background: #ffff;
    width: 85%;
    border-top-right-radius: 50px;
    padding: 9px 20px;
    position: absolute;
    bottom: 0;
}
.testimonal-details h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
.testimonal-details p {
    font-size: 12px;
    margin-bottom: 9px;
}
.years {
    font-weight: 700;
}
.testimonail-content p {
    color: #fff;
    font-size: 13px;
     padding: 20px;
    text-align: justify;
}
.amenities__section .amenities__item { margin-top: 1.8rem; }
.amenities__section .amenities__item:hover .amenities__icon { background-color: var(--bg-yellow); border-color: var(--white-col);  }
.amenities__section .amenities__item:hover p, 
.amenities__section .amenities__item:hover h6 { color: var(--bg-yellow) !important;}
.amenities__section .amenities__item .amenities__icon svg { width: 100%;}
.amenities__section .amenities__item .amenities__icon { background-color: var(--white-col); border: 15px solid rgba(224, 24, 30, 0.5); padding: 1.5rem; margin-bottom: 1rem; width: 150px; height: 150px; border-radius: 100%; margin-left: auto; margin-right: auto; position: relative; z-index: 2; }
.amenities__section .amenities__item p { font-size: 1.2rem; color: var(--white-col); line-height: 1.2;  margin: 0 auto; }
.amenities__section .amenities__item p span { font-size: 0.8rem; color: var(--white-col); line-height: 1.2;  margin: 0 auto; }

.loction.w-75.title-anim.fs-4.mt-4.lh-1.font-weight-700.text-white {
    background: #496dab;
    padding: 10px 8px;
    text-align: center;
    border-radius: 20px;
    font-size: 21px !important;
}
.amenities__section .amenities__item .process-icon_eff { position: absolute; top: 35%; left: -8%;}
.amenities__section .amenities__item .process-icon_eff-rt { position: absolute; top: 35%; right: -8%;}

.students__section .students__item {
    border: 1px solid var(--text-dark);
    padding: 0.3rem;
    border-radius: 1rem;
    margin: 0.5rem;
}
.video-play-fluid.position-relative img {
    border-radius: 1rem;
}
.aheadTestimonial .img-outer img {
    width: 82px;
    height: 82px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.1rem;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}

.faq-section .accordion-button[aria-expanded="true"] { background: var(--bg-red); color: var(--white-col); }
.faq-section .accordion-button[aria-expanded="true"]::after {
    background-image: none;
    font-family: 'Font Awesome 5 Pro';
    content: "\f068";
}


.faq-section .accordion-button {
    padding: 0.6rem 1rem; background-color: #212121; color: var(--white-col); box-shadow: none;
     border: 1px solid #e6e6e6; font-size: 1.5rem; font-weight: 700;
    margin-bottom: 0.6rem;
}
.faq-section .accordion-button::after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    font-size: 1.1rem;
    background-image: none;
    font-weight: 100;
    color: var(--white-col);
    border-radius: 100%;
    text-align: right;

}

.faq-section .accordion-item { border: 0; background-color: #FFF6F6; }



.card.program-card { box-shadow: 0px 4px 20px rgb(0 0 0 / 10%); }
.card-body h3 {
    font-size: 1.2rem; padding-bottom: 1rem; margin-bottom: 1rem;
    font-weight: bold; color: var(--bg-red);
    border-bottom: 1px solid var(--text-dark);
}

.program-card h4 {
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-weight: 500
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem;
}
.a-icon-sticky a span {
    display: none;
}
.a-icon-sticky a img {
    width: 100%;
}
.totalFee span.del {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #e0181e;
}

.totalFee span.del::before {
    position: absolute;
    content: "";
    background: #040404;
    width: 100%;
    height: 1px;
    top: 10px;
    transform: rotate(176deg);
}

.program-card ul li {
    list-style-type: none;
    font-size: 14px; padding: 0.2rem 0;
    color: #333;
    font-weight: 500;
}

.program-card ul li span {
    font-weight: 600; color: var(--bg-red);
}

.program-card .card-footer {
    padding: 0;
    background: #fff;
}

.program-card .card-footer a {
    color: #fff;
    font-size: var(--font);
    text-decoration: none;
    padding: 15px 0
}

.program-card .card-footer a:hover {
    color: #fff;
    background-color: var(--text-dark);
    border-color: var(--text-dark);
}

.program-card .card-footer img {
    margin-right: 5px;
    position: relative;
    top: -1px
}

.program-card .card-footer span {
    color: #333;
    font-size: 14px;
}

.program-card .card-footer span b {
    color: #E31E24;
}

.card-h-150 {
    height: 150px;
}

.faq-section .accordion-button svg { width: 3.5rem; height: 3.5rem; margin-right: 1rem;}
.faq-section .accordion-button svg path { fill: var(--white-col);}
.animate-text {
    background-image: linear-gradient(
      -225deg,
      #231557 0%,
      #44107a 29%,
      #cf1212 67%,
      #cf1212 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: block;
    margin-top: 0.5rem;
  }
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

#home-slider.owl-theme .owl-dots, #home-slider.owl-theme .owl-nav {
text-align: left;
-webkit-tap-highlight-color: transparent;
}

.mtop28 { margin-top: 2% !important;}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
    margin: auto;
    position: relative;
    z-index: 1;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
    font-size: 2.6rem;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
    font-size: 18px;
    line-height: 1.4;
}

.thankyou-sec .hero-thankyou .bc-img01 {
    height: 100vh;
    background-size: cover;
    padding-top: 4%;
}

.thankyou-sec .hero-thankyou .fsize14 {
    font-size: 14px;
}

.thankyou-sec .hero-thankyou .dow__section {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.thankyou-sec .hero-thankyou .bc-img01:after {
    position: absolute;
    background: #FFFFFF;
    opacity: 0.9;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.tabs_list {
    padding: 0;
    margin: 0 0 0px;
    width: 640px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    background: #fff;
    text-align: center;
}
.tabs_list li .nav-link {
    padding: 1.2rem 10px;
    font-weight: 600;
    border-radius: 30px;
    width: 300px;
    color: var(--text-dark);
    font-size: 32px;
}
p.pgdms {
    font-size: 24px;
}
.eligbilty--sec p {
    font-size: 14px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.accordion-body ul {
    padding-left: 24px;
}
.slider {


  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide img {
    object-fit: contain;
    width: 200px;
    height: 90px;
}
.slider::before,
.slider::after {

  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.eligbilty--sec p {
    font-size: 16px;
    margin-bottom: 10px;
}
 .tabs_list li {
    background-color: var(--bg-grey);
    border-radius: 30px;
    margin-right: 7px;
    cursor: pointer;
}

  
  .tabs_list li .nav-link.active { color: #FFC600 !important; background-color: var(--bg-red); }

  .programs__item .title  { padding: 1.5rem 0; }
.programs__item .title p { padding: 0.2rem 0; color: var(--text-dark); font-size: 14px; }
.programs__item {
    border-radius: 1rem;
    margin: 1.5rem 0.5rem;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 0.8rem;
    min-height: 415px;
}
.title.position-relative h3 {
    height: 37px;
}
.icon_svg.step__flex.flex-c img {
    height: auto;
}

.programs__item .radius2 { border-radius: 1rem; }
.programs__item .image-box .image {border-radius: 1rem;}
.programs__item .image-box .image img { width: 100%; position: relative; z-index: 2;  }
.programs__item .image-box .heading { 
    text-align: center;
    width: 50%; margin: 0 auto 2rem; margin-top: -15px;
    background-color: var(--bg-blue);
    color: var(--white-col);
    padding: 0.5rem 0;}
.programs__one .programs__item  .btnApply { position: absolute; right: 0.5rem; bottom: 1rem;}
.programs__one .programs__item .blog-text > a { background-color: transparent; color: var(--text-dark);  font-size: 1.1rem; }    

.programs__one .programs__item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    content: "";
    background-color: var(--bg-red);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.programs__one .programs__item:hover:after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    visibility: visible;
    opacity: 1;
    height: 100%;
}
.programs__one .programs__item:hover  .blog-text > a:hover { color: var(--text-dark) !important;}
.programs__one .programs__item:hover  .blog-text > a  { color: var(--white-col) !important;}
.programs__one .programs__item:hover  .blog-text>a::before { background-color: var(--white-col) !important; }
.programs__one .programs__item:hover .title h3, .programs__one .programs__item:hover .title  p { color: var(--white-col) !important;}

 