.container {
  width: 100%;
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  display: block;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
}
.heading {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px 0;
}
.heading h2 {
  font-size: 34px;
  line-height: 44px;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.heading h2 span {
  font-weight: 600;
  color: #034589;
  text-transform: uppercase;
}
.heading h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
.display-inline {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.desktop-hide {
  display: none !important;
}
.mobile-hide {
  display: inline-block !important;
}
.mt-80 {
  margin-top: 80px;
}

/* -------------------------------- */
.message {
  display: none;
  padding: 10px;
  margin: 10px 0;
}

.success {
  color: green;
  border: 1px solid green;
}

.error {
  color: red;
  border: 1px solid red;
}

.form-container {
  margin-top: 50px;
}
/* -------------------------------- */
/*main css start here*/

.top-section {
  background-image: url("../images/top-bg.png");
  /* background-color: #000; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 150px 0 130px 0;
}
.top-block {
  display: flex;
  position: relative;
  z-index: 2;
}

.top-block .left-block {
  width: 60%;
  float: left;
  padding: 0;
  position: relative;
  text-align: center;
}

.top-block .left-block .logo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.top-block .left-block .logo img {
  display: inline-block;
  width: auto;
  max-width: 220px;
  margin-bottom: 12px;
}
.top-block .left-block h1 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: 400;
}
.top-block .left-block h1 span {
  font-weight: 700;
  color: #0b539f;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
}
.top-block .right-block {
  float: right;
  width: 40%;
  padding-left: 15px;
}

.top-section .form-outer {
  float: right;
  width: 100%;
  background-color: rgba(254, 254, 254, 0.6);
  border-radius: 20px;
  padding: 20px;
  max-width: 380px;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 9%);
  background-color: #fff;
  margin-bottom: 60px;
}
.top-section .form-outer h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #0e4094;
  text-align: center;
  padding: 0 0 3px 0;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.top-section .form-outer h2 span {
  display: block;
  width: auto;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
.top-section .form-outer .form-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 12px 0;
}
.top-section .form-outer .form-group label {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.top-section .form-outer .form-group.full label {
  width: 100%;
}
.top-section .form-outer .form-group label strong {
  font-weight: 600;
}
.top-section .form-outer .form-group .form-control {
  display: inline-block;
  width: calc(100% - 65px);
  height: 30px;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
  outline: none !important;
  box-shadow: none !important;
  background-color: #e5e4e4;
}
.top-section .form-outer .form-group select.form-control {
  background-image: url("../images/dropdown-arrow.png");
  background-size: 12px auto;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 26px;
  float: right;
}
.top-section .form-outer .form-group.full .form-control {
  width: 100%;
}
.top-section .form-outer .phone-box {
  width: calc(100% - 65px);
  display: inline-block;
  vertical-align: top;
}
.top-section .form-outer .phone-box .phone-code {
  float: left;
  width: 60px;
}
.top-section .form-outer .phone-box .phone-no {
  float: left;
  width: calc(100% - 70px);
  margin-left: 10px;
}
.top-section .form-outer .form-check {
  margin: 0;
  padding: 0;
}
.top-section .form-outer .form-group .form-check-label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 2px 0;
  float: left;
  width: calc(100% - 28px);
}
.top-section .form-outer .form-check .form-check-input {
  float: left;
  margin: 2px 10px 0 0;
  width: 16px;
  height: 16px;
}
.top-section .form-outer .btn-outer {
  text-align: center;
  margin: 20px 0 0 0;
}
.top-section .form-outer .btn-outer .btn {
  display: inline-block;
  width: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e4094+0,507ed5+100 */
  background: #0e4094; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #0e4094 0%,
    #507ed5 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #0e4094 0%,
    #507ed5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0e4094 0%,
    #507ed5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4094', endColorstr='#507ed5',GradientType=0 ); /* IE6-9 */
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 1px;
  border: none;
  padding: 5px 30px;
}
.scholarship-block {
  text-align: center;
  margin-top: 40px;
}
.scholarship-block h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 24px;
  line-height: 30px;
  color: #0e4094;
  font-weight: 600;
}
.scholarship-block .scholarship-img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.scholarship-block .scholarship-img img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 10px 0 0 0;
}

.apply-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.apply-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 8px 40px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e4094+0,709cf3+100 */
  background: #0e4094; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #0e4094 0%,
    #709cf3 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #0e4094 0%,
    #709cf3 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0e4094 0%,
    #709cf3 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4094', endColorstr='#709cf3',GradientType=0 ); /* IE6-9 */
}
.apply-btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(254, 254, 254, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  max-width: 0px;
  transition: all 0.3s ease-in-out;
}
.apply-btn a:hover:before {
  max-width: 100%;
}

.faq-section {
  padding: 70px 0 0 0;
}
.faq-section .faq-block {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 10px auto;
}

.accordion {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.accordion .accordion-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #f5f5f5;
  border: none;
  margin-bottom: 20px;
  border-radius: 15px;
}
.accordion .accordion-item .accordion-header {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  padding-right: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.accordion .accordion-item .accordion-header:after {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 34px;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url("../images/plus.png");
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion .accordion-item.show .accordion-header:after {
  background-image: url("../images/minus.png");
}
.accordion .accordion-item .accordion-body {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 20px 20px 20px;
  display: none;
}
.accordion .accordion-item .accordion-body p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-section {
  background-image: url("../../../national-landing-page/images/image03.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.testimonial-section .heading h2 {
  color: #fff;
  text-transform: none;
  font-weight: 600;
}
.testimonial-section .heading p {
  color: #fff;
  text-transform: none;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}

.testimonial-block {
  margin-top: 40px;
}

.testimonial-block .testimonial-box {
  width: 100%;
  display: flex;
}

.testimonial-block .testimonial-box .left-cnt {
  width: 35%;
  border-bottom: 2px dotted #264796;
}
.testimonial-block .testimonial-box .left-cnt .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px 0;
}
.testimonial-block .testimonial-box .left-cnt .img img {
  display: block;
  width: 100%;
}
.testimonial-block .testimonial-box .left-cnt .cnt {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 10px;
  text-align: center;
}
.testimonial-block .testimonial-box .left-cnt .cnt h2 {
  font-size: 22px;
  line-height: 28px;
  color: #264796;
}
.testimonial-block .testimonial-box .left-cnt .cnt p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 0;
  margin: 0;
}

.testimonial-block .testimonial-box .right-cnt {
  width: 60%;
  margin-left: 5%;
  padding: 25px;
  background-color: #fff;
  border-radius: 30px;
}
.testimonial-block .testimonial-box .right-cnt h2 {
  font-size: 20px;
  line-height: 28px;
  color: #264796;
  margin: 0 0 15px 0;
}
.testimonial-block .testimonial-box .right-cnt p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin: 0;
  padding: 0;
}

.brand-ambassadors .brand-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 60px;
}
.brand-ambassadors .box-icon2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.brand-ambassadors .box-icon2 img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 180px;
}
.brand-ambassadors p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 5px 0;
  color: #fff;
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #264796;
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #264796;
}

.brand-ambassadors.owl-carousel .owl-dots .owl-dot {
  border-color: #fff;
}
.brand-ambassadors.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}

footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #363636;
  padding: 15px 0;
  margin-top: 40px;
}
footer p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #fff;
}

.top-section .form-outer #otpdetail .form-group .form-control {
  width: 100%;
}
.top-section .form-outer #otpdetail .text-info {
  font-size: 14px;
}

.btn-outer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.btn-outer a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background-color: #0c549f;
  padding: 7px 35px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.btn-outer a:hover {
  background-color: #000;
}

.experience-section {
  padding: 40px 0 40px 0;
  position: relative;
  background-image: url("../images/image06.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.experience-section .experience-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.experience-section .experience-block .row .col-md-20 {
  flex: 0 0 auto;
  width: 20%;
}
.experience-section .experience-block .experience-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background-color: #ffda44;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
}
.experience-section .experience-block .experience-box h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  color: #0c549f;
  font-weight: 600;
}
.experience-section .experience-block .experience-box p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  padding: 5px 0 0 0;
  text-wrap: balance;
}
.slc-guide-block .slc-guide-box {
  background-color: #ffda44;
  padding: 0 20px 80px 20px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.experience-section .experience-block .experience-box .icon {
  display: inline-block;
  width: 110px;
  height: 110px;
  background-color: #0c549f;
  padding: 20px;
  border-radius: 50%;
}
.experience-section .experience-block .experience-box .icon img {
  width: 100%;
}

.slc-guide-section {
  position: relative;
}

.slc-guide-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.slc-guide-block .slc-guide-box {
  background-color: #ffda44;
  padding: 0 20px 80px 20px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.slc-guide-block.adv .slc-guide-box {
  padding: 0 20px 30px;
}
.slc-guide-block .slc-guide-box h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  color: #0c549f;
  font-weight: 600;
  min-height: 60px;
}
.slc-guide-block.adv .slc-guide-box h2 {
  min-height: 1px;
}
.slc-guide-block .slc-guide-box p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  padding: 12px 0 0 0;
  text-wrap: balance;
}
.slc-guide-block .slc-guide-box p.blue-border {
  padding-bottom: 15px;
  position: relative;
}
.slc-guide-block .slc-guide-box p.blue-border:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background-color: #0c549f;
  content: "";
}
.slc-guide-block .slc-guide-box .icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 30px;
}
.slc-guide-block .slc-guide-box .icon .icon-bg {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #0c549f;
  border-radius: 50%;

  text-align: center;
}
.slc-guide-block .slc-guide-box .icon .icon-bg img {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  margin: 60px 0 0 0;
}
.slc-guide-block .slc-guide-box .btn-outer {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
}
.slc-guide-block .slc-guide-box .btn-outer a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.faq-section .bottom-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 40px;
  text-align: center;
}
.faq-section .bottom-block p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 25px 0;
  font-weight: 600;
}
.faq-section .bottom-block .btn-outer a {
  font-size: 18px;
  line-height: 30px;
  min-width: 280px;
  text-align: center;
}

.formErr {
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.tallentex-section .tallentex-block {
  display: flex;
  background-color: #0c549f;
  padding: 30px;
  border-radius: 40px;
  align-items: center;
  position: relative;
}
.tallentex-section .tallentex-block .tallentex-cnt {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.tallentex-section .tallentex-block .tallentex-cnt h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.tallentex-section .tallentex-block .tallentex-cnt h2 img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 180px;
  margin: 6px 0 0 3px;
}

.tallentex-section .tallentex-block .tallentex-cnt p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  text-wrap: balance;
}
.tallentex-section .tallentex-block .tallentex-cnt p span {
  color: #ffcd00;
  font-weight: 600;
}
.tallentex-section .tallentex-block .tallentex-icon {
  width: 25%;
  text-align: center;
}
.tallentex-section .tallentex-block .tallentex-icon img {
  display: inline-block;
  width: auto;
  max-width: 180px;
}

.tallentex-section .tallentex-block .btn-outer {
  width: 30%;
}
.tallentex-section .tallentex-block .btn-outer a {
  float: right;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}
.tallentex-section .tallentex-block .btn-outer a:hover {
  background-color: #000;
  color: #fff;
}

.tallentex-section .tallentex-block .t-c {
  position: absolute;
  right: 40px;
  bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.tallentex-section .tallentex-block .t-c:hover {
  color: #000;
}

.footer-bootom-section {
  text-align: center;
}
.footer-bootom-section h2 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
}

.footer-bootom-section .btn-outer {
  margin: 20px 0;
}
.footer-bootom-section p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-wrap: balance;
}

.footer-address-section {
  background-color: #e5e5e5;
  padding: 15px 0 40px 0;
}
.footer-address-section .footer-address {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.footer-address-section .footer-address h2 {
  font-size: 22px;
  line-height: 30px;
  color: #0c549f;
  margin-bottom: 5px;
  margin-top: 25px;
}
.footer-address-section .footer-address h2 img {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  margin: 2px 3px 0 0;
}
.footer-address-section .footer-address p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-wrap: balance;
  margin-top: 10px;
}
.footer-address-section .footer-address p.blue-border {
  padding-bottom: 15px;
  position: relative;
}
.footer-address-section .footer-address p.blue-border:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background-color: #0c549f;
  content: "";
}
.footer-address-section .footer-address p a {
  color: #0c549f;
  font-weight: 600;
}
.footer-address-section .footer-address p a:hover {
  color: #000;
}

.scholarships-section {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.scholarships-section .scholarships-inner {
  background-color: #fff;
  border-radius: 30px;
  min-height: 400px;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.19);
  padding: 20px 40px;
}

.scholarships-block {
  margin: 15px 0;
}
.scholarships-block .scholarships-box {
  background-color: #ffda44;
  padding: 20px 20px 80px 20px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.scholarships-block .scholarships-box h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  color: #0c549f;
  font-weight: 600;
  min-height: 48px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 5px;
}
.scholarships-block .scholarships-box h2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background-color: #0c549f;
  content: "";
}
.scholarships-block .scholarships-box p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  padding: 12px 0 0 0;
  text-wrap: balance;
}
.scholarships-block .scholarships-box p.date {
  color: #0c549f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.scholarships-block .scholarships-box .btn-outer {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
}
.expertise-section {
  margin: 70px 0 0 0;
}

.expertise-cnt .heading h2 {
  text-align: left;
}
.expertise-cnt p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  padding: 12px 0 0 0;
  text-wrap: balance;
}
.expertise-cnt ul {
  padding-left: 40px;
  margin-top: 30px;
}
.expertise-cnt ul li {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.expertise-cnt ul li p {
  display: inline-block;
  width: auto;
  min-width: 150px;
  background-color: #ffda44;
  padding: 4px 20px 4px 15px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  border-radius: 20px;
  position: relative;
  background-image: url(../images/dropdown-arrow.png);
  background-size: 8px auto;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

/* Comprehensive Scholarship Benefits */

.benefits-sec {
  padding: 80px 0;
  background: #ededf36b;
  position: relative;
}

.sec-heading h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0a2540;
  position: relative;
  display: inline-block;
}

.sec-heading h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #0c549f;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 5px;
}

.section-des p {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.list-item {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.list-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 123, 255, 0.15);
}

.list-info h4 {
    color: #0a2540;
    font-size: 18px;
    margin-bottom: 12px;
    border-left: 4px solid #0c549f;
    padding-left: 10px;
    font-weight: 600;
}

.list-info p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive design */
@media (max-width: 767px) {
  .sec-heading h2 {
    font-size: 1.8rem;
  }
  .list-item {
    padding: 20px;
  }
  .list-info h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 667px) {
    .sec-heading {
        margin-bottom: 30px;
    }
}