.widget-title h2 {
    font-family: 'Newsreader',serif;
    font-size: 34px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    
}
.widget-title h2::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    background-color: #4C9BC6;
    height: 5px;
}
.about_section .widget-title h2::after{
    width: 100px;
}
.about_section .img_content{
    border-radius: 10px;
    width: 110%;
    min-height: 320px;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    left: -110px;
    background: #E8DAC0;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 20px;
}

.chhose_inner .child{
    display: flex;
    transition: all .5s;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding:10px 10px 10px 30px ;
    border-left: 2px dashed #D8D8D8;
}
.chhose_inner .child::after{
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 50px;
    background-color: #C5A361;
}
.chhose_inner .child:hover{
    transform: translateY(-10px);
    transition: all .5s;
}
.chhose_inner .child img{
 width: auto !important;
 transition: all .5s;
 transform: rotateY(0deg);
 height: 41px !important;
 object-fit: contain !important;
 margin-bottom: 10px;
}
.chhose_inner .child:hover img{
    transform: rotateY(-360deg);
    transition: all .5s;
}
.chhose_inner .child h1{
    font-size: 28px;
    font-weight: 700;
    line-height: 42.26px;
    text-align: left;
    content: #1A1C1B;
    margin-bottom: 10px;
}
.chhose_inner .child p{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.48px;
    text-align: left;
    content: #434442 !important;

}
.about_section .img_content p{
font-size: 14px;
font-weight: 500;
line-height: 18.78px;
text-align: left;
color: #434442;
margin-bottom: 10px;

}

.widget-title p {
    font-family: 'Livvic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #444444;

}

.brand-logo-section {
    /* width: 180px; */
    height: 100%;
}
.brand-logo-section .main{
height: 50px;
object-fit: contain;
}
.brand-logo-section .sub{
    height: 90px !important;
}

#testimonials_silder.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    color: #00B0C2;
    width: 20px;
    height: 20px;
    line-height: 25px;
    font-size: 25px;
  margin-top: 20px;
    padding: 0px;
    border-radius: 20rem;
    text-align: center;
    background:transparent;
    z-index: 2;
}

/* #testimonials_silder.owl-theme .owl-nav .owl-prev {
    left: -4%;
}
#testimonials_silder.owl-theme .owl-nav .owl-next {
    right: -4%;
} */



#header.sticky .brand-logo-section {
    width: 120px;
}
.why-section{
    position: relative;
    overflow: hidden;
    background: #4C9BC612;

}
.student_sec{
    position: relative;
    background: #4C9BC61A;
}


.why-section .prg_div h1{
font-size: 18px;
font-weight: 600;
line-height: 26px;
text-align: left;
color: #1A1B1A;
margin-bottom: 10px;

}
.why-section .prg_div p{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #424242 ;
    margin-bottom: 15px;

}
.why-section .img_bg:hover  {
    transform: translateY(-10px);
    transition: all .5s;
}
.why-section .img_bg {
  position: relative;
    transition: all .5s;
    z-index: 2;
}
.why-section .img_bg img{
    width: 100%;
    height: 100%;
}
.why-section .img_bg::after{
    width: 200px;
    height: 90%;
    background-color:#C4A25F ;
    content: '';
    position: absolute;
    border-radius: 5px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
    
}
.why-section .img_bg.right::after{
    right: -25px;
}
.why-section .img_bg.left::after{
    left: -25px;
}
.why-section ul.listing li {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #424242;
    padding-left: 1.5em;
    position: relative;
    
    
}
.why-section ul.listing li:after {
    position: absolute;
    content: '';
    background: url(../images/star_li.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
}


.testimon_section{
    background-color: #344D7C;
}
#testimonials_silder .owl-item.active.center .te_item{
opacity: 1;
}
#testimonials_silder .owl-item .te_item{
    opacity: 0.5;
    }
.testimon_section .te_item{
border: 1px solid #00B0C2;
background: transparent;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 20px 35px;
min-height: 350px;
}
.testimon_section .te_item p{
    font-family: 'Livvic',sans-serif;
font-size: 18px;
font-weight: 400;
color: #fff;
line-height: 22.1px;
text-align: left;

}

.testimon_section .img_content{
    display: flex;
    margin: 30px 0px;
    flex-direction:row;
    padding: 0;
    width: 100%;
    border-top: 2px solid #00B0C2;
    padding-top: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}
.testimon_section .img_content .l_img{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}
.testimon_section .img_content .l_img img{
    width: 100% !important;
    height: 100% !important;
}
.testimon_section .img_content .content{
    width: 80%;
    margin-top: 10px;
}
.testimon_section .img_content .content h2{
    font-family: 'Livvic',sans-serif;
font-size: 18px;
padding: 5px 0px;
color: #fff;
font-weight: 400;
line-height: 22.59px;
text-align: left;

}
.testimon_section .img_content .content p{
    font-family: 'Livvic',sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 20.08px;
text-align: left;

}
.zIndex2 {
    z-index: 2;
}

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

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

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

.show {
    display: block !important;
}

.overflow-h {
    overflow: hidden;
}

.gradient {
    background-image: linear-gradient(to right, #4b1632, #421633, #381733, #2f1631, #26162f);
}

/*== HEADER CSS START ==*/
#header .logo {
    padding-top: 12px;
}


/*== BANNER CSS START ==*/
.dsu-form {
    width: 370px;
    margin: 0rem auto 0;
    padding: 2rem 1rem;
    float: right;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color: #fff;
}

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

.frmBg h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;

}

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

.recruiters-logo {
background-color: white;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
/* overflow: hidden; */
height: 100px;
border: 1px solid #0000001A;
}
.recruiters-logo img {
width: auto !important;
padding: 10px !important;
object-fit: contain !important;
height: 85%;
    }




.frmBg .hr {
    border: 2px solid var(--bg-blue);
    margin: 0 auto;
}

.contact_fild {
    padding: 0.5rem 10px 0;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
    font-size: 14px;
    color: #000;
    border: 0.5px solid #7d80836e !important;
    border: 0;
    border-radius: 5px;
    background-color: #fff;;
    margin: 0 auto;
    padding: 9px 15px;
    height: auto;
}

.custom-text {
    color: #013437;
}



.custom_text_2 {
    color: #FFA800 !important;
}

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

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

.dsu-addmission hr {
    opacity: 1;
    background-color: #008582;
    color: #008582;
    width: 100px;
    height: 3px;
    margin-bottom: 30px;
}

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

.btn_submit.btn__blue {
    background-color: var(--bg-purple);
}

.btn_submit {
    background: #C4A25F;
    border: 0px;
    margin-top: 10px;
    color: var(--white-col);
    font-size: 18px;
    border-radius: 2px;
    padding: 05px 2rem;
    width: 100%;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.btn_submit:hover {
    color: var(--white-col);
}

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

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

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

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

.dsu-addmission .bannerContent .blob h1 {
    font-family: 'Newsreader',sans-serif;
    font-size: 40.37px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #262424;   
    margin-bottom: 10px; 

}

.dsu-addmission .bannerContent .blob h2{
font-size: 22.41px;
font-weight: 400;
line-height: 28.66px;
text-align: left;
color: #FFFFFF;
margin-bottom: 20px;

}
.dsu-addmission .bannerContent .blob .admin{
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: row;
    width: max-content;
}
.dsu-addmission .bannerContent .blob .admin h3 {
    font-size: 22.02px;
    font-weight: 500;
    line-height: 28.71px;
    text-align: left;
    color: #fff;
    padding:5px 10px;

}
.dsu-addmission .bannerContent .blob .admin span{
    background-color: #fff;
    color: #232222;
    font-size: 22.02px;
    line-height: 28.71px;
    text-align: left;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 10px;
}

.boydv {
    top: 8rem;
    left: 33rem;
    z-index: 2;
}



.dsu-addmission .bannerContent .blob ul {
    list-style: none;
    margin: 20px 0px;
}

.dsu-addmission .bannerContent .blob ul li {
    font-family: 'Livvic', sans-serif;
    font-size: 18px;
    padding: 5px 0px;
    font-weight: 600;
    color: #fff;
    line-height: 22.59px;
    text-align: left;

}

.dsu-addmission .bannerContent .blob ul li i {
    margin-right: 3px;
}

.dsu-addmission .bannerContent .blob .buttons_div {
    display: flex;
    margin: 10px 0px;
    flex-direction: row;
    gap: 25px;
    padding-top: 20px;
}

.dsu-addmission .bannerContent .blob .buttons_div a:first-child {
    background-color: #344D7C;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.237);
    border-radius: 7px;
    font-family: 'Livvic', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.1px;
    color: #fff;
    text-align: left;

}

.dsu-addmission .bannerContent .blob .buttons_div a img {
    margin-right: 7px;
}

.dsu-addmission .bannerContent .blob .buttons_div a {
    background-color: #00B0C2;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.237);
    border-radius: 7px;
    font-family: 'Livvic', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.1px;
    color: #fff;
    text-align: left;

}

.dsu-addmission .bannerContent .blob .buttons_div a:hover {
    transform: scale(1.02);
    transition: .5s;
    background-color: #2d4c7b;
    color: white;
}

.formIDfid {
    padding: 0 0px;
}

.dsu-form .progress {
    background-color: var(--bg-blue);
    height: 2px;
}


.sticky .logo img {
    width: 250px;
}

[data-paroller-factor] {
    position: relative;
    z-index: 0;
}



.ftr__btm {
    position: absolute;
    bottom: 0rem;
    left: 0;
}

/*== Footer css start ==*/
.footer {
    padding: 20px 90px !important;
    background: #20201f;
    text-align: left;
    border-top: solid 1px #fff;
}


.footer p {
    text-align: center !important;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.video-play-fluid:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.vdo-relative{
    border-radius: 10px;
    overflow: hidden;
}

.video-play-row .name_div{
    background: #E8DAC0;
    padding: 15px 10px;
}
.video-play-row .name_div h2{
font-size: 24px;
font-weight: 600;
line-height: 28.18px;
text-align: left;
color: #1A1C1B;
margin-left: 20px;
}
.video-button img{
    width: 70px !important; 
    object-fit: contain !important;
    height: auto;

}

.video-play-row {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#testimonial_slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    background-color:transparent;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0;
    font-size: 30px;
    border: 1px solid #C5A361;
    color: #C5A361;
    border-radius: 100%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 24px
}

#testimonial_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #C5A361;
    color: #fff;
    text-decoration: none
}

#testimonial_slider.owl-theme .owl-dots {
    display: block;
}

#testimonial_slider.owl-theme .owl-nav .owl-prev {
    left:  -1.6em;
}

#testimonial_slider.owl-theme .owl-nav .owl-next {
    right:  -1.6em;
}



.card-body p {
    /* padding-left: 10px;/ padding: 5px 0; */
    color: #fff;
    border: 1px solid #344D7C !important;
padding:6px 10px ;
    font-family: 'Livvic',sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 20.08px;
text-align: left;

}

.accordion-item {
    background-color: transparent;

}


.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    filter: invert(72%) sepia(68%) saturate(5248%) hue-rotate(147deg) brightness(92%) contrast(102%);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(40%) sepia(59%) saturate(6689%) hue-rotate(150deg) brightness(96%) contrast(101%);
}

.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%;
    top: 50%;
    transform: translate(-50%,-50%);
    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
    }
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.blue-col {
    background-color: #4865FF;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 4px solid var(--bg-orange);
    font-size: 1.1rem;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    padding: 0.8rem 0;
    text-indent: 0;
    animation: marquee 30s linear infinite;
}

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

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

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

.owl-theme .owl-dots .owl-dot span {
    background: #94A3B8 !important;
    margin: 5px 2px !important;
}

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