@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");



@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.rank_list{
  min-height: 180px;
  padding: 10px 20px;
}




.alumni-section .alumni_details {
  border: 2px solid rgb(0, 75, 135);
  border-radius: 6px;
  overflow: hidden;
}


.bluee{
  font-size: 15px;
  color: rgb(0, 75, 135);
}

.alumni-section .alumni_details {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 10px 10px;
}

.alumni-section .alumni_details .alumni_img img {
  width: 100%;
  object-fit: cover;
  background: #fff;
}

.alumni-section .alumni_details .alumni-text {
  padding: 15px 0px;
  color: #fff;
  background-color: rgb(0, 75, 135);
}

.alumni-section .alumni_details .alumni-text h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}

.alumni-section .alumni_details .alumni-text p {
  font-size: 15px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.video-box {
  position: relative;
  height: 100%;
  background-color: #000;
  border-radius: 20px;
}

.video-box video {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
}

.custom-controls {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.control-btn {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 9px 12px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.control-btn:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
}

.Key-section .key_div {
  margin: 10px;
  min-height: 185px;
  padding: 20px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all .3s ease-in-out;
  border: 2px solid #fff;
}

.Key-section .key_div:hover {
  transform: translateY(-8px);
  transition: all .3s ease-in-out;
  border: 2px solid #fe0000;
  box-shadow: none;
}

.Key-section .key_div p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #282828;
}

.accolades_section {
  background-image: url(../images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}



.accolades_section .rank_list .rank_list_text .rank_num {
  position: relative;
  margin-bottom: 20px;
  margin: auto;
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
}

.accolades_section .rank_list .rank_list_text .rank_num::before {
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 24px;
  height: 87px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  content: "";
  background-position: center;
  background-size: contain;
}

.accolades_section .rank_list .rank_list_text .rank_num::after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 24px;
  height: 87px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  content: "";
  background-position: center;
  background-size: contain;
}

.accolades_section .rank_list_text .rank_num {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: #004B87;
}

.accolades_section .rank_list_text .rank_num sup {
  font-size: 28px;
}

.accolades_section .rank_list_text .rank_top {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #004B87;
  position: relative;
  margin-top: 10px
}


.place_div img{
  border-radius: 20px;
}



.place_section .place_pointer .place_box p{
    font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 19px;
  text-align: center;
  color: #004B87;
  position: relative;
  line-height: 30px;
}


.place_section .place_pointer .place_box{
  background-color: #ffffff;
  padding: 20px 30px;
  border: 1px solid #fe0000;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.place_section .place_pointer .place_box:hover{
  transform: translateY(-5px);
  transition: all .3s ease-in;
  box-shadow: none;
}


.place_section .place_pointer .place_box p span{
  color: #fe0000;
  font-size: 40px;
  font-weight: 900
}
  





.header-navigation {

  display: flex !important;

  width: 100%;

  height: auto;

  gap: 0px;

  margin-left: 15px;

  justify-content: flex-end !important;

  align-items: center;

}



.nav-links {

  position: relative;

  font-family: "Roboto";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 100%;

  letter-spacing: 0.01em;

  color: #282828;

  padding: 0 10px;

}





.frmBg span {

  font-size: 18px;

  font-weight: 600;

  line-height: 27px;

  letter-spacing: 0.01em;

  text-align: center;

  color: #231f20;

}



.widget-title h2 {

  font-size: 32px;

  font-weight: 600;

  line-height: 43px;

  letter-spacing: 0.01em;

  text-align: left;

  color: #231f20;

  position: relative;

  display: inline-block;

}



.testimon-section .widget-title h2 {

  font-size: 32px;

  font-weight: 600;

  line-height: 43px;

  letter-spacing: 0.01em;

  text-align: left;

  color: #231f20;

  position: relative;

  display: inline-block;

}



.widget-title h2 span {

  color: #231f20;

  font-weight: 500;

}



.cour-section {

  position: relative;

}



.cour-section::after {

  content: "";

  background-image: url(../images/cp_back.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  position: absolute;

  right: 0;

  top: 0;

  width: 65%;

  height: 100%;

  z-index: 1;

  filter: blur(30px);

}



.cour_left_img {
  z-index: 2;

  position: relative;

}



.cour-section .cour_text h3 {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  font-size: 20px;

  line-height: 100%;

  letter-spacing: 0.01em;

  color: #282828;

}



.cour-section .cour_text p {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 400;

  font-size: 15px;

  line-height: 120%;

  letter-spacing: 0.01em;

  color: #282828;

}





.curriculum-section {

  background-color: #F5F5F5;

}





.curriculum-section .tab-container {
  background: #003b6a;
  border-radius: 12px;
overflow: hidden;
}



.owl-theme .owl-nav.disabled+.owl-dots{

  margin: 0 !important;

}



.curriculum-section .nav-tabs .nav-link {
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 0;
  padding: 12px 55px;
width: 100%;
}

.curriculum-section .nav-tabs .nav-item{
  width: 25%;
}



.curriculum-section .navlist {

  border-bottom: 5px solid #ffff !important;

  display: flex;

  justify-content: space-around;

  align-items: center;

}



.curriculum-section .nav-tabs .nav-link.active {
  border-bottom: 3px solid #fe0000;
  background-color: #fe0000;
  margin-bottom: 0;
  width: 100%;
}



.curriculum-section .tab-pane ul {

  list-style: none;

  padding: 0;

  display: flex;

  justify-content: flex-start;

  align-items: flex-start;

  flex-wrap: wrap;

  gap: 40px;

  padding: 25px;

}



.curriculum-section .tab-pane ul li {

  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 120%;

  letter-spacing: 0.01em;

  color: #FFFFFF;

}



.curriculum-section .tab-pane ul li::before {
 content: "✓";
    color: #ff0000;
    margin-right: 8px;
    /* border: 1px solid red; */
    border-radius: 50%;
    padding: 3px;
    font-size: 10px;
    background: #fff;
}



.curriculum-section .download-btn {

  margin-top: 20px;

}





.curriculum-section .know-btn {

  margin: auto;

  display: flex;

  justify-content: center;

}



.curriculum-section .know-btn a {

  color: #fff;

  background: #fe0000;

  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);

  border-radius: 4px;

  border: none;

  padding: 12px 40px;

}



.curriculum-section .curriculum_rank p {

  font-family: 'Roboto';

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  text-align: center;

  letter-spacing: 0.01em;

  color: #282828;

  min-height: 90px;

  position: relative;

  padding: 0 12px;

}



.curriculum-section .curriculum_rank p::after {

  position: absolute;

  content: '';

  right: -1px;

  bottom: 0;

  height: 100px;

  width: 1px;

  background-color: #D8D8D8;

}





.curriculum-section .curriculum_rank p span {

  font-family: 'Roboto';

  font-style: normal;

  font-weight: 800;

  font-size: 40px;

  line-height: 100%;

  letter-spacing: 0.01em;

  color: #004B87;

  text-align: center;

  display: inline-block;

  margin-bottom: 10px;

}







.btn-red {

  background-color: #fe0000;

  color: white;

  font-weight: bold;

  padding: 10px 20px;

  border: none;

  border-radius: 4px;

}



.btn-red:hover {

  background-color: darkred;

}





.program_eligibility_sec {

  background-color: #004B87;

}





.program_eligibility_sec .eligibility-box .eligi_text {

margin-top: 15px;

  display: flex;

  justify-content: flex-start;

  flex-direction: row;

  align-items: flex-start;

}



.program_eligibility_sec .eligibility-box strong{

font-family: 'Roboto';

font-style: normal;

font-weight: 600;

font-size: 20px;

line-height: 100%;

letter-spacing: 0.01em;

color: #FFFFFF;

}



.program_eligibility_sec .eligibility-box .eligi_text p{

  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 130%;

  letter-spacing: 0.01em;

  color: #FFFFFF;

  

}



.program_eligibility_sec .eligibility-box i {

  color: #ffffff;

  margin-right: 10px;

}



.testimon-section {

  background-image: url(../images/uspBg.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}





.testimon-section .usp_div img{

  margin-bottom: 10px;

}



.testimon-section .usp_div h4{

font-family: 'Roboto';

font-style: normal;

font-weight: 600;

font-size: 17px;

line-height: 100%;

letter-spacing: 0.01em;

color: #282828;

margin-bottom: 10px;

}



.testimon-section .usp_div {

  position: relative;

  padding: 0 15px;

}



.testimon-section  .brd{

  border-right: 2px dashed #D8D8D8;

}







.testimon-section .usp_div small{

font-family: 'Roboto';

font-style: normal;

font-weight: 400;

font-size: 14px;

line-height: 95% !important;

letter-spacing: 0.01em;

color: #282828;

display: inline-block;

}









/* ====  Testimonials-CLOSE  ==== */



.content_bnr-flex h3 {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  font-size: 24px;

  line-height: 100%;

  color: #ffffff;

  margin-bottom: 10px;

}



.addmi_text {

  width: 320px;

  color: white;

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  border-top: 2px dashed #ffffff71;

  border-left: 2px dashed #ffffff71;

  border-right: 2px dashed #ffffff71;

  text-align: start;

}



.addmi_text h3 {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  font-size: 24px;

  line-height: 100%;

  letter-spacing: 0.01em;

  color: #ffffff;

  padding: 10px;

  margin: 0 !important;
animation: colorCycle 1s infinite;
}


@keyframes colorCycle {
  0% {
    color: #fe0000;
  }

  25% {
    color: #ffffff;
  }

  50% {
    color: #fe0000;
  }

  75% {
    color: #ffffff;
  }
}




.addmi_highlight {

  width: 320px;

  background-color: #fe0000;

  color: white;

  padding: 6px 12px;

  font-family: "Roboto";

  display: inline-block;

  font-style: normal;

  font-weight: 600;

  font-size: 24px;

  line-height: 100%;

  letter-spacing: 0.01em;

  color: #ffffff;

}



.content_bnr-flex h4 span {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 800;

  font-size: 37.9932px;

  line-height: 42px;

  background: linear-gradient(90deg, #ffbd00 0%, #f7941e 96.47%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;

}



.zIndex2 {

  z-index: 2;

}



/*== HEADER CSS START ==*/







#formmodal .modal-content .dsu-form {

  width: 100%;

  background: rgba(255, 255, 255, 0.8);

  border-radius: 3px;

  position: relative;

  mix-blend-mode: normal;

  z-index: 1;

  margin: 0 auto;

  padding: 0.5rem;

}



#formmodal .modal-content .applyBox {

  margin: 0;

  width: 100%;

  float: none;

}



.modal .dsu-form {

  width: 100% !important;

  margin: 0px !important;

  padding: 10px 10px 10px 10px;

}



.frmBg {

  position: relative;

  text-align: center;

}



.applyBox {

  margin: 4rem 0 1rem;

  width: 22rem;

  float: right;

  text-align: center;

}



.contact_fild {

  padding: 0rem 1rem 1.5rem;

}







.btn_submit {

  background-color: #fe0000;

  color: #ffffff;

  font-size: 18px;

  width: 100%;

  border-radius: 3px;

  padding: 8px 4rem;

}



.btn_submit:hover {

  background-color: #fe0000e6;

  color: var(--text-dark);

}



.contact-fild-box {

  margin-bottom: 10px;

  position: relative;

}



.contact-fild-box.text-center {

  margin-bottom: 0px;

}



.dsu-addmission {

  margin-top: -6%;

  display: block;

  padding: 0px;

}



.formIDfid {

  padding: 0 0px;

}



.contact-fild-box .form-control option {

  color: #000;

}



.why-section {

  background-image: url(../images/speciBg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}



.why-section .why_div {

  padding: 5px 2px;

}



.why-section .why_box {

  display: flex;

  justify-content: flex-start;

  gap: 10px;

  align-items: flex-start;

  background: #ffffff;

  padding: 15px 20px;

  flex-direction: column;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);

  border-radius: 8px;

  min-height: 124px;

  transition: all 0.1s ease-in-out;

  border: 2px solid #fff;

}



.why-section .why_box:hover {

  transform: translateY(-5px);

  transition: all 0.3s ease-in-out;

  border: 2px solid #fe0000;

}



.why-section .why_box p {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  font-size: 20px;

  line-height: 100%;

  letter-spacing: 0.01em;

  color: #282828;

}



.why-section .know-btn {

  margin: auto;

  display: flex;

  justify-content: center;

  margin-top: 2rem;

}



.why-section .know-btn a {

  color: #fff;

  background: #fe0000;

  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);

  border-radius: 4px;

  border: none;

  padding: 12px 40px;

}



.why-section .know-btn a:hover {

  transform: translateY(-5px);

  transition: all 0.3s ease-in-out;

}





.header-absolute .logo img {

  width: 90px !important;

}



.header.sticky .header-absolute .logo img {

  width: 80px !important;

}



.header-absolute .logo1 img {

  width: 130px;

}







/* .nav-links li.center a:before {

    left: 50%;

    transform: translateX(-50%);

} */



.nav-links:hover {

  transform: scale(1.04);

  transition: 0.5s all;

  color: black !important;

  /* border-bottom: 2px solid; */

}



.nav-links:hover {

  background-color: #fe0000 !important;

  padding: 3px 20px;

  color: #fff !important;

  border-radius: 5px;

}



.nav-links .active {

  background-color: #f78d27 !important;

  padding: 3px 10px;

  color: #fff !important;

  border-radius: 5px;

}







.widget-title p {

  font-size: 14px;

  margin-top: 5px;

  font-weight: 300;

  line-height: 24px;

  letter-spacing: 0.01em;

  text-align: left;

  color: #212529;

}



.widget-title h2 span {

  color: #231f20;

  font-weight: 500;

}



.about-section .about_ctn p {

  font-size: 16px;

  font-weight: 400;

  line-height: 26px;

  letter-spacing: 0.01em;

  text-align: left;

  margin-bottom: 10px;

  color: #595959;

}



.about-section .about_ctn .dark {

  font-size: 16px;

  font-weight: 500;

  line-height: 26px;

  letter-spacing: 0.01em;

  text-align: left;

  margin-bottom: 10px;

  color: #000000;

}



.jiit_text_left {

  background-image: url(../images/jiitLeftbg.png) !important;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

}



.jiit_section {

  color: white;

  padding: 40px 70px;

  margin: auto;

  border-radius: 8px;

}



.jiit_section h2 {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  font-size: 28.418px;

  line-height: 120%;

  letter-spacing: 0.01em;

  color: #ffffff;

  margin-bottom: 30px;

}



.jiit_section .reason {

  margin-bottom: 20px;

  display: flex;

  align-items: flex-start;

  gap: 10px;

}



.jiit_section .reason-icon {

  flex-shrink: 0;

}



.jiit_section .reason-content {

  flex: 1;

}



.jiit_section .reason-content strong {

  display: block;

  font-size: 16px;

  margin-bottom: 5px;

}



.jiit_section .reason-content p {

  font-size: 16px;

  color: #d0d6e1;

  margin: 0;

}



.jiit_text_left .know-btn {

  margin: auto;

  display: flex;

  justify-content: start;

  margin-top: 2rem;

  

}



.jiit_text_left .know-btn a {

  color: #fff;

  background: #fe0000;

  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);

  border-radius: 4px;

  border: none;

  padding: 12px 40px;

  transition: all 0.3s ease-in-out;

}



.jiit_text_left .know-btn a:hover{

  transform: translateY(-4px);

  transition: all 0.4s ease-out;

}











.testimon-section .testi_div .testi_box {

  background-color: #fff;

  box-shadow: 1px 1px 21.67px rgba(0, 0, 0, 0.07);

  border-radius: 8px;

  padding: 15px;

}



.testimon-section .testi_div .testi_box .testi_content {

  padding: 30px;

}



.testimon-section .testi_div .testi_box .testi_content p {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 400;

  font-size: 15.3323px;

  line-height: 23px;

  color: #535353;

}





.testimon-section .know-btn {

  margin: auto;

  display: flex;

  justify-content: center;  

  margin-top: 2rem;

}

.testimon-section .know-btn a {

  color: #fff;

  background: #fe0000;

  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);

  border-radius: 4px;

  border: none;

  padding: 12px 40px;

   transition: all 0.3s ease-in-out;

}

.testimon-section .know-btn a:hover{

  transform: translateY(-6px);

  transition: all 0.4s ease-out;

}



.know-btn a {

  color: #fff;

  background: #fe0000;

  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);

  border-radius: 4px;

  border: none;

  padding: 12px 40px;

   transition: all 0.2s ease-in-out;

}



.know-btn a:hover{

  transform: translateY(-4px);

  transition: all 0.4s ease-out;

}



.testimon-section .testi_div .testi_box .testi_content .testi_profile {

  padding-top: 30px;

  display: flex;

  align-items: center;

  gap: 20px;

}



.testimon-section .testi_div .testi_box .testi_content .testi_profile p {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  font-size: 18px;

  line-height: 27px;

  color: #0f385f;

}







.key-section {

  background-image: url(../images/bagg.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}



.key-section .key-box {

  display: flex;

  justify-content: flex-start;

  align-items: flex-start;

  gap: 40px;

  flex-direction: column;

  margin-top: 4rem;

  position: relative;

}



.key-section .key-box p {

  background: #ffffff;

  box-shadow: 0px 0px 12px rgba(252, 170, 28, 0.19);

  border-radius: 10px;

  padding: 20px 15px;

  width: 70%;

  font-family: "Open Sans";

  font-style: normal;

  font-weight: 600;

  font-size: 22px;

  line-height: 34px;

  color: #45474b;

  position: relative;

}



.key-section .key-box p::after {

  position: absolute;

  content: "";

  width: 34px;

  height: 1px;

  top: 34px;

  left: -33px;

  border: 1px dashed #f7941e;

}



.key-section .key-box p::before {

  position: absolute;

  content: "";

  width: 15px;

  height: 15px;

  background: #fff;

  border: 3px solid #f7941e;

  top: 26px;

  left: -42px;

  border-radius: 50%;

  z-index: 10;

}



.key-section .key-box::after {

  position: absolute;

  content: "";

  width: 2px;

  height: 229px;

  top: 34px;

  left: -36px;

  border: 1px dashed #f7941e;

}



.recruiters-section .recruiter-logo {

  height: 110px;

  display: flex;

  justify-content: center;

  align-items: center;

  background-color: #ffffff;

  border-radius: 10px;

  border: 1.4px solid #fff;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,

    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  margin: 10px;

  transition: all 0.2s ease-in;

}



.recruiters-section .recruiter-logo:hover {

  transform: translateY(-6px);

  transition: all 0.3s ease-in;

  border: 1.4px solid #fe0000;

}



.recruiters-section .recruiter-logo img {

  width: 100%;

  height: 100%;

  padding: 10px;

  object-fit: contain;

}



/* ====  Testimonials-CLOSE  ==== */



#testid-slider.owl-theme .owl-nav [class*="owl-"] {

  position: absolute;

  width: 35px;

  height: 35px;

  font-size: 30px;

  border: solid 1px #fe0000;

  /* border-radius: 100%; */

  line-height: 20px;

  border-radius: 100%;

  text-align: center;

  color: #fe0000 !important;

  background-color: transparent;

  top: 50%;

  -ms-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */

}



#testid-slider.owl-theme .owl-nav .owl-next {

  right: -50px;

  top: -50%;

}



#testid-slider.owl-theme .owl-nav .owl-prev {

    right: 0% !important;

    top: -50% !important;

}

#testid-slider.owl-theme .owl-nav [class*="owl-"]:hover {

  color: #000000;

  /* background: linear-gradient(90deg, rgba(235, 168, 4, 1) 0%, rgba(35, 28, 101, 1) 100%); */

  opacity: 1;

  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.32);

}



.testimon-section .sliderprofile .description .article p {

  text-align: left;

  padding: 0px;

  color: #6d6e71;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.7;

  margin-bottom: 0.7rem;

}



.dsu-addmission h1 {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 700;

  font-size: 48px;

  line-height: 110%;

  color: #fff;

  margin-bottom: 15px;

}



.dsu-addmission .title-ugc {

  font-size: 24px;

  font-weight: 300;

  line-height: 24px;

  text-align: left;

  margin-top: 20px;

  color: #ffffff;

}



.content_bnr-flex h4 {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 400;

  font-size: 24.9932px;

  line-height: 42px;

  color: #ffffff;

  margin-top: 20px;

}



.content_bnr-flex h4 span {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 800;

  font-size: 37.9932px;

  line-height: 42px;

  background: linear-gradient(90deg, #ffbd00 0%, #f7941e 96.47%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;

}



.dsu-addmission p {

  font-family: "Roboto";

  font-style: normal;

  font-weight: 600;

  font-size: 22px;

  line-height: 100%;

  letter-spacing: 0.01em;

  color: #ffff;

  border: 1px dashed #fff;

  display: inline-block;

  padding: 10px;

}



.dsu-addmission .in_box {

  background-color: #fff;

  border-radius: 10px;

  min-height: 80px;

  min-width: 120px;

  padding: 10px 15px;

  display: flex;

  justify-content: center;

  flex-direction: column;

  align-items: center;

}



.dsu-addmission .in_box h6 {

  font-size: 12px;

  font-weight: 500;

  line-height: 22px;

  text-align: left;

  color: #60666c;

}



.dsu-addmission .in_box img {

  width: auto !important;

  height: 30px !important;

  object-fit: contain !important;

  margin-bottom: 6px;

}



.dsu-addmission .in_box p {

  font-size: 18px;

  font-weight: 500;

  line-height: 22px;

  letter-spacing: 0.01em;

  text-align: left;

  color: #000000;

}



.dsu-addmission .in_box h5 {

  font-size: 18px;

  font-weight: 500;

  line-height: 22px;

  letter-spacing: 0.01em;

  text-align: left;

  color: #000000;

}



.dsu-addmission a {

  background-color: #f78d27;

  padding: 10px 20px;

  margin-top: 25px;

  font-size: 16px;

  font-weight: 600;

  display: block;

  width: max-content;

  line-height: 24px;

  letter-spacing: 0.01em;

  text-align: left;

  text-transform: uppercase;

  border-radius: 3px;

  border: none;

}



.header-navigation .cta {

  background-color: #f78d27;

  padding: 7px 10px;

  font-size: 14px;

  font-weight: 500;

  display: block;

  margin-right: 5px;

  width: max-content;

  line-height: 24px;

  letter-spacing: 0.01em;

  text-align: center;

  text-transform: uppercase;

  border-radius: 3px;

  border: none;

}



.widget-title h3 {

  display: inline-block;

  position: relative;

}



.zIndex2 {

  z-index: 2;

}



.font-weight-500 {

  font-weight: 500;

}



.font-weight-700 {

  font-weight: 700;

}



.font-weight-900 {

  font-weight: 900;

}



.font-weight-400 {

  font-weight: 400;

}



.show {

  display: block !important;

}



ol.m {

  list-style-type: lower-latin;

}



.overflow-h {

  overflow: hidden;

}



/*== HEADER CSS START ==*/

.header.sticky {

  background-color: var(--white-col);

}



.header .header-absolute .mobile__dv a {

  background-color: var(--bg-blue);

  color: #ffffff;

  font-size: 1.2rem;

  padding: 10px 40px;

  padding-right: 10px;

  border-radius: 15px;

  position: relative;

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}



.know-btn {

  margin: auto;

  display: flex;

  justify-content: start;

  margin-top: 2rem;

}



.know-btn a {

  color: #fff;

  background: #fe0000;

  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);

  border-radius: 4px;

  border: none;

  padding: 12px 40px;

}



.header .header-absolute .mobile__dv a span {

  background-color: var(--white-col);

  color: var(--bg-blue);

  border: 1px solid var(--text-dark);

  padding: 5px;

  width: 40px;

  height: 40px;

  line-height: 32px;

  border-radius: 2rem;

  display: inline-block;

  position: absolute;

  left: -9px;

  top: 4px;

  text-align: center;

}



/*== BANNER CSS START ==*/

.dsu-form {

  width: 100%;

  background: rgba(255, 255, 255, 0.8);

  border-radius: 3px;

  mix-blend-mode: overlay;

  position: relative;

  z-index: 1;

  margin: 0 auto;

  padding: 0.5rem;

}



.frmBg {

  position: relative;

  text-align: center;

}



.applyBox {

  margin: 4rem 0 1rem;

  width: 22rem;

  float: right;

  text-align: center;

}



.contact_fild {

  padding: 0rem 1rem 1.5rem;

}



.contact-fild-box .form-control,

.contact-fild-box .form-select {

  display: block;

  width: 100%;

  height: auto;

  padding: 10px;

  font-size: 14px;

  color: #7a7a7a !important;

  background-color: transparent;

  border: 1px solid #d4d7e3;

  border-radius: 05px;

  -webkit-transition: border-color ease-in-out 0.15s,

    -webkit-box-shadow ease-in-out 0.15s;

  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}



.form-group {

  margin-bottom: 0px;

}



.form_terms {

  font-family: "Open Sans";

  font-style: normal;

  font-weight: 400;

  font-size: 12px;

  line-height: 140%;

  text-align: center;

  color: #212123;

  margin-top: 8px;

}



.btn_submit {

  background-color: #fe0000;

  color: #ffffff;

  font-size: 14px;

  width: 100%;

  border-radius: 3px;

  padding: 8px 1rem;

}



.btn_submit1 {

  border: 1px solid #fe0000;

  color: #fe0000;

  font-size: 14px;

  width: 100%;

  border-radius: 3px;

  padding: 8px 1rem;

}









.owl-theme .owl-nav [class*="owl-"] {

  background-color: transparent !important;

  color: #fe0000 !important;

  border: 1px solid #fff;

  font-size: 1rem !important;

  border-radius: 100% !important;

  width: 2rem !important;

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  height: 2rem !important;

  line-height: 1.5rem !important;

}







.owl-theme .owl-nav .owl-next {

  right: -3rem;

}



.owl-theme .owl-dots .owl-dot span {

  background: #f8070755 !important;

  margin: 5px 2px !important;

}



.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

  background: #fe0000 !important;

  width: 30px !important;

  margin-top: 25px !important;

}



.footer {

  background-color: #004B87;

}