.widget-title h2 {
  font-family:"Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 1%;
  color: #060919;
}
.widget-title h2 span {
color: #1C2E6E;
}
.widget-title p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  line-height: 22px;
  color: #7A7A7A;
  letter-spacing: 1%;
}

/* RESET CSS STRAT */
:root {
  --bg-blue: #1C2E6E;
  --white-col: #ffffff;
  --text-dark: #1b1413;
  --text-yellow:#E9BE45
}

*,
body,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body {
  background-color: #fdfdfd;
  font-family:"Roboto", sans-serif;
  outline: none;
  line-height: 1.3em;
  overflow-x: hidden;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  color: var(--text-blue);
  font-size: 3rem;
  margin: 0px;
}
ul,
:hover,
:focus,
:active,
textarea,
input:focus,
a:hover,
a:active,
a:focus {
  outline: none !important;
}
a {
  outline: none !important;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
textarea,
input:focus {
  text-decoration: none;
}
p,
li {
  padding: 0px;
  margin: 0px;
  font-size: var(--font);
  line-height: 1.4;
  color: var(--text-dark);
}
li {
  color: #1e1e1e;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
::-moz-selection {
  background-color: #61a8f0;
  color: #fff;
}
::selection {
  background-color: #61a8f0;
  color: #fff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2a282899 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: 2A282899 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: 2A282899 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: 2A282899 !important;
}

/* STICKY ANV BAR */
.sticky.header .header-absolute {
  background-color: #fff;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}
/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #044569;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#back-top:after {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f062";
  line-height: 48px;
  -webkit-transition: color 0.25s ease, -webkit-transform 2s ease;
  transition: color 0.25s ease, transform 2s ease;
}

#back-top:hover {
  background-color: #231f20;
}
#back-top:hover:after {
  color: #fff;
}
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */

/* Hero Section Slide */

.bc-img01 {
  background: url(../images/rai_banner2.png) no-repeat;
  background-size: cover;
  background-position: 20% 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.sideNavi {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform-origin: right;
  -moz-transform: rotate(270deg) translateX(50%);
  -webkit-transform: rotate(270deg) translateX(50%);
  -o-transform: rotate(270deg) translateX(50%);
  -ms-transform: rotate(270deg) translateX(50%);
  transform: rotate(270deg) translateX(50%);
}
.sideNavi-flex {
  display: flex;
  flex-direction: row;
}
.sideNavi a {
  background-color: var(--bg-blue);
  border: none !important;
  color: var(--white-col);
  cursor: pointer;
  font-size: 1.2rem;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 10px 30px;
  font-weight: 500;
  display: block;
}
.sideNavi a.ivr {
  background-color: #231f20 !important;
}
.sideNavi a.ivr i{
  font-size: 14px;
}

.sideNavi a:hover {
  background-color: #231f20;
  color: #ffffff;
}

.blog-text > a {
  background-color: var(--bg-red);
  color: var(--white-col);
  border-radius: 5px;
  border: 0;
  display: block;
  line-height: 1;
  padding: 1rem 1rem;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2rem;
}

.blog-text > a.downloadBTn {
  background-color: transparent;
  border: 1px solid var(--bg-red);
  color: var(--bg-red);
}

.blog-text > a:hover {
  color: #fff;
}
.blog-text > a::before {
  border-radius: 5px;
  background-color: var(--bg-orange);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.blog-text > a:hover::before {
  transform: scaleY(1);
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  background-color: #ffffff;
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 4em;
  color: var(--bg-orange);
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 20px;
  line-height: 1.3;
}
.thankyou-sec .hero-thankyou .bc-img01 {
  height: 100vh;
  background-size: cover;
  padding-top: 16%;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}
.widget-title {
  margin-bottom: 30px;
}
.usp_intro {
  background: linear-gradient(
      352.61deg,
      rgba(77, 48, 105, 0.2) -10.38%,
      rgba(245, 245, 245, 0.2) 86.06%
    ),
    url(../images/intro_bg.png) center/ cover no-repeat;
}

.usp_intro .intro_box {
  min-height: 140px;
  padding: 10px;
}

.usp_intro .intro_box h6 {
  text-align: left;
  background: linear-gradient(180deg, #4d3069 0%, #794ea2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}
.usp_intro .intro_box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: #2d2f33;
}

.usp_intro .intro_box.br {
  border-right: 2px solid #fff;
}

.video-play-row {
  overflow: hidden;
  position: relative;
  border: solid 1px #fff;
}
.video-button {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 90px;
  font-size: 2rem;
}

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

.national_section {
  background: url(../images/national-firms_bg.webp) center/ cover no-repeat;
}

.national_section .natinonal_firm_box {
  background-color: #ffffff33;
  padding: 15px;
  border-radius: 15px;
}
.internatinonal_firm_box {
  background-color: #36424a;
  padding: 15px;
  border-radius: 15px;
}
.firm_parent {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 120px;
}
.firm_parent img {
  width: 100% !important;
  height: 100% !important;
  padding: 10px;
  object-fit: contain !important;
}

.schoolar_ship_section {
  background: url(../images/scholar-ship_banner.webp) center/ cover no-repeat;
}

.schoolar_ship_section .schoalhip_box {
  text-align: center;
  padding: 5px;
}

.schoolar_ship_section .schoalhip_box img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.schoolar_ship_section .schoalhip_box h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 5px;
  color: #2d2f33;
}
.schoolar_ship_section .schoalhip_box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #2d2f33;
}
.schoolar_ship_section .schoalhip_box:hover img {
  transform: rotateY(180deg);
  transition: all 0.5s;
}

.curriculum_section .curriculum_div .grad_cont {
  background: linear-gradient(90.05deg, #4d3069 23.28%, #333333 104.19%);
  border-radius: 0px 0px 30px 30px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
.curriculum_section .curriculum_div .grad_cont p {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

.curriculum_section .curriculum_div img {
  width: 100% !important;
  object-fit: cover !important;
}
.show {
  display: block !important;
}

.admissions_section {
  background: url(../images/process_img.png) center/ cover no-repeat;
}

.admissions_section .process_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  flex-direction: column;
}
.admissions_section .process_box .number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2d2f33;
  margin-bottom: 30px;
}
.admissions_section .process_box .process_child {
  text-align: left;
  padding: 0px 05px 0px 15px;
  position: relative;
  min-height: 150px;
}
/* .admissions_section .process_box:hover .number{
  background: linear-gradient(180deg, #4D3069 0%, #794EA2 100%);
    color: #fff;
    transition: all .5s;
} */
.admissions_section .process_slider {
  position: relative;
  width: 81%;
  margin: auto;
}
.admissions_section .process_slider::before {
  width: 100%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  content: "";
  position: absolute;
  background-color: #dddddd;
}
.admissions_section .process_slider .process_fill {
  width: 0%;
  height: 3px;
  transition: width 1s ease-in-out;
  left: 0%;
  top: 25px;
  content: "";
  position: absolute;
  background-color: #47315c;
}
.admissions_section .process_box .process_child img {
  width: 36px;
  height: 36px;
  object-fit: contain !important;
  margin-bottom: 20px;
}
.admissions_section .process_box .process_child p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #2d2f33;
}
.admissions_section .process_box .process_child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5px;
  height: 100%; /* or any height you want */
  background: repeating-linear-gradient(
    to bottom,
    #2c003e,
    #2c003e 3.5px,
    transparent 4px,
    transparent 8px
  );
  background-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 60%);
  mask-image: linear-gradient(to bottom, black 10%, transparent 60%);
}

.brand-logo-section {
  width: 100%;
  height: 100%;
}
/* .brand-logo-section .ty{
    height: 70px !important;
} */

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

.header .nav-links {
  color: var(--bg-blue);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  margin:0px;
  padding-right: 10px;
}
.header .nav-links:not(:last-child) {
border-right: 1.5px solid  var(--bg-blue);
}
.nav-links:hover {
  transform: scale(1.04);
  transition: 0.5s all;
  color: black !important;
  /* border-bottom: 2px solid; */
}
.nav-links:before {
  content: "";
  position: absolute;
  bottom: -0px;
  left: 50%;
  transform: translate(-50%, 0px);
  height: 2px;
  width: 0%;
  background: var(--text-yellow);
  border-radius: 12px;
  transition: all 0.4s ease;
}

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

.zIndex2 {
  z-index: 2;
}

/*== HEADER CSS START ==*/

/*== BANNER CSS START ==*/
.dsu-form {
  width: 500px;
  margin: 02rem auto 0;
  padding: 1.6rem 1rem;
  float: right;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8.7px 0px #0C0B0B5C;
}

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

.frmBg h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--bg-blue);
}
.frmBg h4 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #060919;
}

.dsu-form .disclaimer {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #7A7A7A;
  margin: 20px 0px 15px 0px;
}
.dsu-form h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #EF7C00;
}
.dsu-intro {
  position: relative;
  z-index: 2;
}

.dsu-addmission {
  margin-top: 13.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
  height: 100%;
}
.dsu-addmission p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0%;
  text-align: left;
}
.dsu-addmission hr {
  margin: 0;
  opacity: 1;
  background-color: #fff;
  color: #fff;
  width: 100px;
  height: 3px;
  margin: 15px 0px;
}
.dsu-addmission .bannerContent .blob > span {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0%;
  margin-bottom: 04px;
  display: block;
  text-align: left;
}

.dsu-addmission .bannerContent .blob h1 {
font-weight: 400;
font-size: 40px;
 background: linear-gradient(290deg, #f8f9fa 44%, rgb(5 20 74) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for future support */
line-height: 44px;
letter-spacing: 1%;
margin-bottom: 15px;
}
.dsu-addmission .bannerContent .blob h1 span{
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  
}

.dsu-addmission .bannerContent .blob h2 {
padding:7px 10px;
font-weight: 600;
font-size: 22px;
color: #fff;
width: max-content;
background-color: #253468;
line-height:26px;
  margin-bottom: 20px;
}
.dsu-addmission .bannerContent .blob p {
display: inline-block;
width: max-content;
padding: 10px 15px;
border: 2px dashed #FFFFFF;
font-weight: 600;
font-size: 28.76px;
color: #1C2E6E;
line-height: 34.46px;
background: #fff;
}
.dsu-addmission .bannerContent .blob p strong{
    font-weight: 900;
}
.usp {
  background: #00000033;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
}
.usp p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0%;
  text-align: left;
}
.usp span {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  background: linear-gradient(197.9deg, #ffffff 36.93%, #e0c0ff 59.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional for better support and smoother rendering */
  background-clip: text;
  color: transparent;
}
.contact-fild-box {
  margin-bottom: 0px;
  position: relative;
}
.contact_fild {
  padding: 0px 5px;
}
.form-group {
  margin-bottom: 0px;
}
.contact-fild-box .form-control,
.contact-fild-box .form-select {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: #2a2828;
  background-color: #fff;
  border: 1px solid #d4d7e3;
  border-radius: 5px;
}
.btn_submit {
  background-color: #1C2E6E;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  font-weight: 600;
  border-radius: 2px;
  padding: 8px 10px;
  margin-top: 20px;
}
.w-50 {
  width: 50%;
}
.btn_submit:hover {
  background-color: #ffffff;
  color: #1C2E6E;
  border: 1px solid #1C2E6E;
}
.ftr__btm {
  position: absolute;
  bottom: 0rem;
  left: 0;
}

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

.footer h6 {
  text-align: center !important;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.footer p {
  text-align: center !important;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.desktop {
  display: block;
}

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

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

/* .modal-content {
    width: 380px;
} */
.admissions_section .process_box .number.active {
  background: linear-gradient(180deg, #4d3069 0%, #794ea2 100%);
  color: #fff;
  transition: all 0.5s;
}
.milstone_section .owl-theme .owl-dots .owl-dot.active span,
.milstone_section .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}
.life_section .owl-theme .owl-dots .owl-dot.active span,
.life_section .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

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


#curriculum_slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #fff;
  margin-top: 20px;
  border: none;
  position: absolute;
  color: #2d2f33;
  border-radius: 100%;
  text-align: center;
  width: 30px;
  font-size: 30px;
  background: none;
  height: 30px;
  line-height: 24px;
}

#admission_slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #fff;
  margin-top: 0px;
  border: none;
  border: 1px solid #4d3069;
  position: relative;
  color: #ffffff;
  background-color: #4d3069;
  border-radius: 100%;
  text-align: center;
  width: 30px;
  font-size: 20px;
  height: 30px;
  line-height: 20px;
}

#curriculum_slider.owl-theme .owl-nav .owl-prev {
  left: -30px;
  top: 40%;
  transform: translateY(-50%);
}

#curriculum_slider.owl-theme .owl-nav .owl-next {
  right: -30px;
  top: 40%;
  transform: translateY(-50%);
}

.thankyou-sec .bc-img01::after {
  display: none;
}

.about_section {
  background-color: #2f31800a;
  position: relative;
  overflow: hidden;
}
.about_section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  background: url(../images/star_png.png);
  background-size: contain;
  background-position: center;
  width: 210px;
  height: 210px;
  z-index: 0;
  mix-blend-mode: overlay;
}

.about_section::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 30px;
  background: url(../images/star_png.png);
  background-size: contain;
  background-position: center;
  width: 260px;
  height: 260px;
  z-index: 0;
  mix-blend-mode: overlay;
}
.about_section .cust_width {
  width: 80%;
  margin: auto;
}

.about_section .cmimg_box {
  width: 100%;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  border: 4px solid #fff;
  display: block;
  box-shadow: 0px 4px 15px 0px #4497fb30;
}
.about_section .cmimg_box img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.why_choose_section {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.why_choose_section::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #72342114;
  filter: blur(15px);
}
.why_choose_section .choose_div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  box-shadow: 1px 2px 11px 3px #00000012;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  min-height: 160px;
  gap: 15px;
  transition: 0.5s ease;
}
.why_choose_section .choose_div .choose_img {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c94c18;
}
.why_choose_section .choose_div .choose_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.why_choose_section .choose_div .choose_content {
  width: calc(100% - 70px);
}
.why_choose_section .choose_div .choose_content h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #444444;
  margin-bottom: 12px;
}
.why_choose_section .choose_div .choose_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #444444;
}
.why_choose_section .choose_div:hover * {
  color: #fff !important;
}
.why_choose_section .choose_div:hover {
  background-color: #c94c18;
}

.model_section {
  background: url(../images/model_patterb.webp),
    linear-gradient(
      105.79deg,
      rgba(201, 76, 24, 0.1) 6.78%,
      rgba(99, 37, 12, 0.1) 98.17%
    );
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.model_section #model_slider img {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
}
.model_section .cust_width {
  width: 80%;
  margin: auto;
}
.model_section #model_slider .model_content {
  padding: 30px 70px 30px 40px;
  height: 100%;
  position: relative;
  background: linear-gradient(117.5deg, #723421 -25.32%, #c94c18 68.3%);
}
.model_section #model_slider .model_content h6 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 1%;
  margin-bottom: 15px;
}
.model_section #model_slider .model_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1%;
}
.model_section #model_slider .model_content a {
  background: #723421;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1%;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 40px;
}
.model_section #model_slider .model_content a:hover {
  transform: scale(1.05);
  transition: ease 0.5s;
}
.model_section #model_slider .model_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 140px;
  z-index: 0;
  background: url(../images/model_svg_img.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.eligibility_section {
  background-color: #fff;
}

.eligibility_section .eligibility_box {
  background: #c94c181c;
  padding: 40px 20px;
  border-radius: 5px;
  border: 0.5px solid #72342180;
  height: 100%;
}
.eligibility_section .eligibility_box:hover {
  background: #c94c18;
  transition: ease 0.5s;
}
.eligibility_section .eligibility_box:hover * {
  color: #fff !important;
}
.eligibility_section .eligibility_box h6 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 1%;
  color: #723421;
  margin-bottom: 15px;
}

.eligibility_section .eligibility_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #723421;
}

.milstone_section {
  background: url(../images/milestone_banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.milstone_section .widget-title * {
  color: #fff;
}

.milstone_section .milestone_box {
  padding: 10px;
  border-radius: 1px;
  width: 100%;
  min-height: 420px;
  background-color: #fff;
  opacity: 0.3;
}

.milstone_section .milestone_box img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  background-color: #fff;
  margin-bottom: 8px;
  object-position: center;
}

.milstone_section .milestone_box span {
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1%;
  color: #723421;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.milstone_section .milestone_box p {
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #444444;
}
.milstone_section #milestone_slider .owl-item {
  padding-top: 50px;
}
.milstone_section #milestone_slider .owl-item.active.center .milestone_box {
  opacity: 1;
  position: relative;
  transition: ease 0.5s;
  transform: scale(1.1);
  transform-origin: bottom;
}
.milstone_section
  #milestone_slider
  .owl-item.active.center
  .milestone_box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/left_arrow_pattenr.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  left: -100px;
  height: 210px;
}
.milstone_section
  #milestone_slider
  .owl-item.active.center
  .milestone_box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/right_arrow_pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  right: -100px;
  height: 210px;
}

.infra_section {
  background-color: #fff;
}

.infra_section .infra_box {
  overflow: hidden;
  position: relative;
  box-shadow: 2px 4px 8px 0px #0000001f;
}
.infra_section .infra_box img {
  width: 100%;
  object-fit: cover;
  height: 230px;
}
.infra_section .infra_box .content_dark {
  background-color: #2c231f;
  width: 100%;
  padding: 15px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.infra_section .infra_box h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25.2px;
  width: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
}
.infra_section .infra_box:hover .content_dark h6 {
  display: none;
  transition: ease 0.5s;
}
.infra_section .infra_box:hover .overlay_box {
  top: 0;
  transition: ease 0.5s;
}
.infra_section .infra_box .overlay_box {
  position: absolute;
  background: linear-gradient(
    182.26deg,
    rgba(23, 23, 23, 0) 1.9%,
    rgba(23, 23, 23, 0.9) 63.68%
  );
  top: 100%;
  transition: ease 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 15px;
  left: 0;
  width: 100%;
}

.infra_section .infra_box .overlay_box p {
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 1%;
}

.testimonial_section {
  background: url(../images/testimonial_banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial_section .parent_box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 50px 30px;
  position: relative;
  min-height: 280px;
}
.testimonial_section .parent_box::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  background: url(../images/quote_img.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial_section .parent_box .parent_img_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.testimonial_section .parent_box .parent_img_box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial_section .parent_box .parent_img_box .content {
  width: calc(100% - 70px);
}

.testimonial_section .parent_box .parent_img_box .content h6 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  margin-bottom: 5px;
  color: #444444;
}
.testimonial_section .parent_box .parent_img_box .content p {
  font-weight: 400;
  font-style: Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #444444;
}
.testimonial_section .parent_box > p {
  font-weight: 400;
  color: #535353;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.process_section {
  background: url(../images/process_banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.process_section .steps_img img {
  width: auto !important;
  height: 210px !important;
}

.life_section {
  background: url(../images/life_banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.life_section .common_btn a {
  background-color: #c94c18;
}
.life_section .common_btn a:hover {
  color: #c94c18;
  background-color: #fff;
}

.life_section .cmimg_box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 4px solid #fff;
  display: block;
}
.life_section .cmimg_box img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.accordion-item {
  border: none;
  margin-bottom: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.accordion-button {
  font-weight: 600;
  font-size: 1.05rem;
  padding: 16px 20px;
  background: rgba(139, 77, 58, 0.08);
  color: #333;
  border: none;
  box-shadow: none;
  transition: background 0.3s ease;
}

.accordion-button:hover {
  background: rgba(243, 233, 228, 1);
}

.accordion-button:not(.collapsed) {
  background: rgba(139, 77, 58, 0.08);
  color: #000000;
}

/* Custom Plus/Minus Icon */
.accordion-button::after {
  content: "+";
  font-size: 1.2rem;
  color: rgba(114, 52, 33, 1);
  transform: none !important;
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  font-size: 24px;
  color: rgb(255, 255, 255);
  background: rgba(114, 52, 33, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 15px;
}

.accordion-body {
  padding: 18px 22px;
  background: rgba(139, 77, 58, 0.08);
  border: 1px solid #ffffff;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}








.rai_usp_section{
    background: var(--bg-blue);
}

.rai_usp_section .usp_rai{
display: flex;
flex-direction: row;
gap: 15px;
align-items: center;
justify-content: center;
padding: 5px;
transition: all .3s;
}
.rai_usp_section .usp_rai .img_usp{
display: flex;
width: 45px;
height: 55px;
align-items: center;
justify-content:center;
transition: all .3s;
}
.rai_usp_section .usp_rai:hover img{
    transform: rotateY(180deg);
}
.rai_usp_section .usp_rai:hover{
    transform:translateY(-10px);
}
.rai_usp_section .usp_rai .img_usp img{
width: 100% !important;
height: 100% !important;
object-fit: contain;
transition: all .3s;
}

.rai_usp_section .usp_rai .intro_content h6{
    font-size: 32px;
    line-height: 34px;
    text-align: left;
    color: #E9BE45;
    font-weight: 800;
}
.rai_usp_section .usp_rai .intro_content p{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}
.top_recruiters {
        background-color: #F5F5F5;
}

.top_recruiters .recruiter_logo
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
}
.top_recruiters .recruiter_logo img
{
 height: 100%;
 object-fit: contain;
 filter: grayscale();
    width: 100%;
     transition: all .3s;
}

.top_recruiters .recruiter_logo img:hover
{
 filter: none;
 transition: all .3s;
}

.top_recruiters #top_recruiters_slider{
    position: relative;
    width: 110%;
    background-color: #fff;
    height: 100%;
}


.courses_offered_section{
    background: url(../images/course_banner.webp) bottom / cover no-repeat;
}
.cust_width_container{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.courses_offered_section .courses_box{
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}
.courses_offered_section .courses_box .front_box{
    width: 100%;
    height: 100%;
}
.courses_offered_section .courses_box .front_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.courses_offered_section .courses_box .front_box .course_name{
    background: linear-gradient(90deg, rgba(28, 46, 110, 0.95) 34%, rgba(5, 20, 74, 0.95) 100%);
    text-align: left;
    width: 100%;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
     transition: ease-in-out .5s;

}
.courses_offered_section .courses_box .front_box .course_name h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}
.courses_offered_section .courses_box .back_box{
    background: linear-gradient(90deg, rgba(233, 190, 69, 0.9) 23.67%, rgba(233, 190, 69, 0.9) 100%);
    position: absolute;
    top: 100%;
    left: 0;
        transition: ease-in-out .5s;
    width: 100%;
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}
.courses_offered_section .courses_box .back_box h6{
   font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #1C2E6E;
    text-transform: uppercase;
    margin-bottom: 5px;

}
.courses_offered_section .courses_box .back_box ul {
    padding: 0px;
    margin: 0px;
}
.courses_offered_section .courses_box .back_box ul li{
    list-style-type: none;
    font-size: 12px;
    line-height: 14px;
    color: #1C2E6E;
    padding: 5px 0px;
}
.courses_offered_section .courses_box .back_box ul li:not(:last-child){
    border-bottom: 1.5px solid #1C2E6E33;
}
.courses_offered_section .courses_box:hover .back_box{
    top: 0;
    transition: ease-in-out .5s;
}
.courses_offered_section .courses_box:hover .front_box .course_name{
    opacity: 0;
    transition: ease-in-out .5s;
}

.courses_offered_section ::-webkit-scrollbar {
  width: 4px;
  height: auto;
}

/* Track */
.courses_offered_section ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.courses_offered_section ::-webkit-scrollbar-thumb {
  background: var(--bg-blue);
  border-radius: 10px;
}


.rai_cta_btn a {
  padding: 12px 40px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  font-style: Bold;
  font-size: 16px;
  line-height: 22px;
  color: #1C2E6E;
  letter-spacing: 0%;
  display: block;
  margin-top: 35px;
  border: 1.5px solid #1C2E6E;
  box-shadow: 0px 2px 20px 0px #F78D2729;

}
.rai_cta_btn.blue_bg a{
    background-color: var(--bg-blue);
    color: #fff;
}
.rai_cta_btn a i{
    font-size: 14px;
    margin-left: 5px;
}
.rai_cta_btn a:active,
.rai_cta_btn a:hover {
  background-color: #1C2E6E;
  color: #fff;
  transition: all 0.5s;
  transform: scale(1.08);
}


.collaborations_section{
    position: relative;
    overflow: hidden;
}

.collaborations_section .collab_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85px;
    padding: 0px 15px;
}
.collaborations_section .collab_box.br{
    border-right: 0.5px solid #CCCCCC;
}
.collaborations_section .collab_box img{
width: 100%;
height: 100%;
object-fit: contain;
}
.collaborations_section::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -150px;
    transform: rotateZ(40deg);
    transform-origin: left bottom;
    width: 300px;
    height: 220px;
    background:#E9BE45;
    z-index: 1;
}
.collaborations_section::before{
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    transform: rotateZ(40deg);
    transform-origin: right top;
    width: 300px;
    height: 220px;
    background:#E9BE45;
    z-index: 1;
}

.choose_section{
    background:
linear-gradient(0deg, #122053, #122053);

}
.choose_section #choose_slider{
    width: 95%;
    margin: auto;
}
.choose_section .choose_box{
    background-color: #fff;
    border-radius: 10px;
    min-height: 200px;
    padding: 20px 10px;
    border: 2px solid #E9BE45;
box-shadow: -8px 8px 40px 0px #0000001A;
    transition: all .3s;
}

.choose_section .choose_box:hover{
  background:#E9BE45 ;
  box-shadow: -8px 8px 40px 0px #0000001A;

}
.choose_section .choose_box:hover p{
 color: #1C2E6E;

}
.choose_section .choose_box:hover .choose_box_icon{
  transform: rotateY(360deg);
}
.choose_section .choose_box .choose_box_icon{
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 40px;
    transition: ease-in-out .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1C2E6E;
}
.choose_section .choose_box .choose_box_icon img{
 width: 100%;
 height: 100%;
 object-fit: contain;
 padding: 7px;
}
.choose_section .choose_box h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #1C2E6E;
    margin-bottom: 10px;
}
.choose_section .choose_box p{
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color:#7A7A7A;
}

.choose_section .rai_cta_btn a{
  border: 1px solid #E9BE45;
}
#choose_slider.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    border: 1px solid #fff;
    height: 40px;
    line-height: 32px;
    font-size: 16px;
    position: relative;
}
#choose_slider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    top: 40%;
}
#choose_slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    top: 40%;
}

.placement_section #placement_slider{
    width: 95%;
    margin: auto;
}

#placement_slider.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: var(--bg-blue);
    border-radius: 20px;
    text-align: center;
    width: 40px;
    border: 1px solid var(--bg-blue);
    height: 40px;
    line-height: 32px;
    font-size: 16px;
    position: relative;
}
#placement_slider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    top: 40%;
}
#placement_slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    top: 40%;
}
.placement_section .placement_box img{
    width: 100%;
    height: 100%;
    border-radius: none;
}

.overlay_style{
    position: relative;
}
.overlay_style::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
background: linear-gradient(
  to right,
  #ffffffa5,
  transparent
);

}
.overlay_style::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
background: linear-gradient(
  to left,
  #ffffffa5,
  transparent
);
z-index: 1;

}
.campus_section {
     background: url(../images/campus_banner.webp) center/ cover no-repeat;
}
.campus_section .campus_box img{
    border-radius: 10px;
    height:100%;
    width: 100%;;
}

.seats_section{
    background: url(../images/seats_bg.webp) center/ cover no-repeat;
}

 /* Form Styles ***************/
        .form-section {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-width: 100%;
}

        @media (max-width: 768px) {
            .form-section {
                max-height: none;
                overflow-y: visible;
            }
        }

        .form-section h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

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

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="number"],
        select,
        textarea {
            width: 100%;
            padding: 5px 10px;
            border: 2px solid #e0e0e0;
            border-radius: 5px;
            font-size: 14px;
            transition: border-color 0.3s;
            font-family: inherit;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        input[type="number"]:focus,
        select:focus,
        textarea:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .form-row.full {
            grid-template-columns: 1fr;
        }

        .checkbox-group,
        .radio-group {
            margin-top: 12px;
        }

        .checkbox-group label,
        .radio-group label {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-weight: 400;
        }

        input[type="checkbox"],
        input[type="radio"] {
            margin-right: 10px;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

        button {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            margin-top: 10px;
        }

        button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        button:active {
            transform: translateY(0);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero {
                height: 216vh;
            }

            .hero-overlay {
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: 60px;
            }

            .hero-content {
                padding-right: 0;
                text-align: center;
            }

            .hero-content h2 {
                font-size: 28px;
            }

            .form-section {
                position: static;
                width: 100%;
                transform: none;
                margin-top: 40px;
            }

            .gallery {
                grid-template-columns: 1fr;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .header-content {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .info-section h3 {
                font-size: 24px;
            }
        }

        /* Success Message */
        .success-message {
            display: none;
            background: #4caf50;
            color: white;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            text-align: center;
        }

        .error-message {
            display: none;
            background: #f44336;
            color: white;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            text-align: center;
        }
        
        
