@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap";
@import "../font-mier-a/stylesheet.css";
button#fee-phd {
  padding: 10px;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .d-lg-flex {
    display: flex !important;
  }
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media (max-width: 1299px) {
  html {
    font-size: 8px;
  }
}
* {
  outline: none;
}
#exampleModal {
  z-index: 999999 !important;
}
.resumemodal {
  z-index: 999999 !important;
}
.resumemodal .modal-dialog {
  max-width: 50%;
}
@media (max-width: 768px) {
  .resumemodal .modal-dialog {
    max-width: 100%;
  }
}
.resumemodal .modal-header {
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .resumemodal .modal-header {
    padding: 15px 20px;
  }
}
.resumemodal .modal-header .modal-title {
  color: #242424;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 3rem;
}
.resumemodal .modal-body {
  padding: 30px;
}
@media (max-width: 768px) {
  .resumemodal .modal-body {
    padding: 20px;
  }
}
.resumemodal .modal-body .resume-data {
  color: #242424;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.btn-ma-peace {
  background: #be283c;
  padding: 10px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: none;
}
.btn-ma-peace:hover,
.btn-ma-peace:focus {
  background-color: #fff;
  color: #be283c;
  border: 1px solid #be283c;
  outline: none;
}
.btn-ma-peace:active {
  background-color: #fff !important;
  color: #be283c !important;
  border: 1px solid #be283c !important;
  outline: none !important;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1600px;
  }
}
html,
body * {
  scrollbar-color: #000 #fff !important;
  scrollbar-width: thin;
  font-family: "Lato", sans-serif;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #fff;
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 3px #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.w_20 {
  width: 20%;
}
.w_40 {
  width: 40%;
}
.w_60 {
  width: 60%;
}
.w_80 {
  width: 80%;
}
a {
  text-decoration: none;
}

.arrow-bottom-center .slick-arrow {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  top: auto;
  bottom: -23px;
  transition: background 0.25s;
  z-index: 9;
  border: 1px solid #fff;
}
.arrow-bottom-center .slick-arrow:focus {
  border-color: #22356f;
  background-color: #fff;
}
.arrow-bottom-center .slick-arrow:focus.slick-prev::before,
.arrow-bottom-center .slick-arrow:focus.slick-next::before {
  background: url(../images/slider-arrow-black.svg) no-repeat center center !important;
  background-size: 80% !important;
  filter: brightness(1) invert(0);
}
.arrow-bottom-center .slick-arrow.slick-prev::before,
.arrow-bottom-center .slick-arrow.slick-next::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/slider-arrow-black.svg) no-repeat center center !important;
  background-size: 80% !important;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .arrow-bottom-center .slick-arrow.slick-prev,
  .arrow-bottom-center .slick-arrow.slick-next {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 575px) {
  .arrow-bottom-center .slick-arrow.slick-prev {
    left: 28vw !important;
  }
}
@media (max-width: 480px) {
  .arrow-bottom-center .slick-arrow.slick-prev {
    left: 30vw !important;
  }
}
.arrow-bottom-center .slick-arrow.slick-next {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 575px) {
  .arrow-bottom-center .slick-arrow.slick-next {
    right: 26vw !important;
  }
}
@media (max-width: 480px) {
  .arrow-bottom-center .slick-arrow.slick-next {
    left: 67vw !important;
  }
}
.mainheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background: #d50000;
  padding: 3px 0;
  box-shadow: 0px 5px 10px #1818189f;
}
.mainheader .headerbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .mainheader .headerbox {
    justify-content: space-between;
  }
  .mainheader .headerbox .logose img {
  width: 140px;
  height: auto;
}
body{
    padding-top:65px;
}
}
.mainheader .headerbox .logose a {
  display: block;
}
@media (min-width: 768px) {
    .mainheader .headerbox .logose img {
  width: 200px;
  height: auto;
}
body{
    padding-top:92px;
}
}


.mainheader .headerbox .socmedia {
  display: flex;
  gap: 30px;
}
.mainheader .headerbox .socmedia a {
  display: block;
  height: 31px;
  width: 31px;
}
.mainheader .headerbox .socmedia a.whatsappIcon {
  background: url("../images/wh.svg") no-repeat center center/31px;
}
.mainheader .headerbox .socmedia a.callIcon {
  background: url("../images/call.svg") no-repeat center center/31px;
}
.mainheader .headerbox .socmedia a.mailIcon {
  background: url("../images/mail.svg") no-repeat center center/31px;
}

@media (max-width: 575px) {
  .mainContentWrapper .herosection {
    padding: 20px 15px;
    background-image: url("../images/mba-banner.jpeg");
  }
}
.mainContentWrapper .herosection .herosecbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox {
    flex-direction: column;
  }
}
.mainContentWrapper .herosection .herosecbox__subtitle {
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  text-align: center;
}
@media (max-width: 575px) {
  .mainContentWrapper .herosection .herosecbox__subtitle {
    font-style: normal;
    font-size: 3.6rem;
    line-height: 1.5;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .herosection .herosecbox__subtitle {
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .herosection .herosecbox__subtitle {
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .herosection .herosecbox__subtitle {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper .herosection .herosecbox .bold-orange-subtitle {
  color: orange;
}
.mainContentWrapper .herosection .herosecbox .he_leftse {
  width: calc(100% - 400px);
}
@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse {
    width: 100%;
  }
}
.mainContentWrapper .herosection .herosecbox .he_leftse h1 {
  font-style: normal;
  font-size: 6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  line-height: 65px;
  max-width: 70%;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1980px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse h1 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
    line-height: 55px;
  }
}
@media (max-width: 1024px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse h1 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse h1 {
    font-style: normal;
    font-size: 3.8rem;
    line-height: 1.5;
    line-height: 50px;
  }
  .mainContentWrapper .herosection {
  padding: 20px 0;
  background-image: url("../images/1ST HOMAPAGE BANNER vertical.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:650px;
}
}

@media (min-width: 992px) {
  .mainContentWrapper .herosection {
  padding: 20px 0;
  background-image: url("../images/mba-banner.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
}
}

@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse h1 {
    font-weight: 300;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse h1 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.mainContentWrapper .herosection .herosecbox .he_leftse__title {
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.mainContentWrapper .herosection .herosecbox .he_leftse__heading {
  font-style: normal;
  font-size: 7rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse__heading {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.mainContentWrapper .herosection .herosecbox .he_leftse .bold-orange-heading {
  color: orange;
}
.mainContentWrapper .herosection .herosecbox .he_leftse__subheading {
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse__subheading {
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.mainContentWrapper
  .herosection
  .herosecbox
  .he_leftse
  .bold-orange-subheading {
  color: orange;
}
.mainContentWrapper .herosection .herosecbox .he_leftse__subtitle {
  font-style: normal;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse__subtitle {
    font-style: normal;
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
.mainContentWrapper .herosection .herosecbox .he_leftse .left_bottomse {
  width: 100%;
  display: flex;
  padding: 20px 0;
  gap: 30px;
}
@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox .he_leftse .left_bottomse {
    justify-content: center;
    padding: 10px 0;
  }
}
.mainContentWrapper
  .herosection
  .herosecbox
  .he_leftse
  .left_bottomse
  .innerbox:last-child {
  padding-left: 30px;
  border-left: 1px solid #fff;
}
.mainContentWrapper
  .herosection
  .herosecbox
  .he_leftse
  .left_bottomse
  .innerbox
  h2 {
  font-family: "Mier A", sans-serif;
  font-style: normal;
  font-size: 5rem;
  line-height: 1.5;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    h2 {
    font-style: normal;
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    h2 {
    font-style: normal;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    h2 {
    font-style: normal;
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    h2 {
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    h2 {
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper
  .herosection
  .herosecbox
  .he_leftse
  .left_bottomse
  .innerbox
  p {
  font-family: "Mier A", sans-serif;
  text-align: center;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    p {
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    p {
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper
    .herosection
    .herosecbox
    .he_leftse
    .left_bottomse
    .innerbox
    p {
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.mainContentWrapper .herosection .herosecbox .right_imgbox {
  width: 100%;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .mainContentWrapper .herosection .herosecbox .right_imgbox {
    width: 100%;
    min-height: 400px;
    padding-left: 0;
    height: 100%;
  }
}
.mainContentWrapper .herosection .herosecbox .right_imgbox .imgbox {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0.77483px 2.21381px 0px rgba(0, 0, 0, 0.04),
    0px 1.86203px 5.32008px 0px rgba(0, 0, 0, 0.06),
    0px 3.50603px 10.01724px 0px rgba(0, 0, 0, 0.08),
    0px 6.25417px 17.86905px 0px rgba(0, 0, 0, 0.09),
    0px 11.69773px 33.42209px 0px rgba(0, 0, 0, 0.11),
    0px 28px 80px 0px rgba(0, 0, 0, 0.15);
}
.mainContentWrapper.outreach .herosection {
  background-image: url("../images/outreach-outerbanner.webp");
  padding-bottom: 0;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .herosection {
    background-size: cover;
  }
}
.mainContentWrapper.outreach .herosection .herosecbox {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .herosection .herosecbox {
    gap: 0;
  }
}
.mainContentWrapper.outreach .herosection .he_leftse {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach .herosection .he_leftse {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .herosection .he_leftse {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .herosection .he_leftse {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .herosection .he_leftse {
    margin-bottom: 30px;
  }
}
.mainContentWrapper.outreach .herosection .he_leftse__title {
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.mainContentWrapper.outreach .herosection .he_leftse__heading {
  font-style: normal;
  font-size: 7rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1400px) {
  .mainContentWrapper.outreach .herosection .he_leftse__heading {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .herosection .he_leftse__heading {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .herosection .he_leftse .bold-orange-heading {
  color: orange;
}
.mainContentWrapper.outreach .herosection .he_leftse__subheading {
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .herosection .he_leftse__subheading {
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .herosection .he_leftse .bold-orange-subheading {
  color: orange;
}
.mainContentWrapper.outreach .herosection .he_leftse__subtitle {
  font-style: normal;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .herosection .he_leftse__subtitle {
    font-style: normal;
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .herosection .middle-box {
  width: 31%;
  position: relative;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .herosection .middle-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .herosection .middle-box {
    display: block;
    width: 100%;
  }
}
.mainContentWrapper.outreach .herosection .middle-box__video {
  width: 800px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 20%;
}
.mainContentWrapper.outreach .herosection .middle-box img {
  position: relative;
  z-index: 2;
}
.mainContentWrapper.outreach .herosection .right_imgbox {
  width: 28%;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .mainContentWrapper.outreach .herosection .right_imgbox {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach .herosection .right_imgbox {
    width: 40%;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .herosection .right_imgbox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .herosection .right_imgbox {
    width: 100%;
  }
}
.mainContentWrapper.outreach .banner_section {
  height: 1400px;
  background-image: url("../images/outreach-banner.webp");
  background-repeat: no-repeat;
  background-size: 100% 101%;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .banner_section {
    height: 980px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .banner_section {
    background-image: url("../images/mobile-outreach-banner.webp");
    height: auto;
    padding-bottom: 600px;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .banner_section {
    padding-bottom: 490px;
  }
}
.mainContentWrapper.outreach .banner_section__title {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-top: 95px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .mainContentWrapper.outreach .banner_section__title {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .banner_section__title {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .banner_section__title {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .banner_section__title {
    font-style: normal;
    font-size: 8rem;
    line-height: 1.5;
    padding-top: 115px;
  }
}
@media (max-width: 991px) and (max-width: 1600px) {
  .mainContentWrapper.outreach .banner_section__title {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .mainContentWrapper.outreach .banner_section__title {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .banner_section__title {
    padding-top: 75px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .banner_section__title {
    padding-top: 55px;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .banner_section__title {
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mainContentWrapper.outreach .banner_section__subtitle {
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .banner_section__subtitle {
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mainContentWrapper.outreach .banner_section .why-mit-slider {
  display: none;
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .banner_section .why-mit-slider {
    display: block;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .banner_section .why-mit-slider {
    padding-top: 30px;
  }
}
.mainContentWrapper.outreach .course {
  background: linear-gradient(
    0deg,
    #22356f 48.23%,
    rgba(34, 53, 111, 0.87) 63.56%,
    rgba(34, 53, 111, 0) 93.52%
  );
  padding: 180px 0 1px;
  margin-top: -430px;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .course {
    margin-top: -180px;
  }
}
.mainContentWrapper.outreach .course__title {
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: orange;
  margin-bottom: 38px;
  line-height: normal;
  position: relative;
  padding: 30px 0 0 30px;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .course__title {
    padding: 30 10px;
  }
}
.mainContentWrapper.outreach .course__title::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  width: 4px;
  height: 312px;
  border: 4px solid #d9d9d9;
  opacity: 0.2;
}
.mainContentWrapper.outreach .course__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  width: 312px;
  height: 4px;
  border: 4px solid #d9d9d9;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .course__title {
    font-style: normal;
    font-size: 4.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .course__title {
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .course__para {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .course__para {
    line-height: 1.7;
    padding: 0 10px;
  }
}
.mainContentWrapper.outreach .homepagesectiontwo {
  background: #22356f;
  padding-top: 40px;
}
.mainContentWrapper.outreach .homepagesectiontwo .tabs-data {
  padding-top: 0;
}
.mainContentWrapper.outreach .homepagesectiontwo .tabs-data .tabs-degree-data {
  padding-top: 4rem;
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .tabs-degree-data
  .tabs-degree-data-inn
  .data-listing {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .tabs-degree-data
  .tabs-degree-data-inn
  .data-listing
  img {
  width: 100%;
  height: 321px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach
    .homepagesectiontwo
    .tabs-data
    .tabs-degree-data
    .tabs-degree-data-inn
    .data-listing
    img {
    height: auto;
    width: 100%;
  }
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .tabs-degree-data
  .tabs-degree-data-inn
  .data-listing
  .degree-name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(34, 53, 111, 0) 0%, #22356f 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2.9rem 3rem 2.9rem 2.4rem;
  height: 80%;
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .tabs-degree-data
  .tabs-degree-data-inn
  .data-listing
  .degree-name
  h5 {
  margin: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 116.1%;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach
    .homepagesectiontwo
    .tabs-data
    .tabs-degree-data
    .tabs-degree-data-inn
    .data-listing
    .degree-name
    h5 {
    font-size: 16px;
  }
}
.mainContentWrapper.outreach .homepagesectiontwo .tabs-data .nav-tabs-homepage {
  background: #fff;
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .nav-tabs-homepage
  .specilizationDropdown {
  background-color: #fff;
  color: #000 !important;
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .nav-tabs-homepage
  .dropdown-tab
  button {
  color: #fff;
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .nav-tabs-homepage
  .btn {
  color: #22356f;
}
@media (max-width: 1299px) {
  .mainContentWrapper.outreach
    .homepagesectiontwo
    .tabs-data
    .nav-tabs-homepage
    .btn {
    min-width: 22rem;
  }
}
.mainContentWrapper.outreach
  .homepagesectiontwo
  .tabs-data
  .nav-tabs-homepage
  .btn.active {
  background: #22356f;
  color: #fff;
}
.mainContentWrapper.outreach .spectrum {
  background-image: url(../images/spectrum-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 180px;
  position: relative;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .spectrum {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .spectrum {
    padding-bottom: 80px;
  }
}
.mainContentWrapper.outreach .spectrum .spectrumSiteName {
  width: 100%;
  padding: 0 48px 0 24px;
  margin-top: -2px;
}
.mainContentWrapper.outreach .spectrum__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .spectrum__box {
    flex-direction: column-reverse;
  }
}
.mainContentWrapper.outreach .spectrum__box .left {
  width: 54%;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .spectrum__box .left {
    width: 100%;
    text-align: center;
  }
}
.mainContentWrapper.outreach .spectrum__box .left .group {
  width: 100%;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .spectrum__box .left .group {
    width: 70%;
    margin: 0 auto;
  }
}
.mainContentWrapper.outreach .spectrum__box .right {
  padding-left: 66px;
  width: 45%;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .spectrum__box .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.mainContentWrapper.outreach .spectrum__box .right h2 {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  line-height: normal;
}
@media (max-width: 1600px) {
  .mainContentWrapper.outreach .spectrum__box .right h2 {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .spectrum__box .right h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .spectrum__box .right h2 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .spectrum__box .right h2 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .spectrum__box .right h2 {
    font-style: normal;
    font-size: 4.2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.mainContentWrapper.outreach .leading-map {
  background-color: #091127;
  padding-top: 349px;
  margin-top: -240px;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .leading-map {
    padding-top: 195px;
    margin-top: -170px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .leading-map {
    background-image: url("../images/mobile-landing-map.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 425px;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .leading-map {
    padding-bottom: 298px;
  }
}
.mainContentWrapper.outreach .leading-map .d-landing-map-img {
  margin-top: -220px;
  width: 100%;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .leading-map .d-landing-map-img {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .leading-map .d-landing-map-img {
    display: none;
  }
}
.mainContentWrapper.outreach .leading-map .m-landing-map-img {
  display: none;
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .leading-map .m-landing-map-img {
    display: block;
    width: 80%;
    margin-left: 12px;
  }
}
.mainContentWrapper.outreach .leading-map__box {
  position: relative;
}
.mainContentWrapper.outreach .leading-map .leading-map__heading {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  width: 70%;
  line-height: normal;
}
@media (max-width: 1600px) {
  .mainContentWrapper.outreach .leading-map .leading-map__heading {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .leading-map .leading-map__heading {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .leading-map .leading-map__heading {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .leading-map .bold-orange-heading {
  color: orange;
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1600px) {
  .mainContentWrapper.outreach .leading-map .bold-orange-heading {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .leading-map .bold-orange-heading {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .leading-map .bold-orange-heading {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .leading-map p {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .leading-map p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .leading-map h6 {
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .leading-map h6 {
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .life-mit {
  background-color: #fff;
}
.mainContentWrapper.outreach .life-mit__img {
  margin-top: -260px;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .life-mit__img {
    margin-top: -140px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .life-mit__img {
    margin-top: -70px;
  }
}
.mainContentWrapper.outreach .life-mit__title {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainContentWrapper.outreach .life-mit__title {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .life-mit__title {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .life-mit__title {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .life-mit .tabs-data {
  position: relative;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .life-mit .tabs-data {
    display: none;
  }
}
.mainContentWrapper.outreach .life-mit .tabs-data .nav-tabs-homepage {
  box-shadow: 0px 0px 34px 0px #d6ddf2;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mainContentWrapper.outreach .life-mit .tabs-data .nav-tabs-homepage {
    width: 100%;
  }
}
.mainContentWrapper.outreach .life-mit .tabs-data .nav-tabs-homepage .btn {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .life-mit .tabs-data .nav-tabs-homepage .btn {
    min-width: 20rem;
  }
}
.mainContentWrapper.outreach .life-mit__accordion {
  display: none;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .life-mit__accordion {
    display: block;
  }
}
.mainContentWrapper.outreach .life-mit__accordion .accordion-item {
  border: none;
}
.mainContentWrapper.outreach .life-mit__accordion .accordion-button.collapsed {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  padding: 15px;
  margin-top: 30px;
  position: relative;
}
.mainContentWrapper.outreach
  .life-mit__accordion
  .accordion-button.collapsed::after {
  content: "";
  position: absolute;
  padding: 10px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  top: 7px;
  right: 10px;
  background-image: url("../images/outreach-right-arrow.webp");
}
.mainContentWrapper.outreach .life-mit__accordion .accordion-button {
  border-radius: 12px;
  background: #22356f;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  position: relative;
}
.mainContentWrapper.outreach .life-mit__accordion .accordion-button::after {
  content: "";
  position: absolute;
  background-image: url("../images/outreach-left-arrow.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  top: 7px;
  right: 10px;
  padding: 10px;
  text-align: center;
}
.mainContentWrapper.outreach .life-mit__accordion .accordion-body {
  margin-top: 20px;
}
.mainContentWrapper.outreach .life-mit__accordion .accordion-body .image-item {
  display: inline-block;
  width: 400px;
  height: 400px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach
    .life-mit__accordion
    .accordion-body
    .image-item {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach
    .life-mit__accordion
    .accordion-body
    .image-item {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper.outreach
    .life-mit__accordion
    .accordion-body
    .image-item {
    width: 100%;
  }
}
.mainContentWrapper.outreach
  .life-mit__accordion
  .accordion-body
  .image-item:hover::after,
.mainContentWrapper.outreach
  .life-mit__accordion
  .accordion-body
  .image-item:hover::before {
  display: block;
}
.mainContentWrapper.outreach
  .life-mit__accordion
  .accordion-body
  .image-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  border-radius: 30px;
  background-color: rgba(34, 53, 111, 0.65);
}
.mainContentWrapper.outreach
  .life-mit__accordion
  .accordion-body
  .image-item::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  background-image: url("../images/outreach-zoom.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.mainContentWrapper.outreach .life-mit .tabs-degree-data {
  overflow-x: auto;
  padding-bottom: 45px;
}
.mainContentWrapper.outreach
  .life-mit
  .tabs-degree-data::-webkit-scrollbar-track {
  height: 10px;
  background-color: #aaa7a7;
  border-radius: 20px;
}
.mainContentWrapper.outreach .life-mit .tabs-degree-data::-webkit-scrollbar {
  height: 5px;
}
.mainContentWrapper.outreach
  .life-mit
  .tabs-degree-data::-webkit-scrollbar-thumb {
  background-color: #2a4aac;
  border-radius: 20px;
}
.mainContentWrapper.outreach .life-mit .image-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .life-mit .image-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.mainContentWrapper.outreach .life-mit .image-item {
  display: inline-block;
  width: 400px;
  height: 400px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .life-mit .image-item {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .life-mit .image-item {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper.outreach .life-mit .image-item {
    width: 100%;
  }
}
.mainContentWrapper.outreach .life-mit .image-item:hover::after,
.mainContentWrapper.outreach .life-mit .image-item:hover::before {
  display: block;
}
.mainContentWrapper.outreach .life-mit .image-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  border-radius: 30px;
  background-color: rgba(34, 53, 111, 0.65);
}
.mainContentWrapper.outreach .life-mit .image-item::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  background-image: url("../images/outreach-zoom.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.mainContentWrapper.outreach .life-mit .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 250ms cubic-bezier(0.79, 0.25, 0, 1.07);
  border-radius: 30px;
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .life-mit .image-item img {
    border-radius: 10px;
  }
}
.mainContentWrapper.outreach .life-mit .modal-container {
  background-color: rgba(0, 0, 0, 0.81);
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider.slick-dotted.slick-slider {
  margin: 0 0 0 100px !important;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider.slick-dotted.slick-slider {
    margin-left: 0 !important;
  }
}
.mainContentWrapper.outreach .successStories .successStoriesSlider .slick-list {
  padding: 70px 35px !important;
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-list {
    padding: 50px 35px 110px !important;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-list {
    padding: 50px 35px 80px !important;
  }
}
.mainContentWrapper.outreach .successStories .successStoriesSlider .box {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  margin-right: 80px;
  min-height: 375px;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .successStories .successStoriesSlider .box {
    max-width: 450px;
    margin-right: 70px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .successStories .successStoriesSlider .box {
    max-width: 370px;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .successStories .successStoriesSlider .box {
    max-width: 290px;
    margin-right: 20px;
    box-shadow: 0px 0.332px 2.214px 0px rgba(0, 0, 0, 0.03),
      0px 0.798px 5.32px 0px rgba(0, 0, 0, 0.04),
      0px 1.503px 10.017px 0px rgba(0, 0, 0, 0.05),
      0px 2.68px 17.869px 0px rgba(0, 0, 0, 0.07),
      0px 5.013px 33.422px 0px rgba(0, 0, 0, 0.08),
      0px 12px 80px 0px rgba(0, 0, 0, 0.11);
  }
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .box.slick-current {
  margin-left: 80px;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .box
  .imgBox
  .imgBoxInner {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .box
  .imgBox
  .imgBoxInner
  .userName-box {
  font-size: 2.4rem;
  margin: 0.5rem 0;
  color: #000;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .box
  .imgBox
  .imgBoxInner
  .userName-post {
  color: #555;
  font-size: 20px;
  font-weight: 400;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .box
  .imgBox
  .imgBoxInner__outer
  span {
  display: block;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .box
  .info
  p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .box
    .info
    p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow {
  width: 98px;
  height: 98px;
  background: #fff;
  border-radius: 100%;
  left: -370px;
  top: 510px;
  transition: background 0.25s;
  z-index: 9;
  border: 1px solid #000;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow:hover {
  border-color: #22356f;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow.slick-prev::before,
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow.slick-next::before {
  background: url(../images/slider-arrow-black.svg) no-repeat center center/50px !important;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-prev,
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-next {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-prev {
    left: calc(50vw - 60px) !important;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-next {
    left: calc(50vw + 15px) !important;
  }
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-prev::before,
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-next::before {
    background: url(../images/slider-arrow-black.svg) no-repeat center center !important;
    background-size: 80% !important;
  }
}
@media (min-width: 1700px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow {
    left: -510px;
  }
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -23px;
  }
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow:hover {
  background: #22356f;
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-prev {
    left: -330px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-prev {
    left: calc(50vw - 120px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -23px;
  }
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow.slick-prev::before {
  content: "";
  background: url(../images/slider-arrow.svg) no-repeat center center/50px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-prev::before {
    width: 30px;
    height: 30px;
    background: url(../images/slider-arrow.svg) no-repeat center center;
    background-size: 80%;
  }
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow.slick-next {
  right: unset;
  left: -256px;
}
@media (min-width: 1700px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-next {
    left: -396px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-next {
    left: calc(50vw - 50px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -23px;
  }
}
.mainContentWrapper.outreach
  .successStories
  .successStoriesSlider
  .slick-arrow.slick-next::before {
  content: "";
  background: url(../images/slider-arrow.svg) no-repeat center center/50px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach
    .successStories
    .successStoriesSlider
    .slick-arrow.slick-next::before {
    width: 30px;
    height: 30px;
    background: url(../images/slider-arrow.svg) no-repeat center center;
    background-size: 80%;
  }
}
.mainContentWrapper.outreach .successStories__subtitle {
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1600px) {
  .mainContentWrapper.outreach .successStories__subtitle {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .successStories__subtitle {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .successStories__subtitle {
    font-size: 36px;
    line-height: 37px;
  }
}
.mainContentWrapper.outreach .why-education {
  background-image: url("../images/why-ed.webp");
  background-repeat: no-repeat;
  width: 100%;
  padding: 160px 0 60px;
  background-size: 100% 101%;
  position: relative;
}
.mainContentWrapper.outreach .why-education::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22%;
  width: 14%;
  height: 24%;
  background-image: url("../images/why-ed-plus.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .mainContentWrapper.outreach .why-education::before {
    width: 15%;
    height: 19%;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .why-education::before {
    width: 15%;
    height: 15%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .why-education::before {
    width: 21%;
    height: 12%;
    left: initial;
    right: 0;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .why-education::before {
    width: 20%;
    height: 7%;
    left: initial;
    right: 0;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .why-education::before {
    width: 30%;
    height: 8%;
    left: initial;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach .why-education {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .why-education {
    background-image: url("../images/mobile-why-ed.webp");
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 10px 240px;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .why-education {
    padding: 0 10px 75px;
  }
}
.mainContentWrapper.outreach .why-education__box {
  width: 700px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .mainContentWrapper.outreach .why-education__box {
    width: 570px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper.outreach .why-education__box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .why-education__box {
    padding: 60px 10px 300px;
    width: 100%;
  }
}
.mainContentWrapper.outreach .why-education__box h3 {
  font-style: normal;
  font-size: 7rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .why-education__box h3 {
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .why-education__box p {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin-top: 37px;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .why-education__box p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .why-education__box h6 {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin-top: 37px;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .why-education__box h6 {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.mainContentWrapper.outreach .why-education__box ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 36px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .why-education__box ul {
    margin-top: 20px;
  }
}
.mainContentWrapper.outreach .why-education__box ul li {
  display: flex;
  align-items: center;
  width: calc(50% - 35px);
  position: relative;
  font-style: normal;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .why-education__box ul li {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .footer {
    padding-bottom: 55px;
  }
}
.mainContentWrapper.outreach .footer .footerInner {
  background-image: url("../images/outreach-footer.webp");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .footer .footerInner {
    background-image: url("../images/mobile-outreach-footer.webp");
    background-repeat: no-repeat;
    width: 100%;
    height: 663px;
    background-size: 100% 100%;
    padding-top: 30px;
  }
}
.mainContentWrapper.outreach .footer .footerInner .col-12 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 130px 0 72px;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .footer .footerInner .col-12 {
    flex-wrap: wrap;
    padding: 0;
  }
}
.mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea {
  width: 40%;
}
@media (max-width: 1440px) {
  .mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea {
    width: 55%;
    text-align: center;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea {
    width: 100%;
    padding: 0px;
    text-align: left;
  }
}
.mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea h2 {
  color: #fff;
  font-family: "Mier A", sans-serif;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom:20px;
  }
}
@media (max-width: 480px) {
  .mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea h2 {
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.mainContentWrapper.outreach .footer .footerInner .col-12 .leftArea .footerBtn {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 29px;
  background: orange;
  width: 250px;
  height: 58px;
  border: 1px solid orange;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mainContentWrapper.outreach
    .footer
    .footerInner
    .col-12
    .leftArea
    .footerBtn {
    display: none;
  }
}
.mainContentWrapper .banner_section {
  background-image: url("../images/bg_im1.webp");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  color: #fff;
}
.mainContentWrapper .banner_section .dsu-form {
  position: fixed;
  top: 50%;
  right: -65px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 999;
}
.mainContentWrapper .banner_section .dsu-form .apply-now-banner {
  background: #be283c;
  padding: 14px 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  letter-spacing: 0.6px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section .dsu-form .apply-now-banner {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section .dsu-form {
    top: initial;
    bottom: 0;
    right: initial;
    left: 0;
    width: 100%;
    transform: initial;
    display: block;
  }
}
.mainContentWrapper .banner_section.mtech-image {
  background-image: url("../images/5.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mtech-image {
    background-image: url("../images/mobile-mtech.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mtech-image {
    background-image: url("../images/mobile-mtech.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mtech-image {
    background-image: url("../images/mobile-mtech.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mtech-image {
    background-image: url("../images/mobile-mtech.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mtech-image {
    background-image: url("../images/mobile-mtech.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mtech-image {
    background-image: url("../images/mobile-mtech.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ma-peace {
  background-image: url("../images/ma-peace-banner.webp");
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ma-peace {
    background-image: url("../images/mobile-ma-peace-banner.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ma-peace {
    background-image: url("../images/mobile-ma-peace-banner.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ma-peace {
    background-image: url("../images/mobile-ma-peace-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ma-peace {
    background-image: url("../images/mobile-ma-peace-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ma-peace {
    background-image: url("../images/mobile-ma-peace-banner.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mdes-image {
  background-image: url("../images/4.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-mdes.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-mdes.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-mdes.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-mdes.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-mdes.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-mdes.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mba-image {
  background-image: url("../images/mba-about.jpeg");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mba-image {
    background-image: url("../images/mba-about.jpeg");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mba-image {
    background-image: url("../images/mba-about.jpeg");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mba-image {
    background-image: url("../images/mba-about.jpeg");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mba-image {
    background-image: url("../images/mba-about.jpeg");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mba-image {
    background-image: url("../images/mba-about.jpeg");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mba-image {
    background-image: url("../images/mba-about.jpeg");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mba-image::after {
  right: 10%;
  top: 0;
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mba-image::after {
    right: 20px;
  }
}
.mainContentWrapper .banner_section.mba-image::before {
  right: 0;
  top: 65%;
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mba-image::before {
    top: 3%;
  }
}
.mainContentWrapper .banner_section.mdes-image {
  background-image: url("../images/1_1.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-bdes.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-bdes.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-bdes.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-bdes.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-bdes.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mdes-image {
    background-image: url("../images/mobile-bdes.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ibla12 {
  background-image: url("../images/integrated-btech-lateral-after12.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ibla12 {
    background-image: url("../images/mobile-ibla12.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ibla12 {
    background-image: url("../images/mobile-ibla12.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ibla12 {
    background-image: url("../images/mobile-ibla12.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ibla12 {
    background-image: url("../images/mobile-ibla12.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ibla12 {
    background-image: url("../images/mobile-ibla12.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ibla12 {
    background-image: url("../images/mobile-ibla12.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bfa {
  background-image: url("../images/bfa.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bfa {
    background-image: url("../images/mobile-bfa.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bfa {
    background-image: url("../images/mobile-bfa.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bfa {
    background-image: url("../images/mobile-bfa.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bfa {
    background-image: url("../images/mobile-bfa.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bfa {
    background-image: url("../images/mobile-bfa.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bfa {
    background-image: url("../images/mobile-bfa.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bed-img {
  background-image: url("../images/bed.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bed-img {
    background-image: url("../images/mobile-bed-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bed-img {
    background-image: url("../images/mobile-bed-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bed-img {
    background-image: url("../images/mobile-bed-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bed-img {
    background-image: url("../images/mobile-bed-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bed-img {
    background-image: url("../images/mobile-bed-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bed-img {
    background-image: url("../images/mobile-bed-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bcs-eco-image {
  background-image: url("../images/bcs-eco.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bcs-eco-image {
    background-image: url("../images/mobile-bcs-eco-image.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bcs-eco-image {
    background-image: url("../images/mobile-bcs-eco-image.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bcs-eco-image {
    background-image: url("../images/mobile-bcs-eco-image.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bcs-eco-image {
    background-image: url("../images/mobile-bcs-eco-image.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bcs-eco-image {
    background-image: url("../images/mobile-bcs-eco-image.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bcs-eco-image {
    background-image: url("../images/mobile-bcs-eco-image.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ba-liberal-arts {
  background-image: url("../images/ba-liberal-arts.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ba-liberal-arts {
    background-image: url("../images/mobile-ba-liberal-arts-banner.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ba-liberal-arts {
    background-image: url("../images/mobile-ba-liberal-arts-banner.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ba-liberal-arts {
    background-image: url("../images/mobile-ba-liberal-arts-banner.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ba-liberal-arts {
    background-image: url("../images/mobile-ba-liberal-arts-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ba-liberal-arts {
    background-image: url("../images/mobile-ba-liberal-arts-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ba-liberal-arts {
    background-image: url("../images/mobile-ba-liberal-arts-banner.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ba-media {
  background-image: url("../images/ba-media.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ba-media {
    background-image: url("../images/mobile-ba-media-banner.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ba-media {
    background-image: url("../images/mobile-ba-media-banner.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ba-media {
    background-image: url("../images/mobile-ba-media-banner.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ba-media {
    background-image: url("../images/mobile-ba-media-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ba-media {
    background-image: url("../images/mobile-ba-media-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ba-media {
    background-image: url("../images/mobile-ba-media-banner.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.Ba-hons {
  background-image: url("../images/Ba-hons.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.Ba-hons {
    background-image: url("../images/mobile-Ba-hons.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.Ba-hons {
    background-image: url("../images/mobile-Ba-hons.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.Ba-hons {
    background-image: url("../images/mobile-Ba-hons.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.Ba-hons {
    background-image: url("../images/mobile-Ba-hons.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.Ba-hons {
    background-image: url("../images/mobile-Ba-hons.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.Ba-hons {
    background-image: url("../images/mobile-Ba-hons.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bsc-physic {
  background-image: url("../images/bsc-physic.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bsc-physic {
    background-image: url("../images/mobile-bsc-physic.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bsc-physic {
    background-image: url("../images/mobile-bsc-physic.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bsc-physic {
    background-image: url("../images/mobile-bsc-physic.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bsc-physic {
    background-image: url("../images/mobile-bsc-physic.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bsc-physic {
    background-image: url("../images/mobile-bsc-physic.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bsc-physic {
    background-image: url("../images/mobile-bsc-physic.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.b-pharma2 {
  background-image: url("../images/b-pharma2.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.b-pharma2 {
    background-image: url("../images/mobile-b-pharma2.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.b-pharma2 {
    background-image: url("../images/mobile-b-pharma2.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.b-pharma2 {
    background-image: url("../images/mobile-b-pharma2.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.b-pharma2 {
    background-image: url("../images/mobile-b-pharma2.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.b-pharma2 {
    background-image: url("../images/mobile-b-pharma2.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.b-pharma2 {
    background-image: url("../images/mobile-b-pharma2.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bsc-cs {
  background-image: url("../images/bsc-cs.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bsc-cs {
    background-image: url("../images/mobile-bsc-cs-banner.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bsc-cs {
    background-image: url("../images/mobile-bsc-cs-banner.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bsc-cs {
    background-image: url("../images/mobile-bsc-cs-banner.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bsc-cs {
    background-image: url("../images/mobile-bsc-cs-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bsc-cs {
    background-image: url("../images/mobile-bsc-cs-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bsc-cs {
    background-image: url("../images/mobile-bsc-cs-banner.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ba-flim {
  background-image: url("../images/ba-flim-photo.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ba-flim {
    background-image: url("../images/mobile-ba-flim.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ba-flim {
    background-image: url("../images/mobile-ba-flim.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ba-flim {
    background-image: url("../images/mobile-ba-flim.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ba-flim {
    background-image: url("../images/mobile-ba-flim.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ba-flim {
    background-image: url("../images/mobile-ba-flim.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ba-flim {
    background-image: url("../images/mobile-ba-flim.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ba-photography {
  background-image: url("../images/ba-photography.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mdes-img {
  background-image: url("../images/mdes-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mdes-img {
    background-image: url("../images/mobile-mdes.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mdes-img {
    background-image: url("../images/mobile-mdes.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mdes-img {
    background-image: url("../images/mobile-mdes.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mdes-img {
    background-image: url("../images/mobile-mdes.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mdes-img {
    background-image: url("../images/mobile-mdes.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mdes-img {
    background-image: url("../images/mobile-mdes.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.med-img {
  background-image: url("../images/med-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.med-img {
    background-image: url("../images/mobile-med-banner.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.med-img {
    background-image: url("../images/mobile-med-banner.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.med-img {
    background-image: url("../images/mobile-med-banner.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.med-img {
    background-image: url("../images/mobile-med-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.med-img {
    background-image: url("../images/mobile-med-banner.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.med-img {
    background-image: url("../images/mobile-med-banner.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-physics-img {
  background-image: url("../images/msc-physics.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-physics-img {
    background-image: url("../images/mobile-msc-physics-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-physics-img {
    background-image: url("../images/mobile-msc-physics-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-physics-img {
    background-image: url("../images/mobile-msc-physics-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-physics-img {
    background-image: url("../images/mobile-msc-physics-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-physics-img {
    background-image: url("../images/mobile-msc-physics-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-physics-img {
    background-image: url("../images/mobile-msc-physics-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-yoga-img {
  background-image: url("../images/msc-yoga.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-yoga-img {
    background-image: url("../images/mobile-msc-yoga-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-yoga-img {
    background-image: url("../images/mobile-msc-yoga-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-yoga-img {
    background-image: url("../images/mobile-msc-yoga-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-yoga-img {
    background-image: url("../images/mobile-msc-yoga-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-yoga-img {
    background-image: url("../images/mobile-msc-yoga-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-yoga-img {
    background-image: url("../images/mobile-msc-yoga-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.llm-img {
  background-image: url("../images/llm-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.llm-img {
    background-image: url("../images/mobile-llm-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.llm-img {
    background-image: url("../images/mobile-llm-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.llm-img {
    background-image: url("../images/mobile-llm-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.llm-img {
    background-image: url("../images/mobile-llm-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.llm-img {
    background-image: url("../images/mobile-llm-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.llm-img {
    background-image: url("../images/mobile-llm-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-industry-polymer-chemistry-img {
  background-image: url("../images/msc-industry-polymer-chemistry-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-industry-polymer-chemistry-img {
    background-image: url("../images/mobile-msc-industry-polymer-chemistry-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-industry-polymer-chemistry-img {
    background-image: url("../images/mobile-msc-industry-polymer-chemistry-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-industry-polymer-chemistry-img {
    background-image: url("../images/mobile-msc-industry-polymer-chemistry-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-industry-polymer-chemistry-img {
    background-image: url("../images/mobile-msc-industry-polymer-chemistry-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-industry-polymer-chemistry-img {
    background-image: url("../images/mobile-msc-industry-polymer-chemistry-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-industry-polymer-chemistry-img {
    background-image: url("../images/mobile-msc-industry-polymer-chemistry-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mcom-img {
  background-image: url("../images/mcom-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mcom-img {
    background-image: url("../images/mobile-mcom-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mcom-img {
    background-image: url("../images/mobile-mcom-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mcom-img {
    background-image: url("../images/mobile-mcom-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mcom-img {
    background-image: url("../images/mobile-mcom-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mcom-img {
    background-image: url("../images/mobile-mcom-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mcom-img {
    background-image: url("../images/mobile-mcom-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bsc-data-science {
  background-image: url("../images/bsc-data-science.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bsc-data-science {
    background-image: url("../images/mobile-bsc-data-science.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bsc-data-science {
    background-image: url("../images/mobile-bsc-data-science.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bsc-data-science {
    background-image: url("../images/mobile-bsc-data-science.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bsc-data-science {
    background-image: url("../images/mobile-bsc-data-science.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bsc-data-science {
    background-image: url("../images/mobile-bsc-data-science.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bsc-data-science {
    background-image: url("../images/mobile-bsc-data-science.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-eco-img {
  background-image: url("../images/msc-eco-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-eco-img {
    background-image: url("../images/mobile-msc-eco-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-eco-img {
    background-image: url("../images/mobile-msc-eco-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-eco-img {
    background-image: url("../images/mobile-msc-eco-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-eco-img {
    background-image: url("../images/mobile-msc-eco-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-eco-img {
    background-image: url("../images/mobile-msc-eco-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-eco-img {
    background-image: url("../images/mobile-msc-eco-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-env-science-img {
  background-image: url("../images/msc-env-science-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-env-science-img {
    background-image: url("../images/mobile-msc-env-science-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-env-science-img {
    background-image: url("../images/mobile-msc-env-science-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-env-science-img {
    background-image: url("../images/mobile-msc-env-science-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-env-science-img {
    background-image: url("../images/mobile-msc-env-science-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-env-science-img {
    background-image: url("../images/mobile-msc-env-science-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-env-science-img {
    background-image: url("../images/mobile-msc-env-science-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ma-english {
  background-image: url("../images/ma-english-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ma-english {
    background-image: url("../images/mobile-%20ma-english.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ma-english {
    background-image: url("../images/mobile-%20ma-english.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ma-english {
    background-image: url("../images/mobile-%20ma-english.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ma-english {
    background-image: url("../images/mobile-%20ma-english.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ma-english {
    background-image: url("../images/mobile-%20ma-english.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ma-english {
    background-image: url("../images/mobile-%20ma-english.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ma-jmc-img {
  background-image: url("../images/ma-jmc-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ma-jmc-img {
    background-image: url("../images/mobile-ma-jmc-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ma-jmc-img {
    background-image: url("../images/mobile-ma-jmc-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ma-jmc-img {
    background-image: url("../images/mobile-ma-jmc-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ma-jmc-img {
    background-image: url("../images/mobile-ma-jmc-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ma-jmc-img {
    background-image: url("../images/mobile-ma-jmc-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ma-jmc-img {
    background-image: url("../images/mobile-ma-jmc-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mpg-img {
  background-image: url("../images/mpg-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mpg-img {
    background-image: url("../images/mobile-mpg-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mpg-img {
    background-image: url("../images/mobile-mpg-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mpg-img {
    background-image: url("../images/mobile-mpg-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mpg-img {
    background-image: url("../images/mobile-mpg-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mpg-img {
    background-image: url("../images/mobile-mpg-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mpg-img {
    background-image: url("../images/mobile-mpg-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.masters-in-public-health-img {
  background-image: url("../images/masters-in-public-health-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.masters-in-public-health-img {
    background-image: url("../images/mobile-masters-in-public-health-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.masters-in-public-health-img {
    background-image: url("../images/mobile-masters-in-public-health-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.masters-in-public-health-img {
    background-image: url("../images/mobile-masters-in-public-health-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.masters-in-public-health-img {
    background-image: url("../images/mobile-masters-in-public-health-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.masters-in-public-health-img {
    background-image: url("../images/mobile-masters-in-public-health-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.masters-in-public-health-img {
    background-image: url("../images/mobile-masters-in-public-health-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-math-img {
  background-image: url("../images/msc-math.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-math-img {
    background-image: url("../images/mobile-msc-math-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-math-img {
    background-image: url("../images/mobile-msc-math-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-math-img {
    background-image: url("../images/mobile-msc-math-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-math-img {
    background-image: url("../images/mobile-msc-math-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-math-img {
    background-image: url("../images/mobile-msc-math-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-math-img {
    background-image: url("../images/mobile-msc-math-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-industrial-micro-img {
  background-image: url("../images/msc-industrial-micro-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-industrial-micro-img {
    background-image: url("../images/mobile-msc-industrial-micro-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-industrial-micro-img {
    background-image: url("../images/mobile-msc-industrial-micro-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-industrial-micro-img {
    background-image: url("../images/mobile-msc-industrial-micro-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-industrial-micro-img {
    background-image: url("../images/mobile-msc-industrial-micro-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-industrial-micro-img {
    background-image: url("../images/mobile-msc-industrial-micro-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-industrial-micro-img {
    background-image: url("../images/mobile-msc-industrial-micro-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mpharma-img {
  background-image: url("../images/mpharma.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mpharma-img {
    background-image: url("../images/mobile-mpharma-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mpharma-img {
    background-image: url("../images/mobile-mpharma-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mpharma-img {
    background-image: url("../images/mobile-mpharma-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mpharma-img {
    background-image: url("../images/mobile-mpharma-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mpharma-img {
    background-image: url("../images/mobile-mpharma-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mpharma-img {
    background-image: url("../images/mobile-mpharma-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-clinical-psychology {
  background-image: url("../images/msc-clinical-psychology.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-clinical-psychology {
    background-image: url("../images/mobile-msc-clinical-psychology.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-clinical-psychology {
    background-image: url("../images/mobile-msc-clinical-psychology.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-clinical-psychology {
    background-image: url("../images/mobile-msc-clinical-psychology.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-clinical-psychology {
    background-image: url("../images/mobile-msc-clinical-psychology.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-clinical-psychology {
    background-image: url("../images/mobile-msc-clinical-psychology.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-clinical-psychology {
    background-image: url("../images/mobile-msc-clinical-psychology.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.M-Sc-Biotechnology {
  background-image: url("../images/M-Sc-Biotechnology.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.M-Sc-Biotechnology {
    background-image: url("../images/mobile-M-Sc-Biotechnology.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.M-Sc-Biotechnology {
    background-image: url("../images/mobile-M-Sc-Biotechnology.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.M-Sc-Biotechnology {
    background-image: url("../images/mobile-M-Sc-Biotechnology.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.M-Sc-Biotechnology {
    background-image: url("../images/mobile-M-Sc-Biotechnology.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.M-Sc-Biotechnology {
    background-image: url("../images/mobile-M-Sc-Biotechnology.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.M-Sc-Biotechnology {
    background-image: url("../images/mobile-M-Sc-Biotechnology.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-cs {
  background-image: url("../images/msc-cs.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-cs {
    background-image: url("../images/mobile-msc-cs.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-cs {
    background-image: url("../images/mobile-msc-cs.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-cs {
    background-image: url("../images/mobile-msc-cs.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-cs {
    background-image: url("../images/mobile-msc-cs.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-cs {
    background-image: url("../images/mobile-msc-cs.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-cs {
    background-image: url("../images/mobile-msc-cs.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-big-data {
  background-image: url("../images/msc-big-data.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-big-data {
    background-image: url("../images/mobile-%20msc-big-data.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-big-data {
    background-image: url("../images/mobile-%20msc-big-data.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-big-data {
    background-image: url("../images/mobile-%20msc-big-data.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-big-data {
    background-image: url("../images/mobile-%20msc-big-data.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-big-data {
    background-image: url("../images/mobile-%20msc-big-data.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-big-data {
    background-image: url("../images/mobile-%20msc-big-data.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.msc-blockchain {
  background-image: url("../images/msc-blockchain.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.msc-blockchain {
    background-image: url("../images/mobile-msc-blockchain.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.msc-blockchain {
    background-image: url("../images/mobile-msc-blockchain.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.msc-blockchain {
    background-image: url("../images/mobile-msc-blockchain.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.msc-blockchain {
    background-image: url("../images/mobile-msc-blockchain.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.msc-blockchain {
    background-image: url("../images/mobile-msc-blockchain.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.msc-blockchain {
    background-image: url("../images/mobile-msc-blockchain.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.diploma-in-photography {
  background-image: url("../images/diploma-in-photography.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.diploma-in-photography {
    background-image: url("../images/mobile-iploma-in-photography.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.diploma-in-photography {
    background-image: url("../images/mobile-iploma-in-photography.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.diploma-in-photography {
    background-image: url("../images/mobile-iploma-in-photography.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.diploma-in-photography {
    background-image: url("../images/mobile-iploma-in-photography.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.diploma-in-photography {
    background-image: url("../images/mobile-iploma-in-photography.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.diploma-in-photography {
    background-image: url("../images/mobile-iploma-in-photography.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mca-sc {
  background-image: url("../images/mca-sc.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mca-sc {
    background-image: url("../images/mobile-mca-sc.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mca-sc {
    background-image: url("../images/mobile-mca-sc.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mca-sc {
    background-image: url("../images/mobile-mca-sc.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mca-sc {
    background-image: url("../images/mobile-mca-sc.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mca-sc {
    background-image: url("../images/mobile-mca-sc.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mca-sc {
    background-image: url("../images/mobile-mca-sc.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mca {
  background-image: url("../images/mca.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mca {
    background-image: url("../images/mobile-mca.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mca {
    background-image: url("../images/mobile-mca.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mca {
    background-image: url("../images/mobile-mca.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mca {
    background-image: url("../images/mobile-mca.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mca {
    background-image: url("../images/mobile-mca.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mca {
    background-image: url("../images/mobile-mca.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.pgdra {
  background-image: url("../images/pgdra.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.pgdra {
    background-image: url("../images/mobile-pgdra.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.pgdra {
    background-image: url("../images/mobile-pgdra.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.pgdra {
    background-image: url("../images/mobile-pgdra.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.pgdra {
    background-image: url("../images/mobile-pgdra.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.pgdra {
    background-image: url("../images/mobile-pgdra.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.pgdra {
    background-image: url("../images/mobile-pgdra.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.pg-diploma-ai {
  background-image: url("../images/pg-diploma-ai.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.pg-diploma-ai {
    background-image: url("../images/mobile-pg-diploma-ai.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.pg-diploma-ai {
    background-image: url("../images/mobile-pg-diploma-ai.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.pg-diploma-ai {
    background-image: url("../images/mobile-pg-diploma-ai.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.pg-diploma-ai {
    background-image: url("../images/mobile-pg-diploma-ai.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.pg-diploma-ai {
    background-image: url("../images/mobile-pg-diploma-ai.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.pg-diploma-ai {
    background-image: url("../images/mobile-pg-diploma-ai.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.pharma-d {
  background-image: url("../images/pharma-d.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.pharma-d {
    background-image: url("../images/mobile-pharma-d.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.pharma-d {
    background-image: url("../images/mobile-pharma-d.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.pharma-d {
    background-image: url("../images/mobile-pharma-d.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.pharma-d {
    background-image: url("../images/mobile-pharma-d.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.pharma-d {
    background-image: url("../images/mobile-pharma-d.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.pharma-d {
    background-image: url("../images/mobile-pharma-d.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ibm-5 {
  background-image: url("../images/IBM5.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ibm-5 {
    background-image: url("../images/mobile-ibm-5.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ibm-5 {
    background-image: url("../images/mobile-ibm-5.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ibm-5 {
    background-image: url("../images/mobile-ibm-5.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ibm-5 {
    background-image: url("../images/mobile-ibm-5.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ibm-5 {
    background-image: url("../images/mobile-ibm-5.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ibm-5 {
    background-image: url("../images/mobile-ibm-5.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ba-photography {
  background-image: url("../images/ba-photography.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ba-photography {
    background-image: url("../images/mobile-ba-photography.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.integrated-msc-Biotech {
  background-image: url("../images/integrated-msc-Biotech_1.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.integrated-msc-Biotech {
    background-image: url("../images/integrated-msc-Biotech.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.integrated-msc-Biotech {
    background-image: url("../images/integrated-msc-Biotech.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.integrated-msc-Biotech {
    background-image: url("../images/integrated-msc-Biotech.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.integrated-msc-Biotech {
    background-image: url("../images/integrated-msc-Biotech.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.integrated-msc-Biotech {
    background-image: url("../images/integrated-msc-Biotech.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.integrated-msc-Biotech {
    background-image: url("../images/integrated-msc-Biotech.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bcom-image {
  background-image: url("../images/16.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bcom-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bcom-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bcom-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bcom-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bcom-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bcom-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bfarm-image {
  background-image: url("../images/b-pharma.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bfarm-image {
    background-image: url("../images/mobile-b-pharma.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bfarm-image {
    background-image: url("../images/mobile-b-pharma.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bfarm-image {
    background-image: url("../images/mobile-b-pharma.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bfarm-image {
    background-image: url("../images/mobile-b-pharma.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bfarm-image {
    background-image: url("../images/mobile-b-pharma.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bfarm-image {
    background-image: url("../images/mobile-b-pharma.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.ba-hons-image {
  background-image: url("../images/2.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ba-hons-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ba-hons-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ba-hons-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ba-hons-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ba-hons-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ba-hons-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bsc-comp-sci-image {
  background-image: url("../images/9.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bsc-comp-sci-image {
    background-image: url("../images/mobile-bsc-cs.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bsc-comp-sci-image {
    background-image: url("../images/mobile-bsc-cs.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bsc-comp-sci-image {
    background-image: url("../images/mobile-bsc-cs.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bsc-comp-sci-image {
    background-image: url("../images/mobile-bsc-cs.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bsc-comp-sci-image {
    background-image: url("../images/mobile-bsc-cs.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bsc-comp-sci-image {
    background-image: url("../images/mobile-bsc-cs.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bba-llb-image {
  background-image: url("../images/2.webp");
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bba-llb-image {
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bba-llb-image {
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bba-llb-image {
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.llb-image {
  background-image: url("../images/3_1.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.llb-image {
    background-image: url("../images/mobile-llb.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.llb-image {
    background-image: url("../images/mobile-llb.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.llb-image {
    background-image: url("../images/mobile-llb.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.llb-image {
    background-image: url("../images/mobile-llb.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.llb-image {
    background-image: url("../images/mobile-llb.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.llb-image {
    background-image: url("../images/mobile-llb.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bca-sci-image {
  background-image: url("../images/10.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bca-sci-image {
    background-image: url("../images/mobile-bca-sci-image.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bca-sci-image {
    background-image: url("../images/mobile-bca-sci-image.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bca-sci-image {
    background-image: url("../images/mobile-bca-sci-image.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bca-sci-image {
    background-image: url("../images/mobile-bca-sci-image.webp");
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bca-sci-image {
    background-image: url("../images/mobile-bca-sci-image.webp");
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bca-sci-image {
    background-image: url("../images/mobile-bca-sci-image.webp");
  }
}
.mainContentWrapper .banner_section.ba-gov-img {
  background-image: url("../images/ba-gov-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.ba-gov-img {
    background-image: url("../images/mobile-ba-gov-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.ba-gov-img {
    background-image: url("../images/mobile-ba-gov-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.ba-gov-img {
    background-image: url("../images/mobile-ba-gov-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.ba-gov-img {
    background-image: url("../images/mobile-ba-gov-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.ba-gov-img {
    background-image: url("../images/mobile-ba-gov-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.ba-gov-img {
    background-image: url("../images/mobile-ba-gov-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.mfa-img {
  background-image: url("../images/mfa-img.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.mfa-img {
    background-image: url("../images/mobile-mfa-img.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.mfa-img {
    background-image: url("../images/mobile-mfa-img.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.mfa-img {
    background-image: url("../images/mobile-mfa-img.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.mfa-img {
    background-image: url("../images/mobile-mfa-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.mfa-img {
    background-image: url("../images/mobile-mfa-img.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.mfa-img {
    background-image: url("../images/mobile-mfa-img.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bca-appl-state-image {
  background-image: url("../images/9.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bca-appl-state-image {
    background-image: url("../images/mobile-bsc-cs.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bca-appl-state-image {
    background-image: url("../images/mobile-bsc-cs.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bca-appl-state-image {
    background-image: url("../images/mobile-bsc-cs.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bca-appl-state-image {
    background-image: url("../images/mobile-bsc-cs.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bca-appl-state-image {
    background-image: url("../images/mobile-bsc-cs.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bca-appl-state-image {
    background-image: url("../images/mobile-bsc-cs.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bca-intergated-image {
  background-image: url("../images/10.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bca-intergated-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bca-intergated-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bca-intergated-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bca-intergated-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bca-intergated-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bca-intergated-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bca-phy-image {
  background-image: url("../images/4.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bca-phy-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bca-phy-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bca-phy-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bca-phy-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bca-phy-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bca-phy-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.btech-direct-image {
  background-image: url("../images/12.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.btech-direct-image {
    background-image: url("../images/mobile-btech-direct-image.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.btech-direct-image {
    background-image: url("../images/mobile-btech-direct-image.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.btech-direct-image {
    background-image: url("../images/mobile-btech-direct-image.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.btech-direct-image {
    background-image: url("../images/mobile-btech-direct-image.webp");
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.btech-direct-image {
    background-image: url("../images/mobile-btech-direct-image.webp");
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.btech-direct-image {
    background-image: url("../images/mobile-btech-direct-image.webp");
  }
}
.mainContentWrapper .banner_section.bba-hos-image {
  background-image: url("../images/19.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.bba-hos-image {
    background-image: url("../images/mobile-bba-hos.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bba-hos-image {
    background-image: url("../images/mobile-bba-hos.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bba-hos-image {
    background-image: url("../images/mobile-bba-hos.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bba-hos-image {
    background-image: url("../images/mobile-bba-hos.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bba-hos-image {
    background-image: url("../images/mobile-bba-hos.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bba-hos-image {
    background-image: url("../images/mobile-bba-hos.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.bba-image {
  background-image: url("../images/19.webp");
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.bba-image {
    background-image: url("../images/mobile-bba-hos.webp");
    background-position: top;
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.bba-image {
    background-image: url("../images/mobile-bba-hos.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.bba-image {
    background-image: url("../images/mobile-bba-hos.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.bba-image {
    background-image: url("../images/mobile-bba-hos.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.bba-image {
    background-image: url("../images/mobile-bba-hos.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.btech-image {
  background-image: url("../images/18.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.btech-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.btech-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.btech-image {
    background-image: url("../images/mobile-betch.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.btech-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.btech-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.btech-image {
    background-image: url("../images/mobile-betch.webp");
    background-position-x: right;
  }
}
.mainContentWrapper .banner_section.btech-inter-image {
  background-image: url("../images/11.webp");
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section.btech-inter-image {
    background-image: url("../images/mobile-btech-inter-image.webp");
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section.btech-inter-image {
    background-image: url("../images/mobile-btech-inter-image.webp");
  }
}
@media (max-width: 530px) {
  .mainContentWrapper .banner_section.btech-inter-image {
    background-image: url("../images/mobile-btech-inter-image.webp");
  }
}
@media (max-width: 480px) {
  .mainContentWrapper .banner_section.btech-inter-image {
    background-image: url("../images/mobile-btech-inter-image.webp");
  }
}
@media (max-width: 380px) {
  .mainContentWrapper .banner_section.btech-inter-image {
    background-image: url("../images/mobile-btech-inter-image.webp");
  }
}
@media (max-width: 350px) {
  .mainContentWrapper .banner_section.btech-inter-image {
    background-image: url("../images/mobile-btech-inter-image.webp");
  }
}
.mainContentWrapper .banner_section .banner_content {
  padding: 70px 0 55px;
  width: 100%;
  max-width: 55%;
}
@media (max-width: 991px) {
  .mainContentWrapper .banner_section .banner_content {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .banner_section .banner_content {
    padding: 100px 15px 55px;
  }
}
.mainContentWrapper .banner_section .banner_content h2 {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  padding-bottom: 3rem;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .mainContentWrapper .banner_section .banner_content h2 {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .banner_section .banner_content h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section .banner_content h2 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .banner_section .banner_content h2 {
    padding-bottom: 2rem;
  }
}
.mainContentWrapper .banner_section .banner_content p {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section .banner_content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.mainContentWrapper .banner_section .banner_content ul {
  padding-left: 20px;
}
.mainContentWrapper .banner_section .banner_content ul li {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .mainContentWrapper .banner_section .banner_content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.mainContentWrapper .banner_section .banner_content .downloadbtn {
  display: flex;
}
.mainContentWrapper .banner_section .banner_content .downloadbtn .dbutton {
  display: flex;
  background: #fff;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 4rem;
  padding: 1.4rem 2rem;
  color: #000;
  gap: 1rem;
  cursor: pointer;
}
/*.mainContentWrapper .banner_section::after {*/
/*  width: 87px;*/
/*  height: 100%;*/
/*  background: var(--bannerStripe);*/
/*  position: absolute;*/
/*  right: 20%;*/
/*  top: 0;*/
/*  content: "";*/
/*}*/
/*@media (max-width: 991px) {*/
/*  .mainContentWrapper .banner_section::after {*/
/*    right: 20px;*/
/*    width: 50px;*/
/*  }*/
/*}*/
/*.mainContentWrapper .banner_section::before {*/
/*  width: 40%;*/
/*  height: 87px;*/
/*  background: var(--bannerStripe);*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 20%;*/
/*  content: "";*/
/*}*/
/*@media (max-width: 991px) {*/
/*  .mainContentWrapper .banner_section::before {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    top: 30px;*/
/*  }*/
/*}*/
.mainContentWrapper .Specializations_section {
  padding: 70px 0;
}
@media (max-width: 575px) {
  .mainContentWrapper .Specializations_section {
    padding: 40px 15px;
  }
}
.mainContentWrapper .Specializations_section .Specializations_innerbox h2 {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .mainContentWrapper .Specializations_section .Specializations_innerbox h2 {
    font-style: normal;
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .Specializations_section .Specializations_innerbox h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .Specializations_section .Specializations_innerbox h2 {
    font-style: normal;
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .Specializations_section .Specializations_innerbox h2 {
    font-size: 36px;
    text-transform: uppercase;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection {
  width: 100%;
  display: flex;
  padding-right: 50px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .tab_left {
  width: 45%;
  padding-right: 60px;
  border-right: 1px solid #979797;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection
    .tab_left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .tab_left
  .nav-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #242424;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  padding: 3px 15px;
}
@media (max-width: 1600px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection
    .tab_left
    .nav-link {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .tab_left
  .nav-link
  svg {
  display: none;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .tab_left
  .nav-link
  .innerdiv {
  padding: 1.1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .tab_left
  .nav-link.active {
  background: var(--lightTabBg);
  color: #000;
  border-radius: 4rem;
  padding: 0;
  border: 0;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .tab_left
  .nav-link.active
  svg {
  display: block;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .tab_left
  .nav-link.active
  .innerdiv {
  border-bottom: 0;
  padding: 1.5rem 2rem;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content {
  width: calc(60% - 30px);
  padding-left: 60px;
}
@media (max-width: 991px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection
    .sp_tab_content {
    width: 100%;
    padding-left: 0;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse {
  width: 100%;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse
  h3 {
  font-style: normal;
  font-size: 3rem;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 3rem;
  order: 0;
}
@media (max-width: 768px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection
    .sp_tab_content
    .tabbodyse
    h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse
  p {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 1.2;
  color: #242424;
  padding-bottom: 2rem;
  margin-bottom: 0;
  order: 1;
      text-align: justify;
}
@media (max-width: 768px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection
    .sp_tab_content
    .tabbodyse
    p {
    font-size: 13px;
    line-height: 22px;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse
  .careersoption {
  padding-top: 2rem;
  order: 3;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse
  .careersoption
  h4 {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse
  .careersoption
  ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse
  .careersoption
  ul
  li {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(50% - 8px);
  position: relative;
  padding: 0 5px 0 0;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection
    .sp_tab_content
    .tabbodyse
    .careersoption
    ul
    li {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper
    .Specializations_section
    .Specializations_innerbox
    .spe_tabSection
    .sp_tab_content
    .tabbodyse
    .careersoption
    ul
    li {
    padding: 0 5px 0 0;
  }
}
.mainContentWrapper
  .Specializations_section
  .Specializations_innerbox
  .spe_tabSection
  .sp_tab_content
  .tabbodyse
  .careersoption
  ul
  li
  svg {
  flex: 0 0 auto;
}
.mainContentWrapper .industrialsection {
  padding: 0 0 70px 0;
}
@media (max-width: 768px) {
  .mainContentWrapper .industrialsection {
    padding: 40px 15px;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .industrialsection {
    padding: 40px 15px;
  }
}
.mainContentWrapper .industrialsection .industrial_title {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .mainContentWrapper .industrialsection .industrial_title {
    padding-top: 30px;
    padding-right: 0;
  }
}
.mainContentWrapper .industrialsection .industrial_title h3 {
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .mainContentWrapper .industrialsection .industrial_title h3 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .industrialsection .industrial_title h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.mainContentWrapper .industrialsection .industrial_title p {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #242424;
  text-transform: capitalize;
  text-align:justify;
}
@media (max-width: 768px) {
  .mainContentWrapper .industrialsection .industrial_title p {
    font-size: 13px;
    line-height: 19px;
  }
}
.mainContentWrapper .industrialsection .industrial_title .indu_partner {
  width: 100%;
  padding-top: 30px;
}
.mainContentWrapper
  .industrialsection
  .industrial_title
  .indu_partner
  .indupatnerbox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 310px;
}
@media (max-width: 991px) {
  .mainContentWrapper
    .industrialsection
    .industrial_title
    .indu_partner
    .indupatnerbox {
    max-width: 100%;
    gap: 10px;
  }
}
.mainContentWrapper
  .industrialsection
  .industrial_title
  .indu_partner
  .indupatnerbox
  .innerbox {
  height: 100%;
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .mainContentWrapper
    .industrialsection
    .industrial_title
    .indu_partner
    .indupatnerbox
    .innerbox {
    width: calc(25% - 16px);
  }
}
.mainContentWrapper
  .industrialsection
  .industrial_title
  .indu_partner
  .indupatnerbox
  .innerbox
  img {
  height: 110px;
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 4px #00000050;
}
.mainContentWrapper .industrialsection .indu_cenetrsec {
      background: #006b8f;
  position: relative;
  height: 100%;
  max-height: 807px;
  border-top-right-radius:15px;
  border-top-left-radius:15px;
}
@media (max-width: 1792px) {
  .mainContentWrapper .industrialsection .indu_cenetrsec {
    max-height: 832px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .industrialsection .indu_cenetrsec {
    border-radius: 0 0 8rem 8rem;
    max-height: 847px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .industrialsection .indu_cenetrsec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.mainContentWrapper .industrialsection .indu_cenetrsec::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 30px;
  background: #fff;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .mainContentWrapper .industrialsection .indu_cenetrsec::before {
    width: 15px;
  }
}
.mainContentWrapper .industrialsection .indu_cenetrsec .topsec {
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}
.mainContentWrapper .industrialsection .indu_cenetrsec .topsec .innercenter {
  width: calc(50% - 25px);
  color: #fff;
}
.mainContentWrapper .industrialsection .indu_cenetrsec .topsec .innercenter h2 {
  font-style: normal;
  font-size: 8rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainContentWrapper
    .industrialsection
    .indu_cenetrsec
    .topsec
    .innercenter
    h2 {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper
    .industrialsection
    .indu_cenetrsec
    .topsec
    .innercenter
    h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 1400px) {
  .mainContentWrapper
    .industrialsection
    .indu_cenetrsec
    .topsec
    .innercenter
    h2 {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.mainContentWrapper
  .industrialsection
  .indu_cenetrsec
  .topsec
  .innercenter
  h2
  sup {
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  top: -19px;
}
@media (max-width: 1400px) {
  .mainContentWrapper
    .industrialsection
    .indu_cenetrsec
    .topsec
    .innercenter
    h2
    sup {
    top: 0;
  }
}
.mainContentWrapper .industrialsection .indu_cenetrsec .topsec .innercenter p {
  text-align: center;
  font-family: "Mier A", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mainContentWrapper
    .industrialsection
    .indu_cenetrsec
    .topsec
    .innercenter
    p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper .industrialsection .indu_cenetrsec .bottomsec {
  width: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  bottom: 0;
}
@media (max-width: 991px) {
  .mainContentWrapper .industrialsection .indu_cenetrsec .bottomsec {
    position: relative;
  }
}
.mainContentWrapper .industrialsection .indu_cenetrsec .bottomsec .imgescto {
  width: 100%;
}
.mainContentWrapper
  .industrialsection
  .indu_cenetrsec
  .bottomsec
  .imgescto
  img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.mainContentWrapper .industrialsection .imagescroll {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .mainContentWrapper .industrialsection .imagescroll .slick-list {
    height: 807px !important;
  }
}
@media (max-width: 1792px) {
  .mainContentWrapper .industrialsection .imagescroll .slick-list {
    max-height: 832px;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .industrialsection .imagescroll {
    padding: 30px 0;
  }
}
.mainContentWrapper .industrialsection .imagescroll .imagesbox {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .mainContentWrapper .industrialsection .imagescroll .imagesbox {
    margin: 0 15px 0;
  }
}
.mainContentWrapper .industrialsection .imagescroll .imagesbox img {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .mainContentWrapper .industrialsection .imagescroll .imagesbox img {
    width: 100%;
    height: 100%;
  }
}
.mainContentWrapper .industrialsection .imagescroll2 {
  display: none;
}
@media (max-width: 768px) {
  .mainContentWrapper .industrialsection .imagescroll2 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .mainContentWrapper .industrialsection .imagescroll2 {
    padding: 0px 0;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .industrialsection .imagescroll2 .imagesbox {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .mainContentWrapper .industrialsection .imagescroll2 .imagesbox {
    margin: 0 15px 0;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .industrialsection .imagescroll2 .imagesbox img {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .mainContentWrapper .industrialsection .imagescroll2 .imagesbox img {
    width: 100%;
    height: 100%;
  }
}
.mainContentWrapper .programme {
  background: #bd0026;
  padding: 70px 0;
  color: #fff;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 575px) {
  .mainContentWrapper .programme {
    padding: 40px 15px;
  }
}
.mainContentWrapper .programme .progrmmelft {
  width: 100%;
}
.mainContentWrapper .programme .progrmmelft h2 {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 400px;
}
@media (max-width: 1600px) {
  .mainContentWrapper .programme .progrmmelft h2 {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .programme .progrmmelft h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .programme .progrmmelft h2 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1400px) {
  .mainContentWrapper .programme .progrmmelft h2 {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
    line-height: 1.2;
  }
}
.mainContentWrapper .programme .progrmmelft .prohilightbox {
  padding-top: 50px;
  padding-right: 100px;
  position: relative;
  max-height: 300px;
  overflow-y: auto;
}
.mainContentWrapper
  .programme
  .progrmmelft
  .prohilightbox::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.37);
  border-radius: 16px;
}
.mainContentWrapper .programme .progrmmelft .prohilightbox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.37);
}
.mainContentWrapper
  .programme
  .progrmmelft
  .prohilightbox::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .mainContentWrapper .programme .progrmmelft .prohilightbox {
    padding-top: 20px;
    padding-right: 10px;
    border-right: 0;
  }
}
.mainContentWrapper .programme .progrmmelft .prohilightbox ul {
  list-style-type: none;
  padding: 0;
}
.mainContentWrapper .programme .progrmmelft .prohilightbox ul li {
  position: relative;
  padding: 0px 5px 15px 15px;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mainContentWrapper .programme .progrmmelft .prohilightbox ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
  }
}
.mainContentWrapper .programme .progrmmelft .prohilightbox ul li::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #fff;
}
.mainContentWrapper .programme .imgbox {
  position: absolute;
  padding-left: 100px;
  bottom: 0px;
  mix-blend-mode: luminosity;
}
@media (max-width: 768px) {
  .mainContentWrapper .programme .imgbox {
    position: unset;
    padding-left: 10px;
  }
}
.mainContentWrapper .programme .imgbox img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1750px) {
  .mainContentWrapper .programme .imgbox img {
    width: 80%;
  }
}
.mainContentWrapper .admission {
  padding: 0 0 70px 0;
}
@media (max-width: 575px) {
  .mainContentWrapper .admission {
    padding: 40px 15px;
  }
}
.mainContentWrapper .admission .admisiondetail h2 {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .mainContentWrapper .admission .admisiondetail h2 {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .admission .admisiondetail h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .admission .admisiondetail h2 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .mainContentWrapper .admission .admisiondetail h2 {
    font-size: 36px;
    line-height: 41px;
  }
}
.mainContentWrapper .admission .admisiondetail .admin_tabSection {
  display: block;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .mainContentWrapper .admission .admisiondetail .admin_tabSection {
    display: none;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .admission .admisiondetail .admin_tabSection {
    flex-wrap: wrap;
  }
}
.mainContentWrapper .admission .admisiondetail .admin_tabSection .tab_left {
  width: 600px;
  padding-right: 100px;
  border-right: 1px solid #979797;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .mainContentWrapper .admission .admisiondetail .admin_tabSection .tab_left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .tab_left
  .nav-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #242424;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  padding: 3px 15px;
}
@media (max-width: 1600px) {
  .mainContentWrapper
    .admission
    .admisiondetail
    .admin_tabSection
    .tab_left
    .nav-link {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .tab_left
  .nav-link
  svg {
  display: none;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .tab_left
  .nav-link
  .innerdiv {
  padding: 1.1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .tab_left
  .nav-link.active {
  background: var(--lightTabBg);
  color: #000;
  border-radius: 4rem;
  padding: 0;
  border: 0;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .tab_left
  .nav-link.active
  svg {
  display: block;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .tab_left
  .nav-link.active
  .innerdiv {
  border-bottom: 0;
  padding: 1.5rem 2rem;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content {
  width: calc(100% - 600px);
  padding-left: 100px;
}
@media (max-width: 991px) {
  .mainContentWrapper
    .admission
    .admisiondetail
    .admin_tabSection
    .admin_tab_content {
    width: 100%;
    padding: 30px 0 0;
  }
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse {
  width: 100%;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse
  h3 {
  font-style: normal;
  font-size: 4rem;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 3rem;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse
  p {
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  line-height: 1.2;
  color: #242424;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse
  .careersoption {
  padding-top: 2rem;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse
  .careersoption
  h4 {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse
  .careersoption
  ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse
  .careersoption
  ul
  li {
  width: calc(50% - 8px);
  position: relative;
  padding: 0px 5px 0px 30px;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
  font-weight: 400;
}
@media (max-width: 575px) {
  .mainContentWrapper
    .admission
    .admisiondetail
    .admin_tabSection
    .admin_tab_content
    .tabbodyse
    .careersoption
    ul
    li {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0px 5px 0px 25px;
  }
}
.mainContentWrapper
  .admission
  .admisiondetail
  .admin_tabSection
  .admin_tab_content
  .tabbodyse
  .careersoption
  ul
  li::before {
  content: url("../images/rightarrow.svg");
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 575px) {
  .mainContentWrapper
    .admission
    .admisiondetail
    .admin_tabSection
    .admin_tab_content
    .tabbodyse
    .careersoption
    ul
    li::before {
    width: 12px;
    height: 12px;
  }
}
.mainContentWrapper .admission .admissionAccordian {
  display: none;
}
@media (max-width: 768px) {
  .mainContentWrapper .admission .admissionAccordian {
    display: block;
  }
}
.mainContentWrapper .admission .admissionAccordian .accordion {
  --bs-accordion-btn-icon-width: 2rem;
}
.mainContentWrapper .admission .admissionAccordian .accordion .accordion-item {
  border: none;
}
.mainContentWrapper
  .admission
  .admissionAccordian
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  border: none;
  border-bottom: 1px solid #979797;
  padding: 30px;
  color: #242424;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 300;
  line-height: 1.03;
  text-transform: capitalize;
}
.mainContentWrapper
  .admission
  .admissionAccordian
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: unset;
}
.mainContentWrapper
  .admission
  .admissionAccordian
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background-color: var(--lightTabBg);
  box-shadow: unset;
}
.mainContentWrapper
  .admission
  .admissionAccordian
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.mainContentWrapper
  .admission
  .admissionAccordian
  .accordion
  .accordion-item
  .accordion-body {
  color: #242424;
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
}
.mainContentWrapper .career {
  padding: 70px 0;
}
@media (max-width: 575px) {
  .mainContentWrapper .career {
    padding: 40px 15px;
  }
}
.mainContentWrapper .career .carrer_Section {
  width: 100%;
  display: flex;
  gap: 30px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .mainContentWrapper .career .carrer_Section {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.mainContentWrapper .career .carrer_Section .carrer_left {
  width: 40%;
  padding-right: 50px;
  border-right: 1px solid #979797;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .mainContentWrapper .career .carrer_Section .carrer_left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
.mainContentWrapper .career .carrer_Section .carrer_left h2 {
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .mainContentWrapper .career .carrer_Section .carrer_left h2 {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .mainContentWrapper .career .carrer_Section .carrer_left h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .mainContentWrapper .career .carrer_Section .carrer_left h2 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
.mainContentWrapper .career .carrer_Section .carrer_left p {
  color: var(--primary);
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
}
.mainContentWrapper .career .carrer_Section .carrer_left .ma-peace-height {
  line-height: normal;
}
.mainContentWrapper .career .carrer_Section .carrer_left .ma-peace-para {
  font-size: 2rem;
}
.mainContentWrapper .career .carrer_Section .carrer_right {
  width: calc(60% - 30px);
  padding-left: 100px;
}
@media (max-width: 991px) {
  .mainContentWrapper .career .carrer_Section .carrer_right {
    width: 100%;
    padding-left: 0;
  }
}
.mainContentWrapper .career .carrer_Section .carrer_right .careersoption ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.mainContentWrapper .career .carrer_Section .carrer_right .careersoption ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(50% - 8px);
  position: relative;
  padding: 0 5px 0 0;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
  font-weight: 400;
}
.mainContentWrapper
  .career
  .carrer_Section
  .carrer_right
  .careersoption
  ul
  li
  svg {
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .mainContentWrapper
    .career
    .carrer_Section
    .carrer_right
    .careersoption
    ul
    li {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 5px 0 0;
  }
}
.brightFuture .mitfo {
  width: 100%;
}
.brightFuture .brightFutureSiteName {
  width: 100%;
  padding: 0 48px 0 24px;
  
}
.brightFuture .brightFutureSection {
  padding: 100px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 500px;
  background: linear-gradient(#006b90, #016b8f), url(../images/about-2.jpg) no-repeat center center/cover;
  background-blend-mode: multiply;
}
@media (max-width: 575px) {
  .brightFuture .brightFutureSection {
    padding: 50px 15px;
  }
}
.brightFuture .brightFutureSection .title {
  color: #fff;
  font-family: "Mier A", sans-serif;
  font-style: normal;
  font-size: 8.6rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 105.5%;
  margin-bottom: 1.5rem;
}
@media (max-width: 1600px) {
  .brightFuture .brightFutureSection .title {
    font-style: normal;
    font-size: 5.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .brightFuture .brightFutureSection .title {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .brightFuture .brightFutureSection .title {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .brightFuture .brightFutureSection .title {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .brightFuture .brightFutureSection .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.brightFuture .brightFutureSection .desc {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .brightFuture .brightFutureSection .desc {
    font-size: 13px;
    line-height: 16px;
  }
}
.brightFuture .brightFutureSection .brightSectionList {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .brightFuture .brightFutureSection .brightSectionList {
    padding-top: 2rem;
  }
}
.brightFuture .brightFutureSection .brightSectionList li {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 2.6rem 14rem;
  padding-left: 9rem;
  position: relative;
}
@media (max-width: 991px) {
  .brightFuture .brightFutureSection .brightSectionList li {
    margin: 0 0 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .brightFuture .brightFutureSection .brightSectionList li {
    margin: 0 0 2rem 0;
    padding-left: 5rem;
    font-size: 13px;
    line-height: 16px;
  }
}
.brightFuture .brightFutureSection .brightSectionList li:last-child {
  margin-bottom: 0;
}
.brightFuture .brightFutureSection .brightSectionList li::before {
  content: "";
  position: absolute;
  height: 37px;
  width: 40px;
  left: 0;
  top: 6px;
  border: 1px solid #fff;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .brightFuture .brightFutureSection .brightSectionList li::before {
    width: 24px;
    height: 24px;
    top: 1px;
  }
}
.successStories {
  overflow: hidden;
}
@media (max-width: 991px) {
  .successStories .successbox {
    flex-wrap: wrap;
  }
}
.successStories .title {
  display: inline-block;
  color: #242424;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 9.6rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.03;
  text-transform: uppercase;
  padding-top: 70px;
}
@media (max-width: 1600px) {
  .successStories .title {
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .successStories .title {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .successStories .title {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .successStories .title {
    width: 100%;
  }
  .successStories .title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .successStories .title {
    font-size: 40px;
    line-height: 41px;
    padding-left: 10px;
  }
}
.successStories .title span {
  color: var(--primaryDark);
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .successStories .title span {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .successStories .title span {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .successStories .title span {
    font-size: 36px;
    line-height: 37px;
  }
}
.successStories .successStoriesSlider.slick-dotted.slick-slider {
  margin: 0 0 0 100px !important;
}
@media (max-width: 991px) {
  .successStories .successStoriesSlider.slick-dotted.slick-slider {
    margin-left: 0 !important;
  }
}
.successStories .successStoriesSlider .slick-list {
  padding: 70px 35px !important;
}
@media (max-width: 991px) {
  .successStories .successStoriesSlider .slick-list {
    padding: 50px 35px 110px !important;
  }
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .slick-list {
    padding: 50px 35px 80px !important;
  }
}
.successStories .successStoriesSlider .box {
  max-width: 475px;
  min-height: 375px;
  height: 100%;
  width: 100%;
  margin-right: 54px;
  border-radius: 32px;
  padding: 40px 40px 50px 60px;
  background: #fff;
  box-shadow: 0px 0.33207px 2.21381px 0px rgba(0, 0, 0, 0.03),
    0px 0.79801px 5.32008px 0px rgba(0, 0, 0, 0.04),
    0px 1.50259px 10.01724px 0px rgba(0, 0, 0, 0.05),
    0px 2.68036px 17.86905px 0px rgba(0, 0, 0, 0.07),
    0px 5.01331px 33.42209px 0px rgba(0, 0, 0, 0.08),
    0px 12px 80px 0px rgba(0, 0, 0, 0.11);
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .box {
    padding: 32px 19px;
  }
}
.successStories .successStoriesSlider .box .placeHolderText {
  width: 129px;
  height: 129px;
  background: var(--primaryDark);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: #fff;
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .box .placeHolderText {
    width: 84px;
    height: 84px;
    font-size: 26px;
  }
}
.successStories .successStoriesSlider .box .imgBoxInner {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.successStories .successStoriesSlider .box .imgBoxInner .userName {
  font-size: 2.4rem;
  opacity: 0.6;
  margin: 0.5rem 0;
}
.successStories .successStoriesSlider .box img {
  border-radius: 100%;
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .box img {
    width: 84px;
    height: 84px;
  }
}
@media (max-width: 1600px) {
  .successStories .successStoriesSlider .box {
    max-width: 375px;
  }
}
@media (max-width: 575px) {
  .successStories .successStoriesSlider .box {
    max-width: 285px;
    margin-right: 34px;
  }
}
.successStories .successStoriesSlider .box .collapsibleContent {
  margin-top: 47px;
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .box .collapsibleContent {
    margin-top: 20px;
  }
}
.successStories .successStoriesSlider .box .collapsibleContent p {
  color: #242424;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .box .collapsibleContent p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.successStories .successStoriesSlider .box .collapsibleContent1 {
  margin-top: 47px;
  min-height: 265px;
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .box .collapsibleContent1 {
    margin-top: 20px;
    min-height: 210px;
  }
}
.successStories .successStoriesSlider .box .collapsibleContent1 p {
  color: #242424;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .successStories .successStoriesSlider .box .collapsibleContent1 p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.successStories .successStoriesSlider .slick-arrow {
  width: 98px;
  height: 98px;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 100%;
  left: -370px;
  top: 510px;
  transition: background 0.25s;
  z-index: 9;
}
@media (min-width: 1700px) {
  .successStories .successStoriesSlider .slick-arrow {
    left: -510px;
  }
}
@media (max-width: 1199px) {
  .successStories .successStoriesSlider .slick-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -23px;
  }
}
.successStories .successStoriesSlider .slick-arrow:hover {
  background: var(--primaryDark);
}
.successStories .successStoriesSlider .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .successStories .successStoriesSlider .slick-arrow.slick-prev {
    left: -330px;
  }
}
@media (max-width: 991px) {
  .successStories .successStoriesSlider .slick-arrow.slick-prev {
    left: calc(50vw - 120px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -23px;
  }
}
.successStories .successStoriesSlider .slick-arrow.slick-prev::before {
  content: "";
  background: url(../images/slider-arrow.svg) no-repeat center center/50px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .successStories .successStoriesSlider .slick-arrow.slick-prev::before {
    width: 30px;
    height: 30px;
    background: url(../images/slider-arrow.svg) no-repeat center center;
    background-size: 80%;
  }
}
.successStories .successStoriesSlider .slick-arrow.slick-next {
  right: unset;
  left: -256px;
}
@media (min-width: 1700px) {
  .successStories .successStoriesSlider .slick-arrow.slick-next {
    left: -396px;
  }
}
@media (max-width: 991px) {
  .successStories .successStoriesSlider .slick-arrow.slick-next {
    left: calc(50vw - 50px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -23px;
  }
}
.successStories .successStoriesSlider .slick-arrow.slick-next::before {
  content: "";
  background: url(../images/slider-arrow.svg) no-repeat center center/50px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1199px) {
  .successStories .successStoriesSlider .slick-arrow.slick-next::before {
    width: 30px;
    height: 30px;
    background: url(../images/slider-arrow.svg) no-repeat center center;
    background-size: 80%;
  }
}
.timelineProcess {
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .timelineProcess {
    margin-bottom: 0;
  }
}
.timelineProcess .timeLineArea {
  position: relative;
}
.timelineProcess .timeLineArea::after,
.timelineProcess .timeLineArea::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 9px;
  background: #000;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea::after,
  .timelineProcess .timeLineArea::before {
    left: 15px;
  }
}
.timelineProcess .timeLineArea::after {
  height: 100%;
}
.timelineProcess .timeLineArea::before {
  height: 250px;
  background: var(--primary);
  z-index: 1;
}
.timelineProcess .timeLineArea .block {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block.rightAlign {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.timelineProcess .timeLineArea .block.rightAlign .infoArea h2 {
  text-align: right;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block.rightAlign .infoArea h2 {
    text-align: left;
  }
}
.timelineProcess .timeLineArea .block.rightAlign .infoArea ul li {
  text-align: right;
  padding-right: 28px;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block.rightAlign .infoArea ul li {
    text-align: left;
    padding-left: 28px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .timelineProcess .timeLineArea .block.rightAlign .infoArea ul li {
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .timelineProcess .timeLineArea .block.rightAlign .infoArea ul li {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block.rightAlign .infoArea ul li::after {
    right: unset;
    left: 0;
    transform: rotate(180deg);
  }
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block.leftAlign {
    flex-wrap: wrap;
  }
}
.timelineProcess .timeLineArea .block.leftAlign .infoArea h2 {
  text-align: left;
}
.timelineProcess .timeLineArea .block.leftAlign .infoArea ul li {
  text-align: left;
  padding-left: 28px;
}
@media (max-height: 550px) {
  .timelineProcess .timeLineArea .block.leftAlign .infoArea ul li {
    font-size: 14px !important;
  }
}
.timelineProcess .timeLineArea .block.leftAlign .infoArea ul li::after {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}
.timelineProcess .timeLineArea .block.leftAlign .iconArea {
  text-align: right;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block.leftAlign .iconArea {
    text-align: left;
  }
}
.timelineProcess .timeLineArea .block .infoArea {
  width: 50%;
  padding: 50px 60px;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block .infoArea {
    width: 100%;
    text-align: left;
    padding: 10px 40px;
  }
}
.timelineProcess .timeLineArea .block .infoArea h2 {
      color: #000;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block .infoArea h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 1.5rem;
  }
}
.timelineProcess .timeLineArea .block .infoArea ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.timelineProcess .timeLineArea .block .infoArea ul li {
  color: #000;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block .infoArea ul li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}
@media (max-height: 550px) {
  .timelineProcess .timeLineArea .block .infoArea ul li {
    font-size: 14px !important;
  }
}
.timelineProcess .timeLineArea .block .infoArea ul li span {
  color: var(--primary);
  font-weight: 700;
}
.timelineProcess .timeLineArea .block .infoArea ul li::after {
  content: "";
  position: absolute;
  background: url(../images/timeLineArrow.svg) no-repeat center center/contain;
  width: 19px;
  height: 16px;
  top: 10px;
  right: 0;
}
@media (max-width: 575px) {
  .timelineProcess .timeLineArea .block .infoArea ul li::after {
    width: 13px;
    height: 11px;
    top: 4px;
  }
}
.timelineProcess .timeLineArea .block .iconArea {
  padding: 50px 60px;
  width: 50%;
}
@media (max-width: 768px) {
  .timelineProcess .timeLineArea .block .iconArea {
    width: 100%;
    text-align: left;
    padding: 10px 40px;
  }
  .timelineProcess .timeLineArea .block .iconArea svg {
    height: 85px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 55px;
  }
}
.footer .footerInner {
  background: var(--primaryDark);
}
@media (max-width: 575px) {
  .footer .footerInner {
    padding: 50px 15px 0;
  }
}
.footer .footerInner .col-12 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 72px 0;
}
@media (max-width: 768px) {
  .footer .footerInner .col-12 {
    flex-wrap: wrap;
    padding: 0;
  }
}
.footer .footerInner .col-12 .leftArea {
  width: 75%;
}
@media (max-width: 1440px) {
  .footer .footerInner .col-12 .leftArea {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .footer .footerInner .col-12 .leftArea {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer .footerInner .col-12 .leftArea h2 {
  color: #fff;
  font-family: "Mier A", sans-serif;
  font-style: normal;
  font-size: 4.6rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.05;
}
@media (max-width: 1600px) {
  .footer .footerInner .col-12 .leftArea h2 {
    font-style: normal;
    font-size: 3.1rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .footer .footerInner .col-12 .leftArea h2 {
    font-style: normal;
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .footer .footerInner .col-12 .leftArea h2 {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .footer .footerInner .col-12 .leftArea h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.footer .footerInner .col-12 .leftArea .footerBtn {
  color: var(--footerBtn);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.03;
  text-transform: capitalize;
  border-radius: 29px;
  background: #fff;
  width: 302px;
  height: 58px;
  border: 1px solid #fff;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .footer .footerInner .col-12 .leftArea .footerBtn {
    font-style: normal;
    font-size: 4.5rem;
    line-height: 1.5;
    width: auto;
    padding: 0 42px;
  }
}
.footer .footerInner .col-12 .rightArea {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .footer .footerInner .col-12 .rightArea {
    position: unset;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.footer .footerInner .col-12 .rightArea img {
  width: 65%;
  margin-left: auto;
  display: block;
}
@media (max-width: 991px) {
  .footer .footerInner .col-12 .rightArea img {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .footer .footerInner .col-12 .rightArea img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer.homefooter {
    padding-bottom: 0 !important;
  }
}
.footer.homefooter .footerInner {
  background-image: url("../images/footerbg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .footer.homefooter .footerInner {
    padding-top: 117px;
    padding-bottom: 115px;
  }
}
@media (max-width: 768px) {
  .footer.homefooter .footerInner .leftArea .footerBtn {
    display: none;
  }
}
.footer.homefooter .footerInner .leftArea p {
  color: #fff;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 300;
  font-style: italic;
  line-height: 126.1%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer.homefooter .footerInner .leftArea p {
    text-align: left;
    font-size: 20px;
  }
}
.footer.homefooter .footerInner .leftArea h2 {
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.5;
  line-height: 126.1%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer.homefooter .footerInner .leftArea h2 {
    font-size: 32px;
    text-align: left;
  }
}
.removeBlendMode {
  mix-blend-mode: unset !important;
  bottom: 0 !important;
}
.readingBtn {
  color: var(--primary);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 172%;
  width: 90px;
  border: none;
  background: no-repeat;
  border-bottom: 1px solid currentColor;
}
.read-more {
  color: var(--primary);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 172%;
  width: 90px;
  border: none;
  background: no-repeat;
  border-bottom: 1px solid currentColor;
}
.homepagebanner {
  position: relative;
}
@media (max-width: 1199px) {
  .homepagebanner {
    padding: 0;
  }
}
.homepagebanner > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .homepagebanner > .container {
    max-width: 100%;
  }
}
.homepagebanner .right_imgbox {
  position: absolute;
  top: 13%;
  right: 6%;
  width: 375px;
  z-index: 999;
}
@media (min-width: 1980px) {
  .homepagebanner .right_imgbox {
    width: 500px;
    top: 20%;
  }
}
@media (max-width: 1440px) {
  .homepagebanner .right_imgbox {
    top: 4%;
    right: 5%;
  }
}
@media (max-width: 1400px) {
  .homepagebanner .right_imgbox {
    top: 2%;
  }
}
@media (max-width: 1299px) {
  .homepagebanner .right_imgbox {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .homepagebanner .right_imgbox {
    width: 300px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .homepagebanner .right_imgbox {
    position: relative;
    top: 19%;
    right: 0;
    width: 100%;
  }
}
.homepagebanner .right_imgbox .imgbox {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0.77483px 2.21381px 0px rgba(0, 0, 0, 0.04),
    0px 1.86203px 5.32008px 0px rgba(0, 0, 0, 0.06),
    0px 3.50603px 10.01724px 0px rgba(0, 0, 0, 0.08),
    0px 6.25417px 17.86905px 0px rgba(0, 0, 0, 0.09),
    0px 11.69773px 33.42209px 0px rgba(0, 0, 0, 0.11),
    0px 28px 80px 0px rgba(0, 0, 0, 0.15);
}
.homepagebanner .master-mobile-banner {
  display: none;
}
@media (max-width: 991px) {
  .homepagebanner .master-mobile-banner {
    display: block;
  }
}
.homepagebanner .master-desktop-banner {
  display: block;
}
@media (max-width: 991px) {
  .homepagebanner .master-desktop-banner {
    display: none;
  }
}
@media (max-width: 991px) {
  .homepagebanner .second-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .homepagebanner .homebanerbox .he_leftse .app_btnsec {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
  }
}
.homepagebanner .homebanerbox .he_leftse .app_btnsec .applybtn {
  color: var(--footerBtn);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.03;
  text-transform: capitalize;
  border-radius: 29px;
  background: #fff;
  padding: 0 24px;
  height: 58px;
  border: 1px solid #fff;
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .homepagebanner .homebanerbox .he_leftse .app_btnsec .applybtn {
    margin-top: 0;
    background: #d62831;
    width: 100%;
    border-radius: 0;
    justify-content: center;
    border: none;
    font-size: 24px;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
  }
  .homepagebanner .homebanerbox .he_leftse .app_btnsec .applybtn svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .empower {
    margin-top: 8rem;
  }
}
.empower .homeconnter {
  padding: 100px 50px 100px 0;
}
@media (max-width: 991px) {
  .empower .homeconnter {
    padding: 50px 0;
  }
}
.empower .homeconnter h2 {
  color: #22356f;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.5;
  line-height: 75px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
@media (max-width: 1600px) {
  .empower .homeconnter h2 {
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5;
    line-height: 60px;
  }
}
@media (max-width: 1440px) {
  .empower .homeconnter h2 {
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.5;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .empower .homeconnter h2 {
    font-style: normal;
    font-size: 3rem;
    line-height: 1.5;
  }
}
.empower .homeconnter p {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #7e7c7c;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 27px;
}
@media (max-width: 1440px) {
  .empower .homeconnter p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .empower .homeconnter p {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    line-height: 19px;
  }
}
.empower .homeimgse {
  padding: 100px 0 0 50px;
}
@media (max-width: 991px) {
  .empower .homeimgse {
    display: none;
  }
}
.empower .homeimgse img {
  width: 100%;
  border-radius: 30px;
}
.homepagesectiontwo {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .homepagesectiontwo {
    padding: 40px 20px 0 !important;
  }
}
.homepagesectiontwo .title h2 {
  color: #22356f;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: 600;
  line-height: 116.1%;
  text-align: center;
}
@media (max-width: 1440px) {
  .homepagesectiontwo .title h2 {
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .homepagesectiontwo .title h2 {
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.homepagesectiontwo .form-area {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.homepagesectiontwo .form-area form {
  width: 100%;
}
.homepagesectiontwo .form-area .form-data {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid #979797;
}
.homepagesectiontwo .form-area .form-data input {
  border: none;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110.6%;
  outline: none !important;
  box-shadow: none !important;
}
.homepagesectiontwo .form-area .form-data input::-moz-placeholder {
  color: #979797;
}
.homepagesectiontwo .form-area .form-data input::placeholder {
  color: #979797;
}
.homepagesectiontwo .form-area .form-data .form-btn {
  outline: none !important;
}
.homepagesectiontwo .tabs-data {
  padding: 8.5rem 0 6.5rem;
}
@media (max-width: 768px) {
  .homepagesectiontwo .tabs-data {
    padding-top: 28px;
  }
}
.homepagesectiontwo .tabs-data .nav-tabs-homepage {
  border-radius: 65px;
  background: #22356f;
  justify-content: space-between;
}
.homepagesectiontwo .tabs-data .nav-tabs-homepage .dropdown-tab button {
  color: #fff;
}
@media (min-width: 992px) {
  .homepagesectiontwo .tabs-data .nav-tabs-homepage {
    padding: 0.6rem 0.8rem;
    overflow-x: auto;
  }
}
.homepagesectiontwo .tabs-data .nav-tabs-homepage .nav {
  justify-content: space-between;
}
.homepagesectiontwo .tabs-data .nav-tabs-homepage .btn {
  border: none !important;
  width: 20%;
  padding: 2rem;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.1%;
}
@media (min-width: 1200px) {
  .homepagesectiontwo .tabs-data .nav-tabs-homepage .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 1440px) {
  .homepagesectiontwo .tabs-data .nav-tabs-homepage .btn {
    min-width: 21rem;
  }
}
@media (max-width: 1299px) {
  .homepagesectiontwo .tabs-data .nav-tabs-homepage .btn {
    min-width: 26.8rem;
  }
}
@media (max-width: 1199px) {
  .homepagesectiontwo .tabs-data .nav-tabs-homepage .btn {
    font-size: 14px;
  }
}
.homepagesectiontwo .tabs-data .nav-tabs-homepage .btn.active {
  background: #fff;
  color: #22356f;
  font-weight: 700;
}
.tabs-degree-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.9rem;
  grid-row-gap: 3.8rem;
  padding-top: 11rem;
}
@media (max-width: 1199px) {
  .tabs-degree-data {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .tabs-degree-data {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tabs-degree-data {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 28px;
  }
}
.tabs-degree-data .tabs-degree-data-inn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tabs-degree-data .tabs-degree-data-inn a img {
  width: 100%;
  height: 321px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .tabs-degree-data .tabs-degree-data-inn a img {
    height: 129px;
  }
}
.tabs-degree-data .tabs-degree-data-inn a .degree-name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(34, 53, 111, 0) 0%, #22356f 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2.9rem 3rem 2.9rem 2.4rem;
  height: 80%;
}
.tabs-degree-data .tabs-degree-data-inn a .degree-name h5 {
  margin: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 116.1%;
}
@media (max-width: 768px) {
  .tabs-degree-data .tabs-degree-data-inn a .degree-name h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tabs-degree-data .tabs-degree-data-inn a .degree-name span svg {
    width: 33px;
    height: 33px;
  }
}
.mainContentWrapperHomePage
  .homefooter
  .footerInner
  .col-12
  .leftArea
  .footerBtn {
  width: unset !important;
  padding: 13px 26px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.19;
  text-transform: capitalize;
  align-items: center;
}
.mainContentWrapperHomePage
  .homefooter
  .footerInner
  .col-12
  .leftArea
  .footerBtn
  svg {
  padding-left: 2rem;
}
.mainContentWrapperHomePage .homefooter .copyRight {
  background-color: var(--footerBtn);
}
.mainContentWrapperHomePage .homefooter .copyRight .mitwpu {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
}
.imagescroll2 {
  display: none !important;
}
.specilizationDropdown {
  border-radius: 36.5px;
  background: rgba(58, 91, 160, 0.24);
  color: #242424;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 123.5%;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border: none;
  padding: 14px 20px;
}
.specilizationDropdown .dropdown-menu.show {
  font-size: 16px;
  margin-top: 14px;
}
.specilizationDropdown .dropdown-menu.show a {
  padding: 14px 20px;
}
.downloadbtn .downloadfeedbtn {
  border: none !important;
  background: var(--primary);
  min-width: 25.8rem;
  padding: 2rem;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.1%;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .downloadbtn .downloadfeedbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 1440px) {
  .downloadbtn .downloadfeedbtn {
    min-width: 21rem;
  }
}
@media (max-width: 1299px) {
  .downloadbtn .downloadfeedbtn {
    min-width: 26.8rem;
  }
}
@media (max-width: 1199px) {
  .downloadbtn .downloadfeedbtn {
    font-size: 14px;
  }
}
.banner_section + .footerBtn {
  text-transform: uppercase;
  padding: 12px 0;
  width: 100%;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%;
  display: none !important;
}
@media (max-width: 768px) {
  .banner_section + .footerBtn {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
  }
}
.careersoption ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.careersoption ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(50% - 8px);
  position: relative;
  padding: 0 5px 0 0;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
  font-weight: 400;
  padding: 0 !important;
}
.careersoption ul li::before {
  content: none !important;
}
.careersoption ul li svg {
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .careersoption ul li {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 5px 0 0;
  }
}
button#fee-phd {
  padding: 10px;
  font-size: 1.8rem;
}
.homepagesectiontwo {
  padding: 10rem 0;
  background-color: #f1f7ff;
}
@media (max-height: 767px) {
  .homepagesectiontwo {
    padding: 40px 20px 0;
  }
}
.copyRight-main {
  background: #d62831;
  height: 68px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .copyRight-main {
    padding: 1.5rem 0;
  }
}
.copyRight-main .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e0e0e0;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 575px) {
  .copyRight-main .col-12 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
  }
}
.copyRight-main .col-12 .rightArea {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575px) {
  .copyRight-main .col-12 .rightArea {
    width: 100%;
    justify-content: center;
  }
}
.copyRight-main .col-12 .rightArea a {
  color: #fff;
}
.copyRight {
  background: #242424;
  height: 68px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .copyRight {
    padding: 1.5rem 0;
  }
}
.copyRight .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e0e0e0;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 575px) {
  .copyRight .col-12 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
  }
}
.copyRight .col-12 .rightArea {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575px) {
  .copyRight .col-12 .rightArea {
    width: 100%;
    justify-content: center;
  }
}
.copyRight .col-12 .rightArea a {
  color: #fff;
}
.modal-backdrop {
  z-index: 10001;
}
.inter-thankyou {
  width: 40%;
  padding-left: 40px;
  position: absolute;
  top: 40%;
  right: 8rem;
}
@media (max-width: 1440px) {
  .inter-thankyou {
    top: 20%;
  }
}
@media (max-width: 1199px) {
  .inter-thankyou {
    top: 15%;
  }
}
@media (max-width: 768px) {
  .inter-thankyou {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .inter-thankyou {
    top: 50%;
    width: 100%;
    right: 0;
  }
}
@media (max-width: 575px) {
  .inter-thankyou {
    top: 40%;
  }
}
@media (max-width: 480px) {
  .inter-thankyou {
    top: 37%;
  }
}
@media (max-width: 380px) {
  .inter-thankyou {
    top: 27%;
  }
}
.inter-thankyou h2 {
  font-size: 41px;
  text-align: left;
}
@media (max-width: 1199px) {
  .inter-thankyou h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .inter-thankyou h2 {
    font-size: 24px;
  }
}
.inter-thankyou .thanks-btn {
  color: #000;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.03;
  text-transform: capitalize;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 15px;
} 

.my-content{
    color:#fff;
        padding: 50px 0px;

}
.my-content h4{
        color: #fff;
    font-size: 25px;
    margin-bottom: 12px;
    
}
.my-content h5{
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
    
}
.my-content h6{
        color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

@media(min-width:992px){

.my-content h3{
   
 font-size: 60px;
    padding-bottom: 30px;
    font-weight: 800;
    line-height:90px;
}
    
}

@media(max-width:992px){
.bg-col1{
    background-color:#000000b8;
    background-size:cover;

}
.my-content h3{
   
    font-size: 18px;
    padding-bottom: 30px;
    
}
    
}
.my-content p{
        color: #fff;
    text-align: justify;
    font-size: 15px;
        margin-bottom: 0px;
padding-bottom: 26px;
}
.ev-btn {
        background: #fff !important;
    padding: 10px 70px !important;
    font-size: 24px !important;
    color: #d50000 !important;
    font-weight: 600;
    box-shadow: 0px 0px 6px #00000060 !important;
    border: 1px solid #ffffff90 !important;
    cursor: pointer;
    transition: .6s all !important;
    display: block;
    border-radius: 52px;


}
.ev-btn:hover {
    transform:scale(1.08);
    background: #fff;
     padding: 10px 70px;
    font-size: 24px;
    color: #d50000;
    font-weight: 600;
    box-shadow: 0px 0px 6px #00000060;
    border: 1px solid #ffffff90;
    cursor: pointer;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
      font-size: 12px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

/* Head Table Variant */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* Striped Rows */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Bordered Table */
.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* Dark Table */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

/* Small Table */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* Responsive Table */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Table Captions */
.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}
.head-h{
    font-size:20px;
}
.head-h::after {
    content: "";
    display: block;
    margin: 8px 0px;
    border: 1px solid #d50000;
    max-width: 150px;
}
.head-h-center::after {
    content: "";
    display: block;
    margin: 8px auto;
    border: 1px solid #d50000;
    max-width: 150px;
}
/*# sourceMappingURL=style.min.css.map */
