/*compare page css*/
.compare-college-logos {
    height: 198px;
    border-right: 1px solid #ddd;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-body {
    padding: 14px 0;
}
.compare-body table tr td img {
    width: 139px;
    margin: auto;
}
.compare-body table tr td a {
    color: #333;
}
.compare-body table  tr th {
    padding: 33px;
    vertical-align: middle;
    font-size: 17px;
    text-align: left;
    width: 20%;
}
.compare-body table  tr td {
    padding: 33px;
    font-size: 17px;
    line-height: 1.6rem;
   vertical-align: middle;
    text-align: left;
}
#compare-colleges  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2a83e2;
    box-shadow: 0 0 0 0;
}
#compare-colleges .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 1rem 1.25rem;
    font-size: 1.3rem;
    color: #212529;
    font-weight: 600;
    text-align: left;
    background-color: #f9f9f9;
    border: 1px solid #333;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    border-radius: 10px;
}
.compare-college-logos img {
    width: 170px;
}
.compare-title {
    background: #fff9dc;
    padding: 20px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.compare-title p {
    font-size: 16px;
}
.compare-college-hero-outer {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.compare-title h2 {
  

    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0 0 5px 0;
}


/*compare page css end*/


/*blog Page css*/

.blog-title h1 {
    font-size: 3.6rem;
    line-height: 3.9rem;
    font-weight: 600;
    color: #fff;
}
.post-content-titles {
    width: 70%;
    padding-left: 10px;
}
.post-content-titles p a {
    color: #333;
    font-size: 15px;
    line-height: normal !important;
}
.post-content-titles p  {
    color: #333;
    font-size: 15px;
    line-height: normal !important;
}
.Recent-Posts ul li {
    display: flex;
    align-items: flex-start;
}
.post-thumbs {
    width: 26%;
}
.blog-bg {
    background-image: url(../images/Blog-bg.webp);
    height: 65vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
.blog-details-bg.position-relative:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 11;
}
.blog-details-content-sec h2 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 800;
}

.blog-details-content-sec p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.6rem;
   
}
section.blog-details-sec.py-5.position-relative {
    background: #f3f8f8;
}
.blog-categories {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 20px 10px;
    border-radius: 10px;
}
.blog-categories ul li {
    list-style: none;
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.blog-categories ul li a {
   color: #333;
}
.blog-categories ul li:last-child{
     border-bottom: 0px solid #ddd;   
} 
.blog-categories ul li i {
    color: #0362fb;
    padding-right: 10px;
}
.Recent-Posts {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 20px 10px;
    border-radius: 10px;
}
.Recent-Posts p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.blog-categories p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.blog-details-content-sec {
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}
.blog-details-content-sec ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6rem;
    list-style: disc;
   
}

.blog-details-content-sec ul  {
    padding-left: 20px;
   
}

.blog-details-content-sec h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 800;
}
.blog-details-bg {
    background-image: url(../images/blog-img-1.jpg);
    height: 65vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
.blog-details-title h1 {
    font-size: 3.6rem;
    line-height: 3.9rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 999;
}
.blog-details-title p {
   
    position: relative;
    z-index: 999;
}
.blog-card-box {
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.blog-card-box img {
    border-top-left-radius: 10px;
        border-top-right-radius: 10px;
}
.blog-box-date-certificate {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.post-by p {
    font-size: 14px;
}
.certificate-type p {
    font-size: 14px;
    color: #444444;
}
.blog-box-title-and-des {
    padding: 10px 10px;
}
.blog-box-title-and-des h3 {
    font-size: 19px;
    font-weight: 800;
    color: #1D1D1F;
    margin-bottom: 10px;
    line-height: 1.6rem;
}
.read-more-btns a i {
    background: #2A83E2;
    padding: 15px;
    font-size: 13px;
    border-radius: 8px;
    color: #fff;
    margin-right: 10px;
}
.read-more-btns a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.blog-box-content {
    padding: 15px;
}
.blog-box-title-and-des p {
    font-size: 14px;
}
.read-more-btns {
    padding: 10px 10px;
}
/*blog page css end*/


/*Home Page Css*/
/*compare-bttun css*/
.checkbox-wrapper-46 {
    background: transparent;
    border-radius: 9px;
    color: #1D1D1F;
    font-size: 15px;
    padding: .375rem .75rem;
    font-weight: 600;
    width: 100%;
    border: 1px solid #1D1D1F;
    text-align: center;
    align-items: center;
}
.colleges-item-btns .checkbox-wrapper-46 {
    padding: 7px;
}
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
header#header {
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
}
.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #2A83E2;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}
.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #2A83E2;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #2A83E2;
  border-color: #2A83E2;
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}


/*compare btn css end*/


.course-box-main {
    background: #F5F5F7;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.course-logo {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #fff;
    padding: 17px;
    border-top-left-radius: 25px;
}
.course-title {
    margin-bottom: 9px;
}
section.About-degree {
    background: #F5F5F7;
}
.about-content-area h2 {
    color: #F48B13;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 30px;
}
.about-content-area p {
    font-size: 19px;
    color: #000;
}
.Questions-bg {
    background: url("../images/question-bg.png");
    padding: 20px 50px;
    background-size: cover;
    height: 100%;
    border-radius: 20px;
}
.more-questions {
    padding: 5.7rem;
}
.more-questions h4 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.more-questions p {
    font-size: 25px;
    color: #fff;
}
.load-more-btns.text-center a {
    background: #F48B13;
    padding: 13px 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 9px;
    font-weight: 600;
}
.load-more-btns.text-center a:hover{
    color: #000;
}
.course-title h2 {
    font-size: 18px;
    padding: 5px 0;
    color: #1D1D1F;
    font-weight: 700;
}
.fees_highlights-sec {
    display: flex;
    gap: 45px;
}
.highlight-title {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    border-left: 4px solid #2A83E2;
    padding-left: 5px;
}
.apply-now-button-sec-home a {
    background: #F48B13;
    color: #fff;
    font-weight: 600;
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 15px;
    border-radius: 9px;
}
.course-card-section.px-3 {
    border-left: 2px solid #333;
}
a.Download_Brochure_btns.btn {
    background: #1D1D1F;
    border-radius: 9px;
    color: #fff;
        font-weight: 600;
          width: 100%;
    font-size: 15px;
}
.button-groups {
    display: flex;
    gap: 13px;
    align-items: center;
}
a.Add_Compare_btns.btn input {
    position: relative;
    top: 3px;
}
a.Add_Compare_btns.btn {
    /* width: 100%; */
    background: transparent;
    border-radius: 9px;
    color: #1D1D1F;
    font-size: 15px;
        font-weight: 600;

    width: 100%;
    border: 1px solid #1D1D1F;
}
a.btn.w-100.btn-hover-apply:hover {
    background: #0362fb;
    color: #fff;
}
.highlight-area ul li {
    font-size: 13px;
    padding: 4px 0;
    font-family: "Noto Sans", sans-serif;
    list-style: none;
}
.fees-price {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.years {
    font-size: 15px;
    padding: 8px 0;
    font-family: "Noto Sans", sans-serif;
    text-align: left;
}
.course-box-content {
    padding: 20px;
}
.approvedby {
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
}
.approvedby img {
    background: #fff;
    margin: 0 10px;
    height: 51px;
    width: 82px;
    object-fit: none;
    padding: 8px;
    border-radius: 10px;
}
.approvedby p {
    font-size: 14px;
}
section.career_Happen_sec {
    background: #F48B13;
}
.dream-box.position-relative h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #1D1D1F;
}
.dream-box.position-relative p {
    font-size: 15px;
    text-align: justify;
    padding: 10px 0;
}
.career-box-btn {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 42px;
    width: 79%;
    bottom: -22px;
}
.career-box-btn a {
    background: #2A83E2;
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    padding: 7px 30px;
    width: 100%;
}
.career-box-btn a:hover {
    background: #333;
    color: #fff;
}
section.Learning-Experience.position-relative.py-5 {
    background: #F5F5F7;
}
.learning_item h5 {
    color: #333 !important;
    font-size: 18px;
    padding: 14px 0;
    font-weight: 600;
    line-height: 1.6rem;
}
.learning_item {
    padding: 0 22px;
    border-right: 1px solid #333;
    min-height: 300px;
}
.learning_item p {
    font-size: 15px;
    color: #333;
    text-align: justify;
}
.logos img {
    width: 102%;
    height: 74px;
    object-fit: contain;
}

.logos {
    border: 1px solid #333;
    padding: 33px;
    width: 20%;
}
.university-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos.left-logo {
    border-top-left-radius: 24px;
}
.Alumni-review-item {
    margin: 29px 9px 20px;
    padding: 21px 0;
    text-align: left;
}
div#review-alumni-slider .owl-dots.disabled {
    display: block;
}


.ranks-img.align-items-center.rankDv {
    text-align: center;
}


.Alumni-content-area {
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    position: relative;
}
.Alumni-img-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.alumin-title p {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
}

.alumin-name h5 {
    font-size: 14px;
    font-weight: 700;
}
.alumin-name p {
    font-size: 12px;
   
}
img.students-img {
    width: 89px;
}
img.star-img {
    width: 109px;
}
.alumin-title h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
div#review-alumni-slider .owl-item.active {
    transition: 0.26s cubic-bezier(0.25, 0.1, 0, 1.66);
}
div#review-alumni-slider .owl-item.active.center {
    transform: scale(1.2);
    transition: 0.26s cubic-bezier(0.25, 0.1, 0, 1.66);
    z-index: 10;
    opacity: 1;
    position: relative;
}
.logos.right-logo {
    border-top-right-radius: 24px;
}
div#Alumni-slider .owl-stage-outer {
    background: #EAF4FF;
    padding: 10px;
    border-radius: 10px;
}
.Alumni-logos {
    text-align: center;
}
.banner-btnss {
    background-color: #F48B13;
    color: #FFFFFF;
    font-size: 1.0rem;
    padding: 10px 50px;
    /* 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;
}
.course-box-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.logos.bottom-left-logo {
    border-bottom-left-radius: 24px;
}
.logos.bottom-right-logo {
    border-bottom-right-radius: 24px;
}
.course-logo img {
    width: 150px;
    height: 50px;
    object-fit: scale-down;
}
a.viewe-more {
    background: #F48B13;
    padding: 10px 40px;
    border-radius: 10px;
    color: #fff;
}
.counselors-details.py-3 h5 {
    color: #2A83E2 !important;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}
.counselors-details.py-3 p {
    font-size: 15px;
    padding: 3px 0;
    line-height: 1.5rem;
}

/*home page css end*/


/* Program page css */
.about-program-content p {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    line-height: 34px;
}
.program-ranking-sec {
    background: #F5F5F7;
    padding: 20px;
    border-radius: 18px;
}
div#specializationsss-slider {
    background: #0062FF;
    padding: 50px 0 20px 0;
    border-radius: 20px;

}
.why-right-outer {
    background: #F5F5F7;
    padding: 24px;
    border-radius: 24px;
}
.why-should-join-sec-right- {
 
    align-items: center;
    justify-content: space-between;
}
.why-should-join-sec-left-box {
    background: #0062FF;
    padding: 30px;
    border-radius: 30px;
    margin-top: 1rem;
}
.why-should-join-sec-left-box h5 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.why-should-join-sec-left-box p {
    font-size: 18px;
    color: #fff;
}
#specializationsss-slider.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
    margin: 5px 8px !important;
    width: 70px !important;
}
#specializationsss-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f48b13 !important;
    width: 70px !important;
}
.specializations-item-inner {
    background: #F5F5F7;
    padding: 50px 53px;
    text-align: center;
    border-radius: 20px;
    min-height: 350px;
    border-bottom: 20px solid #F48B13;
}
.specializations-item-inner h5 {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.specializations-item-inner p {
    font-size: 18px;
    line-height: 1.7rem;
    color: #000;
}
.specializations-item-inner img {
    width: 20%;
    margin-bottom: 20px;
}
.online-mba-university-box {
    background: #ffffff;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 24px;
}
.discount-line.mt-4 {
    background: #F48B13;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
}
.programmes_card_sec {
    display: flex;
    justify-content: space-between;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    min-height: 320px;
}
.programmes_card_content_inner span b {
    font-size: 17px;
}
p.Eligibility-p {
    padding-left: 33px;
    font-size: 15px;
}
.programmes_card_img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
}
.programmes_card_apply_btns.mt-5 {
    position: absolute;
    width: 89%;
    bottom: 28px;
}
.programmes_card_img-logo {
    position: absolute;
    bottom: 27px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 27px;
    /* text-align: center; */
    /* margin: auto; */
    left: 0%;
}
.programmes_card_apply_btns a {
    background: #2A83E2;
    color: #fff;
    font-weight: 600;
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 15px;
    border-radius: 9px;
    width: 100%;
}
.programmes_card_img-logo img {
    width: 172px;
}
.programmes_card_content {
    width: 60%;
    padding: 20px;
    position: relative;
}
.programmes_card_content_inner {
    padding: 10px 0;
    font-size: 15px;
}
.programmes_card_content_inner span {
    padding-left: 5px;
}
p.Eligibility-p {
    padding-left: 33px;
}
.programmes_card_img.position-relative {
    width: 40%;
}
.online-mba-university-box img {
    width: 102%;
    height: 74px;
    object-fit: contain;
}
.program-ranking-sec h5 {
    font-weight: 600;
    margin-bottom: 20px;
}
.ranking-about-program img {
    width: 80px;
    /* object-fit: fill; */
    height: 44px;
}
.course-lavel-anddurations {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 23px 0px;
}
.course-level {
    padding-left: 10px;
}
.course-level h6 {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 15px;
}
.course-level p {

    font-size: 13px;
}
.course-lavels {
    display: flex;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 10px;
    width: 100%;
}
.ranking-about-program {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 10px;
}
.program-bg { background-image: url(../images/program-bg-banner.webp); height: 85vh; background-size: cover; background-position: center center; background-repeat: no-repeat; 
    border-radius: 0px;}

.program-page-content p {
    font-size: 26px;
    color: #fff;
    margin: 20px 0 30px 0;
}
.program-page-content h1 {
    font-size: 3.8rem;
    line-height: 3.9rem;
    font-weight: 600;
    color: #fff;
}
.colleges-item-content- .approvedby img {
    background: #fff;
    margin: 0px 7px;
    height: 50px;
    width: 59px;
    object-fit: contain;
    padding: 8px;
    border-radius: 10px;
}
.colleges-item-content- .approvedby {
    align-items: center;
    justify-content: center;
}
.colleges-item-btns a.Download_Brochure_btns.btn {
    color: #fff;
    background: #F48B13;
}
div#top-colleges-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav i {
    font-size: 17px;
}

.university_course-card-section {
    background: #F5F5F7;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    /* margin-bottom: 25px; */
    padding: 20px;

}
a.btn.university-appy.w-100.btn-hover-apply {
    background: #F48B13;
    color: #fff;
    font-weight: 600;
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 15px;
    border-radius: 9px;
}
.top-colleges-title h5 {
    font-size: 29px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    display: inline-block;
}
.top-colleges-list-sec {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    border: 2px solid #1D1D1F;
 
}
.top-colleges-list-content-inner {
    display: flex;
    align-items: baseline;
}
.top-colleges-logos {
    width: 30%;
    border-right: 1px solid #333;
}
.top-colleges-details {
    width: 70%;
    padding-left: 15px;
}
.logos-universitys img {
    width: 85%;
    height: 60px;
    object-fit: contain;
    text-align: left;
}

.university-Approved {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.universities-title h4 {
    color: #2A83E2;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}
.universities-location {
    padding: 3px 0;
    font-size: 13px;
}
.university-course-program {
    padding: 10px 0;
}
.university-course-program span {
    font-size: 15px;
}
.top-colleges-button-area a {
    width: 20%!important;
}
.top-colleges-button-area .checkbox-wrapper-46 {
    width: 20%!important;
}
.university-Approved p {
    font-size: 13px;
}
.programmes_card_apply_btns {
    background: #2A83E2;
    color: #fff;
    font-weight: 600;
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 15px;
    border-radius: 9px;
    width: 100%;
    border: 0;
      padding: .275rem .75rem;
}
/*Program page css end*/

/*University page css */

.university-bg {
    background-image: url(../images/university-bg-img.webp);
    height: 85vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
i.searchInputIcon.university-icons.fa.fa-search {
    right: 14px;
    color: #f48b13;
}
.colleges-item-inner {
    background: #F5F5F7;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 25px;
}
.colleges-item-content- {
    padding: 20px 16px;
}
.colleges-item-btns {
    padding: 10px;
}

/*University page css end*/


/*single university css*/

.single-university-bg {
    background-image: url(../images/single-university-bg.webp);
    height: 85vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
section.program-single-page.py-5.position-relative {
    background: #F5F5F7;
}
.about-university-right-sec {
    background: #F5F5F7;
    padding: 20px;
    border-radius: 12px;
}
.about-informations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #333;
}
.col-xl-4.col-lg-12.col-md-12.col-sm-12.mb-2.sdsada {
    position: sticky;
    top: 50%;
}
.about-informations p {
  width: 50%;
  font-size: 16px;
 
}
.program-inner-offered {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.program-inner-offered {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
}
.program-inner-offered-title h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.-approved-program {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.approved-icons {
    display: flex;
    align-items: center;
    width: 40%;
}
.approved-icons p {
    font-size: 14px;
}
.course-fess-years {
    width: 60%;
}
.-approved-program img {
    margin: 0px 5px;
}
.top-colleges-button-area.program-inner-offered-btnss a {
    width: 30% !important;
}
.top-colleges-button-area.program-inner-offered-btnss a:hover {
    background: #2A83E2 !important;
    color: #fff;
}
.colleges-item-btns a.Download_Brochure_btns.btn:hover{
     background: #2A83E2 !important;
    color: #fff; 
}
.top-colleges-button-area a:hover {
   background: #2A83E2 !important;
    color: #fff; 
}
.course-fess-years span {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    /* line-height: 34px; */
    color: #1D1D1F;
    padding: 0 11px;
    border-right: 2px solid #333;
}


/*single university css end*/


/*single program page css*/

.programme-title h1 {
    font-size: 3.7rem;
    line-height: 6rem;
    color: #fff;
    font-weight: 600;
}
.eligibility-content p {
    font-size: 18px;
    color: #111;
}
.certificate-of-program-content.py-5 p {
    font-size: 18px;
    margin-bottom: 20px;
}
.certificate-of-program-content.py-5 p span {
    font-weight: 600;
    color: #2A83E2;
}
.programme-title h1 span {
    color: #F48B13;
}
.certificate-of-program {
    position: absolute;
    top: -39px;
    right: 30px;
}
.job-opportunities-content h4 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.job-opportunities-content ul {
    padding-left: 20px;
}
.job-opportunities-content ul li {
    list-style: disc;
    font-size: 14px;
    padding: 3px 0px;
}
.eligibility-imgssa img {
    border: 1px solid #3D107B;
    border-radius: 12px;
}
.job-opportunities-content h4 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.program-inner-banner-logo .rankDv img {
    width: 160px;
    height: 82px;
}
span.icon-pns {
    padding-right: 10px;
}
span.icon-pns svg {
    fill: #3D107B !important;
    width: 36px;
}
.certificate-of-program img {
    width: 90%;
}
.resp-tab-active .icon-pns svg {
    fill: #fff !important;
}
.semster-sec {
    box-shadow: 5px 9px 9px 4px rgba(232, 232, 232, 1);
    border-radius: 10px;
    min-height: 310px;
}
.semeter-item {
    margin: 3px;
    margin-bottom: 20px;
}
.semester-sec {
    background: #2E4578;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.semter-pointer ul li {
    list-style: disc;
    font-size: 13px;
    padding: 3px;
}
.eligibility-content {
    padding: 35px 25px;
}
.eligibility-in {
    background: #F6F6F8;
    border-radius: 12px;
    /* padding: 20px; */
    -webkit-box-shadow: -8px -2px 5px 0px rgba(232, 232, 232, 1);
    -moz-box-shadow: -8px -2px 5px 0px rgba(232, 232, 232, 1);
    box-shadow: -5px 2px 5px 0px rgba(232, 232, 232, 1);
}
.certificate-of-program-outter {
    background: #F6F6F8;
    padding: 20px;
    border-radius: 20px;
}
.certificate-of-program-content.py-5 ul li {
    list-style: none;
    padding: 8px 0;
    font-size: 17px;
}
.main-program-page-cta {
    background: #F48B13;
    color: #fff;
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
    border: 0;
}
.downloads_btns {
    position: absolute;
    right: 0;
    top: 10px;
}
.downloads_btns a {
    background: #F48B13;
    color: #fff;
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
}
.semter-pointer {
    padding: 20px 33px;
}
.sem-left {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.sem-right p {
    font-size: 13px;
     color: #fff;
    padding: 2px 0;
}
.kindergarten__section .programs__dv #verticalTab .resp-tabs-list  .resp-tab-item {
    background-color: #F5F5F7;
    border: 0px;
    margin-bottom: 13px;
    border-radius: 0px;
    height: 61px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 11px;
    -webkit-box-shadow: -8px -2px 5px 0px rgba(232,232,232,1);
    -moz-box-shadow: -8px -2px 5px 0px rgba(232,232,232,1);
    box-shadow: -8px -2px 5px 0px rgba(232,232,232,1);
}
.tabs-inner-sec p {
    font-size: 16px;
    color: #111;
    line-height: 21px;
    padding: 10px 8px;
}
.learning-outcome-inner {
    background: #ffffff;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 24px;
    padding-bottom: 0 !important;
}
.learning-outcome-inner-content ul li {
    list-style: none;
    padding: 13px 0;
    font-size: 17px;
}
.learning-outcome-inner-content ul li span {
    font-weight: 600;
    color: #2A83E2;
}
.learning-outcome-inner-content ul li svg {
    margin-right: 13px;
}


.fess-processing-sec {
    background: #502885;
    padding: 22px;
    border-radius: 20px;
  background: #2E4578;
}
ul.nav.nav-justified.eligibility.fess-tabs {
    border-color: #fff;
}
ul.nav.nav-justified.eligibility.fess-tabs li a.nav-link.active {
    color: #fff !important;
    border-color: #fff;
}
.category-tab.tickets-tab-blk ul li a {
    font-size: 19px;
    font-weight: 500;
    color: #111;
}
section.fess-inner-sec-content.py-0.position-relative h4 {
    color: #333;
    font-size: 16px;
    margin-bottom: 1rem;
}
.titlepayment.py-3 {
    font-weight: 600;
    color: #502885;
    font-size: 18px;
    /* margin-bottom: 10px; */
}
.options {
    padding: 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: #502885;
}
.paynow.mt-4 a {
    background:#F48B13;
    color: #fff;
    padding: 10px 85px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
    margin-right: 20px;
}
.payment-fess-buttons.d-flex.mb-4 {
    justify-content: center;
}
.Apply-btns.mt-4 a {
    background: #2A83E2;
    color: #fff;
    padding: 10px 85px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
    margin-right: 20px;
}
.payment-options p {
    padding: 7px 0;
    font-size: 16px;
    min-height: auto;
    color: #000;
    font-weight: 400;
}
.fess-includes h5 {
    font-weight: 600;
    color: #502885;
    font-size: 17px;
    margin-bottom: 10px;
}
.fess-includes ul li {
    font-size: 16px;
    padding: 6px 0;
    list-style: none;
}
a.nav-link.active {
    color: #502885 !important;
    font-weight: 800 !important;
    border-bottom: 5px solid #502885;
}
.fess-titles h4 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 15px;
}
.fess-titles span {
    background: linear-gradient(to right, #FFCE46, #FF8614);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 800;
    margin-bottom: 0px;
    font-size: 25px;
}
ul.nav.nav-justified.eligibility.fess-tabs li a {
    color: #fff;
}
ul.nav.nav-justified.eligibility.fess-tabs {
    width: 60%;
}
.category-tab.tickets-tab-blk ul {
    border-bottom: 2px solid #333;
}
.fess-titles strike {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    margin-right: 10px;
}
.discounts {
    margin-top: 2rem;
    text-align: right;
    color: #fff;
}

/*single program page css end*/

/*compare section css*/
section.comapre-section {
    position: fixed;
    z-index: 9;
    bottom: 0;
    background: #fafafa;
    width: 100%;
    display: inline-block;
}
section.comapre-section .container {
    width: 860px;
}
.comapre-section .compare_tag i {
    float: right;
    cursor: pointer;
}
.comapre-section .grid-item .services-box-style-06 {
    min-height: 190px;
    position: relative;
    border: 2px dashed #ddd;
}
.comapre-section .grid-item .services-box-style-06 span.close_item {
    position: absolute;
    right: -8px;
    background: #eee;
    z-index: 99;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    line-height: 20px;
    top: -5px;
}
.comapre-section .grid-item .services-box-style-06 span.close_item .fa {
    font-size: 12px;
    color: #000;
}
.comapre-section .image {
    height: 130px;
}
.comapre-section .image img {
    width: auto;
    max-width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 66px !important;
}
.btn.btn-dark-gray {
    background-color: #F48B13;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
}
.btn.btn-switch-text > span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.comapre-section .grid-item .services-box-style-06 span.add_compare-tag {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    bottom: 0;
}
.comapre-section .grid-item .services-box-style-06 {
    min-height: 190px;
    position: relative;
    border: 2px dashed #ddd;
}
.comapre-section .grid-item .services-box-style-06 span.add_compare-tag {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    bottom: 0;
}
.d-flex.align-items-center.mb-0.compare-titlea h4 {
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
}
.d-flex.align-items-center.mb-0.compare-titlea {
    text-align: center !important;
    padding: 13px;
    margin: auto;
}
.fesss-compare {
    text-align: center;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.fesss-compare p {
    margin-bottom: 10px;
}

/*compare css end*/

/*footer css*/
section.next_section h2 { font-size: 2rem; font-weight: 700;}
section.next_section p {font-size: 1.5rem;}
.footer-three {padding: 50px 0 0px; background: #000000; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; width: 100%;}
.footer-navbar li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}
hr{
    background: #fff;
}
.col-xl-6.last-paragraph-no-margin.text-center.text-xl-end p {
    font-size: 14px;
}
.footer-three-logo img { width: 200px;}
.footer-menu-three ul li {
    margin-bottom: 10px;
    position: relative;
    color: #fff;
}
.footer-menu-three ul { list-style: none; margin: 0; padding: 0; outline: none;}
.footer-menu-three ul li a { color: #ffffff;  font-weight: normal;  font-size: 14px;   text-decoration: none;}

.box-form-newsletter {background: #fff; max-width: 635px;border-radius: 5px;padding: 10px;}
.box-form-newsletter form {display: flex;align-items: center;justify-content: space-between;}
.box-form-newsletter form .input-newsletter {width: 70%; border: 0; background-image: url(../images/email.svg); background-repeat: no-repeat; background-position: left 17px center; padding: 10px 10px 10px 10px;}
p.mb-0.mans.mt-3 { font-size: 15px;}
.footer-three .newsletter-title h6 { font-weight: normal; font-size: 18px; color: #FFFFFF; margin-bottom: 18px;}
.footer-three-title {
    font-weight: normal;
    color: #FFFFFF;
     font-size: 18px;
    margin-bottom: 20px;
}
.btn-default {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: #2A83E2;
    border-radius: 5px;
    min-width: 159px;
    height: 44px;
    padding: 10px;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.social-media-icon ul li:hover {
    background: #333;
}
.social-media-icon ul li:hover a {
    color: #fff;
}
.social-media-icon ul li a {
    color: #000;
}
.social-media-icon ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    /* justify-content: space-between; */
}
.social-media-icon ul li {
    padding: 0;
    background: #fff;
    margin: 0 3px;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
}


/*footer css end*/




/*slider form*/
.enquire-btn {
    position: fixed;
    right: -4.6rem;
    font-size: 22px;
    background-color: #0062ff;
    color: #fff;
    text-decoration: none;
    transform: rotateZ(-90deg);
    top: 50%;
    padding: 0.5rem 2.0rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    border-radius: 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*/


.logo-ms img {
    width: 130px;
}
.h-100 {
    height: 100%!important;
}
.leftsec_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.univeristy-heading.content_bnr-flex.mb-2.text-left h1 {
    font-size: 5rem;
    line-height: 6rem;
}

#back-top:after {
    display: block;
    text-align: center;
    /* color: var(--text-dark); */
    font-size: 20px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f357";
    line-height: 48px;
    -webkit-transition: color .25s ease, -webkit-transform 2s ease;
    transition: color .25s ease, transform 2s ease;
}
.filter-area {
    padding: 13px 0;
    border-bottom: 1px solid #333;
}
.all-filter {
    font-weight: 700;
    font-size: 18px;
}
.clear-all {
    color: #2A83E2;
}
.custom_checks input:checked ~ .checkmark {
    background-color: #2ea77d;
    border-color: #2ea77d;
}
.filter-body .check-box- {
    
    display: block;
    width: 100%;
}
label.custom_checks {
    cursor: pointer;
    font-size: 15px;
}
.filter-body {
    padding: 8px;
}
.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #2ea77d;
    background-color: #fff;
    border-radius: 2px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*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: #f9f9f9;
    background-size: cover;
    margin-bottom: 0px;
    padding: 15px;
    border-radius: 0px !important;
    border-bottom: 1px solid #333;
}
button.accordion-button.collapsed.faqs.accordion-button::after {
    transition: all 0.5s;
    filter: invert(0);
}
button.accordion-button.faqs {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
button.accordion-button.collapsed.faqs span {
    /* margin: auto; */

    font-family: sans-serif;
    color: #CDDDED;
    font-size: 44px;
    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: 18px;
    margin-bottom: 10px;
}
.faqs:not(.collapsed) {
   background: #0062ff;
    background-size: cover;
    color: #fff !important;
    font-weight: 700;
   box-shadow: 0 0 0 0;
       padding: 15px;

}

.faq-bg {
  background: #0062ff;
    color: #333;
}
div#accordionExample3 .accordion-item {
    border: 0;
    border-radius: 10px;
    margin-bottom: 0 !important;
}
.courses:not(.collapsed) {
    color: #fff;
    background-color: #0062ff;
    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 td {

    padding: 15px !important;
}
button.accordion-button.courses span {
    position: absolute;
    right: 110px;
}

/*accordina css end*/



.logo img {
    width: 150px;
}
.banner-btn {
    background-color: #F48B13;
    color: #FFFFFF;
    font-size: 1.0rem;
    padding: 10px 50px;
    /* 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: #fff;
    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;
}
.logo-inner {
    border: 1px solid #ddd;
    text-align: center;
}
.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;
}
.number-texts.text-center h4 {
    color: #fff;
    font-size: 39px;
    font-weight: 700;
}
.number-texts.text-center p {
    color: #fff;
    font-size: 22px;
}
.testin-name h4 {
    font-size: 18px;
    font-weight: 700;
}
.testin-name {
    position: absolute;
    bottom: 27px;
}
.stalwartsList.new-client-design.mb-2 {
    padding: 25px;
    background: #FFF;
    position: relative;
    min-height: 250px;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
    border-radius: 0 0 12px 12px;
}
section.landscape-secsaaS.position-relative.py-5 {
    background: #f9f9f9;
}
section.programs-sections.py-5.position-relative {
    background: url("../images/bg-number.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.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%; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; border-radius: 12px;   position: relative; z-index: 1; margin: 0 auto; padding: 0.5rem; }
.frmBg {
    position: relative;
    text-align: center;
    background: #0d2d62;
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.line-text h3 span {
    color: #0060fa;
}

.line-text h3 {
    padding: 12px;
    font-size: 3rem;
    font-weight: 700;
}
.col-lg-4.col-md-12.formsec_right {
    position: absolute;
    right: 0;
    z-index: 99;
}
.banner-logso {
    display: flex;
    justify-content: space-around;
}
.banner-logso img {
    width: 126px;
    object-fit: fill;
    height: 90px;
}
.applyBox {  margin: 4rem 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 {  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.8rem;
    line-height: 3.9rem;
    font-weight: 600;
    color: #fff;
}
.searchInputWrapper {
  position: relative;
}

.searchInput {
  width: 35rem;
  height: 2rem;
  padding: 25px 1rem; 
  border-radius: 5px;
  border: none;
  transition: transform 0.1s ease-in-out;
}
.banner-btn:hover {
    background: #fff;
    color: #000;
}
.searchInputWrapper i {
    position: absolute;
    right: 90px;
    top: 33%;
    cursor: pointer;
    font-size: 20px;
}

/* hide the placeholder text on focus */
:focus::placeholder {
  text-indent: -999px
}



.searchInputIcon {
  position: absolute;
  right: 0.8rem;
  top: 0.5rem;
  color: #a1a1a1;
  transition: all 0.1s ease-in-out;
}

.container:focus-within > 
.searchInputWrapper > .searchInputIcon {
  right: 0.2rem;
}
p.-pregarph {
    font-size: 24px;
    color: #fff;
    padding: 10px 0;
}
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;
    
}
.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;
}

/*college-list-css*/

.parnter-logis ul {
    margin: 0;
    padding: 0;
}
.inner-items {
    background: #fff;
    padding: 7px;
        margin: 7px;
    border-radius: 5px;
}
.college-name {
    text-align: left;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
.college-name h3 {
    font-size: 21px;
    font-weight: 800;
}
.college-name h4 {
    font-size: 19px;
    font-weight: 500;
    color: #0062ff;
}
.duratction-and-spe {
    padding: 9px 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    text-align: left;
}
.apply-now-buttons button {
    background: #0062ff;
    border: 0;
    padding: 11px 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 3px;
    width: 100%;
    font-weight: 700;
}
.notes-sec p {
    font-size: 11px;
    color: #0062ff;
      margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    /* background: #000; */
}
.eligibitl {
    padding: 8px 10px;
    border-top: 1px solid #ddd;
}
.eligibitl h4 {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 3px;
}
.eligibitl p {
    font-size: 15px;
  margin: 0;
}
.durations p {
    font-size: 15px;
    margin: 0;
}
.durations p span {
    font-size: 15px;
    font-weight: 800;
}
.college-img img {
    width: 100%;
}

/*college list css end*/

.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: #fff;
    padding: 34px 17px;
    border-top: 5px solid #0060fb !important;
    min-height: 141px;
    border: 1px solid #ddd;
}
.choo-unis {
    font-size: 19px;
    padding: 18px;
}
.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 {
    font-weight: 400;
    
 
    position: relative;
}
.dream-box.position-relative {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
    min-height: 480px;
}
.follwing-details h5 {
    padding: 5px 0;
    font-weight: 600;
    color: #333;
}
span.text-clr {
    color: #2A83E2;
    font-weight: 700;
}

h2.filter-header .accordion-button:not(.collapsed) {
    color: #2a83e2;
    background-color: transparent;
box-shadow: 0 0 0 0;
    font-weight: 600;
}
.filter-clear{
    position: relative;
}

.filter-area {
    display: flex;
    justify-content: space-between;
}
.accordion-button:focus {
    z-index: 3;
    /* border-color: #feffff; */
    /* outline: 0; */
    box-shadow: 0 0 0 0;
}
h2.filter-header .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(0); 
}
h2.filter-header .accordion-button {
    padding: 6px 10px;
    font-weight: 600;
}
.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;
}

.sideNavi {
    position: fixed;
    top: 50%;
    right: -43px;
    z-index: 2;
  
}
.sideNavi a {
    background-color: #aa1f2f;
    font-weight: 500;
    /* border: 1px solid var(--white-col); */
    border-radius: 0;
    text-align: center;
    color: var(--white-col);
    cursor: pointer;
    border-right: 0;
    font-size: 1.1rem;
    padding: 12px 15px;
    display: block;
    margin-top: 25px;
}


.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;
}
   


.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: #000 !important; color: var(--white-col)!important;}
.owl-theme .owl-nav [class*=owl-] {
    background-color: #0062ff !important;
    color: #ffffff !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;
}

 