/* ======================= styleCSS-START ================================= */

/* == HeaderSection-START == */
.header {
    position: relative;
    width: 100%;
    display: table;
    z-index: 4;
    background-color: #ffffff;
}

.header .top-head {
    width: 100%;
    display: table;
    position: fixed;
}

.header .top-head .top-menu {
    padding: 1rem 0rem;
    background: #fff
}

.header.sticky .top-head .top-menu {
    padding: 0.6rem 0rem;
}

.header .top-head .headerRtcontent {
    padding-top: 0rem;
    width: 100%;
    height: 100%;
}

.brand-logo-section {
    width: 100%;
}

.approvalbx {
    border-right: 0rem solid #adadac;
    padding-right: 0rem;
    margin-right: 0rem;
    width: 100%;
    position: relative;
    text-align: right;
}

.approvalbx p {
    color: #6ca3e2;
    line-height: 1.2;
    font-size: 3.1rem;
    font-weight: 700;
}

.approvalbx p a {
    color: inherit;
}

.approvalbx p a:hover,
.approvalbx p a:focus {
    color: #222222;
}

.approvalbx ul {
    margin-top: 0px;
}

.approvalbx ul li {
    padding: 0rem 3px;
    border: 1px solid transparent;
    border-right: 1px solid #b5b7b9;
    text-align: right;
}

.approvalbx ul li span {
    color: #302929;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-top: 2px;
}

.header-strip {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #021640;
}

.header-strip p {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.7rem;
}

.header-strip p b {
    color: #ffa959;
    font-weight: 500;
}

.logo {
    position: relative;
    display: flex;
}

.logo img {
   max-width: 100%;
    padding-right: 16px;
}
.apply-btn {
    background-color: #f58220;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin: 10px auto;
}
.logo_right img {
    max-width: 100%;
}

/* navbar-START */
.header .top-head .navbar {
    background-color: #502480;
}

.navbar-nav {
    padding: 2.3rem 1rem;
    width: 100%;
    margin-left: 0rem;
}

.navbar-nav .nav-item a {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    border-right: 2px solid #ffffff;
    padding: 0rem 1.3rem !important;
    letter-spacing: 0.12rem;
    text-align: center;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:active,
.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a.is-active-top-nav__1level {
    color: #f58220;
}

.navbar-nav .nav-item:last-child a {
    border: none;
}

.header marquee {
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    background-color: #512481;
    color: #fff;
}

/* navbar-CLOSE */

/*StickyMenu-START */
#header.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: rgba(255, 255, 255, 0.85);
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.55);
}

/* #header.sticky .header-absolute{box-shadow:0 0 18px 1px rgba(0,0,0,0.1);} */

.deadline {
    background: #F58220;
    font-size: 20px;
    padding: 6px 10px;
    border-right: 10px #F58220 solid;
    border-radius: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


#header.sticky .top-head {
    padding-top: 0rem;
}

/*StickyMenu-END */

/* == HeaderSection-CLOSE == */
.mobile {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #ffffff !important;
    border: 1px solid #ffffff;
    margin: 5px 4px !important;
}

/* .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#ffffff!important;border:1px solid #ffffff;width:12px!important;height:12px!important;} */
.owl-theme .owl-dots .owl-dot.active span {
    background: #f5821f !important;
    border: 1px solid #f5821f;
    width: 36px !important;
    height: 12px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 3.7rem !important;
    height: 3.7rem !important;
    line-height: 3.6rem !important;
    font-size: 2.6rem !important;
    border: 2px solid #4f247f;
    color: #4f247f !important;
    background-color: transparent !important;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    border-radius: 10rem !important;
    text-align: center;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 2;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
#student-slider.owl-theme .owl-nav [class*=owl-]:hover,
#student-slider.owl-theme .owl-nav [class*=owl-]:focus,
#success-slider.owl-theme .owl-nav [class*=owl-]:hover,
#success-slider.owl-theme .owl-nav [class*=owl-]:focus,
#admprocess-slider.owl-theme .owl-nav [class*=owl-]:hover,
#admprocess-slider.owl-theme .owl-nav [class*=owl-]:focus {
    border: 2px solid #ffffff;
    color: #ffffff !important;
    background: #f58220 !important;
    opacity: 0.95;
}

.owl-theme .owl-nav [class*=owl-] i {
    line-height: 1;
}

.owl-theme .owl-nav .owl-prev {
    left: -3.5%;
}

.owl-theme .owl-nav .owl-next {
    right: -3.5%;
}

/* == Heading-START == */
.widget-title {
    position: relative;
}

.widget-title.text-left {
    position: relative;
}

.widget-title h3 {
    font-family: 'Lora', sans-serif;
    display: inline-block;
    position: relative;
    color: #502480;
    line-height: 1.2;
    font-weight: 600;
    -moz-transform: skew(356deg);
    -webkit-transform: skew(356deg);
    transform: skew(356deg);
}
.aboutText {
    width: 100%;
    padding: 5px 2px;
    margin: 0.3rem 0;
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
}
.aboutList {
       list-style-type: disc;
      margin-left: 20px;
      font-family: Arial, sans-serif;
      font-size: 16px;
}


.widget-title h3 span {
    color: inherit;
}

.widget-title.white h3 {
    color: #ffffff;
}

.widget-title.black h3 {
    color: #222222;
}

.widget-title.blue h3 {
    color: #502480;
}

.widget-title.darkblue h3 {
    color: #4f75b6;
}

.widget-title h3 em {
    font-style: normal;
}

.sub-title h6 {
    color: #222222;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.45;
}

.sub-title h6 small {
    font-size: 1.7rem;
}

.title-wrap {
    padding-bottom: 2rem;
}

/* == Heading-CLOSE == */

/* ================================================== */

/* == Headingborders-START == */
.widget-title h3.titleborder {
    position: relative;
}

.widget-title h3.titleborder::before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    width: 25rem;
    height: 3px;
    left: 50%;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f5821f;
}

.widget-title.text-left h3.titleborder {
    padding-left: 0rem;
}

.widget-title.text-left h3.titleborder::after {
    content: "";
    left: 0rem;
    transform: translateX(0);
}

.widget-title.text-left h3.titleborder::before {
    content: "";
    left: 0rem;
    transform: translateX(0);
}

.widget-title.white h3.titleborder::before {
    content: "";
    background-color: #f5821f;
}

.widget-title.white h3.titleborder::after {
    content: "";
    background-color: #f5821f;
}

.widget-title h3.noborder {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.widget-title h3.noborder::before {
    content: "";
    display: none;
}

.sub-title p {
    font-size: 1.6rem;
}
.testiHeading {
    font-size: 30px;
    font-weight: bold;
}
/* == Headingborders-CLOSE == */

/* ================================================== */

/* == BannerSection-START == */
.bc-img01 {
    height: 100vh;
    position: relative;
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* == BannerSection-CLOSE == */

/* ================================================== */

/* == FormSection-START == */
#applyBox {
    margin-bottom: 0px;
        margin-top: -7rem;
}

.dsu-form {
    z-index: 4;
    position: relative;
    width: 100%;
    max-width: 330px;
    float: right;
    padding: 0.1rem 0.1rem;
    margin: 0px;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.35);
    border-radius: 0px;
}

.dsuinner {
    position: relative;
    width: 100%;
    padding: 3rem 2rem;
    margin: 0px;
}

.dsuinner:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 8px;
    left: -1px;
    width: 1px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.85);
}

.dsuinner:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 8px;
    right: 0px;
    width: 1px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.85);
}

.thankyou .dsu-form {
    background-color: rgba(47, 61, 134, 0.9);
    padding: 20px 5px;
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.frmBg {
    position: relative;
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 1rem;
}

.thankyou .frmBg:before,
.thankyou .frmBg:after {
    content: "";
    display: none;
}

.thankyou .frmBg {
    padding: 10px 10px;
    border: 0px;
}

.frmBg h4 {
    font-family: 'Poppins', sans-serif;
    color: #f58220;
    font-size: 2.7rem;
    line-height: 1.15;
    font-weight: 600;
    display: block;
}

.frmBg p {
    color: #222222;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    padding-bottom: 1rem;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #f5821f;
}

.thankyou .frmBg h4 {
    font-size: 1.92rem;
    line-height: 1.55;
    font-weight: 400;
    text-transform: initial;
}

.applyBox {
    margin: 9.5rem 0;
    padding: 0px;
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 100%;
        top: 6rem;
}

.contact_fild {
    padding: 0px 0px;
    margin-top: 2px;
}

.contact-fild-box .form-control {
    font-family: 'Poppins', sans-serif;
    min-height: 36px;
    font-size: 1.35rem;
    line-height: normal;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    padding-left: 1.3rem;
    margin: 0 auto;
    border-radius: 0px !important;
}

.contact-fild-box .form-control:focus {
    color: rgba(0, 0, 0, 0.7);
    background-color: #ffffff;
    border-color: transparent;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.25);
}

.contact-fild-box .input-group-text {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0.4rem !important;
    color: #2b2a28;
    font-size: 13px;
}

.form-group {
    margin-bottom: 8px;
}

.contact-fild-box .input-group-prepend {
    display: none;
}

.btn_submit {
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    background-color: #51247f;
    border: 0px;
    color: #ffffff;
    transition: all 0.45s ease-in-out;
    position: relative;
    padding: 1.35rem 2rem;
    box-shadow: 0 0.2rem 2rem rgba(255, 255, 255, 0.2);
    margin: 0px auto;
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.01rem;
    font-weight: 600;
    border-radius: 7px;
    outline: none;
}

.btn_submit:hover,
.btn_submit:focus,
.btn.btn_submit:first-child:active {
    color: #ffffff;
    background-color: #f58220;
    transform: scale(1.04);
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.0);
    border: none !important;
    outline: none;
}

.btn_submit:hover span,
.btn_submit:focus span,
.btn.btn_submit:first-child:active span {
    color: #222222;
    margin-left: 4px;
}

.btn_submit>span {
    color: #ffffff;
    margin-left: 0.75rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.contact-fild-box {
    margin-bottom: 0.75rem;
    position: relative;
}

.wid50 .contact-fild-box {
    width: 48%;
}

.contact-fild-box.text-center {
    margin-top: 5px;
    margin-bottom: 0px;
}

.contact-fild-box:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0px;
}

.wid50 .contact-fild-box:last-child {
    margin-top: 0rem;
    margin-bottom: 1.1rem;
}

.contact-fild-box:last-child .form-group {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-group:last-child {
    margin-bottom: 0px;
}

.contact-fild-box .form-check {
    margin-top: 10px;
    padding-left: 23px;
}
.customContainer {
       height: 609px;
    width: 100%;
}
.hero-section .item {
  min-height: 600px; /* Adjust as needed */
}

.contact-fild-box .form-check input[type=checkbox] {
    width: 18px;
    height: 18px;
    top: 1px;
    left: 1px;
    position: absolute;
    padding: 0px;
    margin: 0px;
    margin-top: 0.1rem;
    border-radius: 0px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    min-height: unset;
    min-height: initial;
}

.contact-fild-box .form-check label {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.35;
    cursor: pointer;
    margin: 0px;
    text-align: left;
}

.dsu-intro {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
    padding-top: 0.5rem;
}

.dsu-intro .container,
.dsu-intro .row,
.leftsec_content,
.applyBox,
.dsu-form {
    height: auto;
}

.dsu-addmission {
    margin: 0px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
    padding: 0px;
    width: 100%;
}

.dsuInnerWrap {
    max-width: 100%;
}

.dsuInnerContent {
    position: relative;
}

.ugclogo {
    position: absolute;
    top: 38px;
    left: 42%;
    width: 145px;
}

.thankyou .ugclogo {
    top: -80px;
}
.orangeText {
    color: #f09624!important;
    font-size: 30px;
}

.dsu-addmission h1 {
    font-family: 'Lora', sans-serif;
    font-style: normal;
    font-weight: 600;
    /* -moz-transform:skew(358deg);-webkit-transform:skew(358deg);transform:skew(358deg); */
    color: #51247f;
    font-size: 25px;
    line-height: 1.2;
    padding: 0px;
    margin: 0px 0;
    /* text-shadow:2px 2px 2px rgba(0,0,0,0.5);*/
}

.dsu-addmission h1 span {
    position: static;
    color: inherit;
}

.dsu-addmission h2 {
    font-family: 'Lora', sans-serif;
    color: #502480;
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1.5;
    padding: 0px;
    margin: 2.5rem 0 0;
    font-style: normal;
}

.dsu-addmission h2 span {
    padding: 0.5rem 1.1rem;
    display: inline-block;
    background-color: #fcbf48;
}

.dsu-addmission h2 span:last-child {
    margin-bottom: 0rem;
    border-right: 0px;
}

.dsu-addmission h1 small,
.dsu-addmission h2 small {
    font-size: inherit;
    font-weight: inherit;
}

.dsu-addmission h3 {
    color: #502480;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.15;
    margin: 0rem;
    padding: 0rem;
}

.dsu-addmission h3 em {
    font-style: normal;
    display: block;
    font-size: 22px;
    font-weight: 700;
    width: 71%;
    padding-bottom: 1rem;
}

.dsu-addmission h3 b {
    font-weight: 700;
}

.dsu-addmission h3 small,
.dsu-addmission h4 small {
    font-size: inherit;
    font-weight: inherit;
}

.dsu-addmission h4 {
    color: #f09624;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0px;
    margin: 0px;
    font-style: normal;
}

.dsu-addmission h4 em {
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    display: block;
}

.hurryupsec {
    position: relative;
}

.heromidtext {
    padding: 0.5rem 0 2rem 0;
    width: 100%;
    position: relative;
}
/* .heromidtexth1 {
    font-size: 21px;
} */

/* .heromidtext::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 17rem;
    height: 3px;
    background-color: #f5821f;
} */

.hurryupsecInr {
    position: relative;
    padding: 0px;
}

.progherowrap {
    position: relative;
    width: 100%;
    margin-top: 10rem;
}

.dsu-addmission p {
    color: #222222;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0rem;
    padding: 0.75rem 1.5rem;
    background-color: #222222;
    display: inline-block;
}

.dsu-addmission p strong {
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    display: block;
}

.dsu-addmission p span {
    color: #000;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0rem;
    padding: 0rem;
    display: inline-block;
}

.formIDfid {
    padding: 0px;
}

.contact-fild-box .form-control option {
    font-size: 1.3rem;
    color: #222222;
    background-color: #ffffff;
}

.contact-fild-box .form-control optgroup {
    font-weight: 600;
    padding: 0px;
    background-color: #ffffff;
}

optgroup:before {
    content: attr(label);
    display: block;
}

#hero {
    background-color: #ffffff;
}

.heroCenterImg {
    position: absolute;
    width: 48rem;
    bottom: -1px;
    left: 51%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* listing-START */
.herolist {
    position: relative;
    width: 100%;
    margin-top: 0.7rem;
}

.herolist ul li {
    width: 100%;
    padding: 0px 4px;
    position: relative;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

.herolist ul li span>a {
    position: relative;
    border-bottom: 1px solid #ffffff;
    display: block;
    padding: 7px 0px;
}

.herolist ul li:last-child span>a {
    border-bottom: 0px;
}

.herolist ul li span b {
    font-weight: 600;
}

.herolisticon span {
    position: relative;
    padding-left: 4rem;
    display: block;
}

.herolisticon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.4rem;
    width: 2.7rem;
    height: 2.7rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.herolisticon span.heroicon1::before {
    content: '';
    background-image: url(../images/hero_list_img-1.png);
}

.herolisticon span.heroicon2::before {
    content: '';
    background-image: url(../images/hero_list_img-2.png);
}

/* listing-CLOSE */

/* listing-START */
.solnlist {
    position: relative;
    width: 100%;
    margin-top: 1.2rem;
}

.solnlist ul li {
    width: 100%;
    padding: 5px 2px;
    margin: 0.3rem 0;
    position: relative;
    color: #222222;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
}

.solnlisticon span {
    position: relative;
    padding-left: 4.5rem;
    display: block;
}

.solnlisticon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.1rem;
    width: 2.8rem;
    height: 2.8rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/abt_checklist.png);
}

/* listing-CLOSE */

/* linear-gradient-start */
.yellowgradient {
    background-color: #f58220;
}

.formgradient {
    background: #ffffff;
}

/* .formgradient{background:#ee2516;background:-moz-linear-gradient(180deg,rgba(255,201,121,1) 0%,rgba(255,116,37,1) 45%,rgba(234,29,22,1) 90%);background:-webkit-linear-gradient(180deg,rgba(255,201,121,1) 0%,rgba(255,116,37,1) 45%,rgba(234,29,22,1) 90%);background:linear-gradient(180deg,rgba(255,201,121,1) 0%,rgba(255,116,37,1) 45%,rgba(234,29,22,1) 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc979',endColorstr='#ea1d16',GradientType=1);} */
.studentgradient {
    background-color: #ffffff;
}

/* linear-gradient-close */

/* == FormSection-CLOSE == */

/* ================================================== */
.sectionInner {
    position: relative;
    z-index: 3;
}

/* ================================================== */

/* ====  spj_section-START  ==== */
.spj_section {
    position: relative;
    width: 100%;
}

.spjcontent p {
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.55;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
}

.spj_wrap {
    width: 100%;
    position: relative;
    padding: 4rem 7% 4rem 4rem;
    background-color: #502480;
}

.spjcontent {
    width: 100%;
    position: relative;
    padding: 0px;
}

/* spj-slider-flex */
#spj-slider.owl-carousel .owl-stage {
    display: flex;
}

#spj-slider.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

#spj-slider.owl-carousel .owl-item,
#spj-slider.owl-carousel .owl-item.active {
    opacity: 1;
}

#spj-slider.owl-carousel .owl-item.active.center {
    opacity: 1;
}

#spj-slider.owl-carousel .items {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 0rem;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0px solid #dbdbdb;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
}

#spj-slider.owl-carousel .items:hover,
#spj-slider.owl-carousel .items:focus {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0);
}

#spj-slider.owl-carousel .items:hover:before,
#spj-slider.owl-carousel .items:focus:before,
#spj-slider.owl-carousel .items:active:before {
    right: 0;
}

#spj-slider.owl-theme .owl-nav .owl-nav {
    margin-top: 0px;
}

#spj-slider.owl-theme .owl-nav [class*=owl-] {
    background-color: #f58220 !important;
    z-index: 2;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
}

#spj-slider.owl-theme .owl-nav .owl-prev {
    left: -20px;
}

#spj-slider.owl-theme .owl-nav .owl-next {
    right: -20px;
}

#spj-slider.owl-theme .owl-nav {
    margin-top: 0px;
}

.spjbox {
    position: relative;
    width: 100%;
    padding: 2.8rem 2.5rem;
    padding-right: 10%;
    background-color: #ffffff;
    height: 100%;
}

.spjbxcontent {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #f58220;
    height: 100%;
}

.spjbox .row:nth-child(2) .spjbxcontent {
    border-bottom: none;
    padding-top: 2rem;
}

.spjcontent .spjbxcontent h4 {
    word-break: break-all;
    font-family: 'Lora', sans-serif;
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.07;
    color: #51247f;
    position: relative;
}

.spjcontent .spjbxcontent h5 {
    word-break: break-all;
    font-family: 'Lora', sans-serif;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 500;
    color: #51247f;
    padding: 1rem 0 2rem;
}

.spjcontent .spjbxcontent p {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    color: #51247f;
    position: relative;
    margin-bottom: 0rem;
}

.spjbox .row:first-child .col-12:first-child {
    padding-right: 1.5rem;
}

.spjbox .row:first-child .col-12:last-child {
    border-left: 2px solid #51247f;
    padding-left: 1.5rem;
}

.knowmore {
    width: 100%;
}

.knowmore a {
    background-color: #f5821f;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 1.55rem;
    padding: 1.4rem 2.6rem;
    line-height: 1.05;
    letter-spacing: 0;
    border-radius: 4rem;
    text-align: center;
    margin: 0;
    display: inline-block;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 2rem;
}

.knowmore a:hover,
.knowmore a:focus {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ====  spj_section-CLOSE  ==== */

/* ====  Program-START  ==== */
.program_content figure {
    width: 100%;
    margin: 0 auto 2rem;
    position: relative;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.program_box:hover .program_content figure {
    -o-transition: 0.85s;
    -ms-transition: 0.85s;
    -moz-transition: 0.85s;
    -webkit-transition: 0.85s;
    transition: 0.85s;
}

.program_content img {
    max-width: 100%;
}

.program_content h4 {
    color: #222222;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0;
    margin: 0;
}

.program_content h4 span {
    font-weight: 700;
        color: #222222;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
}

.program_content h4 small {
    font-size: 72%;
}

.program_content h5 {
    color: #222222;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 0;
    margin: 0;
}

.program_content h5 span {
    color: #f58220;
    font-weight: 900;
}

.program_content p {
    color: #ffffff;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.45;
    padding: 0;
    margin: 0;
    margin-top: 1.5rem;
}

.program_container {
    padding: 2.2rem 1.5rem;
    margin: 0rem;
    width: 100%;
    height: 100%;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.program_box {
    position: relative;
    width: 100%;
    padding: 0rem;
    margin: 0px;
    width: 100%;
    border-radius: 7px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.program_container:hover,
.program_container:focus {
    box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.2);
}

.program_content {
    z-index: 2;
    position: relative;
    width: 100%;
    text-align: center;
}

.program_bin {
    position: relative;
    width: 100%;
    padding: 3rem 0;
}

.program_bin p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    color: #222222;
    position: relative;
    margin-bottom: 1.5rem;
}

.program_bin p:last-child {
    margin-bottom: 0px !important;
}

/* ====  Program-CLOSE  ==== */

/* ====  specilizations-START  ==== */
.progover_section {
    position: relative;
    width: 100%;
    background-color: #f6f6f6;
}

/* .progover_section .colm{padding-top:4.5rem;padding-bottom:1rem; padding-left: 0px;padding-right: 0px;} */
.progover_content {
    position: relative;
    width: 100%;
}

.progover_content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    color: #222222;
    position: relative;
    margin-bottom: 1.5rem;
}

.progover_content p:last-child {
    margin-bottom: 0px !important;
}

.special_card {
    border: 0px solid #ffffff;
    height: 100%;
    position: relative;
    border-radius: 0px;
    width: 100%;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 10px 15px 35px -19px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 15px 35px -19px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 15px 35px -19px rgba(0, 0, 0, 0.45);
}

.progover_wrap>p {
    color: #222222;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 1rem 0 0;
    margin: 0;
    text-align: center;
}

.special_card:hover,
.special_card:focus,
.special_card:active {
    border-color: #ffbc42;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.6);
}

.special_body_inner {
    position: relative;
    width: 100%;
    z-index: 2;
    min-height: 13rem;
}

.special_card figure {
    position: relative;
    width: 100%;
    padding: 0rem;
}

.special_card figure span {
    border: 2px solid #f5821f;
    background-color: #f5821f;
    display: inline-block;
    position: relative;
    width: 6.5rem;
    overflow: hidden;
    margin: 0px auto;
    margin-top: -3.3rem;
    padding: 1rem;
    border-radius: 100%;
}

.special_card:hover figure span,
.special_card:focus figure span,
.special_card:active figure span {
    border: 2px solid #ffffff;
    background-color: #45157b;
    -webkit-box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.1);
}

.special_card img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.special_body {
    padding: 0.4rem 1rem;
    width: 100%;
}

.special_body h5 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background-color: #fbbf49;
    border-radius: 7px;
}

.special_body p {
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    margin: 1.3rem 0;
}

.special_body h4 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
}

.img-hover-zoom img {
    -ms-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.special_card:hover span img,
.special_card:focus span img,
.special_card:active span img {
    -webkit-filter: brightness(9) saturate(0) contrast(9) invert(1);
    filter: brightness(9) saturate(0) contrast(9) invert(0);
}

/* ====  specilizations-CLOSE  ==== */

/* ====  admpro_section-START  ==== */
.admpro_section {
    width: 100%;
    background-color: #ffffff;
}

.admpro_item_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem 0.9rem;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.admpro_item_wrap {
    border-radius: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.admpro_item_wrap:hover:before,
.admpro_item_wrap:focus:before,
.admpro_item_wrap:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.admpro_item_wrap:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #45157b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.admproitem {
    position: relative;
    width: 100%;
}

.admproitem figure {
    position: relative;
    width: 100%;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.admproitem:hover figure {
    -o-transition: 0.85s;
    -ms-transition: 0.85s;
    -moz-transition: 0.85s;
    -webkit-transition: 0.85s;
    transition: 0.85s;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz--transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.admproitem figure span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 1.2rem;
    border-radius: 100%;
    background-color: #4f247f;
    border: 9px solid #fdebdb;
}

.admpro_item_wrap:hover figure span,
.admpro_item_wrap:focus figure span,
.admpro_item_wrap:active figure span {
    background-color: #f58220;
    border-color: #ffffff;
}

.admpro_item_wrap:hover figure span img,
.admpro_item_wrap:focus figure span img,
.admpro_item_wrap:active figure span img {
    filter: brightness(9) saturate(0);
}

.admproitem figure img {
    width: 5.8rem;
    margin: 0 auto;
}

.admproitem h5 {
    color: #45157b;
    font-size: 1.37rem;
    font-weight: 600;
    line-height: 1.3;
}

.admproitem h5 b {
    color: #f5821f;
    font-weight: 700;
}

.admproitem p {
    color: #45157b;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1rem;
}

.admpro_item_wrap:hover .admproitem h5,
.admpro_item_wrap:focus .admproitem h5,
.admpro_item_wrap:hover .admproitem p,
.admpro_item_wrap:focus .admproitem p {
    color: #ffffff;
}

/* .admpro_item_wrap:hover,.admpro_item_wrap:focus,.admpro_item_wrap:active{box-shadow:0 0.1rem 1rem rgba(0,0,0,0.3);} */

/* facility-flex */
#admprocess-slider.owl-carousel .owl-stage {
    display: flex;
}

#admprocess-slider.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

#admprocess-slider.owl-carousel .owl-item.active.center .admpro_item_wrap {
    background-color: #fbbe49
}

#admprocess-slider.owl-carousel .items {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0rem;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#admprocess-slider.owl-carousel .items:hover,
#admprocess-slider.owl-carousel .items:focus {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

#admprocess-slider.owl-carousel .items {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0);
    position: relative;
    /* overflow:hidden; */
    /* border: 1px solid #f58220; */
}

#admprocess-slider.owl-carousel .items::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 3.2rem;
    top: 6.4rem;
    right: -1rem;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/admission/admission-rt-arrow.png) no-repeat center center;
    background-size: contain;
    z-index: 3;
}

#admprocess-slider.owl-carousel .items:hover:before,
#admprocess-slider.owl-carousel .items:focus:before,
#admprocess-slider.owl-carousel .items:active:before {
    right: 0;
}

#admprocess-slider.owl-theme .owl-nav .owl-nav {
    margin-top: 0px;
}

/* #admprocess-slider.owl-theme .owl-nav [class*=owl-]{color:#ffffff!important;background-color:transparent!important;border:2px solid #ffffff;z-index:2;top:50%;-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0px;margin:0px;} */
#admprocess-slider.owl-theme .owl-nav .owl-prev {
    left: -45px;
}

#admprocess-slider.owl-theme .owl-nav .owl-next {
    right: -45px;
}

#admprocess-slider.owl-theme .owl-nav {
    margin-top: 0px;
}

/* ====  admpro_section-CLOSE  ==== */

/* ====  Gallery-START  ==== */
.section_gallery {
    width: 100%;
}

/* ====  Gallery-CLOSE  ==== */

/* ====  success-START  ==== */
.success_section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.success_section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    right: 0px;
    height: 50%;
    background-color: #4f1f77;
}

.success_section .colm {
    padding-left: 2rem;
    padding-right: 2rem;
}

.success__content {
    position: relative;
    width: 100%;
    padding-top: 2rem
}

.success__content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    color: #222222;
    position: relative;
    margin-bottom: 1.5rem;
}

.success__content p:last-child {
    margin-bottom: 0px !important;
}

.success__card {
    padding-top: 2rem;
    background-color: #f58220;
    height: 100%;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 10px 15px 35px -19px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 15px 35px -19px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 15px 35px -19px rgba(0, 0, 0, 0.45);
}

.success__card:hover,
.success__card:focus,
.success__card:active {
    -webkit-box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 10px 15px 25px -10px rgba(0, 0, 0, 0.6);
    background-color: #502480;
}

.success__card::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1rem;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 25px;
    border-color: transparent transparent transparent #51247f;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #51247f;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.success__card::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 9rem;
    z-index: 0;
    background-color: #dbdadd;
}

.success_bodyInr {
    position: relative;
    width: 100%;
    z-index: 2;
}

.success__card figure {
    position: relative;
    width: 100%;
    margin: 0px;
}

.success__card img {
    position: relative;
    width: auto;
    max-width: 13.5rem;
    z-index: 1;
    border: 3px solid #ffffff;
    border-radius: 100%;
}

.success_body {
    padding: 0.7rem 0px 0px;
    position: relative;
    width: 100%;
}

.success_body h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.15;
    color: #ffffff;
    display: block;
    padding: 0rem;
}

.success_body h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.15;
    color: #ffffff;
    display: block;
    padding: 0.5rem 0 0;
}

.success_body p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.success_body h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.15;
    color: #414042;
    padding: 1.3rem 0.7rem;
    margin-top: 1rem;
    background-color: #ffffff;
}

.hrborder {
    position: relative;
    width: 100%;
    padding: 1px 0px;
    margin: 3px 0px;
}

.hrborder::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 35%;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

.img-hover-zoom--zoom-n-rotate img {
    -ms-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.img-hover-zoom--zoom-n-rotate:hover img {
    transform: scale(1.07);
}

/* success-flex */
#success-slider.owl-carousel .owl-stage {
    display: flex;
}

#success-slider.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

#success-slider.owl-carousel .owl-item,
#success-slider.owl-carousel .owl-item.active {
    opacity: 1;
}

#success-slider.owl-carousel .owl-item.active.center {
    opacity: 1;
}

#success-slider.owl-carousel .items {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0px;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-right: 0px solid #dbdbdb;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    overflow: hidden;
}

#success-slider.owl-carousel .items:hover,
#success-slider.owl-carousel .items:focus {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0);
}

#success-slider.owl-carousel .items:hover:before,
#success-slider.owl-carousel .items:focus:before,
#success-slider.owl-carousel .items:active:before {
    right: 0;
}

#success-slider.owl-theme .owl-nav .owl-nav {
    margin-top: 0px;
}

#success-slider.owl-theme .owl-nav [class*=owl-] {
    background: #4f1f77 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    z-index: 2;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
}

#success-slider.owl-theme .owl-nav .owl-prev {
    left: -20px;
}

#success-slider.owl-theme .owl-nav .owl-next {
    right: -20px;
}

#success-slider.owl-theme .owl-nav {
    margin-top: 0px;
}

/* ====  success-CLOSE  ==== */

/* ====  why-START  ==== */
.abut_section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.abut_content {
    position: relative;
    width: 100%;
    text-align: left;
}

.abut_content p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #222222;
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.abut_content p:last-child {
    margin-bottom: 0px !important;
}

.video-thumbnail-wrap {
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.video-thumbnail {
    width: 100%;
    position: relative;
}

.video-thumbnail img {
    max-width: 100%;
}

/* ====  why-CLOSE  ==== */

/* ====  faq_section-START  ====  */

/* CSS: \F4FE */


.faq_section {
    width: 100%;
}

.faq_slider_section {
    width: 100%;
    max-width: 88rem;
    margin: 0 auto;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #51247f;
    font-size: 2.1rem;
    font-weight: 700;
    background-color: #ffffff;
    padding: 1.5rem 2rem;
}

.accordion-button:not(.collapsed) {
    background-color: #f6f6f6;
}

.accordion-button,
.collapse:not(.show) {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    /* box-shadow:0 0.1rem 1rem rgba(0,0,0,0.55); */
}

.accordion-button:not(.collapsed),
.accordion-collapse.collapse.show {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.accordion-button:not(.collapsed),
.accordion-item:first-of-type .accordion-button {
    border-bottom: 1px solid #51247f;
    z-index: 2;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    overflow: hidden;
}

.accordion-collapse.collapse.show {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    overflow: hidden;
}

.accordion-button:focus {
    border-color: #51247f;
    /* box-shadow: 0 0 0 0.25rem rgba(81, 36, 127, 1); */
    box-shadow: 0rem 0.12rem 0rem 0rem rgba(81, 36, 127, 1);
}

.accordion-button:hover {
    box-shadow: none;
    /* z-index: 2; */
}

.accordion-button:not(.collapsed):hover {
    box-shadow: none;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #51247f;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}

.accordion-button::after {
    content: "";
    background-image: url(../images/plus.png);
    background-size: contain;
    width: 2.2rem;
    height: 2.2rem;
}

.accordion-body {
    background-color: #f6f6f6;
    padding: 2rem;
}

.dbllistarrow {
    padding-left: 2rem;
}

.accordion-body .dbllistarrow {
    padding-left: 2rem;
}

.accordion-body .dbllistarrow::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/dbl_angle_list_arrow.png) no-repeat left center;
    background-size: contain;
}

.accordion-body h5 {
    width: 100%;
    padding: 1rem 0 0.2rem;
    margin: 0;
    position: relative;
    color: #51247f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
}

.accordion-body p {
    width: 100%;
    padding: 5px 2px;
    margin: 0.3rem 0;
    position: relative;
    color: #222222;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
}

/*== ReadMore_css-START ==*/
.show_more,
.show_less {
    margin-top: 3rem;
}

/*== ReadMore_css-CLOSE ==*/

/* ====  faq_section-CLOSE  ====  */

/*== prtnr_section css start ==*/
.prtnr_section {
    background-color: #ffffff;
}

.progWrap {
    position: relative;
    width: 100%;
    padding: 4rem 0px;
}

.prtnr_section .resp-tabs-container {
    background-color: #502480;
    padding: 0px;
    border-radius: 0;
    overflow: hidden;
}

.prtnr_section .resp-tabs-container .prtnr_Content {
    padding-bottom: 0rem;
}

.prtnr_Block h3 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
}

.prtnr_Block h4 {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
}

.prtnr_Block p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #0e0e0e;
    font-weight: 600;
}

.prtnr_Block p:not(:last-child) {
    margin-bottom: 1.5rem;
}

.prtnr_section .resp-tabs-container .prtnr_Content p,
.prtnr_section .resp-tabs-container .prtnr_Content h5,
.prtnr_section .resp-tabs-container .prtnr_Content h6 {
    color: #0e0e0e;
}

.prtnr_section .resp-tabs-container .prtnr_Content h5,
.prtnr_section .resp-tabs-container .prtnr_Content h6 {
    font-size: 24px;
}

.prtnr_section .resp-tabs-container .prtnr_Content .table-striped {
    margin-top: 15px;
}

.introBG {
    background-color: #502480;
}

.prtnr_section .resp-tabs-container .prtnr_Content .table-striped td {
    color: #ffffff;
    font-size: 14px;
}

.prtnr_section .resp-tabs-container .prtnr_Content .table-info,
.table-info>th {
    font-size: 20px;
    background-color: #ffffff
}

.prtnr_section .resp-tabs-list {
    width: auto;
    margin: 0 auto;
}

.prtnr_section .resp-tabs-list li {
    position: relative;
    padding: 1.8rem 8%;
    margin-right: 0px;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
    border-radius: 1.7rem;
    border: 1px solid #502480;
}

.prtnr_Block {
    padding: 3.2rem 3.5%;
    min-height: 32rem;
    background-color: #502480;
}

/* 2 */
.partnerlist {
    position: relative;
    width: 100%;
    margin-top: 1.4rem;
    margin-bottom: 2rem;
}

.partnerlist ul li {
    width: 100%;
    padding: 4px 2px;
    margin: 0.3rem 0;
    position: relative;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.partnerlisticon span {
    position: relative;
    padding-left: 2.5rem;
    display: block;
      
    
}

.partnerlisticon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.2rem;
    width: 1.2rem;
    height: 1.4rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/partnerlisticon.png);
}

.tableizerWrap {
    margin-top: 1.8rem;
    margin-bottom: 4rem;
}

.tableizerWrap .table tr td {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
}

.tableizerWrap .table tr td:first-child {
    font-weight: 400;
}

.tableizerWrap .table>:not(caption)>*>* {
    padding: 1rem 1rem;
}

/* mscrollbar-start */
.prtnr_Block .partnerblock.custom-scrollbar-js {
    height: 42rem;
}

.prtnr_Block .mCSB_scrollTools {
    right: -3px !important;
}

.prtnr_Block .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f5821f;
}

.prtnr_Block .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, 0.7);
}

.prtnr_Block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

/* mscrollbar-close */

/*== prtnr_section css close ==*/

/*== thanksection_css-START ==*/
.thanksection {
    height: calc(100vh - 140px);
    position: relative;
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    /* height:96vh;*/
}

.thankContent {
    background-color: #502480;
    padding: 25px 25px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin: 10% auto;
}

.thankMsg {
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.thankMsg img {
    max-width: 10rem;
    margin: 0 auto;
}

.thankMsg h5 {
    font-size: 2rem;
    line-height: 1.55;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-transform: initial;
}

.thankMsg h5 strong {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

.thankMsg h5 span {
    display: block;
    margin-top: 5px;
}

.thankyou footer {
    margin-bottom: 0px;
}

.thankredirectMsg h6 {
    text-align: center;
    position: relative;
    color: #f58220;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0px;
}

.thankredirectMsg h6 small {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}

/*== thanksection_css-CLOSE ==*/

/* ================================================== */

/*== Footer css start ==*/
.footaddsection {
    width: 100%;
    background-color: #4f1f77;
    padding: 2.8rem 1rem;
}

.copyrightSection {
    width: 100%;
    background-color: #6e6e6e;
    padding: 2.8rem 1rem;
}

.footer {
    width: 100%;
    display: table;
    padding: 0rem 0;
    color: #ffffff;
    text-align: center;
}

.footer p {
    color: #ffffff;
    opacity: 1;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.02rem;
}

.footer p small {
    font-size: 100%;
    font-weight: inherit;
}

.footer p span {
    color: #ffffff;
    margin-top: 0.7rem;
}

.footer h6 {
    color: #ffffff;
    opacity: 1;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.04rem;
}

.footer h6 b {
    font-weight: 600;
    display: block;
}

.sideNavi {
    position: fixed;
    top: 50%;
    right: -35px;
    z-index: 4;
    transform: rotate(90deg);
}

.sideNavi a {
    font-weight: 400;
    color: #ffffff;
    background-color: #f58220;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 17px;
    padding: 7px 10px;
    transition: 1s;
}

.sideNavi a i {
    margin-right: 5px;
}

.sideNavi a:hover,
.sideNavi a:focus,
.sideNavi a:active {
    color: #ffffff;
    background-color: #502480;
}

.sideNavi a.callus {
    color: #ffffff;
    background-color: #119de3;
}

.sideNavi a.callus:hover {
    color: #ffffff;
    background-color: #062a49;
}

/*== Footer css close ==*/

/* ======================= styleCSS-CLOSE ================================= */
.prtnr_section .partner__item {
    width: 20%;
    margin: 0.5rem;
    position: relative;
}

.partner__item:hover .hover__recruiters {
    position: absolute;
    border-radius: 1.2rem;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 28%;
    background-color: #502480;
    opacity: 0.9;
}

.partner__item:hover .hover__recruiters .more_btn {
    background: #f5821f;
    padding: 0.5rem 1rem;
    color: #FFFFFF;
}

.partner__item .hover__recruiters {
    display: none;
    text-align: center;
}

.modal-header {
    background-color: #f5821f;
}




.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
}

.marquee span {
    display: inline-block;
    font-size: 1.9rem;
    padding-left: 100% !important;
    padding: 2rem 0;
    font-weight: 700;
    text-indent: 0;
    animation: marquee 30s linear infinite;
    color: #502480;
}

.marquee span:hover {
    animation-play-state: paused
}


@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}



.campus-section {
    position: relative;
    background: #4f2078;
}


.ticker_item {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    margin: 5rem 0;
    border: solid 1px #fff;
}

.ticker_item .ticker_front:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.ticker_item .ticker_front-content {
    position: absolute;
    top: 31%;
    /* width: 100%; */
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    /* align-items: center; */
}

.ticker_item .ticker_front-content h4 {
    color: #f58220;
    font-size: 2rem;
    font-weight: 600;
    padding: 0 55px;

}

.ticker_item .ticker_front-content h4 span {
    color: #fff;
}

.ticker_item:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}


/* .ticker_item:hover  .ticker_front-content { display: none;} */
.ticker_item .ticker_back {
    position: absolute;
    opacity: 1;
    top: 0 !important;
    content: "";
    top: 100%;
    width: 100%;
    height: 100%;
    transition: .5s;
    padding: 1rem;
    background-color: rgba(245, 130, 32)
}

.ticker_item .ticker_front {
    position: relative;
    height: 220px;
}

.ticker_item .ticker_front img {
    height: 100%;
}

.ticker_item .ticker_back {
    text-align: left;
    border-radius: 0.5rem;
    border: solid 0px #03737F;
}

.ticker_item .ticker_back .backContent .paraScroll {
    position: relative;
    padding: 13px 0;
}

.ticker_item .ticker_back .backContent .paraScroll ul.listings {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ticker_item .ticker_back .backContent .paraScroll ul.listings li {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    padding-left: 30px;
    color: #fff;
    line-height: 1.2;
    /* padding-right: 20px; */
}

.carrer_box ul.listings {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.carrer_box ul.listings li {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    padding-left: 30px;
    color: #fff;
    line-height: 1.2;
    /* padding-right: 20px; */
}

.carrer_box .inner_b ul.listings li {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    padding-left: 30px;
    color: #414042;
    line-height: 1.2;
    /* padding-right: 20px; */
}

/* .carrer_box{
    background-color: rgba(245,130,32);
    border-radius: 20px;
    padding: 10px;
} */
.carrer_box .inner_b2 {
    padding: 20px 25px;
    background-color: rgba(245, 130, 32);
    border-radius: 20px;
    width: auto;
}

.carrer_box .inner_b {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
}

.ticker_item .ticker_back .backContent .paraScroll ul.listings li b {
    font-size: 18px;
    display: block;
}

.ticker_item .ticker_back .backContent .paraScroll ul.listings li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    width: 19px;
    height: 19px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/check.png);
}

.carrer_box ul.listings li b {
    font-size: 18px;
    display: block;
}

.carrer_box ul.listings li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    width: 19px;
    height: 19px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/check.png);
}

.carrer_box .inner_b ul.listings li {
    color: #f48221;
}

.shadow_box {
    background-color: rgba(93, 50, 130, 1);
    padding: 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.shadow_box span {
    width: 60px;
}

.shadow_box h4 {
    width: calc(100% - 60px);
    text-align: left !important;
}

.shadow_inner {
    background: rgba(105, 67, 139, 1);
    border-radius: 10px;
    padding: 15px 15px;

}

.cust_mar {
    margin-left: 6rem;
}

.shadow_inner ul.listings li {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
}

.shadow_inner ul.listings li span {
    color: rgba(245, 130, 32, 1);
}

.shadow_inner ul.listings li b {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.shadow_inner ul.listings li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 03px;
    width: 19px;
    height: 19px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/tick1.png);
}

.carrer_box .inner_b ul.listings li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    width: 19px;
    filter: invert(60%) sepia(14%) saturate(3829%) hue-rotate(345deg) brightness(115%) contrast(99%);
    height: 19px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/check.png);
}

.ticker_item .ticker_back .backContent .blog-text>a {
    background-color: var(--bg-red);
    font-size: 1.1rem;
    padding: 0.8rem 2rem;
}

.ticker_item .ticker_back .backContent .blog-text>a::before {
    background-color: var(--text-dark);
}

.ticker_item:hover .ticker_back {
    opacity: 1;
    top: 0;
}



.ticker_item .ticker_back .backContent .paraScroll h4 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding-top: 0rem;
}

.shadow_box h4 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding-top: 0rem;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

/* img.globimg {
    width: 28em !important;
} */

.featureText {
    
font-weight: 900;
    font-size: 18px;
    text-align: left;
}
    .custom-table {
    border-collapse: collapse;
    width: 100%;
    margin: 29px 0 0px 0;
    }

    .custom-table th,
    .custom-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #f9f5fc; 
    }

    .custom-table th {
    background-color: #f2e8ff; 
    color: #4B0082;
        font-size: 2rem;

    }

    .custom-table td[colspan] {
    text-align: left;
    }


    .custom-table td sup {
    font-size: 0.75rem;
    vertical-align: super;
    }
    .custom-table td {
       color: #222222;
    font-size: 2rem;
    font-weight: 400;
    }

    .timeline_strip {
  width: 100%;
  background-color: #ed7f1f;
  padding: 1.5rem 1rem;
  margin-top: 2rem;
  color: white;
  font-size: clamp(1.2rem, 2.8vw, 1.5rem); /* Increased font size */
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.7;
}

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

.fadeInUp {
  visibility: visible;
  animation-delay: 200ms;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}





    /* countdown */
    .countdown-bar {
  background-color: #ec6b1e; /* orange similar to your reference */
  color: #ffffff;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}

.countdown-bar .countdown-text {
  margin-right: 5px;
  font-size: 14px;
}

.countdownText{
        color: #51247f;
        font-size: 25px;
            font-weight: 600;
}

.countdown-box {
        font-family: 'Arial', sans-serif;
        padding: 5px 10px;
        border-radius: 6px;
        display: inline-block;
    }

    @media (max-width: 768px) {
        .countdown-center {
            margin-top: 10px;
        }
         .desktop-view {
    display: none!important;
  }
    .mobile-view {
    display: block!important;
    justify-items: center;
  }
    .mobile-view img {
    margin-bottom: 20px;
  }
    }

.testimonial-section {
    background-color: #f8f9fa;
}
.mobile-view {
  display: none;
}
.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-card p {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 15px;

    margin-top: 2rem;
}

.testimonial-card h5 {
    margin-bottom: 5px;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet-active {
    background: #502480;
}
.arrowColor {
        color: #502480!important;

}
.blur-text {
    filter: blur(5px);
    user-select: none;
}

.HighlightedTex {
    color: #F58220!important;
    font-weight: bolder!important;
}

.gmp-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
        margin-top: 26px;
        max-width: 45rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #333;
}

.feature img {
    width: 35px;
    height: 35px;
}
.FeatureFirst {
    display: flex;
        gap: 10px;
}
.feature1 {
    display: flex
;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #333;
}
.infographic-section {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.infographic-section img {
  width: 100%;
  height: auto;
  display: block;
  max-width: fit-content;
}
.infographic-section2 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.infographic-section2 img {
  width: 100%;
  height: auto;
  display: block;
  max-width: fit-content;
}
.desktop-view {
display: flex;
    justify-content: center;
    margin-top: 10rem;
}
 .deadline1 {
    background: #F58220;
    font-size: 20px;
    padding: 6px 10px;
    border-right: 10px #F58220 solid;
    width: 84%;
    margin-bottom: 2rem;
}
.globallogo {
    position: absolute;
    right: 1rem;
}

.download-btn {
  position: fixed;
  right: 20px;           /* Distance from right edge */
  bottom: 40px;          /* Distance from bottom edge */
  background: #ed771f;   /* Button background (match brand color) */
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 9999;         /* Keep above other elements */
}

.download-btn:hover {
  background: #ed771f;   /* Darker shade on hover */
  transform: translateY(-2px);
}
#countdown-timer, .countdown-box {
    display: block !important;
    visibility: visible !important;
    font-size: 23px !important;
}
.countdown-box {
    white-space: normal;  /* allow wrapping */
    word-break: break-word;
}
.countdown-center {
    margin: 0 auto;
    float: none !important;
}
/* Hide button on screens smaller than 992px (Bootstrap breakpoint for tablet/mobile) */
@media screen and (max-width: 991px) {
  .download-btn {
    display: none;
  }
}