@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
h1 {
  font-weight: 700;
  font-size: 90px;
  line-height: 100px;
}
h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}
.pdtb-85 {
  padding: 85px 0px;
}
.pdb-85 {
  padding-bottom: 85px;
}
.pdt-85 {
  padding-top: 85px;
}
.header-logo img {
  max-width: 100%;
}
.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header {
  background: #FFFFFF;
  padding: 20px 0px;
}
.right-button {
  display: flex;
  align-items: center;
}
.call-details {
  margin-right: 20px;
}
.call-details a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.submitebtn {
  padding: 12 20px;
  background: #B5161E;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
  border: none;
}
.from-btn span {
  margin-left: 5px;
}
.call-details span {
  display: flex;
  width: 48px;
  height: 48px;
  background: #B5161E;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}
.apply-now a {
  padding: 12px 20px!important;
  background: #B5161E;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
}
.apply-now span {
  margin-left: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.section-banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0px;
  position: relative;
}
.grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  padding: 30px 0px;
}
.overlay-a {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 0%) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}
.admissions-open {
  position: relative;
  z-index: 99999999;
  padding-top: 50px;
}
.new-batch {
  background: #e01b22b5;
  padding: 12px 20px 12px 30px;
  display: inline-block;
  border-radius: 15px;
  border: 2px solid #B5161E;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.new-batch::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 10px;
  top: 18px;
  left: 13px;
  content: '';
}
.admissions-open h1 {
  color: #FFFFFF;
  margin: 15px 0px 5px;
}
.admissions-open h1 span {
  color: #DF1921;
  font-style: italic;
}
.admissions-open strong {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 45px;
  font-weight: 600;
}
.admissions-open p {
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
  margin: 12px 0px;
}
.grid-contant h2 {
  color: #FFFFFF;
  text-transform: uppercase;
}
.grid-contant p {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
.from-style {
  position: relative;
  z-index: 999;
}
.from-style {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 20px 20px;
  border-radius: 15px;
  filter: drop-shadow(0px 12px 9px rgba(0, 0, 0, 0.13));
  margin: 20px;
}
.section-banner::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 25%;
  background-image: url(../images/shape-bg.png);
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
}
.from-style input {
  padding: 22px 50px 18px;
  color: #999999 !important;
  font-size: 14px;
  line-height: 20px;
  background: #FFFFFF;
  box-shadow: none !important;
  outline: none;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
  font-weight: 400;
}
.from-style select {
  padding: 22px 50px 18px;
  color: #999999 !important;
  font-size: 14px;
  line-height: 20px;
  box-shadow: none !important;
  outline: none;
  margin-bottom: 25px;
  border-radius: 15px;
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
  font-weight: 400;
}
.from-style label {
  font-size: 14px;
  line-height: 20px;
  color: 999999;
  position: absolute;
  top: -20px;
  left: 20px;
  background: #fff;
  padding: 10px;
  font-weight: 600;
}
.from-style .form-group {
  position: relative;
}
.icon-image {
  position: absolute;
  top: 24px;
  left: 22px;
}
.icon-image img {
  max-width: 100%;
}
.from-style h3 {
  font-size: 42px;
  line-height: 50px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
}
.from-section {
  border-radius: 15px;
  position: relative;
  z-index: 999;
  max-width: 600px;
  margin-left: auto;
}
.from-btn {
  text-align: right;
}
.chaekbox .form-group label {
  position: static;
  margin: 0;
  background: none;
  padding: 0 5px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.from-style select:last-child {
  margin-bottom: 0px;
}
.long-text {
  background: #B5161E;
  padding: 50px 50px;
  position: relative;
}
.long-text p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: math-auto;
}
.bordre-image {
  position: absolute;
  top: -10px;
  left: 0;
}
.image-bottom img {
  max-width: 100%;
}
.image-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.from-section::after {
  /* background-image: url(../images/red-sp.png); */
  /* position: absolute; */
  /* content: ''; */
  top: -20px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
a.moreless-button {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
}
.heading-two {
  text-align: center;
  margin-bottom: 50px;
}
.interdisciplinary {
  position: relative;
  overflow: hidden;
}
.heading-two span {
  color: #B5161E;
}
.heading-two h2 {
  color: #000000;
  margin-bottom: 28px;
}
p.program-text {
  max-width: 730px;
  margin: 20px auto 0px;
}
.learning-list {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 20px;
  border: 1px solid #E8DEDE;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  border-radius: 5px;
  opacity: 1;
}
.learning-list img {
  max-width: 100%;
}
.learning-list h3 {
  font-size: 24px;
  line-height: 35px;
  color: #000000;
  max-width: 335px;
  margin: 15px auto 0;
  font-weight: 600;
}
.interdisciplinary .row {
  row-gap: 30px;
}
.counters {
  background-image: url(../images/counters-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.border-line {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.border-line img {
  max-width: 100%;
  width: 100%;
}
.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(269.07deg, rgba(181, 22, 30, 0.69) 1.35%, rgba(0, 0, 0, 0.7) 99.26%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}
.your-growth {
  position: relative;
  z-index: 999;
}
.your-growth h2 {
  font-size: 96px;
  line-height: 100px;
  color: #FFFFFF;
  font-weight: 600;
}
.your-growth {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.your-growth span {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 500;
}
.your-growth::after {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #D9D9D9;
  content: '';
  top: 0;
  left: -60px;
}
.funds::after {
  content: none;
}
.new-text {
  max-width: 1064px;
  margin: 20px auto 0px;
}
.images-shap img {
  max-width: 100%;
}
.text-title {
  background: #B5161E;
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.text-title p {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.text-title span {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  color: #B5161E;
  margin-right: 12px;
}
.text-title:last-child {
  margin-bottom: 0px;
}
.career {
  padding-left: 60px;
}
.heading-career p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
.heading-career h3 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 42px;
}
.heading-career span {
  color: #B5161E;
}
.trading-heading h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.flex-icon {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.heading-career {
  margin-bottom: 30px;
}
.icon-trading span {
  background: #B5161E;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-right: 20px;
}
.icon-trading img {
  max-width: 100%;
}
.flex-icon:last-child {
  margin-bottom: 0px;
}
.eligibility {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.criteria-heading h2 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.criteria-heading {
  padding-bottom: 60px;
  position: relative;
  z-index: 999;
}
.overlay-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(93.9deg, rgba(0, 0, 0, 0.3) 9.56%, rgba(0, 0, 0, 0.6) 53.98%, rgba(102, 102, 102, 0.6) 81.25%);
}
.faq-section .accordion-item:last-child {
  margin-bottom: 0px !important;
}
.faq-section .accordion-item {
  background: #FFFFFF;
  border-bottom: none !important;
  margin-bottom: 20px;
  border: none;
  box-shadow: 5px 4px 24px 0px #0000001c !important;
  border-radius: 10px;
  overflow: hidden;
}
.faq-section .accordion-button {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  padding: 16px 60px 20px 16px;
  font-weight: 600;
  background: #B5161E;
}
.faq-section .accordion-button::after {
  content: '\2b';
  font-family: 'FontAwesome';
  float: left;
  color: #B5161E;
  position: absolute;
  background: #fff;
  background-image: none !important;
  right: 20px;
  top: 14px;
  font-size: 18px;
  width: 37px;
  display: flex;
  justify-content: center;
  height: 37px;
  align-items: center;
  border-radius: 40px;
  line-height: 40px;
}
.faq-section .accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: 'FontAwesome';
  transform: rotate(180deg);
  transition: 0.5s;
}
.faq-section {
  position: relative;
  z-index: 999;
}
.faq-section .accordion-button:focus {
  box-shadow: none !important;
}
.faq-section .accordion-body {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.sdudent-image img {
  max-width: 100%;
}
.bordre-image img {
  max-width: 100%;
}
.long-text a {

  color: #FFFFFF;
  text-transform: capitalize;
  margin-left: 0px;
  
}
.partnership h2 {
  color: #000000;
  line-height: 60px;
  margin: 10px 0px 20px;
}
.partnership span {
  color: #B5161E;
}
.hero-text {
  font-size: 20px;
  line-height: 30px;
  color: #B5161E;
  font-weight: 600;
  text-transform: uppercase;
}
.our-program h3 {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin: 30px 0px;
  font-weight: 600;
}
.msc-heading h3 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 64px;
  font-weight: 600;
  min-width: 80px;
}
.msc-text p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}
.msc-finance {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
  max-width: 580px;
  margin-bottom: 10px;
}
.msc-text {
  margin-left: 30px;
}
.msc-finance:last-child {
  margin-bottom: 0px;
}
.right-contant p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.application ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  padding-left: 20px;
}
.application li {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
.application h4 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.three-year h3 {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}
.text-access p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.three-year p {
  margin-bottom: 15px;
}
.application {
  margin-top: 20px;
}
.text-access {
  padding-left: 30px;
}
.text-access p {
  font-size: 17px;
  line-height: 30px;
  color: #000000;
}
.right-contant {
  padding-left: 30px;
}
.tabsblock .nav-tabs .nav-link {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  text-transform: capitalize;
  padding: 20px 20px;
  min-width: 314px;
  font-weight: 600;
  border: none !important;
}
.tabsblock .nav-tabs .nav-link.active {
  background: #B5161E;
  color: #FFFFFF;
  border: none !important;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.tabsblock ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tabsblock {
  margin-bottom: 30px;
}
.tabsblock .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none !important;
  border-radius: none !important;
}
.tabs-text h3 {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}
.tabs-text p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 10px 0px;
}
.tabs-text {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.tabs-text a {
  font-size: 20px;
  line-height: 30px;
  color: #B5161E;
  text-decoration: none;
  font-weight: 600;
}
.tabsblock .nav-tabs {
  border: 1px solid #999999;
  max-width: 631px;
  margin: 0 auto;
	overflow: hidden;
  border-radius: 40px;
}
.tabsblock .nav-tabs .nav-link.active:last-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tabsblock #profile-tab.active {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.credits-heading {
  background: #B5161E;
  padding: 20px 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
}
.credits-heading h3 {
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0;
}
.sem-credits {
  background: #F8F5F5;
  min-height: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.credit-contant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-bottom: 1px solid #D9D9D9;
}
.credit-heading p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}
.credit-title span {
  border: 1px solid #B5161E;
  padding: 10px 20px;
  background: #FDF5F5;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  color: #B5161E;
}
.credit-contant:last-child {
  border: none;
}
.total-credits-list {
  display: flex;
  justify-content: space-between;
  background: #B5161E;
  padding: 20px 20px;
  border-radius: 10px;
  margin-top: 40px;
}
.total-credits p {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.total h3 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
.main-course {
  background: #F8F5F5;
  min-height: 710px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.new-course {
  background: #B5161E;
  padding: 20px 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gmu-degree h3 {
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}
.interview {
  background-image: url(../images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.overlay-area {
  position: absolute;
  background: rgba(92, 18, 18, 0.9);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.open-academy {
  position: relative;
  z-index: 9999;
  max-width: 1083px;
  margin: 0 auto;
  text-align: center;
}
.performance h3 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  margin-top: 25px;
  text-transform: capitalize;
}
.performance h2 {
  color: #FFFFFF;
  margin-bottom: 25px;
}
.performance {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.performance h5 {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 20px 0px;
}
.examination {
  display: flex;
  align-items: center;
  background: rgba(181, 22, 30, 0.53);
  border: 2px solid rgba(255, 188, 191, 0.66);
  border-radius: 40px;
}
.examination {
  display: flex;
  align-items: center;
  background: rgba(181, 22, 30, 0.53);
  border: 2px solid rgba(255, 188, 191, 0.66);
  border-radius: 40px;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px;
  justify-content: space-around;
}
.open-from p {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}
.open-from p {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
}
.open-from h4 {
  font-size: 36px;
  margin: 0;
  line-height: 40px;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}
.new-futures {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.open-from h4::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  right: -22px;
}
.open-from h4::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  left: -22px;
}
.hero-btn a {
  padding: 12px 30px;
  background: #B5161E;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
}
.hero-btn span {
  margin-left: 5px;
}
.toll-free a {
  padding: 10px 20px;
  background: #B5161E;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.toll-free span {
  background: #FFFFFF;
  width: 34px;
  height: 34px;
  display: flex;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  color: #B5161E;
  margin-right: 10px;
}
.section-footer {
  background: #B5161E;
}
.footer-contant h2 {
  color: #FFFFFF;
}
.footer-contant p {
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 10px 0px;
}
.footer-contant {
  text-align: center;
  margin-bottom: 50px;
}
.footer-address h3 {
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  font-weight: 600;
}
.footer-address a {
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-address {
  text-align: center;
}
.footer-address p {
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0;
}
.footer-address span {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 0;
}
.benefits img {
  max-width: 100%;
}
.flip-back {
  background: linear-gradient(269.07deg, #B5161E 1.35%, #930202 99.42%);
  transform: rotateY(180deg);
  padding: 20px 20px;
  border-radius: 5px !important;
}
.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.4, 0, .2, 1);
}
.flip-front, .flip-back {
  position: absolute;
  inset: 0;
  border-radius: var(--r);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.learning-list {
  height: 300px;
}
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}
.flip-card {
  perspective: 1000px;
  cursor: pointer;
  height: 300px;
}
.flip-back p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.flip-back span {
  font-size: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.1);
}
.timings {
  margin-bottom: 0px !important;
}
/*.sdudent-image {

    position: absolute;

    bottom: 0;

    right: 80px;

}*/
.faq-section {
  padding-bottom: 85px;
}
.sdudent-image img {
  position: relative;
  right: -100px;
  max-width: 100%;
}
.graduate-image span {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 152px;
  height: 152px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.Professional-course h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  margin: 20px 0px;
  min-height: 120px;
}
.undergraduate {
  text-align: center;
  max-width: 330px;
  margin: 0 auto;
}
.graduate-image {
  text-align: center;
  display: flex;
  justify-content: center;
}
.graduate-image img {
  max-width: 100%;
}
.Professional-course h5 {
  background: #FDF5F5;
  padding: 12px 14px;
  border-radius: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  border: 1px solid #B5161E;
  margin-bottom: 0;
  color: #B5161E;
}
.scholarship-heading h2 {
  color: #000000;
}
.scholarship-heading {
  text-align: center;
  margin-bottom: 50px;
}
.interdisciplinary .container-fluid {
  width: 95%;
}



.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}

.read-more-btn .arrow-icon {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.read-more-btn.active .arrow-icon {
  transform: rotate(180deg);
}

.content-text {
  line-height: 1.8;
}

/*
.more-text {
  display: none;
}
*/

.more-text.show {
  display: inline;
}
.more-text {
  display: inline-block;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  vertical-align: top;
  transition: max-width 0.5s ease, max-height 0.5s ease, opacity 0.5s ease;
}

.more-text.show {
 width: 100%;
  
  opacity: 1;
}
.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  vertical-align: baseline;
  color: #007bff;
  text-decoration: none;
  white-space: nowrap;
}

.read-more-btn .arrow-icon {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.read-more-btn.active .arrow-icon {
  transform: rotate(180deg);
}
.from-style textarea {
    padding: 22px 20px 0px;
    color: #999999 !important;
    font-size: 14px;
    line-height: 20px;
    background: #FFFFFF;
    box-shadow: none !important;
    outline: none;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 2px solid rgba(0, 0, 0, 0.4) !important;
    font-weight: 400;
    height: 64px;
}