.widget-title h3 {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
    font-size: 33px;
    z-index: 1;
    line-height: 1.2;
    color: #212529;
    font-weight: 200;
}

.widget-title span {
    padding: 0;
    font-weight: 700;
    color:  #AD2320;
}

.widget-title span.yelow {
    color: #ffec1e;
}



span.yelow {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    color: #fded11;
}

.zIndex2 {
    z-index: 2;
}

/*== HEADER CSS START ==*/
.container {
    max-width: 1200px !important;
}

.header .header-absolute {
    position: relative;
    width: 100%;
    display: table;
    z-index: 4;
    background-color: #ffffff;
}

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

.logo {
    position: relative;
}

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

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

.frmBg {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

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

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

.contact-fild-box .form-control,
.contact-fild-box .form-control {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    border: 0px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    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:  #AD2320;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 7px 0px;
    display: block;

    margin: 5px auto 25px;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    width: 100%;
}

.btn_submit:hover {
    background: #146ca4;
    color: #ffffff;
}

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

.dsu-intro {
    position: relative;
    top: 5rem;
    z-index: 1;
    right: 0px;
}

.dsu-addmission {
    margin-top: 8rem;
    display: block;
    padding: 0px;
}

.dsu-addmission .bannerContent p {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 400;
    font-size: 26.318px;
    line-height: 112%;
    color: #ffffff;
    margin-top: 10px;
}

.dsu-addmission .bannerContent h2 span {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 116%;
    color:  #ffffff;
    display: inline-block;
}

.dsu-addmission .bannerContent h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 116%;
    color: #ffffff;
}

.dsu-addmission .bannerContent {
    position: relative;
}

/* .dsu-addmission .bannerContent span {
    color: #ffffff;

    font-weight: 300;

    display: block;
    padding-top: 8px;
    font-size: 4.4rem;
    text-transform: uppercase;
} */


.bannerContent .careerBtn1>a {
    background: #AD2320;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.formIDfid {
    padding: 0 0px;
}

/*custom-marquee-CLOSE */

.frmBg h4 {
    font-weight: 700;
    font-size: 20px;
    color: #30343f;
    /* border-bottom: solid 3px #c1bdb6; */
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

/*== BANNER CSS end ==*/

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

/*== courses__section css close ==*/

.scss-section {
    background-image: url(../images/scssBg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scss-section .scss-right p {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: start;
}
.scss-right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.scss-section .scss-right p strong {
    font-weight: 700;
    text-align: start;
}


.scss-section .scss-left h2 {
    position: relative;
    font-family: "Archivo";
    font-style: normal;
    font-weight: 100;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
}

.scss-section .scss-left h2::after {
       position: absolute;
    content: "";
    background-color: #fded11;
    height: 235px;
    width: 2px;
    bottom: -95%;
    left: 90%;
    z-index: 1;
}


.alumni_sec {
    background-image: url(../images/alumnibg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.alumni_sec .alumni_div .alumni_pro {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
}

.alumni_sec .alumni_div .alumni_pro::after{
    position: absolute;
    content: '';
    background-color: #ffc40053;
    width: 52%;
    height: 2px;
    bottom: -18px;
    left: 24%; 
}


.alumni_sec .alumni_div .alumni_pro .alumni_text h4 {
    text-align: start;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    color: #FFFFFF;
	text-align: center;
}

.alumni_sec .alumni_div .alumni_pro .alumni_text p{
font-family: 'Archivo';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 23px;
color: #FFC400;
text-align: center;
padding: 0;
}

.alumni_sec .alumni_div p{
font-family: 'Archivo';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
padding-top: 20px;
}



.gallery_section{
    background: url(../images/gallery_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.galery-slide .single_gallery_item {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.galery-slide .single_gallery_item img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}
.galery-slide .single_gallery_item .hover_overlay {
    background-color: #ffc40040;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
 
.galery-slide .single_gallery_item .links {
    top: 0%;
    transform: translate(0%, 40%);
    text-align: center;
    position: absolute;
    height: 100%;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.galery-slide .single_gallery_item .links a {
    height: 100%;
    width: 100%;
}
.galery-slide .single_gallery_item .links>a>i {
    color: #ffffff;
    font-size: 30px;
}
.galery-slide .single_gallery_item .links p {
    margin-bottom: 0px;
    color: #fff;
    margin-top: 10px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.galery-slide .single_gallery_item:hover .hover_overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
 

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

.collaborations-section {
    background-color: #f2f2f2;
}

.collaborations-section .inter-logo {
    /* height: 280px; */
    background: #ffffff;
    border: 1.13544px solid #f2f2f2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 11.3544px;
    margin: 10px;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
      transition: all 0.3s ease-in-out;
}

.collaborations-section .inter-logo img{
    width: 100%;
}

.collaborations-section .inter-logo:hover  p{
    color: #fff;
}

.collaborations-section .inter-logo:hover  {
    transform: translateY(-6px);
    transition: all 0.3s ease-in-out;
   background-color: #AD2320;}

.collaborations-section .inter-logo p{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    padding: 10px 0px;
}


.careerBtn1 {
    position: relative;
    padding-top: 30px;
    text-align: left;
}

.careerBtn1>a {
    background: #AD2320;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.package_section {
    position: relative;
}

.package_section .package__block {
    margin-top: -2.5rem;
    background: #fff;
    z-index: 1;
    border-radius: 10px;
}

/* .package_section .package__block .package_dv .package__item {
    padding: 7px 20px 7px;
} */

.package_section .package__block .package_dv .package__item .counting-item-block {
    width: 100%;
    background-color: #fff;
    border-right: solid 1px #d7d7d7;
}

.b-0 {
    border: 0px !important;
}

.package_section .package__block .package_dv .package__item .counting-item-block  {
    font-size: 35px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #AD2320;
}


.package_section .package__block .package_dv .package__item .counting-item-block span.plus b {
    color: #AD2320;
    font-size: 25px;
}


.plus {
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #363636;
}

.package_section .package__block .package_dv .package__item .counting-item-block p {
    display: block;
    color: #101010;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.horizon__section {
    position: relative;
    margin-top: -5rem;
    /* background: #f2f5f7; */
}

.horizon__section {
    background-color: #efefef;
}

.horizon__section .widget-title{
    padding-top: 5rem;
}

.horizon__section .resp-tabs-list li {
    background: #ffffff;
    padding: 10px 10px;
    margin-right: 0px;
    color: #333333;
    width: 50%;
    text-align: center;
    font-size: 18px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.horizon__section .resp-tabs-container .course_tab .courses_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 2.94566px 2.94566px #dcdcdc;
    border-radius: 10px;
    padding: 35px 10px;
    border: 1.5px solid #fff;
    transition: all 0.3s ease-in;
    margin: 10px;
    min-height: 160px;
}


.horizon__section .resp-tabs-container .course_tab .courses_box:hover {
    border: 1.5px solid #AD2320;
    transform: translateY(-4px);
    transition: all 0.3s ease-in;
}

.horizon__section .resp-tabs-container .course_tab .courses_box p {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}

.horizon__section .resp-tabs-container .course_tab .courses_box img {
    width: 20px !important;
    height: 20px !important;
}

.horizon__section .resp-tabs-list li span {
    width: 100%;
}

.horizon__section p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #212529;
}

.resp-tab-active:after {
    position: absolute;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 30px;
    height: 15px;
    background-color: #AD2320;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    z-index: 0;
}

.section1 {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
}

.section1 .courses-wrap {
    width: 100%;
    margin: 1% 0%;
    padding: 0px 15px;
    position: relative;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    border-radius: 10px;
    min-height: 160px;
    z-index: 1;
}

.section1 .courses-wrap.colrs {
    background-color:  #AD2320;
}

.section1 .courses_sec2 .courses-wrap {
    border: 0px solid #fff;
}

.section1 .courses-wrap:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 17px rgba(32, 46, 60, 0.7);

    color: #fff;
}

.section1 .courses-wrap:nth-child(1) {
    position: relative;
    /*background-color: #efc603;
  padding: 50px 20px 0;*/
}

.section1 .courses-wrap label>strong {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 800;
}

.section1 .courses-wrap label {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin: 0px;
    padding: 0 3px;
}

.section1 .courses-wrap label>span {
    position: relative;
    padding-bottom: 0px;
    display: block;

    padding-top: 6px;
}

.section1 .courses-wrap label.orngBrdr>span> :after,
.section1 .courses-wrap label.orngBrdr>span> ::after {
    content: "";
    background-color: #e2923d;
}

.section1 .courses-wrap strong {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.26;
    color: #000000;
    font-weight: 500;
}

.section1 .courses-wrap label.claek {
    color: #1b2e4b;
}

.section1 .courses-wrap label.claek>strong {
    color: #1b2e4b;
}

.section1 .courses-wrap:hover {
    background: #AD2320 !important;
}

.section1 .courses-wrap:hover label.claek {
    color: #fff;
}

.section1 .courses-wrap:hover strong {
    color: #fff !important;
}

.section1 .courses-wrap:hover span {
    color: #fff;
}

.section1 .inter-logo {
    height: 100px;
    border-radius: 10px !important;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #AD2320 !important;
}

.owl-theme .owl-nav [class*=owl-]{
    background-color: #AD2320 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}



.thanksection {
    height: calc(85vh - 70px);
    position: relative;
    width: 100%;
    background-image: url(../images/banner.png);
    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: 8% 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: 2.5rem;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

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