body {
  overflow-x: hidden !important;
}
* {
  font-family: "Poppins", sans-serif;
}

.container-fluid {
  padding: unset !important;
}

a {
  text-decoration: unset !important;
}

a:hover {
  text-decoration: underline !important;
}

#card {
  padding: 60px 0;
  display: flex;
  /* margin-bottom: 40px; */
}

#navbarNav .navbar-nav:nth-child(1) {
  margin: 0 auto;
}

#head {
  width: 100%;

  text-align: center;

  color: #f44526;

  font-size: 45px;

  /* font-weight: 500; */

  text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);

  margin-bottom: 1rem;
}

#para {
  text-align: center;

  color: #54595f;

  font-size: 22px;

  margin-bottom: 20px;
}

#btn1 {
  text-align: center;
}

#btn1 a {
  text-align: center;

  background-color: #f44526;

  background-image: none;

  color: white;

  border-color: #f44526;

  border-radius: 50px 50px 50px 50px;

  padding: 12px 72px 12px 72px;

  font-size: 1.25em;
}

#btn2 {
  margin-top: 5rem;

  margin-bottom: 3rem;

  text-align: center;
}

#btn2 a {
  text-align: center;

  background-color: #f44526;

  background-image: none;

  color: white;

  border-color: #f44526;

  border-radius: 50px 50px 50px 50px;

  padding: 12px 72px 12px 72px;

  font-size: 1.25em;
}

#para-2 {
  margin: 0px 0px 20px 0px;

  /* padding: 0rem 10rem 0rem 10rem; */

  width: 100%;

  text-align: center;

  font-size: 40px;

  line-height: 1.5;

  color: #181818;

  font-style: italic;

  text-shadow: 2px 2px 3px rgb(0 0 0 / 81%);
}

#cards .c {
  padding: 20px 20px 20px 20px;

  background-color: #292929;

  border-style: solid;

  border-width: 1px 1px 1px 1px;

  border-color: #f44526;

  border-radius: 10px 10px 10px 10px;

  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);

  margin: 10px 0;

  height: 240px;
  transition: 0.5 all ease-in-out;
}
#cards .c:hover {
  box-shadow: 2px 1px 5px 0px #f44526;
}

.c h1 {
  font-size: 22px;

  font-weight: 600;

  color: #f44526;
}

.c h6 {
  font-size: 20px;

  color: #fffffff5;

  text-shadow: 3px 3px 3px #000000;
}

.icon-c {
  background-color: #f44526;

  margin: 10px auto;

  color: #ffffff;

  border-color: #ffffff;

  padding: 10px;

  border-radius: 50%;

  border: 3px solid white;

  height: 100px;

  width: 100px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 50px;
}

#nri {
  margin: 10px auto;

  color: #f44526;

  font-weight: 800;

  text-transform: uppercase;

  text-shadow: 2px 2px 3px #000000;
}

#card-3 {
  margin-top: 100px;
  color: white;
  background-color: #000000;
  padding: 80px 0 160px 0 !important;
  /* background-image: url(../../assets/images/NRI-Person.webp); */
  /* background-image: url(../../assets/images/QT-Indrajeet-Prasad.png); */
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#nri-text {
  text-align: center;

  color: #ffffff;

  margin: 0 0 30px;

  font-size: 18px;

  /* line-height: 22px; */
}

.nri-grid {
  background-color: #292929;

  border-radius: 20px 20px 20px 20px;

  border-style: solid;

  /* border-width: 1px 1px 5px 1px; */
  border-width: 0 0 5px 0;

  border-color: #f44526;

  padding: 30px 30px 30px 30px;

  min-height: 360px;
  transition: 0.5 all ease-in-out;
}
.nri-grid:hover {
  box-shadow: 2px 1px 5px 0px #f44526;
}

#card-section h4 {
  color: #f44526;

  font-weight: 700;

  text-shadow: 2px 2px 2px rgb(255 255 255 / 19%);
}

#card-section p {
  color: #fdfdfd;
  /* font-weight: 600; */
}

.logo-text a {
  font-size: 20px;

  color: #181818;

  text-shadow: 2px 2px 3px rgb(0 0 0 / 81%);

  font-weight: 400;
}

.logo-text a:hover {
  color: #181818;
}

.nri-icon-container {
  padding: 70px 0px 70px 0px;
  /* background-color: #2b2b2b; */
  background-image: url(../../assets/images/plgon_dark.jpg);
  background-attachment: fixed;
  background-size: 100% 100%;
  background-position: center;
}

.con {
  padding: 20px 20px 20px 20px;

  background-color: #ffffff;

  border-style: solid;

  border-width: 1px 1px 1px 1px;

  border-color: #f44526;

  border-radius: 10px 10px 10px 10px;
  transition: 0.5 all ease-in-out;
}
.con:hover {
  box-shadow: 2px 1px 5px 0px #f44526;
}

.heading-business {
  color: #181818;

  font-size: 35px;

  font-weight: 400;

  text-shadow: 2px 2px 2px rgb(30 30 30 / 81%);
}

.highlight-color {
  color: #f44526;

  font-weight: bolder;

  font-size: 40px;
}

.about-team {
  padding: 30px 0px 30px 0px;
}

.our-team {
  color: #f44526;

  font-weight: 800;

  text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);
}

.team-para {
  margin-bottom: 1rem;
}

.img-container {
  overflow: hidden;
}

#column {
  height: 375px;

  max-width: 300px;

  margin: 0 auto;

  padding: 10px;

  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);

  overflow: hidden;

  border-radius: 10px !important;
}

#person-image {
  height: 250px;

  transition: transform 0.5s;

  object-fit: cover;
}

#person-image:hover {
  transform: scale(1.1);
}

.name {
  margin-top: 20px;
}

.name a {
  color: #000;

  font-weight: bold;
}

.name a:hover {
  color: black;
}

.designation {
  color: #666666;
}

.success-story {
  color: #ffffff;

  font-size: 25px;

  font-style: italic;

  -webkit-text-stroke-color: #000;

  stroke: #000;

  text-shadow: 2px 2px 3px #000000;
}

.form-input {
  margin: 10px 0;

  background-color: #f7f7f7;

  height: 2.5rem;

  padding: 0.375rem 1rem;

  border: 1px solid transparent;

  border-radius: 1.25rem;

  width: 400px;
}

.form-submit {
  background-size: 200%;

  color: white;

  background-color: #f44526;

  padding: 0.375rem 2rem;

  padding-top: calc(0.375rem + 1px);

  padding-bottom: calc(0.375rem + 1px);

  border: none;

  min-height: 2.5rem;

  border-radius: 30px;

  text-align: center;

  font-weight: normal;

  outline: none;

  text-decoration: none;
}

.form-submit:hover {
  background-color: #ee713a;

  box-shadow: 0 1px 3px 0 rgb(225 83 20 / 50%);

  color: #fff;
}

#form {
  background-color: #5d5d5d;

  /* opacity: 0.68; */

  background-image: url(../../assets/images/plgon_dark.jpg);

  background-attachment: fixed;

  background-size: 100% 100%;

  background-position: center;

  position: relative;
}

#form::before {
  position: absolute;

  content: "";

  background-color: #5d5d5d;

  opacity: 0.5;

  width: 100%;

  height: 100%;

  left: 0;
}

#form-content {
  padding: 25px 0;

  position: relative;
}

#story-btn {
  font-size: 15px;

  background-color: #f44526;

  background-image: none;

  border-radius: 50px 50px 50px 50px;

  padding: 12px 72px 12px 72px;

  color: #fff;

  box-shadow: 0 1px 2px 0 rgb(225 83 20 / 50%);
}

.startup-stories {
  color: #ffffff;

  font-style: italic;

  text-shadow: 2px 2px 3px #000000;
}

.card_design {
  max-width: 350px;

  margin: 50px auto;

  border-radius: 5px;

  border: 1px solid #ccc;
}

.gray_column {
  background-color: #e2e8ed;

  padding: 15px;

  display: flex;

  flex-direction: column;

  height: 280px;
}

.icons_img {
  width: 115px;

  margin-right: 10px;
}

.text_info_Top strong {
  display: block;

  font-size: 14px;

  font-weight: 500;

  margin-bottom: 2px;

  color: #333;
}

.gray_column p {
  font-size: 12px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_info {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 15px;

  background: white;

  height: 75px;
}

.text_info p {
  font-size: 12px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.opp-title {
  color: #ffffff;

  font-style: italic;

  text-shadow: 2px 2px 3px #000000;

  margin-bottom: 50px;
}

#stories {
  padding: 30px 0 30px 0;

  background-image: url(../../assets/images/plgon_dark.jpg);

  background-attachment: fixed;

  background-size: 100% 100%;

  background-position: center;
}

#stories img {
  height: 150px;
  width: 150px;
  /* object-fit: cover; */
}

#storie-btn {
  padding: 0px 0px 20px 0px;
}

.certified-title {
  color: #f44526;

  text-shadow: 2px 2px 3px rgb(0 0 0 / 77%);

  line-height: 1.5;
}

.certified-text {
  text-align: justify;

  color: #ffffff;

  font-family: "Nunito", Sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 27px;
}

.certified-btn {
  text-transform: uppercase;

  background-color: #f44526;

  border-radius: 20px 20px 20px 20px;

  padding: 13px 50px 13px 50px;

  line-height: 1;

  color: white;

  font-size: 15px;
}

.bg-img {
  /* background-image: url(../../assets/images/banner-3.png); */
  /* background-size: 100%; */
  /* background-position: center; */
  background-color: #000;
  position: relative;
}

#card-2 .row {
  /* justify-content: space-between; */
}

#para-2 h1 {
  width: 70%;

  margin: 0 auto;

  font-weight: 400;
}

/* 01.02.23 */

.start-aisea-business-school-section {
  position: relative;

  padding: 100px 0;
}

.start-aisea-business-school-section::before {
  position: absolute;

  content: "";

  background-image: url(../../assets/images/vector-entrepreneur-word-lettering.jpg);

  background-size: 100%;

  background-position: center;

  background-repeat: no-repeat;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  z-index: -1;

  opacity: 0.2;
}

.bg-img::before,
#card-3::before {
  position: absolute;

  content: "";

  background-color: rgb(0 0 0 / 50%);

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;
}

.networking-grid {
  background-image: url(../../assets/images/plgon_dark.jpg);

  background-attachment: fixed;

  background-size: 100% 100%;

  background-position: center;

  padding: 30px 0;
}

/* 02.02.23 */

.bg-img .container {
  position: relative;
}

header .navbar-brand img {
  max-width: 150px;
}

header nav {
  background-image: url(../../assets/images/plgon_dark.jpg);

  background-size: cover;
}

header nav .nav-link {
  color: #fff !important;

  font-size: 14px !important;
}

header nav .nav-link:hover {
  text-decoration: underline !important;
}

header nav .navbar-collapse {
  justify-content: space-between;
}

header nav .right-nav .nav-link {
  background-color: #f44526;

  border-radius: 30px;

  padding: 5px 20px !important;
}

header nav .navbar-toggler {
  border-color: #fff !important;
}

header nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* carousel */

.sliderTransition {
  transition: all 0s !important;
  position: relative;
}

.slider_img_sec h3 {
  /* font-size: 22px; */
  font-size: 26px;
  color: #f44526;
}

.sliderTransition h5 {
  /* font-size: 20px; */
  font-size: 22px;

  font-weight: 600;

  text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);
}

.sliderTransition h5 span {
  /* font-size: 24px; */
  font-size: 26px;
  color: #f44526;
}

.sliderTransition p {
  text-shadow: 2px 2px 3px rgb(0 0 0 / 76%);
  font-size: 18px;
}

.carousel-caption.mq_captions.first-slide,
.carousel-caption.mq_captions.second-slide {
  bottom: 45% !important;
}
.carousel-caption.mq_captions.third-slide {
  /* bottom: 20% !important; */
  bottom: 40% !important;
}

.banner-wrapper {
  position: relative;
}

.banner-wrapper::before {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #000000ab;
}

#banner-slider .owl-dots {
  position: absolute;

  bottom: 10px;

  left: 50%;

  transform: translateX(-50%);
}

#banner-slider .owl-dot.active span,
#banner-slider .owl-dot:hover span {
  background: #f44526 !important;
}

/* carousel end*/

/* footer */

.landing-page-footer.bottom {
  background-image: linear-gradient(180deg, #f44526 0%, #2b2b2b 100%);

  color: #fff;

  text-align: center;

  padding: 10px 0;
  font-size: 14px;
}

.landing-page-footer.bottom p {
  margin: 0 !important;
}

/* footer end */

.nri-icon-container .first-row {
  margin-top: -200px;
}

/* 03.02.23 */

.banner-wrapper img {
  height: 100vh !important;

  object-fit: cover;
}

.banner-wrapper .slider_img_sec img {
  width: 150px !important;

  margin: 0 auto;

  height: unset !important;
}

.landing-page-btn {
  color: #fff !important;

  background-color: #f44526 !important;

  border-radius: 30px !important;

  padding: 5px 30px !important;

  font-size: 18px !important;

  font-weight: 400 !important;

  outline: unset;

  border: unset;
}

/* 03.02.23 */

/* 06.02.23 */
.dropdown-li {
  position: relative;
}

.dropdown-li .nav-link {
  padding: 8px 18px 8px 8px !important;
}

.dropdown-li:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  bottom: 0;
}

.custom-dropdown li {
  list-style: none !important;
}

.custom-dropdown {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  background-color: #2b2b2b;
  width: 150px;
  /* transition: 1s all ease-in-out; */
  transition: 0.5s all ease-in-out;
  padding-left: unset !important;
}

.dropdown-li:hover .custom-dropdown {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}

/* .custom-dropdown:hover {
    display: inherit;
} */

#aisea_business_school_modal .connect-with-company-btn {
  white-space: nowrap;
  font-size: 12px;
  color: inherit !important;
  display: block;
}
#aisea_business_school_modal .connect-with-company-btn:hover {
  text-decoration: none !important;
}

.landing_page_footer {
  background-color: #2b2b2b;
  padding: 30px 0;
}

.footer_logo_information {
  /* width: 100%; */
  width: 90%;
  margin-left: auto;
}
.flinfo_block {
  width: 50%;
}
.flinfo_block img {
  width: 100%;
}
.flinfo_readMore span {
  font-size: 14px;
  color: #fff;
}
.flinfo_readMore span a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.footer_links_ul_block {
  width: 100%;
}
.footer_links_ul_block h6 {
  color: #f44526;
  font-size: 16px;
}
.footer_links_ul_block ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: unset;
}
.footer_links_ul_block li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  /* padding: 13px 11px; */
  padding: 0 0 0 10px;
}
.footer_logo_block {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer_logo_block > div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* background: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  color: #fff;
}
.footer_logo_block > div:nth-child(1) {
  background: #3b5998;
}
.footer_logo_block > div:nth-child(2) {
  background: #b33ba4;
}
.footer_logo_block > div:nth-child(3) {
  background: #0077b5;
}

/* 14.02.23 */
#banner-slider .carousel-caption.mq_captions {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#banner-slider .active .carousel-caption.mq_captions {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#nri-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
  /* display: none; */
}
/* 25.02.23 */
.video-overlay {
  position: absolute;
  content: "";
  background-color: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* 01.03.23 */
.footer_links_ul_block ul li {
  margin-bottom: 5px;
}
.footer_links_ul_block ul li:last-child {
  margin-bottom: unset;
}
.nri-grid.opportunity {
  min-height: unset;
  height: 300px;
}

/* 13.03.23 */
.landing-page-login {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.landing-page-login input[type="email"],
.landing-page-login input[type="password"] {
  padding: 10px 10px 10px 50px !important;
}
.landing-page-login input[type="email"]:focus,
.landing-page-login input[type="password"]:focus {
  box-shadow: unset !important;
}
.landing-page-login .position-relative {
  width: 100%;
}
.landing-page-login i {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #91919d;
}

.landing-login-register {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
}
.landing-login-register a {
  font-size: 12px !important;
}
.remember-password-wrapper {
  margin: 10px 0 0;
}

/* .landing-page-login-banner {
    background-image: url(../../assets/images/handshake.png);
    height: 400px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 0.375rem;
    overflow: hidden;
} */
.landing-page-login-banner {
  background-image: url(../../assets/images/handshake.png);
  height: 450px;
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
}
.landing-page-login-banner-bottom {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
}
.landing-page-login-banner h5,
.landing-page-login-banner p {
  color: #fff;
}
.landing-page-login-banner a {
  color: #fff !important;
  font-weight: 400;
  background-color: #2962ff !important;
  padding: 10px;
  border-radius: 10px;
  font-size: 12px !important;
}

/* 23.03.23 */
.banner-img-main {
  position: relative;
}
.etr_index_banner_img {
  width: 100%;
}
.etr_index_banner_img img {
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.banner-img-main1 {
  width: 114% !important;
  margin-left: -66px !important;
}
.banner-img-main2 {
  position: absolute;
  top: 172px;
  right: 96px;
  width: 35% !important;
}

.etr-para-color {
  color: #f44526;
}

@media (max-width: 1399px) {
  .nri-grid {
    padding: 16px 30px 15px 30px;
    min-height: 360px;
  }
}

@media only screen and (max-width: 991px) {
  .bg-img {
    padding: 50px 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1310px) {
  header nav .nav-link {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 991px) {
  /* header */

  .landing-page-header #navbarNav {
    display: none !important;
  }

  .landing-page-header .show#navbarNav {
        overflow-y: scroll;
    height: 100vh;
    display: unset !important;
    background-color: #2b2b2b;
    width: 100%;
    top: 100px !important;
  }

  .landing-page-header nav .navbar-toggler {
    display: block;

    margin-right: 10px;
  }

  /* header end */

  /* 06.02.23 */
  .custom-dropdown {
    position: unset;
    /* display: block; */
    opacity: 1;
    visibility: visible;
    padding-left: 15px !important;
  }

  .dropdown-li:after {
    top: 20px;
  }

  .landing-page-header nav ul.navbar-nav {
    align-items: flex-start;
  }

  .landing-page-header .nav-link {
    padding: 10px !important;
  }
  .banner-wrapper .slider_img_sec img {
    width: 100px !important;
  }
  .nri-grid {
    min-height: unset;
  }
  .nri-grid.opportunity {
    height: unset;
  }
}

@media only screen and (max-width: 768px) {
  .banner-wrapper img {
    height: 450px !important;
  }

  .c h6 {
    font-size: 20px;
  }

  #head p {
    text-align: center;

    font-size: 28px;
  }

  #business-txt h1 {
    text-align: center;

    font-size: 25px;
  }

  #para-2 h1 {
    width: 100% !important;

    text-align: center;

    font-size: 27px;
  }

  #btn-container {
    flex-direction: column;
  }

  #storie-btn {
    flex-direction: column;
  }

  #etr-container {
    flex-direction: column;
  }

  #etr-heading .certified-title {
    font-size: 25px;
    text-align: center;
  }
  .certified-text {
    text-align: center;
  }

  #etr-container .btn-wrapper {
    text-align: center;
  }

  .nri-grid {
    min-height: unset !important;
  }

  #card-2 .row {
    /* justify-content: center !important; */
  }

  .highlight-color {
    font-size: 28px !important;
  }

  #btn2 {
    margin-top: 2rem !important;

    margin-bottom: 2rem !important;
  }
  /* 25.02.23 */
  .bg-img {
    background-position: center left !important;
    background-size: cover !important;
  }
  .my-main-div {
    height: 500px !important;
  }
  /* 14.03.23 */
  .landing-page-login {
    flex-direction: column !important;
  }
  .landing-page-login-banner {
    height: 225px !important;
    background-size: 100%;
  }
  .landing-page-login-banner-bottom > div {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .landing-page-login-banner p {
    font-size: 12px !important;
  }
  .landing-page-login-banner a {
    padding: 8px 10px !important;
  }
  .landing-page-login-banner-bottom {
    padding: 10px !important;
  }
}

@media only screen and (max-width: 575px) {
  #card {
    /* padding: 26px 0 0px; */
  }
  #cards .c {
    max-width: unset !important;
  }

  #column {
    max-width: unset !important;
  }

  .nri-grid {
    min-height: unset !important;
    width: 300px;
    margin: 0 auto;
  }

  .banner-wrapper img {
    height: 300px !important;
  }

  .banner-wrapper .slider_img_sec img {
    /* display: none !important; */
    width: 50px !important;
  }

  .sliderTransition h5 {
    font-size: 15px !important;
  }

  .sliderTransition h5 span {
    font-size: 20px !important;
  }

  .sliderTransition p {
    font-size: 12px !important;
  }

  .start-aisea-business-school-section {
    padding: 50px 0 !important;
  }

  #btn2 {
    margin-top: 1rem !important;

    margin-bottom: 1rem !important;
  }

  #aisea_business_school_modal .connect-with-company-btn {
    white-space: unset;
  }
  .connect_modal .connect-with-company-btn::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .landing-page-footer.bottom p {
    font-size: 12px;
    font-weight: 600;
  }

  /* 01.03.23 */
  .slider_img_sec h3 {
    font-size: 20px;
  }
  .carousel-caption.mq_captions.first-slide,
  .carousel-caption.mq_captions.second-slide {
    bottom: 25% !important;
  }
  .carousel-caption.mq_captions.third-slide {
    bottom: 15% !important;
  }
  .footer_logo_information {
    width: 90%;
    margin: auto;
  }
  .landing_page_footer .row {
    gap: 20px;
  }
  .footer_links_ul_block li a,
  .flinfo_readMore span {
    /* padding: 0 0 0 20px; */
  }
  .footer_links_ul_block {
    width: unset;
    margin-left: 15px;
  }

  /* 10.03.20 */
  .landing-page-btn {
    font-size: 16px !important;
  }

  /* 16.03.23 */
  .form-input {
    width: 100%;
  }

  /* 22.03.23 */
  #para,
  #nri-text,
  #card-section p,
  .team-para,
  .certified-text {
    font-size: 14px !important;
  }
  #head p,
  #para-2 h1,
  #nri,
  #card-section h4,
  .heading-business,
  .our-team,
  .success-story,
  .startup-stories,
  .opp-title,
  #etr-heading .certified-title {
    font-size: 22px !important;
  }

  /* 23.03.23 */
  .banner-img-main1 {
    margin-left: -38px !important;
  }
  .banner-img-main2 {
    top: 124px;
    /* right: 49px; */
    right: 70px;
    width: 30% !important;
  }
  .etr_index_banner {
    margin-top: -50px;
    position: relative;
    z-index: 99;
  }
}
