.section-padding {
  padding: var(--space-xxl) 0;
}

.bg-soft {
  background-color: var(--color-bg-soft);
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: rgba(0, 115, 182, 0.12);
  color: var(--color-blue);
}

.btn-theme,
.btn-theme-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: 0.95rem 2.5rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.btn-theme {
  background: linear-gradient(135deg, var(--color-blue), var(--color-sky));
  border: none;
  color: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.btn-theme:hover,
.btn-theme:focus {
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue));
  color: var(--color-white);
}

.btn-theme-outline {
  background: transparent;
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
}

.btn-theme-outline:hover,
.btn-theme-outline:focus {
  background: var(--color-blue);
  color: var(--color-white);
}

.card-surface {
  background-color: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: var(--space-xl);
}

.section-heading {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.section-heading .eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: var(--space-xs);
}

.section-heading h2 {
  font-size: 2.5rem;
}

.section-heading p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ======================= styleCSS-START ================================= */
:root {
  --color-navy: #0f2d5c;
  --color-blue: #1a4285;
  --color-sky: #0073b6;
  --color-orange: #f36a10;
  --color-amber: #f9a21f;
  --color-charcoal: #111111;
  --color-slate: #4c5773;
  --color-muted: #7c869f;
  --color-border: #dfe5ef;
  --color-bg-soft: #f4f6fb;
  --color-white: #ffffff;

  --font-heading: "Roboto Condensed", "Poppins", sans-serif;
  --font-body: "Roboto", "Open Sans", sans-serif;

  --space-xxs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-xxl: 3rem;

  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 2rem;
  --radius-pill: 999px;

  --shadow-soft: 0 15px 40px rgba(15, 45, 92, 0.12);
  --shadow-card: 0 25px 60px rgba(0, 0, 0, 0.08);
}

body {
  font-family: var(--font-body);
  color: var(--color-charcoal);
  background-color: var(--color-white);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-navy);
  line-height: 1.25;
  margin-bottom: var(--space-sm);
}

p {
  color: var(--color-slate);
  margin-bottom: var(--space-md);
}

.text-purple {
  color: #580c82 !important;
}

/* == HeaderSection-START == */
.header {
  position: absolute;
  width: 100%;
  display: table;
  z-index: 4;
  background-color: transparent;
}

.header .top-head {
  width: 100%;
  display: table;
  position: relative;
}

.top-menu {
  padding: 1.5rem 0rem;
}

.header .top-head .navbar {
  background-color: transparent;
}

.header .top-head .headerRtcontent {
  padding-top: 0rem;
  width: 100%;
  height: 100%;
}

.navmenu {
  position: relative;
}

.navbar-nav {
  padding: 0rem;
  width: 100%;
  margin-left: 0rem;
}

.navbar-nav .nav-item a {
  padding: 0rem 1rem !important;
  border-right: 0px solid #ffffff;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 400;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:active,
.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a.is-active-top-nav__1level {
  color: #2b2c84;
  font-weight: 500;
}

.navbar-nav .nav-item:last-child a {
  border: 0rem;
}

.brand-logo-section {
  width: 100%;
}

.logo {
  position: relative;
}

.logo img {
  width: 34rem;
}

.logo_right img {
  width: 31.9rem;
}

.approvalbx {
  width: 100%;
  border-right: 0rem solid #adadac;
  padding-right: 0rem;
  margin-right: 0rem;
  text-align: right;
}

.approvalbx p {
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  letter-spacing: 0rem;
  font-size: 1.85rem;
  font-weight: 600;
}

.approvalbx p a {
  color: inherit;
}

.approvalbx p a:hover,
.approvalbx p a:focus {
  color: #434244;
}

.approvalbx ul {
  margin-top: 0px;
}

.approvalbx ul li {
  padding: 0rem 3px;
  border: 1px solid transparent;
  border-right: 1px solid #b5b7b9;
  text-align: right;
}

.approvalbx ul li span {
  color: #302929;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0rem;
  display: block;
  margin-top: 2px;
}

.header-strip {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #2b2c84;
}

.header-strip p {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.7rem;
}

.header-strip p b {
  color: #ffa959;
  font-weight: 500;
}

.highText {
  background-color: #2b2c84;
  color: #ffffff;
}

/*StickyMenu-START */
#header.sticky {
  background: rgba(0, 0, 0, 0.8);
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.4s ease-in-out;
}

#header.sticky .header-absolute {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}

#header.sticky .header-absolute .logo img {
  width: 25rem;
}

#header.sticky .header-absolute .logo_right img {
  width: 22rem;
}

#header.sticky .top-head {
  padding-top: 0.1rem;
}

#header.sticky .header-absolute .logo_right p {
  color: rgba(0, 0, 0, 1);
}

/*StickyMenu-END */

/* == HeaderSection-CLOSE == */
.mobile {
  display: none;
}

/* Hide dots for all sliders */
.owl-theme .owl-dots {
  display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  background: #d0a800 !important;
  border: 1px solid #ffffff;
  margin: 5px 4px !important;
}

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

/* == Heading-START == */
.widget-title {
  position: relative;
}

.widget-title.text-left {
  position: relative;
}

.widget-title h3 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #000000;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0rem;
  font-size: 4rem;
}

.widget-title p {
  font-size: 2rem;
  font-weight: 400;
  color: #272829;
  padding-top: 10px;
  line-height: 1.3;
}

.widget-title h3 span {
  color: #28296c;
  font-weight: 600;
}

.widget-title.white h3 {
  color: #ffffff;
}

/* .widget-title.orange h3{color:#e2831a;} */
.widget-title.green h3 {
  color: #2b2c84;
}

.widget-title h3 em {
  font-style: normal;
}

.sub-title h6 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0rem;
}

.title-wrap {
  padding-bottom: 2rem;
}

.elgisection .title-wrap {
  padding-bottom: 0rem;
}

.elgWrapper .title-wrap {
  padding-bottom: 0.75rem;
}

/* == Heading-CLOSE == */

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

/* == Headingborders-START == */
.widget-title h3.titleborder {
  position: relative;
  min-width: 72%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* .widget-title h3.titleborder::before{content:"";position:absolute;bottom:0rem;width:100%;height:2px;left:50%;margin:0 auto;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);} */

/*.widget-title h3.titleborder::after{content:"";z-index:2;background-color:#dc812d;position:absolute;bottom:0px;width:14rem;height:5px;left:50%;margin:0 auto;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}*/
.widget-title.text-left h3.titleborder {
  padding-left: 0rem;
}

.widget-title.text-left h3.titleborder::after {
  content: "";
  left: 0rem;
  transform: translateX(0);
}

/* .widget-title.text-left h3.titleborder::before{content:"";left:0rem;transform:translateX(0);} */
.widget-title.white h3.titleborder::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
}

.widget-title.white h3.titleborder::after {
  content: "";
  background-color: rgba(255, 255, 255, 1);
}

.awardsection .widget-title.white h3.titleborder::after {
  content: "";
  background-color: #dc812d;
}

.widget-title.black h3.titleborder::before {
  content: "";
  background-color: #2b2c84;
}

.widget-title h3.noborder {
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.widget-title h3.noborder::before {
  content: "";
  display: none;
}

/* == Headingborders-CLOSE == */

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

/* == BannerSection-START == */

/* .bc-img01{height:43rem;position:relative;width:100%;background-image:url(../images/banner.jpg);background-size:cover;background-position:top center;background-repeat:no-repeat;background-position:64% 50%;} */

/* == BannerSection-CLOSE == */

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

/* == FormSection-START == */
#applyBox {
  margin-bottom: 0px;
}

.dsu-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  float: none;
  padding: 3rem 0.5rem;
  background: transparent;
  border-radius: 15px;
  margin: 0 auto;
  margin-right: -10%;
  /* right: -10%; */
}

.dsuinner {
  position: relative;
  padding: 0px 0px;
  margin: 0px;
}

.dsuinner:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 8px;
  left: -1px;
  width: 1px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.85);
}

.dsuinner:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 8px;
  right: 0px;
  width: 1px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.85);
}

.thankyou .dsu-form {
  max-width: 290px;
  padding: 20px 5px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.frmBg {
  position: relative;
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 3px;
}

.thankyou .frmBg:before,
.thankyou .frmBg:after {
  content: "";
  display: none;
}

.thankyou .frmBg {
  padding: 10px 10px;
  border: 0px;
}

.frmBg h4 {
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: 0.02rem;
  font-weight: 700;
  color: #fff;
  display: block;
}

.frmBg p {
  font-size: 1.3rem;
  line-height: 1.15;
  letter-spacing: 0.02rem;
  font-weight: 500;
  color: #232323;
  display: block;
}

.thankyou .frmBg h4 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0rem;
  font-weight: 400;
  text-transform: initial;
}

.applyBox {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0px;
  z-index: 3;
}

/* .applyBox{margin:15px 0;padding:0px;z-index:1;position:relative;display:inline-block;width:100%;} */
.contact_fild {
  padding: 10px 0px 0px;
}

.contact-fild-box .form-control {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  min-height: 37px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0rem;
  font-weight: 500;
  border-radius: 0rem;
}

.contact-fild-box .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25);
}

.contact-fild-box .input-group-text {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.4rem !important;
  color: #fff;
  font-size: 13px;
}

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

.contact-fild-box .input-group-prepend {
  display: none;
}

.btn_submit {
  background-color: transparent;
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: 1.1rem 5rem;
  margin: 0px auto;
  display: inline-block;
  z-index: 1;

  border-radius: 3rem !important;
  /* width: 100%; */
  /* box-shadow: 2px 5px 0px rgba(8,28,77,.9); */
  border: 2px solid #fff;
}

.btn_submit:hover {
  background-color: #fccf14;
  color: #ffffff;
  transform: scale(0.97);
  transition: all 0.4s ease-in-out;
}

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

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

.contact-fild-box:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0px;
}

.contact-fild-box:last-child .form-group {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.contact-fild-box .form-check {
  margin-top: 10px;
}

.contact-fild-box .form-check input[type="checkbox"] {
  width: auto;
  top: 0px;
  left: 1px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  height: auto;
  margin-top: 0.1rem;
  border-radius: 0px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  min-height: unset;
  min-height: initial;
}

.contact-fild-box .form-check label {
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  cursor: pointer;
  margin: 0px;
  text-align: left;
}

.dsu-intro {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0px;
  overflow: hidden;
  padding-top: 0rem;
  z-index: 3;
}
.dsu-addmission p{
  color: #fff;
  display: none !important;
}
.dsu-intro .container,
.dsu-intro .row,
.leftsec_content,
.applyBox,
.dsu-form {
  height: auto;
}

/*.dsu-intro::before{content:'';z-index:1;position:absolute;top:13%;left:36.6%;width:9.1rem;height:9.1rem;background-image:url(../images/rocket.png);background-size:contain;background-position:center center;background-repeat:no-repeat;-webkit-animation:zoomeffect 3.5s infinite;animation:zoomeffect 3.5s infinite;}*/
.dsu-addmission {
  margin: 0px;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  display: block;
  padding: 0px;
  position: relative;
  z-index: 2;
}

.dsuInner {
  max-width: 57rem;
}

.dsuInnerContent {
  position: relative;
}

.dsuInnerContent img {
  max-width: 25rem;
}

.ugclogo {
  position: absolute;
  top: 38px;
  left: 42%;
  width: 145px;
}

.thankyou .ugclogo {
  top: -80px;
}

.dsu-addmission h1 {
  color: #fff;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  padding-right: 0px;
  margin: 0px;
  font-style: normal;
  padding-bottom: 3rem;
}

.dsu-addmission h2 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0rem;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2rem;
  font-style: normal;
}

.dsu-addmission h2 span {
  display: inline-block;
  position: relative;
}

.dsu-addmission h2 span em {
  font-style: normal;
}

.contact-fild-box .blas {
  color: #fff !important;
}

/* .dsu-addmission h2 span::after{content:"";position:absolute;width:16rem;right:0rem;border-bottom:1px solid rgba(239,191,45,0.6);top:50%;transform:translateY(-50%);} */
.dsu-addmission h1 small,
.dsu-addmission h2 small {
  font-size: inherit;
  font-weight: inherit;
}

.dsu-addmission h3 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 5rem;
  background-color: rgba(0, 117, 182, 0.3);
  border: solid 1px #fff;
  border-radius: 5px;
}

.dsu-addmission h3 span {
  position: relative;
}

.dsu-addmission h3 small,
.dsu-addmission h4 small {
  font-size: inherit;
  font-weight: inherit;
}

.dsu-addmission h4 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0rem;
  padding-top: 5px;
  margin: 0px;
  font-style: normal;
}

.dsu-addmission h4 em {
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  padding: 0px 7px;
}

.hurryupsec {
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

.hurryupsec h4 {
  border-top-right-radius: 10px;
  display: inline-block;
  padding: 8px 20px;
  background-color: #3171b1;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1px;
}

.hurryupsec p {
  background-color: rgba(49, 113, 177, 0.1);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 15px;
  color: #448dd6;
  font-size: 29px;
  line-height: 1.01;
  font-weight: 400;
  align-items: center;
  display: inline-flex;

  border: solid 1px #1a2949;
  /* text-align: right; */
  width: 55.6%;
}

.hurryupsec p span {
  padding-left: 13px;
}

.hurryupsec p img {
  /* float: left; */
  width: 11%;
}

.dsu-addmission p em {
  font-style: normal;
  border-bottom: 1px solid #898ba5;
  display: block;
  padding-bottom: 2px;
  margin-bottom: 6px;
}

.dsu-addmission p span em {
  font-style: normal;
  border-bottom: none !important;
  display: initial !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.dsu-addmission p span small {
  display: block;
  font-size: 1.45rem;
  font-weight: 400;
  margin-top: 0.4rem;
}

.dsu-addmission ul.ourcourses li {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 5px 0px;
}

.dsu-addmission ul.ourcourses li span {
  color: #fff;
  padding-left: 4%;
  font-size: 20px;
}

.dsu-addmission ul.ourcourses li:last-child {
  margin-right: 0px;
}

.dsu-addmission ul.ourcourses li img {
  background: #fff;
  padding: 5px;
  border-radius: 100%;
}

.formIDfid {
  padding: 0px;
}

.contact-fild-box .form-control option {
  font-size: 13px;
  color: #000000;
  background-color: #ffffff;
}

.contact-fild-box .form-control optgroup {
  font-weight: 600;
  padding: 0px;
  background-color: #ffffff;
}

optgroup:before {
  content: attr(label);
  display: block;
}

#hero {
  background-color: #131d3b;
}
.hero-section {
  max-width: 2000px;
  margin: 0 auto;
}

.herofooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  background-color: rgba(15, 15, 15, 0.7);
  padding: 1.32rem;
}

.herofooter .herofooterInner {
  width: auto;
  display: inline-block;
  margin-left: -2.5rem;
}

.herofooter .herofooterInner ul li {
  padding: 0rem 1.75rem;
  border-right: 2px solid #ffffff;
}

.herofooter .herofooterInner ul li span {
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0rem;
}

.herofooter .herofooterInner ul li span b {
  color: #2b2c84;
  font-weight: inherit;
}

.herofooter .herofooterInner ul li:last-child {
  border-right: 0;
}

.girls {
  position: absolute;
  bottom: -1px;
  right: 22%;
  width: 61rem;
  z-index: 2;
}

.girls img {
  width: 100%;
  position: relative;
}

/* == FormSection-CLOSE == */

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

/* == section_1-START == */
.sectionInner {
  position: relative;
  z-index: 2;
}

.expsection::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  right: 4rem;
  top: -100%;
  bottom: 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/vector-dots.html);
  z-index: 1;
}

.keyContent {
  position: relative;
  padding: 0 0;
}

.keyContent figure {
  width: 100%;
  text-align: center;
  margin-top: 1.1rem;
}

.keyContent figure img {
  width: 92%;
  box-shadow: 0 0.3rem 4rem rgba(0, 0, 0, 0.45);
}

.tickicon {
  position: relative;
  list-style: none;
  padding: 0.75rem 0;
  color: #434244;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.45 !important;
  letter-spacing: 0rem;
  text-align: left;
}

.tickicon span {
  position: relative;
  padding-left: 4rem;
  padding-right: 1rem;
  display: block;
  min-height: 3.5rem;
}

.tickicon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0rem;
  width: 3rem;
  height: 3rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/list-tick.html);
}

.tickicon span em {
  font-style: normal;
  display: block;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

/* == section_1-CLOSE == */

/* == section_2-CLOSE == */
.toolsection {
  background-color: #ffffff;
}

.toolBx {
  width: 20%;
  border-right: 1px solid #cccccc;
}

.toolBx:hover figure img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.toolBx .toolBxInner {
  padding: 1rem;
  background-color: #ffffff;
  height: 100%;
}

.toolBx:hover .toolBxInner {
  background-color: #2b2c84;
}

.toolBx:hover .toolBxInner img {
  filter: brightness(300%) saturate(0%);
  transform: scale(1.01);
}

.toolBx:hover .toolBxInner .toolContent h4 {
  color: #ffffff;
}

.toolBx:last-child {
  border-right: 0px;
}

.toolContent {
  text-align: center;
  height: 100%;
}

.toolContent img {
  max-width: 4rem;
}

.toolContent h4 {
  color: #434244;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.squareboxContent img {
  max-width: 6.5rem;
}

/* == section_1-CLOSE == */

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

/* == Scholarship_section-START == */
.schsection {
  position: relative;
  width: 100%;
  background-image: url(../images/scholarship_banner.html);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}

.schsectionWrap {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

/* == Scholarship_section-CLOSE == */

/* == Program_section-START == */
.progsection {
  background: #19e099;
  background: linear-gradient(
    90deg,
    rgb(25, 224, 153) 0%,
    rgb(24, 189, 169) 58%,
    rgb(24, 168, 170) 90%
  );
  background: filter progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#19e099",
      endColorstr= "#18a8aa",
      GradientType=1
    );
}

.progsection .sectionInner {
  padding-left: 0;
  padding-right: 0;
}

/* Shine-start */
.progContent {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.progContent::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: transparent;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: filter progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#ffffff",
      endColorstr= "#ffffff",
      GradientType=1
    );
  transform: skewX(-25deg);
  opacity: 0;
}

.progBox:hover .progContent::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
  opacity: 1;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Shine-close */

/* grow-start */
.grow {
  -webkit-animation: zoomeffect 3.5s infinite;
  animation: zoomeffect 3.5s infinite;
}

@-webkit-keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }

  50% {
    background-position: center;
    transform: scale(1.1, 1.1);
  }

  100% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }

  50% {
    background-position: center;
    transform: scale(1.1, 1.1);
  }

  100% {
    background-position: center;
    transform: scale(0.98, 0.98);
  }
}

/* grow-close */

/* rotate-start */
.rotateMe::before {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* rotate-close */
.mylist ul {
  position: relative;
  width: 100%;
  padding-left: 0px;
  margin: 0px;
  list-style-type: none;
}

.mylist ul li {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0.4rem 0;
  color: #27292e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0rem;
  text-align: left;
}

.progBox {
  width: 100%;
  overflow: hidden;
  padding: 0.75rem;
}

.progBox:hover .progContent {
  background: #19e099;
  background: linear-gradient(
    200deg,
    rgb(25, 224, 153) 0%,
    rgb(24, 189, 169) 58%,
    rgb(24, 168, 170) 90%
  );
  background: filter progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#19e099",
      endColorstr= "#18a8aa",
      GradientType=1
    );
  transition: all 0.3s ease;
}

.progBox:hover figure img {
  transition: all 0.8s ease;
  transform: rotateY(360deg);
}

.progContent {
  padding: 2rem;
  background-color: #2b2c84;
  border-radius: 1.2rem;
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.3);
}

.progContent figure img {
  max-width: 6rem;
}

.prog_row .cols {
  margin-bottom: 1.5rem;
}

.prog-title {
  position: relative;
}

.prog-title h4 {
  color: #ffffff;
  font-size: 1.75rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #2b2c84;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0rem;
}

.prog-title .para p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
}

.mylisticon span {
  position: relative;
  padding-left: 2.6rem;
  display: block;
}

.mylisticon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.87rem;
  width: 1.5rem;
  height: 1.5rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* == Program_section-CLOSE == */

/* == Eligibility_section-START == */
.elgsection {
  background: #19e099;
  background: linear-gradient(
    90deg,
    rgb(25, 224, 153) 0%,
    rgb(24, 189, 169) 58%,
    rgb(24, 168, 170) 90%
  );
  background: filter progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#19e099",
      endColorstr= "#18a8aa",
      GradientType=1
    );
}

.elgWrapper {
  position: relative;
  width: 100%;
}

.elgWrapper .elgWrapperInner {
  position: relative;
  width: 100%;
  padding: 1.5rem 2rem;
  margin-top: -4rem;
  background-color: #f4f7f6;
  z-index: 2;
}

.elg_row .cols {
  position: relative;
}

.elg_row .cols::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 4.2rem;
  right: -2.1rem;
  border-radius: 4.2rem;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.elg_row .cols:last-child::before {
  content: "";
  display: none;
}

.elg_row .cols::after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 0.16rem;
  bottom: 0rem;
  height: 100%;
  background-color: #2b2c84;
  z-index: 0;
}

.elg_row .cols:last-child::after {
  content: "";
  display: none;
}

.elgBox {
  padding: 0;
}

.elgsection .sectionInner {
  padding-left: 0;
  padding-right: 0;
}

.elgContent {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.elgPackBox {
  position: relative;
  width: 100%;
}

.para {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.para.black p {
  color: #434244;
}

.para h5 {
  display: inline-block;
  padding-bottom: 1.1rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  text-align: center;
}

.para p {
  padding: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0rem;
}

.schContent p {
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0rem;
}

/* == Eligibility_section-CLOSE == */

/* == Exp_section-START == */
.expsection {
  background-color: #2b2c84;
}

.expImg figure {
  margin-bottom: 0rem;
}

.expImg figure img {
  width: 100%;
}

.expDescription {
  min-height: 6rem;
  padding: 1.5rem;
}

.expDescription p {
  width: 100%;
  color: #434244;
  padding: 0rem;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0rem;
}

.itemsContainer {
  height: 100%;
}

/* == Exp_section-CLOSE == */

/* == recruit_section-START == */
.recruitsection {
  background-color: #ffffff;
}

.recruitImg figure {
  margin-bottom: 0rem;
}

.recruitImg figure img {
  width: 100%;
}

.recruitDescription {
  background-color: #2b2c84;
  min-height: 6rem;
}

.recruitDescription p {
  width: 100%;
  color: #ffffff;
  padding: 0.2rem 1rem;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: 0rem;
}

.recruit_itemsContainer {
  height: 100%;
}

/* == recruit_section-CLOSE == */

/* == gallery_section-START == */
.gallerysection {
  background-color: #ffffff;
}

.galleryImg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.galleryImg:hover::before,
.galleryImg:focus::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.galleryImg:hover::after,
.galleryImg:focus::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  z-index: 1;
}

.galleryImg figure {
  margin-bottom: 0rem;
  width: 100%;
}

.galleryImg figure img {
  width: 100%;
}

.videoplay {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  right: 0px;
  padding: 45% 10px;
  text-align: center;
  z-index: 2;
  transform: translateY(-50%);
  display: inline-block;
}

.videoplay .fa {
  position: relative;
  text-align: center;
  font-size: 5rem;
  font-weight: 300;
  color: #ffffff;
}

.galleryImg:hover .fa,
.galleryImg:focus .fa {
  color: #ffffff;
}

/* .videoplay:hover .fa,.videoplay:focus .fa{color:#dc812d;} */
.galleryDescription {
  background-color: #2b2c84;
  min-height: 6rem;
}

.galleryDescription p {
  width: 100%;
  color: #ffffff;
  padding: 0.2rem 1rem;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: 0rem;
}

.gallery_itemsContainer {
  height: 100%;
}

.galleryImg:hover .videoplay {
  opacity: 1;
  visibility: visible;
}

.galleryImg figure a {
  display: inline-block;
  width: 100%;
}

.gallerysection .container-fluid {
  width: 100%;
}

/* == gallery_section-CLOSE == */

/* == rank_section-START == */

/* linear-gradient-start */

/* .blue_gradient{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background:#2c2d67;
    background:-moz-linear-gradient(180deg,rgba(44,45,103,1) 0%,rgba(72,56,91,1) 58%,rgba(321,116,24,1) 90%);
    background:-webkit-linear-gradient(180deg,rgba(44,45,103,1) 0%,rgba(72,56,91,1) 58%,rgba(321,116,24,1) 90%);
    background:linear-gradient(180deg,rgba(44,45,103,1) 0%,rgba(72,56,91,1) 58%,rgba(321,116,24,1) 90%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2d67',endColorstr='#e77418',GradientType=1);
    z-index: 1;
    } */

/* linear-gradient-close */

.ranksliderGrid {
  position: relative;
  width: 100%;
}

#rank-slider {
  padding: 0 0rem;
}

#rank-slider .owl-stage-outer {
  padding: 0.5rem;
}

.rankImg figure {
  width: 8.7rem;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}

.rankImg figure img {
  width: auto;
  display: inline-block;
}

.rankDescription {
  min-height: 6rem;
}

.rankDescription .rankDescInner {
  width: 100%;
}

.rankDescription h4 {
  color: #ffffff;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0rem;
  margin: 0rem;
}

.rankDescription p {
  width: 100%;
  color: #434244;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0rem;
}

.rankitemsContainer {
  height: 100%;
}

/* == student_section-CLOSE == */

/* == Why_section-START == */
.whysection {
  background-color: #2b2c84;
}

.whysection .sectionInner {
  padding-left: 3%;
  padding-right: 3%;
}

.whyContent {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.myticklist {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.myticklist ul {
  position: relative;
  width: 100%;
  padding-left: 0;
  margin: 0px;
  list-style-type: none;
}

.myticklist ul li {
  width: 50%;
  display: inline-block;
  position: relative;
  list-style: none;
  padding: 0.4rem 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0rem;
  text-align: left;
}

.whyBox {
  overflow: hidden;
  width: 100%;
  padding: 0.5rem;
}

.whyContent {
  width: 100%;
  border-radius: 1.5rem;
}

.why_row .cols {
  margin-bottom: 1.5rem;
}

.why-title {
  position: relative;
}

.why-title h4 {
  font-size: 2.5rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0rem;
}

.keys .tickicon {
  padding: 0rem 0;
}

.keys .tickicon span {
  position: relative;
  padding-right: 1rem;
  padding-left: 3.5rem;
  display: block;
}

.keys .tickicon span::before {
  content: "";
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
}

.elgList .tickicon {
  padding: 0rem 0;
  font-size: 1.4rem;
  line-height: 1.55 !important;
  letter-spacing: 0rem;
}

.elgList .tickicon span {
  color: #434244;
  position: relative;
  padding-left: 3.5rem;
  padding-right: 0.7rem;
  display: block;
  min-height: 3.7rem;
}

.elgList .tickicon span::before {
  content: "";
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/list-tick.html);
}

.elgList .tickicon span em {
  font-style: normal;
  border-bottom: 0px;
  display: block;
  padding-top: 0.3rem;
  padding-top: 0.3rem;
}

/* ==  Why_section-CLOSE == */

/* == Faculty_section-START == */
.chsection {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.chsection .sectionInner {
  padding-left: 0;
  padding-right: 0;
}

.chsliderGrid {
  position: relative;
  width: 100%;
}

.chBox {
  padding: 0rem;
}

.facultyBox {
  height: 100%;
}

.bg-white-light {
  background-color: #fbfbfb;
}

.facultyTitle {
  width: 100%;
  text-align: center;
}

.facultyTitle h3 {
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.1 !important;
  letter-spacing: -0.025rem;
  color: #434244;
  background-color: #2b2c84;
  padding: 1rem;
}

.awardBase {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.awardBase img {
  width: 100%;
}

.awardBg {
  position: relative;
  width: 100%;
  height: 100%;
}

.topQuote {
  width: 8rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.awardsliderprofile {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0rem 0rem;
}

.awardsliderprofile figure {
  width: 100%;
  margin-bottom: 0rem;
}

.awardsliderprofile figure img {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  height: 283px;
}

.sliderbox-shadow {
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.2);
}

/* award-slider-start */

/* award-flex */
.awardsection {
  background-color: #ffffff;
}

.awardContainer.vector::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 32rem;
  right: -3rem;
  bottom: -2rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/facility/fac-vector.html);
  z-index: 1;
}

.awardContainer figure {
  position: relative;
}

.awardsliderprofile figure {
  width: 51%;
  float: left;
}

.awardsliderprofile .award-title {
  float: right;
  width: 49%;
  padding: 2rem;
}

.awardContainer.vector figure {
  position: relative;
  margin-top: 6rem;
}

.awardContainer figure img {
  position: relative;
  z-index: 2;
}

#award-slider.owl-carousel .owl-stage {
  display: flex;
}

#award-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#award-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

#award-slider.owl-theme .items {
  position: relative;
  width: 100%;
}

#award-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#award-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 2.7rem;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  top: 77%;
  transform: translateY(-50%);
  z-index: 2;
}

#award-slider.owl-theme .owl-nav .owl-prev {
  color: #ffffff;
  right: 14%;
}

#award-slider.owl-theme .owl-nav .owl-next {
  color: #ffffff;
  right: 3%;
}

#award-slider.owl-theme .owl-nav .owl-prev:hover,
#award-slider.owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  background: #fe4773;
}

.awardContainer {
  position: relative;
  margin: 0rem auto;
  padding: 0rem 2.5%;
  word-break: keep-all;
}

.awardContainer p {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.awardContainer p {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.awarditemContainer {
  padding: 0rem;
  width: 100%;
  height: 100%;
}

.award-title {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  min-height: 86px;
}

.award-title h4 {
  padding: 8px 5px;
  text-align: right;
  margin-bottom: 0rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0rem;
}

.award-title h5 {
  padding: 0;
  margin-bottom: 0.2rem;
  color: #2c2d67;
  font-size: 1.4rem;
  font-weight: 400;
}

.award-title p {
  padding: 0;
  color: #2c2d67;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0rem;
  margin-bottom: 1.5rem;
}

.award-title p:last-child {
  margin-bottom: 0rem;
}

.facilitysep {
  width: 100%;
  height: 100%;
  min-height: 188px;
  background-color: #68248e;
  border-radius: 0px;
  padding: 0rem 0rem;
  margin-top: 20px;
  transform: translateY(0px);
  transition: 0.5s;
}

.facilitysep:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.6);
}

.facilitysep:hover .award-title h4 {
  color: #ffffff;
  transition: all 0.8s;
}

#award-slider.owl-theme .items .facilitysep:first-child {
  margin-top: 0px;
}

/* award-slider-close */

/* elgisection-start */
.elgisection {
  background-color: #ebebeb;
}

/* elgisection-close */

/* alumni-slider-start */

/* alumni-slider-close */

/* apply-slider-start */
#apply-slider.owl-carousel .owl-stage {
  display: flex;
}

#apply-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#apply-slider.owl-carousel .items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

#apply-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#apply-slider.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  color: #68248e;
  border: 2px solid #68248e;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 2.7rem;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  z-index: 2;
  margin: 5px;
}

#apply-slider.owl-theme .owl-nav [class*="owl-"]:hover,
#apply-slider.owl-theme .owl-nav [class*="owl-"]:focus {
  border: 2px solid #28296c;
  transition: 0.7s ease all;
}

#apply-slider.owl-theme .owl-nav .owl-prev:hover,
#apply-slider.owl-theme .owl-nav .owl-next:hover {
  color: #ffffff;
  border: 2px solid #28296c;
  background-color: rgba(254, 71, 115, 0.9);
}

/* apply-slider-close */

/* alumni-slider-start */

/* director-flex */
#extra-slider.owl-carousel .owl-stage {
  display: flex;
}

#extra-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#extra-slider.owl-carousel .items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  padding: 0rem;
}

#extra-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#extra-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #68248e;
  border: 2px solid #68248e;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 2.7rem;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  top: 41%;
  transform: translateY(-50%);
  z-index: 2;
}

#extra-slider.owl-theme .owl-nav [class*="owl-"]:hover,
#extra-slider.owl-theme .owl-nav [class*="owl-"]:focus {
  border: 2px solid #28296c;
  transition: 0.7s ease all;
}

#extra-slider.owl-theme .owl-nav .owl-prev:hover,
#extra-slider.owl-theme .owl-nav .owl-next:hover {
  color: #ffffff;
  border: 2px solid #28296c;
  background-color: rgba(254, 71, 115, 0.9);
}

#extra-slider.owl-theme .owl-nav .owl-prev {
  left: -4%;
}

#extra-slider.owl-theme .owl-nav .owl-next {
  right: -4%;
}

#extra-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

/* alumni-slider-close */

/* alumni-slider-start */

/* director-flex */

/* alumni-slider-close */

/* exp-slider-start */

/* exp-flex */
#exp-slider.owl-carousel .owl-stage {
  display: flex;
}

#exp-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  padding: 0.75rem;
}

#exp-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#exp-slider.owl-theme .items {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
  border: 2.1px solid #ffffff;
  transform: translateY(0px);
  transition: 0.5s;
}

#exp-slider.owl-theme .items:hover {
  transform: translateY(-0.7rem);
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.3);
  border: 2.1px solid #2b2c84;
}

#exp-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#exp-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  border: 0;
  width: 4rem;
  height: 7rem;
  font-size: 6rem;
  line-height: 7rem;
  margin: 0px;
  padding: 0px;
  border-radius: 0rem;
  text-align: center;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#exp-slider.owl-theme .owl-nav .owl-prev {
  color: #ffffff;
  left: -5%;
}

#exp-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #434244;
}

#exp-slider.owl-theme .owl-nav .owl-next {
  color: #ffffff;
  right: -5%;
}

#exp-slider.owl-theme .owl-nav .owl-next:hover {
  color: #434244;
}

.expContainer {
  margin: 0rem;
  padding: 0rem;
  word-break: keep-all;
}

/* exp-slider-close */

/* recruit-slider-start */

/* student-flex */
#recruit-slider.owl-carousel .owl-stage {
  display: flex;
}

#recruit-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#recruit-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#recruit-slider.owl-theme .items {
  position: relative;
  width: 100%;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #cccccc;
  transform: translateY(0px);
  transition: 0.5s;
}

#recruit-slider.owl-theme .items:hover {
  transform: translateY(-0.7rem);
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.3);
  border: 1px solid #2b2c84;
}

#recruit-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#recruit-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  border: 0;
  width: 4rem;
  height: 7rem;
  font-size: 6rem;
  line-height: 7rem;
  margin: 0px;
  padding: 0px;
  border-radius: 0rem;
  text-align: center;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#recruit-slider.owl-theme .owl-nav .owl-prev {
  color: #434244;
  left: -5%;
}

#recruit-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #2b2c84;
}

#recruit-slider.owl-theme .owl-nav .owl-next {
  color: #434244;
  right: -5%;
}

#recruit-slider.owl-theme .owl-nav .owl-next:hover {
  color: #2b2c84;
}

.recruitContainer {
  margin: 0rem;
  padding: 0rem 0.5rem;
  word-break: keep-all;
}

/* recruit-slider-close */

/* gallery-slider-start */

/* gallery-flex */
#gallery-slider.owl-carousel .owl-stage {
  display: flex;
}

#gallery-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#gallery-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

#gallery-slider.owl-theme .items {
  position: relative;
  width: 100%;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
  border: 0px solid transparent;
  transform: translateY(0px);
  transition: 0.5s;
}

#gallery-slider.owl-theme .items:hover {
  transition: 0.75s;
  transform: translateY(0rem);
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.3);
  border: 0px solid #f6821f;
}

#gallery-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#gallery-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #000;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 2.7rem;
  margin: 0px;
  padding: 0px;
  border-radius: 5rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#gallery-slider.owl-theme .owl-nav .owl-prev {
  left: -5rem;
}

#gallery-slider.owl-theme .owl-nav .owl-next {
  right: -5rem;
}

#gallery-slider.owl-theme .owl-nav .owl-prev:hover,
#gallery-slider.owl-theme .owl-nav .owl-next:hover {
  color: #ffffff;
  border: 2px solid #28296c;
  background-color: rgba(254, 71, 115, 0.9);
}

.galleryContainer {
  margin: 0rem;
  padding: 0rem 0rem;
  word-break: keep-all;
}

.galleryirow .colm {
  padding: 0px;
}

/* gallery-slider-close */

/* rank-slider-start */

/* rank-flex */
#rank-slider.owl-carousel .owl-stage {
  display: flex;
}

#rank-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#rank-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 2;
}

#rank-slider.owl-theme .items {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

/* #rank-slider.owl-theme .items .item-sep:first-child{margin-top:0px;} */
.item-sep {
  margin-top: 0px;
  padding: 2.8rem 1.5rem;
  width: 100%;
  min-height: 198px;
  background-color: transparent;
  /*border:2px solid #ffffff;*/
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0);
  /*border-radius:1rem;*/
  transform: translateY(0px);
  transition: 0.5s;
  margin-bottom: 15px;
}

.item-sep:hover {
  background-color: #68248e;
  transform: translateY(-0.7rem);
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}

#rank-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#rank-slider.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  color: #ffffff;
  border: 2px solid #000000;
  width: 2.7rem;
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 2.7rem;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  top: 56%;
  transform: translateY(-50%);
  z-index: 2;
  margin-top: 2rem;
}

#rank-slider.owl-theme .owl-nav .owl-prev {
  color: #580c82;
  left: -1rem;
}

#rank-slider.owl-theme .owl-nav .owl-next {
  color: #580c82;
  right: -1rem;
}

#rank-slider.owl-theme .owl-nav .owl-prev:hover,
#rank-slider.owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  background: #fe4773;
}

.rankContainer {
  margin: 0rem;
  word-break: keep-all;
}

.rankContainereds {
  margin: 0rem;
  word-break: keep-all;
}

.ranksliderGridinr {
  position: relative;
  width: 100%;
}

.item-sep figure {
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.item-sep:hover figure {
  -o-transition: 0.9s;
  -ms-transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz--transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.bg-red {
  background-color: #de292c;
}

.bg-orange {
  background-color: #f36c28;
}

.bg-yellow {
  background-color: #fb9f17;
}

.bg-green {
  background-color: #71c346;
}

.bg-blue {
  background-color: #248dc7;
}

.bg-dblue {
  background-color: #434076;
}

.bg-lpurple {
  background-color: #83489f;
}

.bg-red2 {
  background-color: #de292c;
}

.bg-orange2 {
  background-color: #f36c28;
}

.bg-dyellow {
  background-color: #d2810a;
}

.bg-dblue {
  background-color: #2e6d92;
}

.bg-dblue2 {
  background-color: #2e6d92;
}

.item-sep.bg-dblue:hover {
  background-color: #46b3a5;
}

.rankDescription span {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}

.item-sep.bg-dblue h4 {
  font-size: 1.5rem;
}

.item-sep.bg-dblue {
  padding: 2.5rem 0;
}

.bg-oranges {
  background-color: #f36c28;
}

.item-sep.bg-oranges:hover {
  background-color: #de292c;
}

.expert-btn {
  background-color: #580c82;
  font-size: 2rem;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
}

.expert-btn:hover {
  background-color: #fe4773;
  color: #ffffff;
}

/* rank-slider-close */

/* ==  Faculty_section-CLOSE == */

/* ==  EMI_section-START == */
.emisection {
  width: 100%;
}

.emisection .sectionInner {
  padding-left: 3%;
  padding-right: 3%;
}

.emiContent {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/expBanner.html);
  padding: 4rem 1rem;
  border-radius: 1.5rem;
}

.emiContent h4 {
  color: #ffffff;
  font-size: 3.8rem;
  margin-bottom: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0rem;
}

.emiContent h4 b {
  color: #2b2c84;
}

.emiContent h5 {
  color: #ffffff;
  font-size: 2.6rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0rem;
}

/* applynowbtn_start */
.applynowsec {
  position: relative;
  width: 100%;
}

.applynowsec a {
  background-color: #2b2c84;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  font-size: 2.7rem;
  padding: 1rem 3.4rem;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 4rem;
  text-align: center;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  transform: scale(1);
  transition: all 0.7s ease-in-out;
}

.applynowsec a:hover,
.applynowsec a:focus {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  background: #19e099;
  background: linear-gradient(
    270deg,
    rgb(25, 224, 153) 0%,
    rgb(24, 189, 169) 58%,
    rgb(24, 168, 170) 90%
  );
  background: filter progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= "#19e099",
      endColorstr= "#18a8aa",
      GradientType=1
    );
}

/* applynowbtn_close*/

/* ==  EMI_section-CLOSE == */

/* ==  Alumni_section-START == */
.videosection {
  background-color: #68248e;
}

.alumnisection {
  background-color: #ffffff;
}

.alumnisection .sectionInner {
  padding-left: 4%;
  padding-right: 4%;
}

.videoBoxSec figure {
  position: relative;
  width: 100%;
}

.aboutVideo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.aboutVideo a {
  display: inline-block;
  margin: 0 auto;
}

.aboutVideo img,
.aboutVideo .playBtn {
  width: 8rem;
}

.aboutVideo img:hover,
.aboutVideo .playBtn:hover {
  opacity: 0.85;
}

.aboutVideo i {
  position: relative;
  font-size: 6rem;
  font-weight: 300;
  color: #2b2c84;
}

.aboutVideo i:hover {
  color: #ffffff;
}

.videoBoxContent {
  position: relative;
  width: 100%;
  text-align: left;
}

.videoBoxContent p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 1.2rem;
}

.videoBoxContent p:last-child {
  margin-bottom: 0rem;
}

.videoBoxContent p span {
  font-size: 1.8rem;
  font-weight: 600;
}

/*.videosection::before{content:'';z-index:1;position:absolute;top:0rem;left:0px;width:16rem;height:25rem;background-image:url(../images/flying-arrow.png);background-size:contain;background-position:center center;background-repeat:no-repeat;-webkit-animation:zoomeffect 3.5s infinite;animation:zoomeffect 3.5s infinite;}*/
.videoBoxContent figure {
  position: relative;
  margin-top: 2rem;
}

.videoBoxContent figure img {
  position: relative;
  z-index: 2;
}

.videoBoxContent > .img-fluid.right-side.mobhide {
  float: right;
  width: 44%;
  padding: 1rem;
}

/* ==  Alumni_section-CLOSE == */

/* ==  student_section-START == */

/*.studentsection::before{content:'';z-index:1;position:absolute;bottom:0rem;left:0px;width:25rem;height:17rem;background-image:url(../images/student-vector-line-LT.png);background-size:contain;background-position:left center;background-repeat:no-repeat;-webkit-animation:zoomeffect 3.5s infinite;animation:zoomeffect 3.5s infinite;}
    .studentsection::after{content:'';z-index:1;position:absolute;top:-14rem;right:0px;width:11rem;height:34rem;background-image:url(../images/student-vector-line.png);background-size:contain;background-position:right center;background-repeat:no-repeat;-webkit-animation:zoomeffect 3.5s infinite;animation:zoomeffect 3.5s infinite;}
    .studentBoxContent figure{position:relative;width:100%;text-align:center;margin-bottom:-2px;}*/

.bc-img01 {
  min-height: 65rem;
  position: relative;
  width: 100%;
  background-image: url(../images/banner/desk1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.bc-img01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 18, 45, 0.85), rgba(9, 18, 45, 0.35));
  z-index: 1;
}

.bc-img01:after {
  position: absolute;
  content: "";
  width: 42%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.06);
  background-size: 100%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}

/* ==  student_section-CLOSE == */

/* ==  package_section-START == */

/* package-slider */

/* ==  package_section-CLOSE == */

/* ==  Professional_section-START == */
.abtkeygsection {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.abtkeygsection .widget-title h3 {
  color: #2b2c84;
}

.abtkeygsection .sectionInner {
  padding-left: 3%;
  padding-right: 3%;
}

.abtkeygsliderGrid {
  position: relative;
  width: 100%;
}

.abtkeygBox {
  padding: 0.5rem;
}

.abtkeyg_row .cols {
  margin-bottom: 1.5rem;
}

.abtkeyg-title {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.abtkeyg-title .description {
  position: relative;
  width: 100%;
  padding: 5.6rem 0;
}

.abtkeyg-title .description::before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  top: 0rem;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.abtkeyg-title .description::after {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  bottom: 0rem;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.abtkeyg-title h4 {
  text-align: left;
  padding: 0;
  margin-bottom: 0.1rem;
  color: #243d80;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0rem;
}

.abtkeyg-title h6 {
  padding: 0;
  color: #27292e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0rem;
  text-align: left;
  margin-bottom: 2rem;
}

.abtkeyg-title h6:last-child {
  margin-bottom: 0rem;
}

.abtkeyg-title p {
  padding: 0;
  color: #27292e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0rem;
  text-align: justify;
  margin-bottom: 1rem;
}

.abtkeyg-title p:last-child {
  margin-bottom: 0rem;
}

.programprofile {
  position: relative;
  width: 100%;
  text-align: center;
}

.programprofile figure {
  width: 100%;
  text-align: left;
}

.programprofile figure img {
  max-width: 9.2rem;
  margin: 0 auto;
  border: 2px solid #000000;
  border-radius: 9.2rem;
}

/* program-slider*/
#program-slider.owl-theme .items {
  position: relative;
  width: 100%;
}

#program-slider.owl-theme .owl-nav .owl-nav {
  margin-top: 0px;
}

#program-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  border: 0;
  width: 4rem;
  height: 4rem;
  font-size: 2.7rem;
  line-height: 4rem;
  margin: 0px;
  padding: 0px;
  border-radius: 0rem;
  text-align: center;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#program-slider.owl-theme .owl-nav .owl-prev {
  color: #2b2c84;
  left: -5%;
}

#program-slider.owl-theme .owl-nav .owl-next {
  color: #2b2c84;
  right: -5%;
}

#program-slider.owl-theme .owl-nav:hover .owl-prev,
#program-slider.owl-theme .owl-nav:hover .owl-next {
  color: #26504b;
}

/* ==  Professional_section-CLOSE == */

/*== Our Schools css start ==*/
.ourschoolsection {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

#school-slider .items .schoolbox > span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fe4773;
  line-height: 1.6;
}

#school-slider .items .schoolbox > p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #272829;
  line-height: 1.4;
}

#school-slider .items .schoolbox > p > span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #272829;
  line-height: 1.4;
}

#school-slider .items {
  border-right: 3px solid #fe4773;
}

.ourschoolsection .schoolBoxContent {
  border: 3px solid #fe4773;
  border-radius: 20px;
  padding: 2rem;
}

.brdr-n {
  border-right: none !important;
}

#school-slider.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  color: #ffffff;
  border: 2px solid #000000;
  width: 2.7rem;
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 2.2rem;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  top: 64%;
  transform: translateY(-50%);
  z-index: 2;
}

#school-slider.owl-theme .owl-nav .owl-prev {
  color: #580c82;
  left: -1rem;
}

#school-slider.owl-theme .owl-nav .owl-next {
  color: #580c82;
  right: -1rem;
}

#school-slider.owl-theme .owl-nav .owl-prev:hover,
#school-slider.owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  background: #fe4773;
}

/*== Our Schools css close ==*/

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

/*== Faq's css start ==*/

.accordion {
  width: 100%;
  margin: 0px auto;
  color: #656666;
  background-color: white;
}

.accordion .container.active .label {
  background-color: #f6d68d;
  padding: 11px 18px;
  color: #272829;
  font-weight: 500;
}

.accordion .container.active {
  width: 100% !important;
  padding: 0;
}

.accordion .container {
  position: relative;
  margin: 10px 10px;
  width: 100% !important;
  border: 1px solid #f6d68d;
}

.accordion .label {
  position: relative;
  padding: 11px 18px;
  font-size: 2rem;
  color: #656666;
  cursor: pointer;
}

.accordion .label::before {
  content: "+";
  color: black;
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 30px;
  transform: translateY(-50%);
}

.accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 20px;
  text-align: justify;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.accordion .content p {
  font-size: inherit;
  margin-bottom: 7px;
}

.accordion .content p:last-child {
  margin-bottom: 0px;
}

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

.accordion .container.active .content {
  height: auto;
  padding: 15px;
  font-size: 1.55rem;
}

.accordion .container.active .label::before {
  content: "-";
  font-size: 30px;
  right: 32px;
}

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

/*== How to Apply css start ==*/

.applysection {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}

.applybox figure {
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  padding: 1rem 0.5rem 0.5rem;
}

.applybox:hover figure {
  -o-transition: 0.9s;
  -ms-transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz--transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.applybox > span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.applybox > p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

#apply-slider .items:before {
  position: absolute;
  content: "";
  background: url("../images/arrow.html") no-repeat center center/cover;
  position: absolute;
  top: 76px;
  right: 0px;
  width: 27px;
  height: 47px;
  z-index: -1;
}

#apply-slider .items.arrow-none::before {
  display: none;
}

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

/*== Explore More css start ==*/
.exploresection {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.explorerow {
  background: #f4fbfa;
  padding: 2rem;
  border: 2px solid #46b3a5;
  margin-top: 30px;
}

.exploreBoxContent > h5 {
  font-size: 3.5rem;
  color: #46b3a5;
  font-weight: 700;
  line-height: 1.6;
}

.exploreBoxContent > p {
  font-size: 2rem;
  color: #272829;
  font-weight: 400;
  line-height: 1.6;
}

.explore-btn {
  background: #46b3a5;
  width: 83%;
  display: table;
  color: #fff;
  text-align: center;
  padding: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  margin: 16px auto;
}

.explore-btn:hover {
  background: #ff4575;
  color: #ffffff;
}

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

.package_section {
  background-color: #ffffff;
  padding: 70px 0;
}

.package_section .title-wrap {
  /* margin-bottom: 50px; */
}

.package_section .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
}

.package_section .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #131d3b, #0073b6);
  border-radius: 2px;
}

.package_section::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -100px;
  width: 80px;
  height: 190px;
  /* background: url(../images/pack-dots-RT.png) no-repeat center center; */
  background-size: contain;
  z-index: 1;
}

.package_section .package__block .package_dv .package__item {
  padding: 30px 25px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block {
  margin-bottom: 20px;
  min-height: 120px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  .counting-item-cont {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block:last-child {
  margin-bottom: 0px;
}

.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  .counting-number,
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  .plus {
  font-size: 5.8rem;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #131d3b;
  line-height: 1.2;
  display: inline-block;
}

.plus b {
  font-size: 3rem;
}

.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  strong.txttop {
  margin-top: -40px;
  margin-bottom: 15px;
}

.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  p {
  display: block;
  color: #000000;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 5px;
  text-align: center;
}

.package_section .package__block .package_dv {
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
  margin: 15px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.package_section .package__block .package_dv.nexo {
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.package_section .package__block .package_dv .package__item hr.colsy {
  width: 50px;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: solid 2px #131d3b;
  opacity: 1;
  z-index: 1;
  margin: 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.package_section .package__block .package_dv .on-hover-effect::after,
.package_section .package__block .package_dv .on-hover-effect::after,
.package_section .package__block .package_dv .on-click-effect::after {
  content: "";
  width: 520px;
  height: 100%;
  position: absolute;
  top: 105px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-36deg);
  z-index: 0;
  transition: all 0.7s cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.package_section .package__block .package_dv:hover {
  background: #131d3b;
  transition: all 0.4s ease-in-out;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(19, 29, 59, 0.3);
  border-color: #131d3b;
}

.package_section
  .package__block
  .package_dv:hover
  .package__item
  .counting-item-block
  .counting-number {
  color: #0073b6;
}

.package_section
  .package__block
  .package_dv:hover
  .package__item
  .counting-item-block
  .plus {
  color: #0073b6;
}

.package_section
  .package__block
  .package_dv:hover
  .package__item
  .counting-item-block
  p {
  color: #fff;
  font-weight: 600;
}

.package_section
  .package__block
  .package_dv
  .on-hover-effect.right-to-left-effect::after {
  left: 100%;
}

.package_section
  .package__block
  .package_dv
  .on-hover-effect.right-to-left-effect:hover::after {
  left: 0%;
}

.package_section .package__block .package_dv:hover .package__item hr.colsy {
  border-top: solid 1px #fff;
}

.section-ranks {
  position: relative;
  background-color: #f8f8f8;
  padding: 70px 0;
}

.section-ranks .title-wrap {
  /* margin-bottom: 50px; */
}

.section-ranks .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
}

.section-ranks .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #131d3b, #0073b6);
  border-radius: 2px;
}

.section-ranks .rewards_item {
  position: relative;
  /* padding: 15px; */
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.section-ranks .rewards_item:hover {
  transform: translateY(-5px);
}

.section-ranks .ranks__Block {
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.section-ranks .ranks__Block .rewards_item {
  width: 100%;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85%;
  transition: all 0.3s ease;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute img {
  width: 20%;
  margin-bottom: 4%;
  margin-top: 1%;
  transition: all 0.3s ease;
  filter: brightness(0.9);
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute img.net {
  width: 40%;
  margin-bottom: 4%;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute strong {
  font-size: 16px;
  font-weight: 500;
  color: #141e3c;
  line-height: 1.4;
  display: block;
  margin-top: 8px;
  transition: color 0.3s ease;
}

.section-ranks
  .rewards_item
  .ranks_relative
  .ranks_content_absolute
  strong.text-red {
  color: #dc3545;
  font-weight: 600;
}

#package-slider.owl-theme .owl-stage-outer {
  padding: 20px 0;
}

#package-slider.owl-theme .owl-nav {
  /* text-align: right; */
  /* position: absolute; */
  top: -70px;
  right: 0px;
}

#package-slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #ffffff;
  font-size: 24px;
  padding: 8px 15px;
  border-radius: 50%;
  border: solid 2px #131d3b;
  color: #131d3b;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
}

#package-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #131d3b;
  border: 2px solid #131d3b;
  opacity: 1;
  transform: scale(1.1);
}

#package-slider.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#package-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

#package-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

#package-slider.owl-theme .owl-dots .owl-dot.active span,
#package-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0073b6;
  width: 30px;
  border-radius: 6px;
  transform: scale(1.2);
}

.section-ranks .rewards_item .ranks_relative {
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.section-ranks .rewards_item .ranks_relative:hover {
  box-shadow: 0 8px 25px rgba(0, 115, 182, 0.15);
  border-color: #0073b6;
  transform: scale(1.02);
}

.section-ranks .rewards_item .ranks_relative::before {
  opacity: 0;
  content: "";
  position: absolute;
  right: -8px;
  width: 1px;
  height: 100%;
  background-color: #c7cbd3;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.section-ranks .rewards_item .ranks_relative:hover img {
  filter: invert(29%) sepia(98%) saturate(1084%) hue-rotate(175deg)
    brightness(94%) contrast(102%);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.section-ranks .rewards_item .ranks_relative:hover .ranks_content_absolute p {
  color: #0073b6;
}

.section-ranks .rewards_item .ranks_relative:hover .ranks_content_absolute h1 {
  color: #0073b6;
  transform: scale(1.05);
}

.section-ranks
  .rewards_item
  .ranks_relative:hover
  .ranks_content_absolute
  strong {
  color: #0073b6;
}

.section-ranks
  .rewards_item
  .ranks_relative:hover
  .ranks_content_absolute
  strong.text-red {
  color: #ff4757;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute span img {
  width: 27%;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute span {
  display: block;
  color: #0f0d12;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

#ranks-slider.owl-theme .owl-stage-outer {
  padding: 20px 0;
}

#ranks-slider.owl-theme .owl-nav {
  /* text-align: right; */
  /* position: absolute; */
  top: -70px;
  right: 0px;
}

#ranks-slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #ffffff;
  font-size: 24px;
  padding: 8px 15px;
  border-radius: 50%;
  border: solid 2px #131d3b;
  color: #131d3b;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
}

#ranks-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #131d3b;
  border: 2px solid #131d3b;
  opacity: 1;
  transform: scale(1.1);
}

#ranks-slider.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#ranks-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

#ranks-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

#ranks-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0073b6;
  width: 30px;
  border-radius: 6px;
  transform: scale(1.2);
}

.section-ranks
  .rewards_item
  .ranks_relative
  .ranks_content_absolute
  img.difrnt {
  width: 45%;
}

.section-ranks
  .rewards_item
  .ranks_relative
  .ranks_content_absolute
  strong.elest {
  top: -20px !important;
  position: relative;
}

.section-ranks
  .rewards_item
  .ranks_relative
  .ranks_content_absolute
  img.difrnt {
  width: 40%;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute p {
  font-size: 16px;
  font-weight: 500;
  color: #141e3c;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute p.fonty {
  font-size: 13px;
  line-height: 1;
}

.section-ranks
  .rewards_item
  .ranks_relative
  .ranks_content_absolute
  strong.closs {
  font-size: 13px;
  line-height: 1;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute h1 {
  font-size: 3.7rem;
  font-weight: 900;
  color: #141e3c;
  margin: 10px 0;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.section-ranks .rewards_item .ranks_relative .ranks_content_absolute h1 sup {
  font-size: 1.8rem;
  font-weight: 600;
}

.studyusa__section {
  background-image: url(../images/studyusa-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
}

.studyusa__section .blessi {
  position: relative;
  padding: 7rem 5rem;
  background-color: #e19b13;
  margin-top: 7rem;
}

.studyusa__section .blessi .title-wrap {
  padding-right: 7rem;
}

.why-list {
  position: relative;
  z-index: 1;
  padding-left: 0px;
}

.why-list figure {
  padding: 0px;
  padding-right: 0rem;
  padding-top: 25px;
}

.why-list ul li {
  padding: 12px 0;
  padding-left: 0px;
  color: #fff;
  font-size: 30px;
  margin-left: 0px;
  letter-spacing: 1px;
}

.why-list ul li span {
  float: right;
  padding-right: 40px;
}

.why-list ul li span a {
  cursor: pointer;
}

.why-list ul li span a img {
  width: 80%;
}

.why-list ul li span a img:hover {
  filter: brightness(10) invert(9);
}

.modal-dialog {
  /* max-width: 1050px; */
  margin-right: auto;
  margin-left: auto;
}

h4.min-titles {
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
}

table.table.c_table tr td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #aba9a9;
  /* padding: 2px; */
}

.c_table thead td {
  background-color: #ffa000;
  color: #fff;
  font-weight: 800;
}

.studyusa__section .blessi .widget-title :after {
  position: absolute;
  content: "";
  width: 37.5%;
  height: 5px;
  left: 0px;
  bottom: -15px;
  background-color: rgba(255, 255, 255, 1);
  background-size: 100%;
}

/*== Footer css start ==*/
.footer {
  width: 100%;
  display: table;
  padding: 2.4rem 0;
  background: #2a231f;
  color: #ffffff;
  text-align: center;
}

.footer p {
  color: #ffffff;
  opacity: 0.9;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04rem;
}

.footer p span {
  color: #dc812d;
}

.sideNavi {
  position: fixed;
  top: 50%;
  right: -33px;
  z-index: 2;
  transform: rotate(90deg);
}

.sideNavi a {
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 10px;
  border: 1px solid #ffffff;
  transition: 1s;
  background-color: #2b2c84;
}

.sideNavi a i {
  margin-right: 5px;
}

.sideNavi a:hover {
  color: #434244;
  background-color: #e2831a;
}

.sideNavi a.callus {
  color: #ffffff;
  background-color: #119de3;
}

.sideNavi a.callus:hover {
  color: #ffffff;
  background-color: #ff9b00;
}

/*== Footer css close ==*/

/* ======================= styleCSS-CLOSE ================================= */

.item-sections {
  margin-top: 0px;
  padding: 2.8rem 1.5rem;
  width: 100%;
  min-height: 158px;
  background-color: transparent;
  /*border:2px solid #ffffff;*/
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0);
  /*border-radius:1rem;*/
  transform: translateY(0px);
  transition: 0.5s;
  margin-bottom: 0px;
}

.item-sections:hover {
  transform: translateY(-0.7rem);
}

.rankImging figure {
  width: 6.2rem;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}

.rankImging figure img {
  width: auto;
  display: inline-block;
}

.rankDescr-box {
  min-height: 6rem;
}

.rankDescr-box:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  right: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 1);
  background-size: 100%;
}

.rankDescr-box .rankDescedInn {
  width: 100%;
}

.rankDescr-box h4 {
  color: #000;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0rem;
  margin: 0rem;
}

.rankDescr-box p {
  width: 100%;
  color: #434244;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0rem;
}

.rankitemsContainered {
  height: 100%;
}

.whyussection
  .rankBox
  .ranksliderGrid
  .rankitemsContainered
  .rankDescr-box
  .rankDescedInn
  .counting-number,
.whyussection
  .rankBox
  .ranksliderGrid
  .rankitemsContainered
  .rankDescr-box
  .rankDescedInn
  .pluses {
  font-size: 5.5rem;
  position: relative;
  z-index: 2;
  font-weight: 800;
  color: #2f4b89;
}

#best-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #f3c400;
}

#best-slider.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 5px;
  margin: 5px 2px;
  background-color: #d0a800 !important;
}

#best-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f3c400 !important;
  width: 18px !important;
  height: 18px !important;
}

.about__Block {
  position: relative;
  left: 10rem;
}

.fprogrammeBx {
  position: relative;
  width: 100%;
}

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

.fprogrammeBx .col-12 .form-group .form-control {
  background-color: #d7d7d7;
  color: #353539;
  height: auto;
  border: 0px;
  padding: 15px 15px;
  font-size: 17px;
  border-radius: 0px;
  font-weight: 400;
}

.fprogrammeBx .form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/dropdown-arrow.png) no-repeat 96% center;
  background-size: 18px;
}

.fprogrammeBx .col-12 .form-group .form-control option {
  background-color: #ffffff;
  color: #353539;
  font-size: 15px;
}

.offer-content2 {
  position: relative;
  padding: 15px;
  background-color: #2f5061;
}

.offer-content2:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  height: 0px;
  width: 100%;
  background-color: #010f2d;
}

.offer-content2 .cols:first-child {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0px;
}

.offer-content2 .cols:last-child {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0px;
}

.offer-contentinr2 {
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.offer-contentinr2 label,
.offer-title label {
  position: relative;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.07;
  text-transform: none;
  display: inline-block;
  padding: 10px 0px 15px 0px;
  margin-bottom: 0px;
  margin-bottom: 18px;
  display: block;
}

.offer-contentinr2 label::after,
.offer-title label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 200px;
  height: 3px;
  background-color: #ffffff;
}

.program-row p:not(:last-child) {
  margin-bottom: 10px;
}

.program-row .offer-content2 p {
  color: #ffffff;
}

.program-row p {
  font-weight: normal;
  font-size: 14px;
  color: #353539;
}

.program-row p b {
  font-weight: 600;
  color: #ffffff;
  margin-right: 4px;
}

.progList {
  position: relative;
  width: 100%;
  margin: 15px 0;
}

.offer-content2 .progList ul.unlisted {
  padding-left: 0px;
}

.offer-content2 .progList ul {
  position: relative;
  padding-left: 12px;
}

.offer-content2 .progList ul li:not(:last-child) {
  margin-bottom: 4px;
}

.offer-content2 .progList ul.unlisted li {
  padding-left: 45px;
  text-align: left;
}

.offer-content2 .progList ul li {
  position: relative;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 25px;
}

.offer-content2 .progList ul.unlisted li img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
}

.offer-content2 .progList ul.unlisted li span b {
  display: block;
}

.offer-content2 .progList ul.unlisted li {
  padding-left: 45px;
  text-align: left;
}

.aplybtnsec {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-left: 15px;
}

.aplybtnsec a,
.aplybtn {
  position: relative;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 12px 28px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  margin: 0;
  display: inline-block;
}

.aplybtnsec a:hover,
.aplybtnsec a:focus,
.aplybtn:hover,
.aplybtn:focus {
  color: #ffffff;
  background-color: #f3c400;
  opacity: 1;
}

/* Placement_numbers */
.place_section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.place_section .place__block .package_dv .package__item {
  padding: 20px 10px;
  min-height: 195px;
  background-color: #eaeaea;
  text-align: center;
  border-radius: 15px;
}

.place_section
  .place__block
  .package_dv
  .package__item
  .counting-item-block
  .counting-number {
  font-size: 47px;
  color: #00cd53;
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #00cd53;
}

.place_section
  .place__block
  .package_dv
  .package__item
  .counting-item-block
  .plus {
  font-size: 30px;
  color: #00cd53;
  position: relative;
  z-index: 2;
  font-weight: 600;
  top: -4px;
}

.place_section
  .place__block
  .package_dv
  .package__item
  .counting-item-block
  strong {
  display: block;
  color: #ffffff;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.place_section .place__block .package_dv .package__item .counting-item-block p {
  display: block;
  color: #202020;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.place_section
  .place__block
  .package_dv
  .package__item
  .counting-item-block
  p.lap {
  display: block;
  color: #202020;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

/*== Programs_css start ==*/
/*responsivetabs*/
.offer-content {
  width: 100%;
  padding-bottom: 5px;
}

.offer-contentinr {
  position: relative;
  width: 100%;
  padding: 15px 0px;
}

.offer-contentinr > p {
  text-align: justify;
}

.offer-contentinr2 {
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.offer-content2 {
  position: relative;
  padding: 15px;
  background-color: #2f5061;
}

.offer-content2 figure {
  margin: 0;
}

.offer-content2 figure > img {
  width: 100%;
}

.offer-content2 .cols:first-child {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0px;
}

.offer-content2 .cols:last-child {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0px;
}

.offer-content2 .cols:first-child:after {
  content: "";
  position: absolute;
  top: -25px;
  right: -15px;
  bottom: 0px;
  width: 0px;
  background-color: #010f2d;
}

.offer-content2:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  height: 0px;
  width: 100%;
  background-color: #010f2d;
}

.offer-contentinr2 label,
.offer-title label {
  position: relative;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.07;
  text-transform: none;
  display: inline-block;
  padding: 10px 0px 15px 0px;
  margin-bottom: 0px;
  margin-bottom: 18px;
  display: block;
}

.offer-contentinr2 label::after,
.offer-title label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 200px;
  height: 3px;
  background-color: #ffffff;
}

.program-row {
  padding: 0px;
  padding-bottom: 30px;
}

.program-row h3 {
  color: #001c54;
  font-size: 19px;
  padding-left: 30px;
  padding-bottom: 10px;
}

.progList {
  position: relative;
  width: 100%;
  margin: 15px 0;
}

.progList ul {
  position: relative;
}

.program-row p {
  font-weight: normal;
  font-size: 14px;
  color: #353539;
}

.program-row .offer-content2 p {
  color: #ffffff;
}

.program-row p:not(:last-child) {
  margin-bottom: 10px;
}

.offer-content2 .progList ul {
  position: relative;
  padding-left: 12px;
}

.offer-content2 .progList ul.unlisted {
  padding-left: 0px;
}

.offer-content2 .progList ul li {
  position: relative;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 25px;
}

.offer-content2 .progList ul.unlisted li {
  padding-left: 45px;
  text-align: left;
}

.offer-content2 .progList ul.unlisted li img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
}

.offer-content2 .progList ul.unlisted li span b {
  display: block;
}

.offer-content2 .progList.width100 ul li {
  width: 100%;
}

.offer-content2 .progList ul li:not(:last-child) {
  margin-bottom: 4px;
}

.offer-content2 .progList ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
}

.offer-content2 .progList ul.unlisted li:before {
  content: "";
  display: none;
}

.program-row p b {
  font-weight: 600;
  color: #ffffff;
  margin-right: 4px;
}

.aplybtnsec {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-left: 15px;
}

.aplybtnsec a,
.aplybtn {
  position: relative;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 12px 28px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  margin: 0;
  display: inline-block;
}

.aplybtnsec a:hover,
.aplybtnsec a:focus,
.aplybtn:hover,
.aplybtn:focus {
  color: #ffffff;
  background-color: #f3c400;
  opacity: 1;
}

.aplybtnsec a:hover::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #ffffff;
}

.aplybtnsec a:hover::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #ffffff;
}

/*new_doubleselect_start*/
.programsection {
  padding: 15px;
  background-color: rgba(255, 255, 255);
  min-height: 580px;
}

.doublebox {
  display: none;
}

.fprogrammeBx {
  position: relative;
  width: 100%;
}

.interestedsec p {
  width: 100%;
  background-color: #fccf26;
  text-align: center;
  padding: 11px 10px;
  font-size: 19px;
  color: #001c54;
  height: 100%;
  font-weight: 600;
}

/* .fprogrammeBx .col-12 .form-group,.fprogrammeBx .col-12 .form-group>p{height:100%;} */
.fprogrammeBx .col-12 .form-group .form-control {
  background-color: #d7d7d7;
  color: #353539;
  height: auto;
  border: 0px;
  padding: 15px 15px;
  font-size: 17px;
  border-radius: 0px;
  font-weight: 400;
}

.fprogrammeBx .col-12 .form-group .form-control option {
  background-color: #ffffff;
  color: #353539;
  font-size: 15px;
}

.fprogrammeBx .form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/dropdown-arrow.png) no-repeat 96% center;
  background-size: 18px;
}

.whyussectioned {
  position: relative;
  background: #fff;
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active.center
  .toppers-item
  .ranktext {
  display: block;
  color: #fff;
}

.section4 #toppers-silder.owl-theme .owl-item.active .toppers-item .ranktext {
  display: none;
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active.center
  .toppers-item
  .video-box
  i {
  font-size: 30px;
  display: block;
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active
  .toppers-item
  .video-box
  i {
  display: none;
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active.center
  .toppers-item
  .video-block
  .video-box
  > a {
  top: 55%;
}

.section4 #toppers-silder.owl-theme.owl-theme .owl-dots .owl-dot.active span,
.section4 #toppers-silder.owl-theme.owl-theme .owl-dots .owl-dot:hover span {
  background: #7f3e8b;
}

.section4 {
  background-color: #004280;
}

#toppers-silder.owl-theme .owl-item.active.center .toppers-item img {
  transform: scale(1);
  border: 0px solid #fff;
  padding: 0px;
  border-radius: 0%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#toppers-silder.owl-theme .owl-item.active .toppers-item img {
  padding: 5px;
  transform: scale(0.6);
  transition: 0.6s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active.center
  .toppers-item
  .ranktext {
  display: block;
  color: #fff;
}

.section4 #toppers-silder.owl-theme .owl-item.active .toppers-item .ranktext {
  display: none;
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active.center
  .toppers-item
  .video-box
  i {
  font-size: 30px;
  display: block;
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active
  .toppers-item
  .video-box
  i {
  display: none;
}

.section4
  #toppers-silder.owl-theme
  .owl-item.active.center
  .toppers-item
  .video-block
  .video-box
  > a {
  top: 55%;
}

.section4 #toppers-silder.owl-theme.owl-theme .owl-dots .owl-dot.active span,
.section4 #toppers-silder.owl-theme.owl-theme .owl-dots .owl-dot:hover span {
  background: #7f3e8b;
}

.secthankyou .widget-title h3 {
  font-size: 50px;
}

.ranktext p {
  font-size: 15px !important;
  text-align: justify;
}

.ranktext h4 {
  font-size: 22px;
  padding-bottom: 10px;
}

.toppers-item img {
  padding: 0px;
  /* transform: scale(.6); */
  transition: 0.6s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-box img {
  width: 99%;
  margin-left: -12rem;
}

.ranksliderGridels {
  position: relative;
  width: 100%;
}

.ranksliderGridels:after {
  position: absolute;
  content: "";
  width: 8%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 1);
  background-size: 100%;
  z-index: 1;
}

#toppers-silder.owl-theme .owl-item.active.center .toppers-item span {
  display: inline-block;
  background: #fccf14;
  position: absolute;
  z-index: 1;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  bottom: 34px;
  left: -55px;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.toppers-item span {
  display: none;
}

#toppers-silder.owl-theme .owl-item.active.center .toppers-item span b {
  font-size: 38px;
  line-height: normal;
  display: inline-block;
  padding-right: 7px;
}

#toppers-silder.owl-theme .owl-item.active.center .toppers-item span:hover {
  background-color: #daa600;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 17px rgba(32, 46, 60, 0.7);
}

#toppers-silder.owl-theme .owl-stagePadding {
  padding: 0px !important;
  margin: 0px !important;
}

#toppers-silder.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border: 1px solid #ffffff;
  display: none;
}

#toppers-silder.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fdc62d !important;
  width: 13px !important;
  height: 13px !important;
}

#toppers-silder.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

#toppers-silder.owl-theme .items {
  position: relative;
  width: 100%;
}

#toppers-silder.owl-theme .owl-nav .owl-nav {
  margin-top: 200px;
}

#toppers-silder.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ffffff;
  border: 2px solid #000;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 2.3rem;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  bottom: -6%;
  transform: translateY(-50%);
  z-index: 2;
}

#toppers-silder.owl-theme .owl-dots,
.owl-theme .owl-nav {
  /* text-align: center; */
  -webkit-tap-highlight-color: transparent;
  /* left: 20% !important; */
  margin-left: 0;
}

#toppers-silder.owl-theme .owl-nav .owl-prev {
  color: #000;
  left: 6.5%;
}

#toppers-silder.owl-theme .owl-nav .owl-next {
  color: #000;
  left: 10%;
}

#toppers-silder.owl-theme .owl-nav .owl-prev:hover,
#toppers-silder.owl-theme .owl-nav .owl-next:hover {
  color: #000;
  background: #ffc326;
}

.colleb-section {
  background: #f8f8f8;
  padding: 70px 0;
  position: relative;
}

.colleb-section .title-wrap {
  /* margin-bottom: 50px; */
}

.colleb-section .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.colleb-section .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #131d3b, #0073b6);
  border-radius: 2px;
}

.colleb-section .colb_item {
  padding: 15px;
  transition: all 0.3s ease;
}

.colleb-section .colb_item:hover {
  transform: translateY(-5px);
}

.colleb-section .colb_item .collabs-logo {
  position: relative;
  margin-bottom: 0;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  padding: 25px 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.colleb-section .colb_item:hover .collabs-logo {
  border-color: #0073b6;
  box-shadow: 0 8px 25px rgba(0, 115, 182, 0.2);
  transform: scale(1.02);
}

.colleb-section .colb_item .collabs-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.colleb-section .colb_item:hover .collabs-logo img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

#collebs-slider.owl-theme .owl-stage-outer {
  padding: 20px 0;
}

#collebs-slider.owl-theme .owl-nav {
  /* text-align: right; */
  /* position: absolute; */
  top: -70px;
  right: 0px;
}

#collebs-slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #ffffff;
  font-size: 24px;
  padding: 8px 15px;
  border-radius: 50%;
  border: solid 2px #131d3b;
  color: #131d3b;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#collebs-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #131d3b;
  border: 2px solid #131d3b;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(19, 29, 59, 0.3);
}

#collebs-slider.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#collebs-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

#collebs-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

#collebs-slider.owl-theme .owl-dots .owl-dot.active span,
#collebs-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0073b6;
  width: 30px;
  border-radius: 6px;
  transform: scale(1.2);
}

.testicontainer {
  padding: 15px;
  text-align: center;
  position: relative;
}

.sec8Head {
  position: relative;
}

.sec8Head i.btmclose {
  position: absolute;
  bottom: 10px;
}

.sec8Head > i {
  position: absolute;
  top: 0px;
  left: 0px;
}

.sec8Head img.topquote,
.topquote {
  width: 145px;
  height: auto;
  object-fit: contain;
  padding: 0px;
}

.testicontent p {
  position: relative;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.55;
  color: #ffffff;
  font-weight: 400;
}

.testicontent p:last-child::before,
.testicontainer .profile {
  position: relative;
}

.testicontainer h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
}

.testicontainer h4 > small {
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.testicontainer .profile figure {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.testicontainer .profile figure img {
  max-width: 100%;
  border-radius: 100%;
  border: solid 2px #fff;
  padding: 2px;
}

/*== section8 css start ==*/

.cloud_absolute1,
.pen_absolute {
  left: 4%;
  position: absolute !important;
  top: 37%;
}

@-webkit-keyframes cp-bg-move-x {
  0%,
  100% {
    transform: translateX(-50px);
  }

  50% {
    transform: translateX(-10px);
  }
}

@keyframes cp-bg-move-x {
  0%,
  100% {
    transform: translateX(-50px);
  }

  50% {
    transform: translateX(-10px);
  }
}

.cp-bg-move-x {
  -webkit-animation-name: cp-bg-move-x;
  animation-name: cp-bg-move-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.cloud_absolute1 img {
  width: 4.5%;
  opacity: 0.1;
}

.higlightdot {
  position: absolute;
  top: 18rem;
  left: 33%;
}

.higlightdot img {
  width: 40%;
  opacity: 0.1;
}

.section-recog {
  position: relative;
  background-color: #f4f6f9;
  padding: 70px 0;
}

.section-recog .title-wrap {
  /* margin-bottom: 50px; */
}

.section-recog .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
}

.section-recog .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #131d3b, #0073b6);
  border-radius: 2px;
}

.section-recog::after,
.section-recog:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  bottom: -155px;
  width: 132px;
  height: 320px;
  background: url(../images/right-pac.png) no-repeat top right;
  background-size: contain;
  z-index: 0;
}

#recogniz-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#recogniz-slider.owl-theme .owl-stage-outer {
  padding: 20px 0;
}

#recogniz-slider.owl-theme .owl-nav {
  text-align: right;
  position: absolute;
  top: -70px;
  right: 0px;
}

#recogniz-slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #ffffff;
  font-size: 24px;
  padding: 8px 15px;
  border-radius: 50%;
  border: solid 2px #131d3b;
  color: #131d3b;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#recogniz-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #131d3b;
  border: 2px solid #131d3b;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(19, 29, 59, 0.3);
}

.section-recog .recognize_item {
  position: relative;
  transform: translateY(0px);
  transition: all 0.3s ease;
  padding: 20px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-recog .recognize_item .recognize_relative {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.section-recog .recognize_item .recognize_relative:hover {
  box-shadow: 0 8px 25px rgba(0, 115, 182, 0.15);
  border-color: #0073b6;
  transform: scale(1.02);
}

.section-recog .recognize_item .recognize_relative img {
  width: 85%;
  max-width: 180px;
  height: auto;
  transition: all 0.3s ease;
  filter: brightness(0.95);
}

.section-recog .recognize_item .recognize_relative:hover img {
  filter: brightness(1);
  transform: scale(1.05);
}

.section-recog .recognize_item .recognize_relative .recogniz_content_absolute {
  position: relative;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.section-recog .recog__Block {
  /* padding: 15px; */
  height: 100%;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.section-recog .recog__Block .recognize_item {
  width: 100%;
}

.section-recog
  .recognize_item
  .recognize_relative
  .recogniz_content_absolute
  span {
  margin-top: 15px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  color: #141e3c;
  padding: 10px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-align: center;
  width: auto;
  min-width: 150px;
}

.section-recog .recognize_item:hover {
  transform: translateY(-8px);
}

.section-recog .recognize_item:hover .recognize_relative {
  transform: scale(1.02);
}

.section-recog .recognize_item:hover .recogniz_content_absolute span {
  background: linear-gradient(135deg, #0073b6, #005a8f);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 115, 182, 0.3);
  transform: translateY(-2px);
}

#recogniz-slider.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#recogniz-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

#recogniz-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

#recogniz-slider.owl-theme .owl-dots .owl-dot.active span,
#recogniz-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0073b6;
  width: 30px;
  border-radius: 6px;
  transform: scale(1.2);
}

/*Specialisations Offered*/

.courses__section {
  position: relative;
  padding: 70px 0;
  background-color: #ffffff;
}

.courses__section .title-wrap {
  margin-bottom: 50px;
}

.courses__section .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.courses__section .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #131d3b, #0073b6);
  border-radius: 2px;
}

.courses__section::after,
.courses__section:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 149px;
  bottom: 0px;
  width: 310px;
  height: 645px;
  background: url(../images/left-pac.png) no-repeat top right;
  background-size: contain;
  z-index: -1;
}

.courses__Block {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  border-top: solid 4px #0073b6;
  border-bottom: solid 4px #0073b6;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-top: 20px;
}

.courses__Block:hover {
  box-shadow: 0 12px 35px rgba(0, 115, 182, 0.15);
}

.courses__section .resp-tabs-container {
  margin-top: 20px;
}

.courses__section .resp-tabs-container .courses__Content {
  padding-bottom: 30px;
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.courses__section .resp-tabs-container .courses__Content .table-striped {
  margin-top: 15px;
}

.diploma__content {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

.diploma__content::-webkit-scrollbar {
  width: 6px;
}

.diploma__content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.diploma__content::-webkit-scrollbar-thumb {
  background: #0073b6;
  border-radius: 10px;
}

.diploma__content::-webkit-scrollbar-thumb:hover {
  background: #005a8f;
}

.diploma__content .diploma__content_item {
  margin-bottom: 12px;
  transition: all 0.2s ease;
}

.diploma__content .diploma__content_item:hover {
  transform: translateX(5px);
}

.diploma__content .diploma__content_item p {
  color: #1f1e1e;
  margin: 0;
  padding: 8px 0;
}

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

.courses__section .resp-tabs-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0;
}

.courses__section .resp-tabs-list li {
  background: #f4f6f9;
  padding: 15px 25px;
  margin-right: 0;
  color: #141e3c;
  text-align: center;
  border-radius: 8px;
  height: auto;
  min-height: 60px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.courses__section .resp-tabs-list li:hover {
  background: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.courses__section .resp-tabs-list li.resp-tab-active {
  background: linear-gradient(135deg, #131d3b, #0073b6);
  color: #fff;
  border-color: #0073b6;
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.3);
  transform: translateY(-3px);
}

.diffrenece__section .programs__content {
  /* padding-top: 10px; */
  text-align: left;
}

.programs__content {
  /* padding-top: 10px; */
  text-align: left;
}

.courses__Block p {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 25px;
  color: #333;
  margin-bottom: 8px;
}

.courses__Block img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.courses__Block:hover img {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.courses__section .brodd {
  position: relative;
  padding-top: 35px;
  z-index: 1;
}

.courses__section .brodd h1 {
  font-size: 32px;
  color: #0073b6;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #0073b6;
  display: inline-block;
  width: 100%;
}

.courses__section .brodd span {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #141e3c;
}

.courses__section .brodd ul {
  position: relative;
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
}

.courses__section .brodd ul li {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #e9ecef;
  position: relative;
  transition: all 0.2s ease;
}

.courses__section .brodd ul li:last-child {
  border-bottom: none;
}

.courses__section .brodd ul li:hover {
  background-color: #f8f9fa;
  padding-left: 35px;
  border-left: 3px solid #0073b6;
}

.courses__section .brodd ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #0073b6;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.courses__section .brodd ul li:hover:before {
  width: 12px;
  height: 12px;
  left: 5px;
  top: 14px;
  background: #005a8f;
}

.courses__section .brodd p {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 25px;
  color: #333;
  margin-bottom: 10px;
}

/*Specialisations Offered*/

/*Programme Features*/
.activities__section {
  background: url(../images/facility-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 70px 0;
}

.activities__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 29, 59, 0.75);
  z-index: 0;
}

.activities__section .container {
  position: relative;
  z-index: 1;
}

.activities__section .title-wrap {
  /* margin-bottom: 50px; */
}

.activities__section .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.activities__section .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffffff, #0073b6);
  border-radius: 2px;
}

.courses_sec1 {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

.activities__section .courses-wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 12px;
  z-index: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.activities__section .courses-wrap.secnd {
  background: rgba(255, 255, 255, 0.08);
}

.courses-wrap-inner .overlayBox img {
  width: 23%;
}

.activities__section .courses-wrap:hover {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
  box-shadow: 0 12px 35px rgba(0, 115, 182, 0.5);
  background: linear-gradient(135deg, #0073b6, #005a8f);
  border-color: rgba(255, 255, 255, 0.4);
}

.coursescontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.activities__section .courses-wrap:hover .coursescontent {
  transform: scale(0.95);
  opacity: 0.8;
}

.overlayBox {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 12px;
  transition: all 0.4s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.overlayBox::-webkit-scrollbar {
  width: 6px;
}

.overlayBox::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.overlayBox::-webkit-scrollbar-thumb {
  background: #0073b6;
  border-radius: 10px;
}

.overlayBox::-webkit-scrollbar-thumb:hover {
  background: #005a8f;
}

.activities__section .courses-wrap:hover .overlayBox {
  opacity: 1;
  visibility: visible;
  /* transform: scale(1.02); */
}

.courses-wrap-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  z-index: 1;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.activities__section .courses-wrap:hover strong {
  color: #ffffff;
}

.activities__section .courses-wrap:hover img {
  /*-webkit-filter:brightness(100);filter:brightness(100);  -webkit-filter:brightness(0);
    filter:brightness(0);*/
  background: #0073b6;
  border-radius: 100%;
  padding: 10px;
  overflow: visible;
}

.activities__section .courses-wrap strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 15px;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.3s ease;
}

.overlayBox ul {
  position: relative;
  padding-left: 0;
  list-style: none;
  width: 100%;
  margin: 0;
}

.overlayBox ul li {
  padding: 5px 0;
  border-bottom: 1px solid #e9ecef;
  position: relative;
  transition: all 0.2s ease;
}

.overlayBox ul li:last-child {
  border-bottom: none;
}

.overlayBox ul li:hover {
  background-color: #f8f9fa;
  padding-left: 10px;
  border-left: 3px solid #0073b6;
}

.activities__section .courses-wrap p {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 0px;
}

.activities__section .courses-wrap em {
  font-size: 21px;
  display: block;
  color: #000000;
  font-weight: 400;
}

/**.activities__section .courses-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    width: 12px;
    height: 15px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrows.png);
    }**/

.overlayBox p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
  margin: 0;
}

.overlayBox p b {
  font-size: 17px;
  font-weight: 700;
  display: block;
  color: #0073b6;
  margin-bottom: 5px;
}

.activities__section .courses-wrap p.cloz {
  color: #000;
  font-size: 18px;
}

.activities__section .courses-wrap img {
  max-width: 70px;
  transition: all 0.3s ease;
  filter: brightness(1.1);
}

.activities__section .courses-wrap:hover img {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.overlayBox h3 {
  width: 100%;
  color: #0073b6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  /* margin-bottom: 20px; */
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #e9ecef;
}

.coursescontent i {
  background: linear-gradient(135deg, #0073b6, #005a8f);
  display: inline-flex !important;
  width: 130px;
  height: 130px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100%;
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.4);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.activities__section .courses-wrap:hover .coursescontent i {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 115, 182, 0.6);
}

/* Shine */
.activities__section .container {
  max-width: 86%;
}

.activities__section .courses_sec1 .courses-wrap {
  position: relative;
  margin: 10px 0;
  /* overflow-y: scroll; */
}

.activities__section .courses-wrap:hover ul li p {
  color: #000;
  font-weight: 700;
}

.students__item {
  padding: 15px;
}

.activities__section .courses_sec1 {
  /* margin-top: 30px; */
}

#features-slider.owl-theme .owl-stage-outer {
  padding: 20px 0;
}

#features-slider.owl-theme .owl-nav {
  /* text-align: right; */
  /* position: absolute; */
  top: -70px;
  right: 0px;
}

#features-slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-size: 24px;
  padding: 8px 15px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
}

#features-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #0073b6;
  border: 2px solid #0073b6;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 115, 182, 0.4);
}

#features-slider.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#features-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

#features-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

#features-slider.owl-theme .owl-dots .owl-dot.active span,
#features-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0073b6;
  width: 30px;
  border-radius: 6px;
  transform: scale(1.2);
}

/*Programme Features*/

.diffrenece__section {
  position: relative;
  background: url(../images/info-bg.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  display: table;
  width: 100%;
  padding: 70px 0;
}

.diffrenece__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}

.diffrenece__section .container {
  position: relative;
  z-index: 1;
}

.diffrenece__section .title-wrap {
  margin-bottom: 50px;
}

.diffrenece__section .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.4;
  color: #141e3c;
}

.diffrenece__section .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #131d3b, #0073b6);
  border-radius: 2px;
}

.diffrenece__section .widget-title p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 0 20px;
}

/**.blessi::after,
    .blessi:after {
    content: '';
    position: absolute;
    left: -166px;
    top: -14px;
    bottom: 0px;
    width: 300px;
    height: 600px;
    background: url(../images/right-pac.png) no-repeat top right;
    background-size: contain;
    z-index: -1;
    }**/

.diffrenece__section .blessi {
  position: relative;
  z-index: 1;
  /* padding: 20px 0; */
}

.diffrenece__section .blessi ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.diffrenece__section .blessi ul.listed {
  justify-content: flex-start;
}

.diffrenece__section .blessi ul li {
  color: #141e3c;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #0073b6;
  line-height: 1.4;
  border-radius: 30px;
  padding: 15px 35px;
  margin: 10px 0;
  /* margin-right: 3%; */
  width: 48.5%;
  position: relative;
  text-transform: capitalize;
  /* transform: perspective(1px) translateZ(0px); */
  transition: all 0.3s ease;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 115, 182, 0.1);
  overflow: hidden;
}

.diffrenece__section .blessi ul li::before {
  border-radius: 30px;
  background: linear-gradient(135deg, #0073b6, #005a8f);
  border: 0px solid #0d61d5;
  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;
}

.diffrenece__section .blessi ul li:hover::before {
  transform: scaleX(1);
}

.diffrenece__section .blessi ul li:hover {
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.3);
  border-color: #005a8f;
}

/*.diffrenece__section::after,
    .diffrenece__section:after {
    content: '';
    position: absolute;
    right: 50px;
    top: 0px;
    bottom: 0;
    width: 520px;
    background: url(../images/man.png) no-repeat bottom right;
    background-size: contain;
    z-index: -1;
    }*/

.diffrenece__section::before,
.diffrenece__section:before {
  content: "";
  position: absolute;
  left: -54px;
  /* bottom: -14px; */
  bottom: 0px;
  width: 300px;
  height: 600px;
  background: url(../images/right-pac.png) no-repeat top right;
  background-size: contain;
  z-index: 0;
}

/*Testimonial*/
/*== section8 css start ==*/
.section8 {
  background: url(../images/testi-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  display: table;
  width: 100%;
  position: relative;
  padding: 70px 0;
}

.section8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 29, 59, 0.75);
  z-index: 0;
}

.section8 .container {
  position: relative;
  z-index: 1;
}

.section8 .title-wrap {
  /* margin-bottom: 50px; */
}

.section8 .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.section8 .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffffff, #0073b6);
  border-radius: 2px;
}

.testimonials-box {
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: left;
  transition: all 0.3s ease;
}

.testimonials-box:hover {
  transform: translateY(-3px);
}

.sec8Head {
  position: relative;
  margin-top: 30px;
  padding-left: 8%;
  padding-right: 8%;
}

#testi-slider.owl-carousel .owl-item figure > img {
  width: 100%;
  max-width: 145px;
  height: 145px;
  object-fit: cover;
  padding: 10px;
  border-radius: 100%;
  border: 0;
}

#testi-slider.owl-carousel .items {
  padding: 0 35px;
}

#testi-slider.owl-theme .owl-stage-outer {
  padding: 20px 0;
}

.testicontainer {
  transition: all 0.3s ease;
  padding: 10px;
}

.sec8Head i.btmclose {
  position: absolute;
  bottom: 10px;
}

.sec8Head > i {
  position: absolute;
  top: 0px;
  left: 0px;
}

.sec8Head img.topquote,
.topquote {
  width: 145px;
  height: auto;
  object-fit: contain;
  padding: 0px;
  /* min-width:100%;*/
}

.testicontent {
  width: 100%;
  position: relative;
  padding: 30px 35px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border-radius: 12px;
  min-height: 200px;
  margin-top: -35px;
  z-index: -1;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.testicontainer:hover .testicontent {
  box-shadow: 0 12px 35px rgba(0, 115, 182, 0.25);
  transform: translateY(-5px);
}

.testicontent p {
  position: relative;
  padding: 0;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  text-align: left;
}

.testicontent p.description {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-top: 10px;
}

.testicontent h2 {
  width: 100%;
  color: #0073b6;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.testimonials-box h4 > small {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-transform: initial;
}

.testimonials-box figure {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: left;
}

.alumnisec {
  margin-top: 0px;
}

.testimonial-profile {
  position: relative;
  width: 100%;
}

.testimonial-profile .title {
  font-size: 18px;
  font-weight: normal;
  background: #1a4285;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 7px 18px;
  margin: 10px auto 5px;
  display: inline-block;
}

.testimonial-profile .post {
  display: block;
  font-size: 14px;
  color: #1a2651;
}

.advic {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.testicontainer:hover .advic {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}

.advic .piaca {
  width: 100%;
  max-width: 155px;
  height: 155px;
  object-fit: cover;
  padding: 5px;
  border-radius: 100%;
  border: 0;
  margin-left: -30px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.testicontainer:hover .advic .piaca {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.3);
}

.advic .piaca img {
  width: 100%;
  border: solid 4px #0073b6;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.testicontainer:hover .advic .piaca img {
  border-color: #005a8f;
}

.advic .titles-cont {
  position: relative;
  padding-left: 10px;
}

.advic .titles-cont h6 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
  padding-left: 7px;
  font-weight: 700;
  margin: 0;
}

.advic .titles-cont h6.gold-txt {
  color: #ffffff;
}

.advic .titles-cont h6 span {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 600;
}

#testi-slider.owl-theme .owl-nav {
  /* text-align: right; */
  /* position: absolute; */
  top: -70px;
  right: 0px;
}

#testi-slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-size: 24px;
  padding: 8px 15px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
}

#testi-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background-color: #0073b6;
  border: 2px solid #0073b6;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 115, 182, 0.4);
}

#testi-slider.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#testi-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

#testi-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

#testi-slider.owl-theme .owl-dots .owl-dot.active span,
#testi-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0073b6;
  width: 30px;
  border-radius: 6px;
  transform: scale(1.2);
}

/*Testimonial*/

.process__section {
  position: relative;
  background-color: #f8f9fa;
  padding: 70px 0;
}

.process__section .title-wrap {
  /* margin-bottom: 50px; */
}

.process__section .widget-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.process__section .widget-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #131d3b, #0073b6);
  border-radius: 2px;
}

.process__section .process__item {
  margin: 15px;
  transition: all 0.3s ease;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  min-height: 420px;
}

.process__section .process__item .align-items-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process__section .process__item .process__bx {
  padding: 20px 5px;
  border-radius: 1rem;
  background-color: #fff;
}

.process__section .process__item .process__bx .process__content {
  color: var(--text-blue);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 3px;
}

.process__section .process__item .process__icon {
  position: relative;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  border-radius: 50%;
  margin: 0 auto 20px;
  border: solid 5px #0073b6;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.process__section .process__item .process__icon img {
  padding: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.process__section .process__item::before,
.process__section .process__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  right: 0px;
  width: 40px;
  height: 30px;
  background: url(../images/arrow-dotted.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
  transform: translateY(-50%);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.process__section .process__item:hover::before {
  opacity: 1;
}

.process__section .process__item.classics::before,
.process__section .process__item.classics::before {
  display: none;
}

.process__section .process__item .process__content {
  position: relative;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

.process__section .process__item .process__content h2 {
  font-weight: 700;
  font-size: 24px;
  color: #131d3b;
  padding-bottom: 12px;
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.process__section .process__item .process__content p {
  text-align: center;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0 10px;
}

.process__section .process__item .process__content a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border: solid 1px #fff;
  width: 105px;
  display: block;
  line-height: 29px;
  margin: 10px auto;
  border-radius: 7px;
}

#process-slider {
  position: relative;
  width: 100%;
}

#process-slider.owl-theme .owl-stage-outer {
  padding: 20px 0;
}

#process-slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: #000;
  backdrop-filter: blur(10px);
  font-size: 24px;
  padding: 8px 15px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.process__section .process__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 115, 182, 0.2);
  border-color: #0073b6;
}

.process__section .process__item:hover .process__icon {
  border: solid 5px #005a8f;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 115, 182, 0.4);
}

.process__section .process__item:hover .process__icon img {
  transform: scale(1.05);
}

.process__section .process__item:hover .process__content h2 {
  color: #0073b6;
}

#process-slider.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

#process-slider.owl-theme .owl-nav .owl-prev {
  left: -60px;
}

#process-slider.owl-theme .owl-nav .owl-next {
  right: -60px;
}

#process-slider.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#process-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
}

#process-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #d0d0d0;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

#process-slider.owl-theme .owl-dots .owl-dot.active span,
#process-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0073b6;
  width: 30px;
  border-radius: 6px;
  transform: scale(1.2);
}

#process-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #0073b6;
  border-color: #0073b6;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.4);
}

.activities__section .courses_sec1 .courses-wrap .on-hover-effect::after,
.activities__section .courses_sec1 .courses-wrap .on-hover-effect::after,
.activities__section .courses_sec1 .courses-wrap .on-hover-effect::after,
.activities__section .courses_sec1 .courses-wrap .on-hover-effect::after,
.activities__section .courses_sec1 .courses-wrap .on-hover-effect::after,
.activities__section .courses_sec1 .courses-wrap .on-click-effect::after {
  content: "";
  width: 463px;
  height: 100%;
  position: absolute;
  top: 87px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transform: rotate(-43deg);
  z-index: 0;
  transition: all 0.7s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  z-index: 2;
}

.activities__section
  .courses_sec1
  .courses-wrap
  .on-hover-effect.right-to-left-effect::after {
  left: 100%;
}

.activities__section
  .courses_sec1
  .courses-wrap
  .on-hover-effect.right-to-left-effect:hover::after {
  left: 0%;
}

.thanksection {
  position: relative;
  width: 100%;
  /* background-image: url(../images/thank-banner.jpg); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 15px;
  min-height: calc(100vh - 104px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanksection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(19, 29, 59, 0.85) 0%, rgba(0, 115, 182, 0.75) 100%);
  z-index: 1;
}

.thanksection .container {
  position: relative;
  z-index: 2;
}

.thankContent {
  background: #0073b6;
  padding: 50px 60px;
  border: 2px solid rgba(0, 115, 182, 0.2);
  border-radius: 16px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.thankContent:hover {
  box-shadow: 0 15px 50px rgba(0, 115, 182, 0.25);
  transform: translateY(-5px);
}

.thankMsg {
  position: relative;
  text-align: center;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.thankMsg img {
  max-width: 200px;
  margin: 0 auto 30px;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.thankMsg h5 {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 400;
  color: #131d3b;
  display: block;
  text-transform: initial;
  margin-bottom: 20px;
}

.thankMsg h5 strong {
  font-size: 4.5rem;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.thankMsg h5 span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}

.thankMsg p {
  color: #272829;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 25px;
  margin-bottom: 0;
}

.thankMsg p:last-of-type {
  color: #555;
  font-size: 1.4rem;
  margin-top: 15px;
}

.thank-you-btn {
  background: linear-gradient(135deg, #131d3b 0%, #0073b6 100%);
  color: #ffffff !important;
  padding: 15px 40px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 115, 182, 0.3);
  border: none;
  cursor: pointer;
}

.thank-you-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.4);
  color: #ffffff !important;
  text-decoration: none;
}

.thank-you-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 115, 182, 0.3);
}

.resp-vtabs .resp-tab-content {
  /* height: 450px; */
  /* overflow: overlay; */
  /* margin-right: 3%; */
  /* margin-top: 2%; */
  /* margin-bottom: 2%; */
  position: relative;
}
.resp-vtabs .resp-tab-content::-webkit-scrollbar {
  width: 4px;
  background-color: #ededed;
}

.resp-vtabs .resp-tab-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.resp-vtabs .resp-tab-content::-webkit-scrollbar-thumb {
  background-color: #f5821f;
}

.diffrenece__section .programs__dv {
  width: 100%;
  padding: 30px 0;
  margin-top: 30px;
}

.diffrenece__section .programs__dv1 {
  width: 100%;
  display: table;
  padding: 25px 0 35px 0;
}

.diffrenece__section #verticalTab1 .resp-tabs-list {
  /* display: flex; */
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
}

.diffrenece__section #verticalTab1 .resp-tabs-list li {
  background: #f4f6f9;
  padding: 15px 30px;
  margin-right: 0;
  color: #141e3c;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  min-width: 120px;
}

.diffrenece__section #verticalTab1 .resp-tabs-list li:hover {
  background: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.diffrenece__section #verticalTab1 .resp-tabs-list li.resp-tab-active {
  background: linear-gradient(135deg, #131d3b, #0073b6);
  color: #fff;
  border-color: #0073b6;
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.3);
  transform: translateY(-3px);
}

.diffrenece__section #verticalTab1 .resp-tabs-container {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  /* margin-top: 20px; */
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.diffrenece__section .programs__dv1 .resp-tabs-container1 .programs__content1 {
  font-style: normal;
  padding: 20px;
}

.programs__content1 h4 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #0073b6;
  margin-top: 15px;
  font-style: normal;
  line-height: 1.4;
}

.programs__content1 p {
  font-size: 16px;
  color: #333;
  padding: 8px 0 12px 0;
  line-height: 1.6;
}
.programs__content1 p b {
  font-weight: 700;
  color: #141e3c;
}

.courses__section .programs__conti {
  padding-top: 10px;
  text-align: left;
}

.courses__section .programs__conti ul {
  position: relative;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.courses__section .programs__conti ul li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #e9ecef;
  position: relative;
  transition: all 0.2s ease;
}

.courses__section .programs__conti ul li:last-child {
  border-bottom: none;
}

.courses__section .programs__conti ul li:hover {
  background-color: #f8f9fa;
  padding-left: 35px;
  border-left: 3px solid #0073b6;
}

.courses__section .programs__conti ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #0073b6;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.courses__section .programs__conti ul li:hover:before {
  width: 12px;
  height: 12px;
  left: 5px;
  top: 14px;
  background: #005a8f;
}

.courses__section .programs__conti p {
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}

.courses__Blocked p {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 25px;
}

.courses__section .programs__conti h4,
.courses__section .programs__conti p strong {
  font-size: 18px;
  display: block;
  color: #141e3c;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

.courses__section .programs__conti p strong.fontb {
  color: #0073b6;
  font-weight: 700;
}

/* ===== widgets-START ===== */
div#ee-form-4 {
  width: 100% !important;
  max-width: 350px !important;
  margin: 0 auto !important;
}
label[for="ee-form-4-form-4-iAgree"] {
  position: relative !important;
}
label[for="ee-form-4-form-4-iAgree"] input[type="checkbox"] {
  left: unset;
  left: initial;
}
h2.ee-form-heading p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
/* ===== widgets-CLOSE ===== */

.contact_fild div#ee-form-13 {
  width: 360px !important;
}
.contact_fild input[type="checkbox"] {
  left: 0;
}

/* == Apply Now Modal == */
.apply-modal .modal-content {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.apply-modal__header {
  background: linear-gradient(135deg, #131d3b 0%, #0073b6 100%);
  color: #fff;
  border: 0;
  padding: 2.5rem 2.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.apply-modal__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 100%
  );
  pointer-events: none;
}

.apply-modal__header .modal-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  color: #ffffff;
}

.apply-modal__header .eyebrow {
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.9;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-heading);
}

.apply-modal__header .modal-subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-family: var(--font-body);
}

.apply-modal .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 1.75rem;
  margin-left: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}

.apply-modal .close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1) rotate(90deg);
  border-color: rgba(255, 255, 255, 0.3);
}

.apply-modal .modal-body {
  padding: 2.5rem 2.5rem 2.5rem;
}

.apply-modal__body {
  background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
}

.apply-modal__grid {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}

.apply-modal__info {
  flex: 0 0 32%;
  background: #ffffff;
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: inset 0 0 0 1px rgba(26, 66, 133, 0.08),
    0 15px 45px rgba(0, 0, 0, 0.08);
}

.apply-modal__info h4 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #1a4285;
}

.apply-modal__info p {
  color: #4c5773;
  font-size: 0.95rem;
}

.apply-modal__badge {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;
  background: rgba(26, 66, 133, 0.15);
  color: #1a4285;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.85rem;
}

.apply-modal__info-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
}

.apply-modal__info-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.65rem;
  font-weight: 600;
  color: #0c254f;
  font-size: 0.95rem;
}

.apply-modal__info-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7931a, #ffb347);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.apply-modal__contact {
  border-top: 1px solid rgba(26, 66, 133, 0.1);
  padding-top: 1rem;
}

.apply-modal__contact .label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7c869f;
  margin-bottom: 0.2rem;
}

.apply-modal__contact .contact-link {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a4285;
  text-decoration: none;
}

.apply-modal__contact .contact-link:hover {
  color: #c95227;
}

.apply-modal__form {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 115, 182, 0.05);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.apply-modal__form:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 115, 182, 0.1);
}

.apply-modal__cta {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}

.apply-modal__cta small {
  font-size: 0.85rem;
  color: #4c5773;
  line-height: 1.5;
  flex: 1;
  min-width: 200px;
  font-family: var(--font-body);
}

.apply-modal .form-group {
  margin-bottom: 1.5rem;
  /* float: left; */
}

.apply-modal .form-group label {
  font-weight: 600;
  color: #0f2d5c;
  font-size: 15px;
  margin-bottom: 0.5rem;
  display: block;
  letter-spacing: 0.3px;
  font-family: var(--font-heading);
}

.apply-modal .form-control {
  border-radius: 12px;
  border: 2px solid #e1e1e1;
  padding: 0.95rem 1.2rem;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  background: #ffffff;
  color: #111111;
  font-family: var(--font-body);
}

.apply-modal .form-control:hover {
  border-color: #0073b6;
  box-shadow: 0 2px 8px rgba(0, 115, 182, 0.1);
}

.apply-modal .form-control:focus {
  border-color: #0073b6;
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 182, 0.15),
    0 4px 12px rgba(0, 115, 182, 0.1);
  outline: none;
  background: #ffffff;
}

.apply-modal .form-control::placeholder {
  color: #adb5bd;
  font-size: 0.9rem;
}

.apply-modal select.form-control {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230073b6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  appearance: none;
}

.apply-modal textarea.form-control {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

.apply-modal__btn {
  background: linear-gradient(135deg, #131d3b 0%, #0073b6 100%);
  border: none;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.9rem;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 115, 182, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.apply-modal__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.apply-modal__btn:hover::before {
  left: 100%;
}

.apply-modal__btn:hover,
.apply-modal__btn:focus {
  background: linear-gradient(135deg, #0073b6 0%, #131d3b 100%);
  box-shadow: 0 6px 20px rgba(0, 115, 182, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}

.apply-modal__btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 115, 182, 0.3);
}

.apply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 50px 0;
}