.widget-title h3 {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 38px;
    z-index: 1;
    line-height: 1.1;
    color: #464646;
    font-weight: 700;
    /* text-transform:uppercase; */
}
.bg_div{
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}
.date_blink {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 10px;
    animation: blink-custom 1.3s infinite;
}

@keyframes blink-custom {
    0% { color: #ba3765; opacity: 1; }    /* Blue */
    50% { color: #803b97; opacity: 0.6; }  /* Red */
    100% { color: #3498db; opacity: 1; }   /* Blue */
}

.widget-title span {
    padding: 0;
    font-size: 20px;

    color: #000;
    font-weight: 400;

}

.new-box {
    background-color: #efefef;

    padding: 19px;
}

.new-box h4 {
    color: #3f3f3f;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0px;
}

ul.lasted2 li {
    color: #858585;
    position: relative;
    padding: 4px 0;
    padding-left: 28px;
    font-size: 17px;
    font-weight: 400;
}

.widget-titled h3 {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 36px;
    z-index: 1;
    line-height: 1.1;
    color: #031866;
    font-weight: 700;
}

.widget-titled h3:after {
    position: absolute;
    content: "";
    background-color: #ffd200;
    height: 2px;
    width: 70px;
    top: 18px;
    right: -85px;
}


.widget-title h3 span {
    color: #e9332f;
}



.widget-title p {
    font-size: 20px;
    text-align: center;
    padding: 10px 35px;
    color: #fff;
}


.frmBg h4 small {
    display: block;
    font-size: 16px;
}





.widget-title h3 span.blue {
    color: #28296c;
}

.zIndex2 {
    z-index: 2;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}

.show {
    display: block !important;
}

/*== HEADER CSS START ==*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1100px !important;
}

.header .header-absolute .mobile__dv .divids {
    position: relative;
    float: right;
    padding-top: 10px;
}

.header .header-absolute .mobile__dv .divids ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header .header-absolute .mobile__dv .divids ul li {
    float: left;
    margin-left: 25px;
}

.header .header-absolute .mobile__dv .divids ul li figure img {
    width: 80%;
}

.header .header-absolute {
    background: #fff;
    position: relative;
}

.header .header-absolute .mobile__dv p {
    font-size: 17px;
    color: #414042;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
}

/*.header .header-absolute .mobile__dv span img{width:10%;}*/
.header .header-absolute .mobile__dv span {

    font-weight: 700;
    position: relative;
    display: inline-block;
}


.logo {
    position: relative;
}



.header .header-absolute .mobile__dv .divids {
    position: relative;
    float: right;
    padding-top: 0px;
    width: 100%;

}

.header .header-absolute .mobile__dv .divids h1 {
    font-size: 2rem;
    color: #444444;
    text-align: right;
    font-weight: bold;
}

.header .header-absolute .mobile__dv .divids h1 img {
    width: 8%;
}

.header .header-absolute .mobile__dv .divids a i.fal.fa-phone {
    color: #fff;
    font-size: 23px;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(104deg);
    -o-transform: rotate(90deg);
    transform: rotate(104deg);
}

.header .header-absolute .mobile__dv .divids a:hover {
    color: #03b0ef;
}

.header .header-absolute .mobile__dv .divids a:hover i.fal.fa-phone {
    color: #03b0ef;
}


.header .header-absolute .mobile__dv .divids a img {
    width: 8%;
}


.header .logo img {
    position: relative;
    padding: 10px 0;
    width: 40%;
}

/*== BANNER CSS START ==*/
.dsu-form {
    padding: 0px 0px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
    width: 320px;
    float: right;
    overflow: hidden;
}

.frmBg {
    position: relative;
    text-align: center;
    padding: 10px 0;
    background: #ffffff;
}

.frmBg h4 span {
    color: var(--text-yellow);
}

.applyBox {
    margin-top: 0px;
    width: 100%;
    display: table;
}

.contact_fild {
    padding: 0px 20px 0;
}

.contact-fild-box .form-control,
.contact-fild-box .form-control,
.contact-fild-box .form-select {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    border: 0px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    margin: 0 auto;
    padding: 8px 10px;
    height: auto;
    font-weight: 600;
    /* font-family: 'Montserrat', sans-serif; 
    background: transparent;*/
}

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

.btn_submit {
    background: #444444;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 7px 100px;
    display: block;
    display: block;
    margin: 5px auto;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
}

.btn_submit:hover {
    background: #014282;
    color: #FFFFFF;
}

.contact-fild-box {
    margin-bottom: 8px;
    position: relative;
}

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

.dsu-intro {
    position: relative;
    z-index: 1;
}

.dsu-addmission {
    margin-top: 5%;
    position: relative;
    width: 100%;
    z-index: 1;
}



.formIDfid {
    padding: 0 0px;
}

.contact-fild-box .form-control option {
    color: #000;
}



.admi__content-btn {
    position: relative;
    padding-top: 3%;

}

.dsu-addmission .bnr__next_dv h1 span {
    font-size: 22px;
    margin-top: 7px;
    line-height: 26px;
    display: block;
    font-weight: 500 !important;
}

.dsu-addmission .bnr__next_dv h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    background-color: #872491;
    width: max-content;
    padding: 7px 10px;
    border-radius: 6px;
}

.dsu-addmission .bnr__next_dv h1 b {
    font-weight: bold;
    font-size: 78px;
    line-height: 78px;
    display: block;
}

.bnr__next_dv h1 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.bnr__next_dv {
    position: relative;
}

.bnr__next_dv::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 4px;
    background-color: #fff;
    bottom: -16px;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.admi__content-btn .counts {
    position: relative;
}

.admi__content-btn .counts ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.admi__content-btn .counts ul li {
    background-color: #041c60;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    width: 32%;
    align-items: center;
    align-content: center;
    padding: 15px;
    margin-right: 10px;
    border: solid 1px #fff;
    border-radius: 10px;
}

.admi__content-btn .counts ul li span {
    font-size: 22px;
    display: block;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 5px;
}

.admi__content-btn .counts ul li:nth-child(2) {
    background-color: #f2ca02;
}

.admi__content-btn .counts ul li:nth-child(2) p {
    color: #333333;
}

.admi__content-btn .counts ul li:nth-child(2) span {
    color: #333333;
}


.dsu-addmission ul li>p {
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 67%;
}

.dsu-addmission .bnr__Adm_dv {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}


.dsu-addmission .bnr__Adm_dv p {
    font-size: 21px !important;
    font-weight: bold;
    padding-bottom: 15px;
}

.dsu-addmission .bnr__Adm_dv .button__flex {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: space-between !important;
    gap: 45px;
}

.dsu-addmission .bnr__Adm_dv .button__flex .ttop {
    position: relative;
    margin-top: 30px;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed .listTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed .listTitle h2 {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed li {

    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed li .leftDiv {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed li .rightDiv {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dsu-addmission .bnr__Adm_dv .button__flex .extra {
    float: right;
}


.dsu-addmission .bnr__Adm_dv .button__flex ul.listed li .fleex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.sub-listed li {
    float: left;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    width: 100%;
    margin-bottom: 10px;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed li img {
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 4px;
    margin-right: 5px;
}



.dsu-addmission .bnr__Adm_dv .button__flex ul.listed li img.img-fluid {
    width: 15px;
}

.dsu-addmission .bnr__Adm_dv .button__flex ul.listed li.w-100 {
    padding-bottom: 7px;
}





.hero-sectionn .headermarquee {
    position: absolute;
    background-color: rgba(1, 66, 130, 0.9);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carrer_section .carrer_row p {
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    color: #656565;

}

.carrer_section .carrer_row .carrer_ul {
    border-radius: 7px;
    background: linear-gradient(90deg, rgba(0, 26, 136, 1) 0%, rgba(164, 37, 109, 1) 100%);
    border: 1px solid #fff;
    height: 100%;
    padding: 30px;
}

.carrer_section .carrer_row .carrer_ul h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.carrer_section .carrer_row .carrer_ul li {
    font-size: 15px;
    position: relative;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    padding: 4px 0px;
    padding-left: 25px;
}

.carrer_section .carrer_row .carrer_ul li:after {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 14px;
    content: "\f058";
    /* background-image: url(../images/check-rd.png); */
    font-family: 'Font Awesome 5 Pro';
}

.marquee_outer {
    padding: 10px 20px;
    /* background: linear-gradient(90deg, rgba(51,90,167,1) 0%, rgba(192,32,78,1) 100%); */
    background-color: #872491;
}

.marquee_outer p {
    font-size: 22px;
    cursor: pointer;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

.marqueewrap {
    width: 100%;
    display: table;
    padding: 10px 0px;
    text-align: center;
}

.head6 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.05;
}

/* .marquee{height:30px;line-height:30px;width:100%;overflow:hidden;position:relative;} */
.marquee {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    -webkit-animation: marquee 12s linear infinite;
    -moz-animation: marquee 12s linear infinite;
    animation: marquee 12s linear infinite;
}

.marquee span {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    display: inline-block;
    font-weight: 300;
    white-space: nowrap;
}

@-webkit-keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@-moz-keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.marquee>div:hover {
    animation-play-state: paused;
}

.marquee span strong em {
    font-weight: 700;
    font-style: normal;
    font-size: 1.7rem;
    color: #32c8ff;
}

/*custom-marquee-CLOSE */


.masonry {
    width: 100%;
    height: 600px;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(10, 1fr);
    row-gap: 1rem;
    column-gap: 1rem;
}

.masonry .masonry-item {
    filter: drop-shadow(2px 2px 5px #00000046);
}

.cell-1 {
    grid-column: 1 / 9;
    grid-row: 1 / 6;
}

.cell-2 {
    grid-column: 9 / 12;
    grid-row: 1 / 11;
}

.cell-3 {
    grid-column: 12 / -1;
    grid-row: 1 / 4;
}

.cell-4 {
    grid-column: 12 / -1;
    grid-row: 4 / 8;
}

.cell-5 {
    grid-column: 1 / 6;
    grid-row: 6 / 11;
}

.cell-6 {
    grid-column: 6 / 9;
    grid-row: 6 / 7;
}

.cell-7 {
    grid-column: 6 / 9;
    grid-row: 7 / 11;
}

.cell-8 {
    grid-column: 12 / -1;
    grid-row: 8 / 11;
}

/* .cell-9 {
    grid-column: 6 / 12;
    grid-row: 11 / -1;
  }
  .cell-10 {
    grid-column: 9 / 12;
    grid-row: 4 / 11;
  }
  .cell-11 {
    grid-column: 12 / 13;
    grid-row: 4 / 6;
  }
  .cell-12 {
    grid-column: 13 / -1;
    grid-row: 4 / 6;
  }
  .cell-13 {
    grid-column: 12 / -1;
    grid-row: 6 / 13;
  }
  .cell-14 {
    grid-column: 12 / -1;
    grid-row: 13 / -1;
  } */
.in {
    height: 100%;
}

.Rich-Alumni-Base {
    background: url(../images/recruite.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#rich-Alumni.owl-theme .owl-nav [class*=owl-] {
    display: none;
}

.ticker_item .ticker_front {
    background-color: #fff;
    min-height: 307px;
    border: solid 1px #D8D8D8;
    /* box-shadow: 0px 4px 12px 2px rgba(206, 212, 218, 0.7); */
    padding: 40px 0 20px 0;
    border-radius: 15px;
}

.img_div {
    border-radius: 100%;
    margin: 0px 30px;
    /* padding: 0px 30px; */
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: auto;
}

.rich-alumni_content {
    padding: 20px 16px 16px 16px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /* min-height: 150px; */
    margin-top: 0px;
    /* border: 2px solid #0056A2; */
    /* border-radius: 10px; */
}

.rich-alumni_content .alumin-name {
    color: #D47394;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: center;
}

.rich-alumni_content .alumin-dtaks {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: center;
    padding: 12px 0 0 0;
}

.rich-alumni_content .alumin-dtaks span {
    display: block;
    color: #616161;
    padding-top: 3px;
}

.desk_gallery img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px;
    object-position: center;
    pointer-events: none;
}

.masonry-item {
    position: relative;
}

.masonry-item .hover_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #FFFFFF;
    height: 92%;
    left: 4%;
    position: absolute;
    top: 4%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 92%;
    border-radius: 0rem;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.masonry-item .hover_overlay .links {
    top: 0%;
    text-align: center;
    position: absolute;
    right: 0;
    height: 100%;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

.masonry-item .hover_overlay .links>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.masonry-item .hover_overlay .links .links>a>i {
    color: #ffffff;
    font-size: 30px;
}

.masonry-item:hover .hover_overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}




.hero-sectionn .vishouse-absolute {
    position: absolute;
    bottom: 0px;
    left: 36%;
    z-index: 1;
}

.hero-sectionn .vishouse-absolute img {
    width: 72%;
}


.frmBg h4 {
    font-weight: 700;
    font-size: 22px;
    padding: 5px;
    color: #0e0e0e;
    /* border-bottom: solid 3px #c1bdb6; */
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 0;
}

.timeline_wrap.intern .inner_cont {
    background-color: #efefef;
    height: 100%;
    width: 100%;
    text-align: center;
}

.timeline_wrap.intern .inner_cont .lasted2 {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline_wrap.intern .inner_cont .lasted2 li {
    padding: 0;
    padding-right: 25px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.timeline_wrap.intern .inner_cont .lasted2 li:after {
    right: 26px;
    top: -25px;
    transform: rotate(90deg);

}


.frmBg h4:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 75px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
}

/*== BANNER CSS end ==*/






.highlight__section {
    background: #ececec;
}

.highlight__section .highlight__relative {
    padding-top: 40px;
}

.highlight__section .package__block .package_dv .package__item {
    padding: 25px 15px;
    background: #f2f2f2;
    padding-top: 45px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 135px;
}

.highlight__section .package__block .package_dv .package__item .picas {
    width: 25%;
}

.highlight__section .package__block .package_dv .package__item .picas img {
    width: 90%;
}

.highlight__section .package__block .package_dv .package__item .counting-item-block {
    margin-bottom: 25px;
    width: 75%;
    /* text-align: left; */
    padding-left: 5px;
}

.highlight__section .package__block .package_dv .package__item .counting-item-block:last-child {
    margin-bottom: 0px;
}

.highlight__section .package__block .package_dv .package__item .counting-item-block .counting-number,
.highlight__section .package__block .package_dv .package__item .counting-item-block .plus {
    font-size: 2.3rem;
    position: relative;
    z-index: 2;
    font-weight: 600;
    color: #872491;
}

.plus b {
    font-size: 3rem;
}

.highlight__section .package__block .package_dv .package__item .counting-item-block strong {
    display: inline-block;
    color: #872491;
    /* margin-top: 10px; */
    font-size: 2.3rem;
    font-weight: 400;
    /* padding-bottom: 15px; */
}

.highlight__section .package__block .package_dv .package__item .counting-item-block strong.txttop {
    margin-top: -40px;
    margin-bottom: 15px;
}

.highlight__section .package__block .package_dv .package__item .counting-item-block p {
    display: block;
    color: #000000;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 5px;
}

.highlight__section .package__block .package_dv {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 25px;

}

.highlight__section .package__block .package_dv .package__item:hover {
    border: solid 1px #872491;
    border-radius: 15px;
}

#highlight-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
    border: solid 1px #141d49;
}

#highlight-slider.owl-theme .owl-dots .owl-dot.active span,
#highlight-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #a6ce43;
}


#highlight-slider.owl-theme .owl-dots {
    display: none;
}


#highlight-slider.owl-theme .owl-dots .owl-dot.active span,
#highlight-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #141d49;
}




#package-slider.owl-theme .owl-nav [class*=owl-] {
    color: #444444;
    font-size: 20px;
    margin: 5px;
    line-height: 5px;
    width: 2rem;
    height: 2rem;
    padding: 5px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #444444;
}

#package-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #872491;
    color: #FFF;
    border: solid 2px #872491;

}



#highlight-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #ffffff;
    border: 2px solid #000;
    width: 3.7rem;
    height: 3.7rem;
    line-height: 3.7rem;
    font-size: 2.3rem;
    margin: 0px;
    padding: 0px;
    border-radius: 20rem;
    text-align: center;
    background-color: transparent;
    bottom: -6%;
    transform: translateY(-50%);
    z-index: 2;
}

#highlight-slider.owl-theme .owl-nav [class*="owl-"] i {
    font-weight: 300;
}

#highlight-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #1d72bc;
    opacity: 1;
}

#highlight-slider.owl-theme .owl-nav .owl-prev {
    right: 50px;
}

#highlight-slider.owl-theme .owl-nav .owl-next {
    right: 0px;
}






.highlight__section .intor {
    position: relative;
    margin-top: 3rem;
}

.highlight__section .intor .about__Block {
    position: absolute;
    left: 8.7rem;
    width: 52%;
    top: 5%;
}

.highlight__section .intor .about__Block .about__Content {
    background-color: #af3335;
    position: relative;
    right: 0px;
    z-index: 1;

}

.highlight__section .intor .about__Block .about__Content .article {
    padding: 30px;
}

.highlight__section .intor .about__Block .about__Content .article p {
    color: #fff;
    text-align: justify;
    font-size: 20px;
}

.highlight__section .intor .picasa {
    position: relative;
    z-index: 0;
    right: 0;
    top: 0;
}

.highlight__section .intor .picasa img {
    width: 100%;
    float: right;
}

/**/







/*== Footer css start ==*/
.footer {
    background-color: #000000;
    font-size: 16px;
    color: #fff;
}

.footer span {
    color: #f57b12;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}







.section3 {
    position: relative;
    background: #f8f8f8;
    padding: 0px;
    padding-top: 3%;
}

.section31 {
    width: 100%;
    padding: 50px 0 20px 0;
}

.section31 .program-sec {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2%;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%)
}

.section31 .blasi {
    position: relative;
    padding-right: 5%;
}

.section31 .inter {
    position: relative;
    padding-top: 12px;
}

.section31 .inter p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #003b73;
}

.section31 .glow {
    position: relative;
    margin-top: -60px;
}

.section31 .glow .interers {
    position: relative;
}

.section31 .glow .interers h2 {
    color: #003b73;
    font-size: 25px;
    padding-bottom: 10px;
}

.section31 .glow .interers p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #003b73;
}


/*== courses__section css start ==*/
.courses__section {
    background-image: url(../images/course-bg.jpg);
    /* background-size: cover; */
    background-repeat: repeat-x;
    background-position: bottom left;
}

.courses__section .resp-tabs-container {
    background-color: #0056a2;
    padding: 0px;
    border-radius: 10px;
    padding-left: 20px;
    border: solid 1px #ff9b00;
}

.courses__section .resp-tabs-container .courses__Content {
    padding-bottom: 30px;
}

.courses__Block h3 {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 600;
}

.courses__Block p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    padding: 0px;
}

.courses__Block p:not(:last-child) {
    margin-bottom: 10px;
}

.courses__section .resp-tabs-container .courses__Content p,
.courses__section .resp-tabs-container .courses__Content h5,
.courses__section .resp-tabs-container .courses__Content h6 {
    color: #ffffff;
}

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

.courses__section .resp-tabs-container .courses__Content .table-striped {
    margin-top: 15px;
}

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

.courses__section .resp-tabs-container .courses__Content .table-info,
.table-info>th {
    font-size: 20px;
    background-color: #c3c9bd
}

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

.courses__section .resp-tabs-list li {
    position: relative;
    padding: 15px 30px;
    width: 100%;
    text-align: left;
}

.courses__section .resp-tabs-container {}

.courses__Block {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    min-height: 350px;
    z-index: 1;
}


/*== courses__section css close ==*/

/*== verticalslider css start ==*/
.programs_sec {
    width: 100%;
    display: table;
}

.programs_sec .resp-tabs-list li {
    margin-bottom: 4px;
}

.programs_sec .resp-tabs-list li {
    margin-bottom: 5px;
}




.programs_sec .resp-tabs-container .progContent {
    position: relative;
    padding: 10px 40px;
}

.programs_sec .resp-tabs-container .progContent h2 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 600;
    padding: 10px 0;
}

.programs_sec .resp-tabs-container .progContent ul {
    list-style: none;
    padding: 0px;

}

.programs_sec .resp-tabs-container .progContent ul li {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 8px 0px;
    position: relative;


}

.programs_sec .resp-tabs-container .progContent ul li b {
    font-weight: 600;
    color: #ff9b00;
}

.programs_sec .resp-tabs-container .progContent ul li b.diferlin {
    display: block;
}

.programs_sec .resp-vtabs .resp-tabs-list li {

    margin-bottom: 10px;
}




/* Nav-tabs-start */
.tab-content {
    position: relative;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #171616 !important;
    border-bottom: 2px solid #171616;
    background-color: #ff9b00 !important;

}

.nav-tabs .nav-item {
    margin-right: 5px;
    min-width: 47.4%;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0px;
}

.nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    padding: 15px 15px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    cursor: pointer;
    color: #171616;
    background: #fff;

    font-weight: 600;
    border: solid 0px;
    border-bottom: 2px solid #fff;
    border-radius: 0px !important;

}

.resp-tab-content img {
    position: absolute;
    right: -15px;
    top: -40px;
    background-color: #d7e9f3;
    border: 10px solid #d7e9f3;
}

/* Nav-tabs-close */





/*Testimonial Section*/


.value__section .single-feedback {
    padding: 0px;
    border-radius: 0px;
}

.value__section .single-feedback .nameheading h4 {
    color: #f7941d;
    font-size: 22px;
    font-weight: 700;
}

.value__section .single-feedback .nameheading span {
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

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

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

#visiting-slider.owl-carousel .items {
    display: flex;
    flex-direction: column;
}

/* flex-close */
#visiting-slider.owl-theme .items p,
#visiting-slider.owl-theme .items p,
.client-text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    padding-top: 0%;

}

#visiting-slider.owl-theme .items p::after,
#visiting-slider.owl-theme .items p:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: -30px;
    right: 0px;
    /* background:url(../images/experts/quote-close.png) no-repeat top center; */
    background-size: contain;
}



#visiting-slider.owl-theme .owl-nav {
    display: none;
}

#visiting-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background-color: #e0dfdf;
    border: solid 1px #979797;
}

#visiting-slider.owl-theme .owl-nav [class*=owl-] {
    display: none;
}

#visiting-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #eeaa03;
}



#visiting-slider.owl-theme .items {
    position: relative;
    width: 100%;

    padding-right: 10%;

    /* margin-left: 2%;  margin-right: 2%; */

}


/* #visiting-slider.owl-theme .items::before{content:'"';position:absolute;width:80px;height:70px;top:-50px;left:20px; background-size:contain;z-index:1;} */

#visiting-slider.owl-carousel .owl-item img {
    border-radius: 0%;
}

.client-info .nameheading {
    padding: 8px 0px;
    padding-left: 12px;
}



#visiting-slider.owl-theme .items figure {
    position: relative;
    text-align: center;
    margin-top: 5%;
}

#visiting-slider.owl-theme .items figure img {
    border-radius: 0px;
    width: 9%;

}


#visiting-slider.owl-theme .items:hover h2 {
    color: #ff9b00;
}

#visiting-slider.owl-theme .items:hover .desig span {
    color: #fff;
}

#visiting-slider.owl-theme .items:hover p.client-text {
    color: #fff;
}



#visiting-slider.owl-theme .items:hover figure img {
    border: 0px;

}

.desig {
    width: 60%;
    padding-left: 5%;
}

.desig h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
}

.desig span {
    font-size: 18px;
}

.gloss {
    display: flex;
    align-items: center;
}

#visiting-slider.owl-theme .items .testi-pic {
    width: 40%;
    position: relative;
    text-align: left;
    margin-top: 0%;
}




#client-slider.owl-theme .owl-nav {
    display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background-color: #e0dfdf;
    border: solid 1px #979797;
}

#client-slider.owl-theme .owl-nav [class*=owl-] {
    display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #eeaa03;
}




/*Testimonial Section*/



.thanksection {
    height: calc(85vh - 70px);
    position: relative;
    width: 100%;
    background-image: url(../images/thankyoupic.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    height: 76vh;
}

.thankContent {
    background-color: rgba(0, 86, 162, 0.9);
    padding: 25px 25px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin: 5% 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: 1.4rem;
    line-height: 1.55;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-transform: initial;
}

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

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

.thankMsg h5 a {
    display: inline-block;
    background: #000;
    padding: 6px 25px;
    border-radius: 10px;
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: 500;

}

.thankMsg h5 a:hover {
    border: solid 1px #fff;
}


.awards {
    position: relative;
    background: rgb(51, 90, 167);
    background: linear-gradient(90deg, rgba(51, 90, 167, 1) 0%, rgba(192, 32, 78, 1) 100%);
}

.highlights__section {
    position: relative;
}

.highlights__section .highlights__Item {
    background-color: transparent;
    width: 100%;
    /* min-height: 205px; */
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    /* padding: 15px 15px;*/
    /*  border: solid 1px #fff;
    padding-top: 25px; */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.highlights__section .highlights__Item .highlights__Icon {
    position: relative;
}

.highlights__section .highlights__Item .highlights__Icon figure {
    position: relative;
    padding-bottom: 0px;
    width: 100%;
    height: 90px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    overflow: hidden;
    /* left: 0;
    padding: 18px; */
    /* right: 0; */
    /* background: #03afef;
    border-radius: 100%; */
}

.highlights__section .highlights__Item .highlights__Icon figure img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.highlights__section .highlights__Item .highlights__Icon span {
    font-size: 3.5rem;
    font-weight: 700;
    padding-top: 62px;
    position: relative;
    display: table;
    color: #0c226b;
    width: 100%;
    padding-bottom: 61px;
}

.highlights__section .highlights__Item .highlights__Icon span sup {
    font-weight: 400;
}




.highlights__section .highlights__Item:hover {
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);

}



.highlights__section .highlights__Item:hover img {}

.highlights__section .highlights__Item:hover strong {
    color: #122228;
}

.highlights__section .highlights__Item:hover span {
    color: #fbe58b !important;
}

/* director-flex */


#highlights-slider.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background: transparent !important;
    border: 1px solid #fff;
    margin: 5px 4px !important;
}

#highlights-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;

}




#highlights-slider.owl-carousel .owl-stage {
    display: flex;
}

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

#highlights-slider.owl-carousel .items {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    padding-bottom: 0;
}

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

#highlights-slider.owl-theme .owl-nav [class*=owl-] {
    display: none;
    position: absolute;
    color: #777777;
    border: 2px solid #777777;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    border-radius: 20rem;
    text-align: center;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#highlights-slider.owl-theme .owl-nav [class*=owl-]:hover,
#alumni-slider.owl-theme .owl-nav [class*=owl-]:focus {
    border: 2px solid #28296c;
    transition: 0.7s ease all;
}

#highlights-slider.owl-theme .owl-nav .owl-prev:hover,
#highlights-slider.owl-theme .owl-nav .owl-next:hover {
    color: #000;
    border: 2px solid #000;
}

#highlights-slider.owl-theme .owl-nav .owl-prev {
    left: -4%;
}

#highlights-slider.owl-theme .owl-nav .owl-next {
    right: -4%;
}

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


#highlights-slider.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

/* alumni-slider-close */




/*== How to Apply css start ==*/

.applybox {
    padding-bottom: 70px;
}



.applybox figure {
    -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;
    padding: 1rem 0.5rem 0.5rem;
}



#apply-slider .items:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border-color: transparent;
    /* transform: translateY(-50%); */
    /* z-index: 2; */
    bottom: 7px;
    background-color: #020a5b;
    border: 2px solid #dedfe9;
    box-shadow: 0 0 5px #000;
    opacity: 1;
    transform: translateY(-50%) scale(2);
}


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


.timeline_strip>a {
    width: 39%;
    /* border-radius: 0px; */
    color: #fff;
    border: 0px solid #000;
    display: inline-block;
    background: #e9332f;
    font-weight: 700;
    border-radius: 30px;
    line-height: 1;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    font-size: 20px;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    /* float: left; */
    align-items: center;
    /* text-align: center; */
    margin: auto;
}

.timeline_strip>a p {
    /* float: right; */
    padding-left: 10px;
}

.timeline_strip>a p img {
    width: 78%;
}



.owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    background: #eee !important;
    border: 0px solid #e9332f;
    margin: 5px 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd200 !important;
    width: 18px !important;
    height: 18px !important;
}


#apply-slider.owl-theme .owl-nav {
    display: none;
}





.items.single-feedback h5 {
    color: #fff;
    font-size: 22px;
    padding-top: 30px;
}



#client-slider.owl-theme .owl-nav {
    display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background-color: #e0dfdf;
    border: solid 1px #979797;
}

#client-slider.owl-theme .owl-nav [class*=owl-] {
    display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #eeaa03;
}




/*Testimonial Section*/





/***********Collaboration*************/







.stagis {
    background-color: #03afef;
}

.stagis .mains-block {
    padding-right: 20.9%;
    padding-left: 15px;
}

.stagis .picsed {
    position: relative;
}

.stagis .mains-block .stagi-pera {
    position: relative;
}


ul.listings li {
    position: relative;
    padding: 10px 0;
    font-size: 20px;
    padding-left: 30px;
    font-weight: 400;
    color: #fff;
    margin-right: 2%;
}

ul.listings li:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    font-family: 'Font Awesome 5 Pro';
    content: "\f101";
    font-size: 1rem;
}






.siber__section {
    position: relative;
    background: #fff;
}

.siber__section:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    background-image: url(../images/program-bg.png);
    z-index: 0;
    width: 37%;
    height: 375px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    /* -webkit-animation: zoomeffect 3.5s infinite; */
    /* animation: zoomeffect 3.5s infinite; */
}


.siber__section,
.eligibility__section {
    position: relative;
    padding-bottom: 40px;
}

.siber__section .image-column {
    position: absolute;
    top: -90px;
    right: 0px;
    width: 40%;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}


.siber__section img.img-fluid.shadow {
    box-shadow: none !important;
}


.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #d19e31 !important;
    background-color: rgba(209, 158, 49, .75) !important;
}


.glossye .custom-scrollbar-js {
    height: 330px;
}

.mCSB_inside>.mCSB_container .glossye p {
    position: relative;
    padding: 0.9rem 0;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    border-bottom: dotted 1px #fff;
}


.siber__section ul.listing li {
    position: relative;
    padding: 0.9rem 0;
    font-size: 16px;
    padding-bottom: 0.3rem;
    color: #656565;
    padding-left: 25px;
    border-bottom: dotted 1px #656565;
}

.siber__section ul.listing li:after {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 14px;
    content: "\f058";
    /* background-image: url(../images/check-rd.png); */
    font-family: 'Font Awesome 5 Pro';
}

.siber__section .elegblty {
    position: relative;
}

.siber__section .elegblty ul.elegblty-sector {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.siber__section .elegblty ul.elegblty-sector li {
    position: relative;
    padding: 0.3rem 0;
    font-size: 16px;
    /* padding-bottom: 0.3rem; */
    color: #656565;
    padding-left: 30px;
    /* border-bottom: dotted 1px #656565; */
}

.siber__section .elegblty ul.elegblty-sector li:after {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 14px;
    content: "\f058";
    /* background-image: url(../images/check-rd.png); */
    font-family: 'Font Awesome 5 Pro';
}

.siber__section .elegblty h5 {
    font-size: 21px;
    font-weight: 700;
    color: #656565;
    padding-bottom: 15px;
}


.about__section {
    padding: 50px 0;
    background: #f5f5f5;
}

.about__section ul {
    list-style-image: url(../images/check.png);
    margin-left: 0rem;
}

.about__section ul li {
    font-size: var(--font);
    font-weight: 600;
    padding: 0.2rem 0;
    position: relative;
}

.about__section .bridafter,
.courses__tab_block .ma-tilt {
    padding: 0rem;
}

.courses__tab_block .ma-tilt:after,
.courses__tab_block .ma-tilt:before {
    background-color: #FFFFFF !important;
}




.glossye {
    position: relative;
    padding-left: 5%;
    background: linear-gradient(90deg, rgba(51, 90, 167, 1) 0%, rgba(192, 32, 78, 1) 100%);
    border-radius: 10px;
}

.glossye p {
    color: #ffffff;
}



.video_pb {

    /* padding: 10px; */
    height: 100%;
}

.video-play-fluid {
    height: 100% !important;
}

.video-play-fluid img {
    height: 100% !important;
}

.video-play-row {
    overflow: hidden;
    position: relative;
    height: 100%;
    /* border: solid 1px #fff; */
    border-radius: 10px;
}


.video-button {
    width: 80px;
    height: 80px;
    color: #AA2F24;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    border: 3px solid #FFF;
    text-align: center;
    line-height: 80px;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
    font-size: 2rem;
}

.video-button::before,
.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    border-radius: 74px;
    opacity: 0.15;
    z-index: -10;
}

.video-play-row:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
}

.video-button::before {
    z-index: 2;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: 1;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-section {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    text-align: center;
    z-index: 3;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}


.banner-logo {
    position: relative;
}

.banner-logo img {
    width: 390px;
    position: absolute;
    top: 80px;
    left: 0px;
}



/* ====  timeline_section-START  ====  */

.timeline_section {
    width: 100%;
    background: rgb(0, 26, 136);
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.timeline_container {
    width: 100%;
    border: 0px solid #ffffff;
    border-radius: 0rem;
    overflow: hidden;
}

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

.timeline_container.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.timeline_container .table {
    padding: 0px;
    margin: 0px;
}

.timeline_container .table th {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
}

.timeline_container .table td {
    color: #3f3f3f;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 17.33%;
}

.timeline_container .table tr td:first-child {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}

.timeline_container .table th,
.timeline_container .table td {
    text-align: left;
    width: 17.33%;
    border: 0px;
    border-right: 1px solid rgba(163, 144, 187, 0.7);
}



.timeline_container .table thead {
    vertical-align: middle;
}

.timeline_container .table thead th.big-tiltl {
    text-align: center !important;
    border-right: 0px;
}

.timeline_container .table thead th.big-tiltl span {
    font-size: 6rem;
    font-weight: 400;
}

.timeline_container .table thead th.clark {
    position: relative;
}

.timeline_container .table thead th.clark small {
    font-size: 17px;
    font-weight: 400;
    display: block;
}

.timeline_container .table thead th.clark.fot-bdr {
    border-bottom: solid 1px #fff;
}

.timeline_container .table tr th:last-child,
.timeline_container .table tr td:last-child {
    border-right: none;
}

.timeline_container .table tr th:first-child,
.timeline_container .table tr td:first-child {
    text-align: left;
    width: 25%;
}

.timeline_container .table-bordered>:not(caption)>* {
    border-width: 0px 0;
    background-color: transparent;
}

.timeline_container .table>:not(caption)>*>* {
    background-color: transparent;
}

.timeline_container .table>thead {
    background: linear-gradient(90deg, rgba(0, 26, 136, 1) 0%, rgba(164, 37, 109, 1) 100%);
}

.timeline_container .table>tbody tr:nth-child(odd) {
    background-color: #efefef;
}

.timeline_container .table>tbody tr:nth-child(even) {
    background-color: #efefef;
}

.timeline_strip {
    width: 100%;
    background-color: #ed771f;
    padding: 2.3rem 1rem;
    margin-top: 2rem;
}

.timeline_strip p {
    color: #ffffff;
    opacity: 1;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.3;
}

.timeline_strip p small {
    padding-left: 1rem;
}

ul.lasted2 {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
}

ul.lasted2 li {
    color: #000000;
    position: relative;
    padding: 4px 0;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
}

ul.lasted2 li:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 15px;
    height: 15px;
    line-height: 8px;
    background-color: #e7c0e2;
    color: #b358a9;
    padding: 4px;
    border-radius: 100%;
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-size: 0.5rem;
}

.timeline_container .table p {
    color: #000000;

    padding: 20px 0 4px 0;

    font-size: 17px;
    font-weight: 400;
}


.timeline_container .table tbody {
    height: 280px;
}


/*== ReadMore_css-START ==*/







.alumni__section {
    background-color: #fafafa;
}

.alumni__section .alumni__block {
    padding-top: 10px;
}


.alumni-block .video-boxed {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}


#students-slider.owl-theme .owl-nav [class*=owl-] {
    display: none;
    position: absolute;
    color: #777777;
    border: 2px solid #777777;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    border-radius: 20rem;
    text-align: center;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#students-slider.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background: transparent !important;
    border: 1px solid #95198e;
    margin: 5px 4px !important;
}

#students-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #95198e !important;

}



.sec6 {
    position: relative;
}

.student_item {
    padding: 0 20px;
}

.student_item .student_text {
    position: relative;
    padding: 20px;
    height: 245px;
    background: rgb(0, 26, 136);
    background: linear-gradient(90deg, rgba(0, 26, 136, 1) 0%, rgba(164, 37, 109, 1) 100%);
    border-radius: 35px;
}

.student_item .student_text:after {
    clip-path: polygon(69% 0, 0% 100%, 100% 100%);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #223f80;
    bottom: -18px;
    left: 10%;
    z-index: -1;
    transform: rotate(-180deg);
}

.student_item .student_text .shapes {
    margin-bottom: 10px;
}

.student_item .student_text p {
    color: #FFFFFF;
    text-align: justify;
}

.student_item .photo {
    margin-top: 15px;
}

.student_item .photo img {
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}

.student_item .photo h2 {
    color: #444444;
    font-weight: 700;
    font-size: 22px;
    padding: 10px 0 5px 0;
}

.student_item .student_text .shapes {
    margin-bottom: 15px;
    margin-top: -27px;
    margin-left: 20px;
}

#student-speak.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    background-color: #5f5f5f;
}

#student-speak.owl-theme .owl-dots .owl-dot.active span {
    background-color: #FFFFFF;
}

#student-speak.owl-theme .owl-dots {
    display: none;
}

.student_item .student_text .shapes img {
    width: 10%;
}

.student_item .photo span {
    font-size: 16px;
    line-height: 1;
}



#student-speak.owl-theme .owl-nav [class*=owl-] {
    color: #444444;
    font-size: 16px;
    margin: 5px;
    line-height: 5px;
    width: 2rem;
    height: 2rem;
    padding: 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #444444;
    position: absolute;
    top: -60px;
}

#student-speak.owl-theme .owl-nav .owl-next {
    right: 0px;
}

#student-speak.owl-theme .owl-nav .owl-prev {
    right: 50px;
}

#student-speak.owl-theme .owl-nav [class*=owl-]:hover {
    background: #872491;
    color: #FFF;
    border: solid 2px #872491;

}






.campus__section,
.courses__section {
    background-color: #fafafa;
}