.widget-title h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

 .location {
    position: relative;
    margin-left: 5%;
}
 .location span {
    color: #E06A42;
    font-size: 22px;
    font-weight: 500;
}
 .location span img { margin-right:5px;
    width: 6%;
    filter: hue-rotate(150deg) saturate(120%) brightness(110%);
}



.common_btn {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: block;
    background-color: #E06A42;
    border-radius: 5px;
    margin-top: 20px;
}


.common_btn:hover{
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.process_box {
  border: 3px solid #E06A42;
  border-radius: 10px;
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  padding: 30px;
  align-items: center;
  flex-direction: column;
  transition: all .5s;
}

.process_box:hover {
  background-color: #E06A42;
  transition: all .5s;
}

.process_box:hover * {
  color: #fff !important;
}

.process_box span {
  background-color: #E06A42;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.process_box:hover span{
  background-color: #ffffff;
  color: #E06A42 !important;
}

.process_box p {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}
.process_box img{
    width: 100px;
    border-radius: 10px;
}




.marquee_outer {
    padding: 18px 20px;
    background: linear-gradient(90deg, #E06A42 100%, #e06a4272 100%);
}

.marquee_outer p {
    font-size: 22px;
    font-weight: 400;
    font-size: 20.21px;
    line-height: 20.21px;
    letter-spacing: 1%;
    color: #fff;
    text-align: center;    
}


.marquee_outer {
  overflow: hidden;
    padding: 18px 20px;
    background: linear-gradient(90deg, #E06A42 100%, #e06a4272 100%);
  white-space: nowrap;
  position: relative;
}

.marquee_text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

.marquee_text a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}




.widget-title h2 span{
background: linear-gradient(90deg, #222 29.37%, #E06A42 99.96%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    
}

.placement-section .item img{
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
}
.placement-section .item{
    border-right:1px dashed #DDDDDD ;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 10px;
}
.cust_width{
    width: 80%;
margin: auto;
}

.courses-section .nav-tabs{
    border-radius: 8px;
border: 1px solid #D8D8D8;
background: #FFF;
padding: 10px;
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-direction: row !important;
}
.courses-section .nav-tabs .nav-item{
    border: 0;
width: 50%;
}
.courses-section .nav-tabs .nav-link{
    border: 0;
    color: #222;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 150% */
width: 100%;
text-align: left;
}
.courses-section .nav-tabs .nav-link.active{
    border-radius: 6px;
background: #E06A42;
box-shadow: 0px 4px 4px 0px rgba(242, 75, 1, 0.25);
color: #fff;
}

.courses-section .tab-content{
    border-radius: 4px;
background: linear-gradient(108deg, rgba(224, 106, 66, 0.10) 6.63%, rgba(224, 106, 66, 0.10) 75.41%);
backdrop-filter: blur(15px);
padding: 20px;
}
.courses-section .tab-content .course_div p,.courses-section .tab-content .course_div ul li{
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 25px;
}
.courses-section .tab-content .course_div ul{
    margin-bottom: 20px;
}
.courses-section .tab-content .course_div ul li{
    list-style-type: disc;
    margin-left: 20px;
}
.courses-section .tab-content .course_div b{
    font-weight: 600;
}
.courses-section{
    background: url(../images/about_bg.webp) center no-repeat;
    background-size: 100% 100%;
}
.courses-section .tab-content img{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: auto;
    height: 340px;
}

.about-section{
    background: url(../images/mdae_bg.webp) center no-repeat;
    background-size: 100% 100%;
}
.faq-section{
    background: url(../images/faq_bg.webp) center no-repeat;
    background-size:cover;
    background-position: top;
}

.faq-section .accordion-item{
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}.faq-section .accordion-body strong{
    font-weight: 500 !important;
}

.faq-section .accordion-body{
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.faq-section .show {
    border-left: 3px solid #E06A42 !important;
}
.faq-section .accordion-button:not(.collapsed){
    box-shadow: none !important;
    background-color: #fff !important;
    color: #000;
    border: 0 !important;
    border-left: 3px solid #E06A42 !important;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.about-section .about_content p{
    color: #222;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
}

.video_pb {
    padding: 10px;
}
.video-play-row {
    height: 350px;
    overflow: hidden;
    position: relative;
    border: solid 1px #fff;
    border-radius: 50px;
}
.video-play-row img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}
.video-section {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    text-align: center;
    z-index: 3;
}
.video-button {
    width: 90px;
    height: 90px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    animation: pulse 2slinear infinite;
    -webkit-animation: pulse 2slinear infinite;
    -moz-animation: pulse 2s linear infinite;
    font-size: 2rem;
}

.testimonial-section #testimonials_silder .item{
    overflow: hidden;
}
.name{
    display: none;
}
.testimonial-section #testimonials_silder .item .video-play-fluid{
    border-radius: 50px;
    border: 1px solid rgba(34, 34, 34, 0.30);
    overflow: hidden;
    height: 100%;

}
.video-button::after, .video-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 74px;
    opacity: .15;
    z-index: -10;
}
.video-play-row:after {
    position: absolute;
    content: "";
    width: 100%;
    border-radius: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    top: 0;
    border: 1px solid rgba(34, 34, 34, 0);
    left: 0;
}
.courses-section .nav-tabs .nav-link.active img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(315deg) brightness(113%) contrast(105%);
}
.brand-logo-section {
    width: 250px;
    height: 100%;
}
/* .brand-logo-section .ty{
    height: 70px !important;
} */

.header-navigation {
    display: flex !important;
    width: 100%;
    height: 100%;
    gap: 0px;
    justify-content: flex-end !important;
    align-items: flex-end;
}

.nav-links {

    color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
    position: relative; 
    margin: 0px 05px;
    padding: 0px 15px;

}

.nav-links:hover {
    transform: scale(1.04);
    transition: .5s all;
    color: black !important;
    /* border-bottom: 2px solid; */
}
.nav-links:before {
    content: '';
    position: absolute;
    bottom: -02px;
    left: 50%;
    transform: translate(-50%,0px);
    height: 2px;
    width: 0%;
    background: #E06A42;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.nav-links:hover:before {
    width: 80%;
}

.active {
    font-weight: 600;
    color: #E06A42;
}

.active::before {
    width: 80%;
}



.zIndex2 {
    z-index: 2;
}

.show {
    display: block !important;
}

/*== HEADER CSS START ==*/


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

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

.frmBg h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 25.4px;
    text-align: center;
    

}

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

.contact-fild-box .form-control,
.contact-fild-box .form-select {
    font-size: 14px;
    color: #000;
    padding: 10px 5px;
    border: 1px solid #D9D9D9 !important;
    border-radius: 03px;
    background-color: transparent !important;
    margin: 5px auto;
    border: 0;
    height: auto;
}

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

.btn_submit {
    background: #E06A42;
    border: 0px;
    border-radius: 5px;
    color: var(--white-col);
    font-size: 18px;
    margin-top: 10px;
    padding:10px;
    width: 100%;
}

.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: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    height: 100%;
}

.dsu-addmission .bannerContent .blob h1 {
    color: #FFF;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #DDD;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 120% */
    margin: 15px 0px;

}



.dsu-addmission .bannerContent .blob h4{
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0px 0px 10px 10px;
/* border: 1px solid #E06A42;
background: #FFF; */
padding: 5px 10px;
width: max-content;
margin-top: 5px;

}

.dsu-addmission .usp_tabs{
    display: flex;
    margin-top: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.dsu-addmission .usp_tabs .usp_inner h6{
    color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 5px;
text-align: center;
}
.dsu-addmission .usp_tabs .usp_inner.br{
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 0px 25px;
    margin: 0px 30px;
}
.dsu-addmission .usp_tabs .usp_inner p{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #000;
    padding: 0px 10px;
}


.mobile_view1 .usp_tabs{
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.mobile_view1 .usp_tabs .usp_inner h6{
    color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 5px;
text-align: center;
}
.mobile_view1 .usp_tabs .usp_inner.br{
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 0px 25px;
    margin: 0px 30px;
}
.mobile_view1 .usp_tabs .usp_inner p{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #000;
    padding: 0px 10px;
}


.cilp_style1{
    clip-path:polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}
.cilp_style2{
    clip-path: polygon(0 1%, 100% 0, 93% 100%, 7% 100%);
}
.dsu-addmission .bannerContent .blob h3 {
    color: #FFF;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #DDD;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 25px;
    

}
  
  /* Track */
   
  /* Handle */
  
  /* Handle on hover */
.dsu-addmission .bannerContent .blob h2{
    width: max-content;
    color: #E06A42;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #E06A42;
    background: #FFF;
    padding: 5px 10px;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}



.formIDfid {
    padding: 0 0px;
}



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

/*== Footer css start ==*/
.footer {
    padding: 20px 90px !important;
    background: #222;
    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;
}





.desktop {
    display: block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #E06A42 !important;
    width: 30px !important;
}
.testimonial-section #testimonials_silder .owl-item.active.center .item{
    transform: scaleX(1.2);
    transition: all .5s;
    margin: 0px 10px;
}
.testimonial-section #testimonials_silder .owl-item.active.center .item .video-button{
    width: 75px;
}
.testimonial-section #testimonials_silder .owl-item.active.center .video-play-row{


box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.testimonial-section #testimonials_silder .owl-item.active.center .video-play-row:after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 28.34%, #E06A42 99.86%);
    opacity: 1;

box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.name{
    display: none;
}
.testimonial-section #testimonials_silder .owl-item.active.center .name{
    position: absolute;
    bottom: 30px;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}








.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 25px;
    width: auto;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.popup .close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 22px;
    cursor: pointer;
}