@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-weight: 500; */
  font-family: Roboto, sans-serif;
}

nav {
  font-family: Roboto, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar .container {
  padding: 20px 0;
  font-weight: 500;
}

#navbarSupportedContent ul li {
  margin: 0 10px;
}

#navbarSupportedContent form {
  align-items: baseline;
}

#navbarSupportedContent form a {
  color: white;
  display: flex;
  margin-right: 10px;
}

#navbarSupportedContent form button {
  margin-right: 10px;
}

#navbarSupportedContent form a i {
  background: black;
  height: 30px;
  width: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbarSupportedContent ul {
  width: 65%;
}

.hero-section {
  margin-bottom: 60px;
}

.content_wrap {
  padding: 48px 46px;
  background-color: #1f1d0d;
  border-radius: 10px;
}

.hero-section .hero-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  color: #d2d2d2;
}

.hero-section .hero-big-title {
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
}

.hero-section .hero-group {
  margin: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 0;
}

.hero-section .hero-group .unordered-list {
  list-style: none;
  display: flex;
}

.hero-section .hero-group li {
  padding: 20px;
  list-style: none;
}

.hero-section .hero-group .expand {
  width: 38%;
}

.hero-section .hero-group .expand a {
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
}

.hero-section .hero-group li a {
  text-decoration: none;
}

.hero-section .hero-group .video-play .icon {
  border: 2px solid #fff;
}

.hero-section .hero-group .icon {
  transform: translate3d(0px, 0px, 0px);
  width: 60px;
  height: 60px;
  display: flex;
  flex: 0 0 60px;
  font-size: 18px;
  /* color: #1f1d0d; */
  margin-right: 10px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 2px solid #1f1d0d;
}

.hero-section .hero-group .icon i {
  margin-left: 4px;
}

.hero-section .hero-group .video-play .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: Barlow, sans-serif;
}

.hero-image {
  z-index: 1;
  position: relative;
  /* margin: 0 0 -130px -58px; */
}

.image-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.hero-image .image-wrap img {
  max-width: 100%;
  height: auto;
}

.hero-section .hero-image .student-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.hero-section .student {
  z-index: 2;
  left: -217px;
  bottom: -80px;
  padding: 40px;
  max-width: 317px;
  position: absolute;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963);
}

.student .unordered-list-center {
  display: flex;
  justify-content: center;
}

.student .unordered-list-center li {
  float: left;
  list-style: none;
}

.hero-section .student span {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #fff;
}

.hero-section .student span img {
  max-width: 100%;
  height: auto;
}

.expected-about {
  margin-bottom: 60px;
}
.expected-about .mybox1 {
  display: none;
}
.goals-heading .mybox11 {
  display: none;
}
/* .expected-about button {
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    color: rgb(5, 14, 5);
    border: none;
    border-radius: 30px;
    background-color: rgb(182, 215, 182);
    margin-top: 20px;
} */

.expected-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* .expected-about .container {
    max-width: 1200px;
} */

.expected-about .container .btns {
  padding: 44px 0;
}

.heading {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 41px;
  color: #1f1d0d;
}

.about-heading .about-image {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: -20px 20px 0 0 #e26a08;
}

.about-heading .about-image img {
  max-width: 100%;
  /* height: 461px; */
  width: 100%;
  height: 384px;
  object-fit: cover;
}

.about-item {
  border-radius: 8px;
  position: relative;
  padding: 30px 37px 0;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #fff;
  border: 2px solid #f6f6f6;
  box-shadow: 0 1px 1px 0 rgba(31, 29, 13, 0.2);
  /* margin-bottom: 22px; */
  margin-top: 90px;
}

.about-item .item-icon {
  width: 66px;
  height: 66px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 2px solid transparent;
  background-color: #fff;
}

.about-item .item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 11px;
}

.about-item p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 23px;
  margin-bottom: 16px;
  font-weight: 500;
}

.countdown-item h3 {
  color: #1f1d0d;
}

.countdown {
  margin-bottom: 60px;
  padding-top: 31px;
  /* padding-bottom: 70px; */
  margin-top: -4rem;
}

.countdown .container {
  /* max-width: 1200px; */
  font-family: Barlow, sans-serif;
}

.countdown .container .row .col {
  padding: 20px;
}

.countdown-item {
  padding: 20px;
  font-weight: 500;
  /* padding: 0 34px 24px 0; */
  border-bottom: 1px solid #d2d2d2;
}

.countdown-item .countdown-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 68px;
  margin-bottom: 10px;
}

.countdown-item p {
  font-size: 15px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #7c7979;
}

.bestselling-courses {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.course-heading {
  margin-bottom: 20px;
}

.course-heading .course-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
  color: #1f1d0d;
}

.course-heading .course-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: end;
  color: #6f6f6f;
}

.card-image-title {
  padding: 0 20px;
}

.card-image-title .card-title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #1f1d0d;
  margin-top: -17px;
}

.card-image-title .decor {
  font-size: 14px;
  text-decoration: line-through;
}

.card-image-title h3 {
  font-weight: 700;
}

.card-image-title .btn {
  font-weight: 500;
}

.btn-group .nav {
  margin: -10px -10px 30px;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.btn-group .nav li {
  padding: 10px;
}

.course-card {
  padding: 10px;
  border: 1px solid gainsboro;
  border-radius: 10px;
}

.course-card img {
  max-width: 100%;
  border-radius: 10px !important;
  padding: 20px;
}

.course-card ul {
  display: flex;
  padding: 0;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  font-size: 15px;
  margin-top: -9px;
}

.course-card ul li {
  display: flex;
  align-items: baseline;
  font-size: 13px;
}

.course-card ul li i {
  color: #ffd433;
  padding-right: 5px;
}

.course-card .card-description i {
  background: #1f1d0d;
  color: #ffd433;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.goals .support-heading h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
  color: #1f1d0d;
}

.goals-text {
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  /* padding-top: 70px; */
  /* padding-bottom: 70px; */
  background-color: #1f1d0d !important;
}

.goals .goals-heading {
  padding-right: 70px;
}

.goals .goals-heading h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}

.goals .goals-headingp {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.goals .go-img img {
  max-width: 100%;
  border-radius: 20px;
  margin: 5px;
  padding: 5px;
}

.goals .go-img .grid-2 {
  margin-top: -30px;
}

.goals .go-img .grid-3 {
  margin-bottom: -334px;
}

.category {
  /* margin-bottom: 60px; */
  padding: 50px 0;
}

.category .item {
  padding: 20px;
  text-align: center;
}

.category .item img {
  border: 2px solid black;
  border-radius: 50%;
}

.product {
  font-family: Roboto, sans-serif;
  margin-bottom: 60px;
}

.product-cart {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

.product .product-cart .product-img img {
  max-width: 100%;
  border-radius: 10px;
  background-color: #d2d2d2;
  margin-bottom: 15px;
}

.product .pro-button button {
  margin-top: 50px;
  width: 15%;
}

.support {
  font-family: Roboto, sans-serif;
  margin-bottom: 60px;
}

/* .support .container {
    max-width: 1200px;
} */

.support .support-img img {
  max-width: 100%;
}

.support-img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: -20px 20px 0 0 #0b8307;
}

.support .support-heading {
  margin-bottom: 40px;
}

.support .support-heading h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}

.support .support-heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.support .support-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.support .support-info li {
  margin-bottom: 10px;
  display: flex;
}

.support .support-info li i {
  float: left;
  font-size: 12px;
  margin: 5px 10px 0 0;
  color: #f7ff62;
  text-shadow: 2px 2px 0 #1f1d0d;
}

.support .support-btn button {
  margin: 5px;
  padding: 10px;
  width: 30%;
}

.donate {
  font-family: Roboto, sans-serif;
  margin-bottom: 60px;
  background-color: #f6f6f6;
  /* padding: 20px; */
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.image2 {
  position: absolute;
  right: 63px;
}

.image2 img {
  width: auto;
  height: 68px;
  animation: mover 1s infinite alternate;
}

.image3 img {
  width: auto;
  height: 120px;
  animation: mover 1s infinite alternate;
}

.image3 {
  position: absolute;
  bottom: 24px;
  left: 43px;
}

.donate .donate-heading {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 33px;
}

.donate-text {
  border-radius: 10px;
  padding: 25px;
  position: relative;
  z-index: 1;
}

.donate-text h2 {
  font-size: 50px;
  font-weight: 800;
}

.donate-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.donat-span {
  font-weight: 500;
}

.donate-text .lorem {
  font-size: 12px;
}

.donate-text .textify {
  font-size: 12px;
  font-weight: 600;
}

.donate-text .textify .bunch button {
  background: chocolate;
  border: none;
  border-radius: 10px;
  height: 45px;
}

.donate-text form {
  margin-bottom: 10px;
}

.donate-text button {
  width: 100%;
  padding: 16px 15px;
  border: 2px solid #000;
  font-weight: 600;
  font-size: 18px;
}

.shape-img {
  top: 0;
  right: -32px;
  max-width: 64px;
}

.donate-text input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #b90e50;
  outline: none;
  width: 100%;
  border-radius: 10px;
}

.feedback {
  margin-bottom: 60px;
}

#feedback {
  display: flex;
}

.feedback-item {
  display: flex;
  padding: 30px;
  margin: 10px;
  position: relative;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.feed-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}

.feedback .feedback-img img {
  max-width: 100%;
  border-radius: 10px;
}

.feedback .feedback-img {
  margin: auto;
  flex: 0 0 170px;
  max-width: 170px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 8px;
}

.feedback-text ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.feedback-text ul li i {
  color: #e26a08;
  margin-bottom: 10px;
}

.feedback-text span {
  top: 30px;
  right: 30px;
  line-height: 1;
  font-size: 34px;
  position: absolute;
  text-shadow: 2px -2px 0 #f7ff62;
}

.feedback-title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}

.feedback-item p {
  color: #29281e;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}

.feedback-courses {
  color: #29281e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.feedback-item h5 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 16px;
  text-transform: uppercase;
}

.subscribe {
  background-image: linear-gradient(0deg, #1f1d0d 120px, transparent 0);
}

.subscribe .email-box {
  z-index: 1;
  position: relative;
  padding: 110px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-color: #ff893b;
  background-position: center center;
  box-shadow: 20px 20px 0 0 #056d17;
}

.subscribe .email-box h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}

.subscribe .email-box h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 55px;
}

.subscribe .form-item {
  height: 50px;
}

.form-item button {
  width: 23%;
}

.form-item input {
  margin: 0 10px;
  border-radius: 8px;
  border: none;
  width: 38%;
  padding-left: 20px;
}

.footer-section {
  color: #c8c8c8;
  background-color: #1f1d0d;
}

.uppar-footer {
  padding: 130px 0 80px;
}

.uppar-footer a {
  text-decoration: none;
}

.uppar-footer .first h2 {
  margin-bottom: 35px;
}

.uppar-footer .first .mid .last {
  padding: 15px;
}

.uppar-footer .mid ul li {
  margin-bottom: 10px;
  display: flex;
  margin-left: -6px;
  align-items: center;
}

.uppar-footer .first p {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 22px;
}

.uppar-footer .first .icons {
  list-style: none;
  display: flex;

  padding-left: 0;
}

.uppar-footer .icons li {
  margin-right: 10px;
}

.uppar-footer .first .icons li i {
  height: 40px;
  width: 40px;
  background: #b68206;
  border-radius: 50%;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uppar-footer .mid ul {
  list-style: none;
  color: white;
  padding-left: 0;
}

.uppar-footer .mid ul li a {
  color: white;
  font-size: 15px;
}

.uppar-footer .mid ul li a i {
  color: #b68206;
}

.uppar-footer .mid h3 {
  margin-bottom: 35px;
}

.last h3 {
  margin-bottom: 35px;
}

.uppar-footer .last ul {
  list-style: none;
  padding-left: 0;
}

.uppar-footer .last ul li a {
  display: flex;
  color: white;
  margin-bottom: 15px;
  font-size: 15px;
}

.uppar-footer .last ul li a img {
  max-width: 100%;
  border-radius: 10px;
}

.uppar-footer .last ul li a .last-img {
  margin-right: 10px;
}

.footer-line {
  border-top: 1px solid white;
}

.down-footer p {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ria */
a {
  text-decoration: none;
}

.stellarnav > ul > li > a {
  padding: 20px 10px !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 15px;
}
.stellarnav li {
  padding-left: 0 !important;
}
.stellarnav > ul > li > a:hover {
  background-color: #f6f6f6;
  border-radius: 10px;
}

.logo a {
  color: #000;
  font-weight: 600;
  font-size: 26px;
}

.header-part {
  padding: 27px 10px;
}

.home-form {
  justify-content: end;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

li {
  list-style: none;
}

.home-form li {
  padding-right: 11px;
}

.home-icon {
  background-color: #000;
  padding: 11px 8px;
  margin-right: 12px;
  border-radius: 10px;
  font-size: 12px;
  height: 36px;
}

.home-icon a {
  color: #f6f6f6;
}

.logo {
  padding-top: 10px;
}

.home-form .btn {
  border: 2px solid #1f1d0d;
  border-radius: 10px;
  font-size: 12px;
}

.bestselling-courses .btn {
  font-size: 11px;
  border: 1px solid #d2d2d2;
  /* background-color: #1f1d0d; */
}

.card-image-title .btn {
  border: 0;
  background-color: #f6f6f6;
}

.bestselling-courses .btn span {
  font-weight: 400;
}

.category .owl-nav {
  display: none;
}

.donate2 {
  height: 537px;
  margin-top: -20px;
  background-color: #1f1d0d !important;
}

.donate2 h3 {
  color: #e26a08;
}

.donate2 p {
  color: #fff !important;
}

.text-secondary {
  margin-top: -27px;
  margin-left: 13px;
}

.donate2 .textify h4,
.donate2 .textify p {
  color: #e26a08 !important;
}

.textify h4 {
  font-size: 16px;
  font-weight: 600;
}

.donate2 .bunch button {
  background-color: #ff893b !important;
  display: flex;
  justify-content: center;
  padding: 14px 0;
  font-weight: 600;
  font-size: 20px;
}

.donate2 .bunch {
  display: flex;
  justify-content: center;
}

.donate2 .lorem {
  color: #e26a08 !important;
  font-size: 12px;
}

.donate2 small {
  background-color: #ff893b !important;
  color: #1f1d0d;
  position: relative;
  top: -26px;
  padding: 6px 9px;
  border-radius: 0px 1px 10px 10px;
  font-size: 10px;
  font-weight: 700;
}

.hero-section .hero-big-title {
  position: relative;
}

.hero-section .image1 {
  position: absolute;
  /* right: 25%; */
  right: 1%;
  top: -10%;
  transform: translate(0%, -50%);
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.image1 img {
  width: auto;
  height: 53px;
  animation: mover 1s infinite alternate;
}

.parent {
  display: flex;
  justify-content: space-between;
}

.stellarnav li.has-sub > a:after {
  content: "";
  margin-left: 5px !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
}
.header-part .stellarnav li.has-sub > a:after {
  border-top: 6px solid #000;
}
.stellarnav .side-nav-sub-menu {
  top: auto;
  width: 220px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #fff;
  box-shadow: 0 0 10px #0000006e;
}

.stellarnav.desktop li.has-sub a {
  padding-right: 5px;
  color: #000;
  font-weight: 700 !important;
  font-size: 15px;
}

.hero-section p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.goals-heading p {
  font-size: 15px;
  font-weight: 500;
}

.support-info li span {
  font-size: 15px;
}

/* landing-page */
.landing-page.header-scroll .landing-home-logo a {
  color: #000 !important;
}

.landing-page.header-scroll .stellarnav > ul > li > a {
  color: #000 !important;
}

.landing-page .stellarnav > ul > li > a {
  padding: 20px 4px !important;
  color: #fff !important;
  /* color: black; */
}

.landing-page .stellarnav > ul > li > a:hover {
  color: #000 !important;
}

.landing-home-logo a {
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
}

.landing-page .row {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
}

.landing-home-logo {
  margin-top: 10px;
  position: relative;
}

.landing-page .stellarnav {
  position: relative !important;
  display: flex;
  justify-content: end;
}

.landing-page {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 13px;
  /* padding-bottom: 13px; */
}

.messageBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: #2b1201a6;
  align-items: center;
  justify-content: center;
}

.fullScreenDiv {
  position: relative;
}

.landing-banner-text {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}

.messageBox,
.fullScreenDiv,
.videoDiv {
  height: 100vh !important;
}

#videoDiv video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.landing-banner-text {
  color: #fff;

  font-weight: 500;
  letter-spacing: 2.52px;
}
.landing-banner-text p {
  font-weight: 600;
}
.landing-banner-text h2 {
  font-size: 65px;
  font-weight: 600;
}

.landing-banner-text h4 {
  padding: 6px 0 22px 0;
}

.myboxes .landing-support-info li i,
.mybox11 ul li i {
  float: left;
  font-size: 12px;
  margin: 5px 10px 0 0;
  color: #f7ff62;
  text-shadow: 2px 2px 0 #1f1d0d;
}

.landing-support-info li {
  display: flex;
  padding-bottom: 10px;
}

.landing-support-info {
  padding: 0;
}

.landing-goals h2 {
  padding-bottom: 1rem;
}

.header-scroll {
  background-color: white;
  /* Background color when scrolling */
  border-bottom: none;
  /* Hide bottom border when scrolling */
  transition: background-color 0.3s ease;
  /* Smooth transition for background color change */
  box-shadow: 0 0 10px #000;
}

.landing-call {
  padding: 110px 30px;
  border-radius: 8px;
  background-color: #ff893b;
  text-align: center;
}

.landing-call .call-text h2 {
  font-size: 67px;
  font-weight: 600;
  padding-bottom: 13px;
}

.landing-call .call-text {
  padding-bottom: 12px;
  font-size: 19px;
  font-weight: 500;
}

.goals .support-info li i {
  float: left;
  font-size: 12px;
  margin: 5px 10px 0 0;
  color: #f7ff62;
  text-shadow: 2px 2px 0 #1f1d0d;
}

.support-info li {
  margin-bottom: 10px;
  display: flex;
}
.goals .support-btn {
  margin-bottom: 2rem;
}
.goals .support-info {
  padding: 41px 0 0 0;
}

#target .support-info {
  margin-top: -44px;
}

#target {
  display: none;
}

.Hide {
  display: none;
}
.landing-about .about-item {
  border-radius: 8px;
  position: relative;
  padding: 30px 37px 0;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #fff;
  box-shadow: 0 0 7px 0 #000;
  margin-top: 135px;
  margin-left: -86px;
  width: 100%;
}
.index-para {
  font-weight: 600;
  padding-top: 29px;
  font-size: 23px;
}
.mid-1 .link {
  display: grid;
  grid-template-columns: auto auto;
}
.mid-1 .link li a {
  display: flex !important;
  align-items: baseline;
}
.link li a span {
  padding-right: 8px;
}

/* About Page CSS */
.about {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 60px;
  background: url(../image/contact.avif);
}
.about h2 {
  font-size: 45px;
}

.bestselling-courses .support-courses .support-title {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.bestselling-courses .support-courses .support-title .support-icon {
  align-items: center;
  color: #ffd32b;
  justify-content: center;
  background-color: #1f1d0d;
}
.bestselling-courses .support-courses .support-icon {
  width: 50px;
  height: 50px;
  padding: 8px;
  flex: 0 0 50px;
  line-height: 1;
  font-size: 18px;
  position: relative;
  margin-right: 18px;
  display: inline-flex;
  align-items: flex-end;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 3px 3px 0 0 #ffd32b;
}
.countdown {
  background-color: #f7ff62;
}
.testimonial {
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.testimonial-img img {
  width: 100%;
  border-radius: 10px;
}
.testimonial-img {
  flex: 0 0 520px;
  margin: 0 80px;
  overflow: hidden;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  box-shadow: 15px 15px 0 0 #ffd32b;
}
.testimonial .testimonial-content .testimonial-title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #1f1d0d;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
}
.testimonial-content .testimonial-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #29281e;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
}
.testimonial-admin .admin-img {
  flex: 0 0 60px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 8px;
}
.testimonial-admin .admin-img img {
  width: 100%;
  height: auto;
}
.second-feedback {
  margin-bottom: 60px;
  padding-top: 31px;
  padding-bottom: 70px;
}
.second-feed {
  padding-top: 200px;
}
.second-feedback .second-feed-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.09), 10px 10px 0 0 #ffd32b;
}
.second-heading-text {
  margin-bottom: 40px;
}
.second-feed-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
.second-heading-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.second-feedback .second-feed-img img {
  width: 100%;
  height: auto;
}

.second-goals {
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 120px;
}
.second-goals-content {
  padding-right: 100px;
}
.second-goals-content h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
.second-goals-conten p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.popular-listing {
  /* height: 100%; */
  margin-bottom: 20px;
  padding: 40px;
  margin-bottom: -140px;
  border-radius: 8px;
  background-color: #fff;
  color: #29281e;
  box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.09), 10px 10px 0 0 #ffd32b;
}
.popular-listing.list {
  height: 100% !important;
  margin-bottom: 0 !important;
}
.popular-listing.list.approach {
  margin-top: -150px !important;
}
.popular-listing.list.lead-dev {
  margin-bottom: -180px !important;
}

.popular-listing .pop-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
.popular-listing ul {
  padding-left: 0;
}
.popular-listing ul li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.popular-listing ul li .column-day {
  padding-right: 20px;
}
.popular-listing ul li .column-day .day {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
.popular-listing ul li .column-day .month {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 0 9px;
  text-transform: uppercase;
}
.popular-listing ul li .column-day .time {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.popular-listing ul li .column .column-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 12px;
}
.popular-listing ul li .column .column-name {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
}

.faq-section {
  padding-top: 120px;
  padding-bottom: 100px;
  /* margin-bottom: 60px; */
}
.faq-sec-heading {
  margin-bottom: 40px;
}
.heading-faq {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.accordion.active:after {
  max-height: 85px;
  font-size: 16px;
}

.accordion .accordion-item {
  border: none;
  padding: 30px 0;
  border-radius: 0;
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #d2d2d2;
}
.accordion button {
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  box-shadow: none;
  line-height: 32px;
  color: #1f1d0d;
  font-family: Barlow, sans-serif;
  background-color: transparent;
}

.accordion:after {
  /* content: '\25A0'; */
  content: "\002B";
  background-color: #ffd32b;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  /* box-shadow: 2px 2px 0 0 #0b8307; */
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion .active:after {
  content: "\2212";
  font-size: 16px;
}

.accordion-body {
  padding-top: 8px !important;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  transition: max-height 0.2s ease-out;
}

.accordion-button:not(.collapsed) {
  content: "/F22C";
  color: #f5eeee;
  background-color: gray;
}
.accordion-button::after {
  color: #f5eeee !important;
}
.accordion-button:not(.collapsed)::after {
  color: #f5eeee !important;
  content: "\F238";
  background-image: none;
  font-family: bootstrap-icons !important;
  transform: none;
}
/* .accordion-button::after {
    color: #000 !important;
    content: "\F22C";
    background-image: none;
    font-family: bootstrap-icons !important;
    transform: none;
} */
/* .accordion-item{
    margin-bottom: 10px;
    border: none;
}
.accordion-button:focus{
    box-shadow: none;
} */

/* Contact page */
.contact-page {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../image/contact.avif);
}
.contact-page h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}

.location {
  padding-top: 100px;
  padding-bottom: 100px;
}
.location-heading {
  margin-bottom: 40px;
}
.location-heading .location-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
.location-heading .location-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.location-items {
  margin-bottom: 30px;
  display: flex;
}
.location-items .loca-icons {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  color: #1f1d0d;
  align-items: center;
  justify-content: center;
  background-color: #ffd32b;
  box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 4px 4px 0 0 #1f1d0d;
}
.location-items .loca-icons {
  width: 50px;
  height: 50px;
  padding: 8px;
  flex: 0 0 50px;
  line-height: 1;
  font-size: 18px;
  position: relative;
  margin-right: 18px;
  display: inline-flex;
  align-items: flex-end;
  border-radius: 8px;
  /* background-color: #fff; */
  /* box-shadow: 2px 2px 30px rgba(31, 29, 13, .0894963), 3px 3px 0 0 #ffd32b; */
}
.location-items .location-content p {
  font-size: 14px;
  line-height: 22px;
}
.location-items .location-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

#gmap-canvas-iframe {
  width: 100%;
  height: 524px;
  border-radius: 8px;
  border: 3px solid #ffd32b;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 120px;
}
.contact-section .btn-dark {
  height: 55px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 18px;
}
.form-item {
  position: relative;
  margin-bottom: 30px;
}
.input-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #1f1d0d;
  margin-bottom: 6px;
  font-family: Barlow, sans-serif;
}
.form-item input,
.form-item select,
.form-item textarea {
  width: 100%;
  outline: 0;
  display: block;
  box-shadow: none;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 8px;
  border: 2px solid #d2d2d2;
}
.form-item input {
  height: 60px;
  padding: 0 20px;
  margin-left: 0;
}
.form-item select {
  height: 60px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
  padding: 0 40px 0 20px;
  color: rgba(31, 29, 13, 0.5);
  background-repeat: no-repeat;
  background-position: right 20px center;
  /* background-image: url(../images/icon/icon_down.png); */
}
.form-item textarea {
  min-height: 180px;
  padding: 15px 20px;
}
.contact-heading {
  margin-bottom: 40px;
}
.contact-heading .contact-head {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}

/* Blog Page */

.blogging {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 30px;
  background: url(../image/contact.avif);
}
.blog-page .col {
  padding: 10px;
}

.blog-item {
  position: relative;
  padding-bottom: 10px;
}
.blog-item ul {
  margin: 0;
  top: 20px;
  right: 20px;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  /* border-radius: 10px; */
}
.blog-item ul li {
  float: left;
  list-style: none;
  display: inline-block;
  border-radius: 10px;
}
.blog-item ul li a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding: 7px 12px;
  color: #1f1d0d;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  background-color: #f6f6f6;
  /* transition: .4s cubic-bezier(.25,1,.5,1); */
}
.blog-item-img img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-item-img {
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog-item-content {
  margin-bottom: 15px;
}
.blog-item-content h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #1f1d0d;
}
.blog-item-content .fullfil {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1f1d0d;
  align-items: center;
  display: inline-flex;
  font-family: Barlow, sans-serif;
}
.blog-item-content .fullfil .btn-icon {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  border-radius: 100%;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #1f1d0d;
}
.blog-item-content .fullfil .btn-icon i {
  top: 25%;
  left: 20%;
  font-size: 14px;
  position: absolute;
  color: #f7ff62;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog-item-content .calendar {
  color: #1f1d0d;
}
.pagination-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pagination-wrap .pagi-nav {
  margin: -6px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.pagination-wrap .pagi-nav li {
  float: left;
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.pagination-wrap .pagi-nav a {
  height: 48px;
  display: block;
  min-width: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  color: #1f1d0d;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #d2d2d2;
}
.pagination-wrap .pagi-nav li.visit a {
  color: #fff;
  border-color: #1f1d0d;
  background-color: #1f1d0d;
}

/* Blog Details Page */

.main-explore {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 30px;
  background: url(../image/explore-bg.avif);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-explore h2 {
  font-size: 45px;
}
.explore-img {
  margin-bottom: 10px;
  padding: 20px;
}
.explore-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.explore-content {
  padding: 20px;
}
.explore-content .explore-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.explore-content .explore-title a {
  color: #000;
}
.explore-content .explore-title a:hover {
  background-color: #777;
  color: #b68206;
}

/* Advisory_board */
.advisory {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 30px;
}
.advisory h2 {
  font-size: 45px;
}
.mentor {
  padding: 20px;
}
.mentor .col {
  padding: 10px;
}
.mentor-text h3 {
  font-size: 38px;
  font-weight: 600;
}
.mentor-text p {
  font-size: 21px;
  font-weight: 300;
}
.mentor-img img {
  max-width: 100%;
  border-radius: 10px;
}
.mentor-description {
  padding: 15px;
}
.mentor-description a {
  color: #000;
}
.mentor-description .advise p {
  margin-bottom: 35px;
  font-weight: 500;
}
.mentor-name h6 a {
  color: #777;
}
.mentor-name h5 {
  margin-bottom: 0;
}
.mentor-context {
  width: 100%;
  box-shadow: 0 2.40096px 9.60382px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

/* Youth section */
.advisory {
  background: url(../image/contact.avif);
}
.youth {
  margin-bottom: 30px;
}
.youth .col {
  padding: 15px;
}

.youth-box {
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.youth-box:hover {
  box-shadow: 10px 10px 0 0 #1f1d0d;
  transform: translate3d(1px, 1px, 1px);
}
.youth-box .youth-img {
  margin-bottom: 20px;
}
.youth-box .youth-img i {
  position: absolute;
  top: 0;
  left: 70%;
  height: 160px;
  width: 160px;
  opacity: 0;
  padding-top: 20px;
  padding-right: 10px;
  transition: 0.3s ease;
  background-color: #000;
  color: #f1ee15;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.youth-box .youth-img :hover i {
  background-color: #000;
  color: #f0d807;
  position: absolute;
  top: 0;
  opacity: 1;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.youth-box .youth-img a::before {
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  line-height: 1;
  font-size: 24px;
  content: "\f178";
  font-weight: 400;
  text-align: right;
  position: absolute;
  color: #f7ff62;
  background-color: #1f1d0d;
}
.youth-box .youth-img a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.youth-img img {
  width: 100%;
  display: block;
  height: auto;
}
.youth-text .youth-name {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.youth-text .youth-name a {
  color: #1f1d0d;
}

/* The Career Corner */
.career-section {
  background: url(../image/contact.avif);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-bottom: 60px;
}

.main-career {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
/* .career-img img{
    width: 100%;
    height: auto;
} */
.next-step {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.next-step .next-text {
  padding: 20px 15px;
}
.next-step h3 {
  font-weight: 800;
  margin-bottom: 20px;
}
.next-img img {
  width: 100%;
  height: auto;
}
.advisory-board {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.advisory-mem {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.advisory-mem-img img {
  width: 50%;
  height: auto;
  float: right;
}

.advisory-img img {
  width: 100%;
  height: auto;
}
.adcisory-content {
  padding: 20px 15px;
}
.adcisory-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.adcisory-content p {
  margin-bottom: 20px;
}
.adcisory-content button {
  width: 30%;
  height: 50px;
}

.advisory-mem #advisory-future {
  font-size: 44px;
  margin-bottom: 20px;
}

.typotext li {
  list-style: disc;
}
.typotext.seekers li {
  list-style: disc;
  line-height: 1.9;
  margin-bottom: 17px;
}
.typotext a {
  color: #fff;
}

.volunteer {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 60px;
  background: url(../image/contact.avif);
}
.volunteer ul li {
  border: 1px solid;
  padding: 10px;
}
.volunteer ul li a {
  text-decoration: none;
  color: #000;
}
.volunteer ul li:hover {
  background-color: crimson;
  color: white;
}
.volunteer h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.volunteer h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
.volun-pro {
  padding-top: 50px;
  padding-bottom: 50px;
}

.place {
  margin-bottom: 50px;
}
.place h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.field-item {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(121, 176, 74);
  color: rgb(121, 176, 74);
  opacity: 1;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transition: opacity 600ms ease-in-out 0s, transform 600ms ease-in-out 0s;
}
.field-item.style-1 {
  background-color: rgb(37, 167, 151);
}
.field-item.style-1 img {
  margin: 10px;
}
.field-item.style-2 img {
  margin: 20px;
  margin-bottom: 30px;
}
.field-item.style-2 {
  background-color: rgb(2, 127, 193);
}
.field-item .field-img {
  margin-bottom: 25px;
}
.field-item a .container-button .button {
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
  font-family: "ProximaNovaBold";
  font-size: 1.125rem;
  margin: 0;
  padding: 0.46875rem 1.25rem;
  display: inline-block;
  transition: all 0.4s ease-in;
  width: 100%;
}
.place-box {
  margin-top: 10px;
}
.place-box a {
  border: 1px solid;
  padding: 15px;
}
.place-box a:hover {
  background-color: cornflowerblue;
  color: white;
}

.oppor-pro {
  background-color: lavenderblush;
  padding-top: 50px;
  padding-bottom: 50px;
  /* margin-bottom: 60px; */
}

.abroad {
  background: url(../image/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  height: max-content;
  /* width: 100%; */
  height: 70vh !important;
}
.typerro {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding-left: 70px; */
  height: 70vh !important;
}
.typerro h2 {
  font-size: 45px;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
}
.typerro p {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 16px;
}

.broken {
  padding: 50px;
  margin-bottom: 30px;
}
.broken-box {
  padding: 20px;
}
.broken .about-heading .about-image img {
  width: 100%;
  height: 300px;
}
.broken-box .about-item {
  border-radius: 8px;
  position: relative;
  padding: 30px;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #fff;
  border: 2px solid #f6f6f6;
  box-shadow: 0 1px 1px 0 rgba(31, 29, 13, 0.2);
}
.requirements {
  margin-bottom: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.requirements h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 41px;
  color: #1f1d0d;
}
.requirements .pre-req {
  border: 1px solid #0d6efd;
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  box-shadow: 15px 15px 0 0 #0d6efd;
}
.requirements ul li a {
  border: 1px solid;
  padding: 20px 35px;
  transform: translate3d(2px, 2px, 2px);
  /* transition: .4s cubic-bezier(.25,1,.5,1); */
}
.requirements .lower-list li {
  list-style: disc;
  line-height: 35px;
  margin-bottom: 10px;
}

.requirements ul li a:hover {
  z-index: 1;
  /* border-color: #1f1d0d; */
  background-color: #0d6efd;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(31, 29, 13, 0.2);
  transform: translate3d(0px, 0px, 0px);
}

.requirements .tblisto .active {
  background-color: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
}
.country-yard {
  margin-top: 90px;
}
.country-yard h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 45px;
  color: #1f1d0d;
}
.country-yard .about-heading .about-image {
  box-shadow: 15px 15px 0 0 #e26a08 !important;
}
.country-yard .about-item {
  top: 30%;
}
.requirements .grow-us {
  padding: 35px;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: -20px 20px 0 0 #fd7e14;
  transition: 2s;
  transition: 2s all;
  transform: translate3d(10px, 10px, 10px);
}
.online {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.online .oline {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #0d6efd;
  border-radius: 8px;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.online .oline a {
  color: #000;
}
.online .oline a:hover {
  box-shadow: 15px 15px 0 0 #000;
}
.online .oline h4 {
  text-align: center;
}
.online .oline ul li {
  list-style: disc;
}
.online .oline .online-content ul li {
  list-style: none;
}
.online .youth-box {
  margin-bottom: 15px;
}

/* Job portal */
.job-section {
  background: url(../image/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  height: max-content;
  height: 60vh !important;
}
.job-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60vh !important;
}
.job-section .job-top h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
.online .req-head {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
.online .youth-box img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.job-contact {
  padding-top: 25px;
  padding-bottom: 60px;
}

.reference {
  padding-top: 20px;
  padding-bottom: 70px;
}

.reference ol li a {
  color: #000 !important;
}

.reference ol li a span {
  background-color: #ffd32b;
  box-shadow: 2px 2px 0 0 #0b8307;
  margin-right: 10px;
}
.reference ol li a:hover {
  color: brown !important;
}

.second-goals h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Updated content design */

.current-volume {
  padding-top: 80px;
  padding-bottom: 70px;
}
.second-feedback.volunt {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0 !important;
}
.second-feedback.volunt .second-heading-text {
  margin-bottom: 0 !important;
}
.second-feed-img.image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.firrst-cc {
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.09), 10px 10px 0 0 #ffd32b;
}
.firrst-cc h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.joint {
  padding-top: 70px;
  padding-bottom: 70px;
}
.join-today-img img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: -15px 15px 0 0 #0b8307;
}
.join-today-imgage img {
  box-shadow: 10px 10px 0 0 #ffd32b;
  border-radius: 8px;
}
.next-step-img {
  float: left;
  width: 50%;
}

.advice-text .next-step-img .advice-text h2 {
  font-size: 40px;
}
.next-text.part {
  padding-top: 0 !important;
}
.oppor-pro p.text-oppor {
  width: 80%;
}

.faq-volunteer {
  padding: 50px 0;
  background-color: lavenderblush;
}
.faq-volunteer h2 {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.faq-volunteer p {
  font-size: 15px;
  margin-bottom: 3rem;
}
.faq-volunteer .faq-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.faq-volunteer .faq-box {
  margin-left: 3rem;
}
.faq-volunteer .accordion-container {
  width: 100%;
  max-width: 600px;
}
.faq-volunteer .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-volunteer .accordion-header {
  background-color: #198754;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
}
.faq-volunteer .accordion-header:hover {
  background-color: #fff;
  color: #000;
}

.accordion-content {
  background-color: #fafafa;
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faq-volunteer .accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.faq-volunteer .icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}

/* Job-seekerts */
.openings-about {
  padding: 80px 0;
}
.openings-about .about-item.open {
  height: 100%;
}
.openings-about .about-item.open:hover {
  z-index: 1;
  border-color: #1f1d0d;
  background-color: #f7ff62;
  box-shadow: 0 20px 30px 0 rgba(31, 29, 13, 0.2);
  transform: translate3d(0px, 0px, 0px);
}
ol.funky li {
  display: grid;
  margin-bottom: 15px;
}
.goals.job.landing-goals {
  padding: 60px 0;
}
.second-feed.images img {
  box-shadow: 10px 10px 0 0 #ffd32b;
  border-radius: 8px;
}
.join-today-imgages img {
  box-shadow: -14px 14px 0 0 #0b8307 !important;
  border-radius: 8px;
}
.second-feedback img {
  box-shadow: 10px 10px 0 0 #ffd32b;
  border-radius: 8px;
}
.reference.board-dire {
  padding-top: 80px;
}
.reference ol.multi-pro li {
  display: flex;
  justify-content: space-between;
}
.about-item.board {
  padding: 25px 15px 0;
}
.oppor-pro.board a:hover {
  color: red !important;
}

@media only screen and (max-width: 1093px) {
  .logo a {
    font-size: 22px;
  }
  .stellarnav > ul > li > a {
    font-size: 13px;
  }
  .stellarnav.desktop li.has-sub a {
    font-size: 13px;
  }
  .uppar-footer .mid ul li a {
    font-size: 13px;
  }
  .hero-section .student {
    bottom: -185px;
  }
  .uppar-footer .last ul li a {
    font-size: 13px;
  }
  .next-step-img img {
    width: -webkit-fill-available;
    margin-right: 40px;
  }
  .form-item button {
    width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .form-item button {
    width: 35% !important;
  }
  .oppor-pro p.text-oppor {
    width: 100%;
  }
  .last-head-sec {
    display: none;
  }
  .last-head-sec.mobile {
    display: block !important;
  }
  .youth-box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .stellarnav {
    display: flex;
    justify-content: end;
  }
  .hero-section .hero-big-title {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
  .advisory-board .advisory-board .advice-text {
    display: block !important;
  }
}

@media only screen and (max-width: 450px) {
  h2 {
    font-size: 36px !important;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .stellarnav {
    display: flex;
    justify-content: end;
  }
  .landing-about .about-item {
    margin-left: 0;
    margin-top: 60px;
  }
  .messageBox,
  .fullScreenDiv,
  .videoDiv {
    height: 150vh !important;
  }
  .heading {
    text-align: center;
  }
  .expected-about .container .btns {
    display: flex;
    justify-content: center !important;
    padding: 20px 0;
  }
  .goals .goals-heading {
    margin-bottom: 20px;
  }
  .goals .go-img .grid-3 {
    margin-bottom: 0;
  }
  .goals .go-img .grid-2 {
    margin-top: 0;
  }
  .landing-call {
    padding: 60px 30px;
  }
  .landing-call .call-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .landing-call .call-text .fli-text-p {
    display: none;
  }
  .uppar-footer {
    padding: 70px 0 40px;
  }
  .content_wrap {
    padding: 10px;
  }
  .hero-section .hero-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .hero-section .hero-big-title {
    line-height: 44px !important;
  }

  .hero-section .image1 {
    right: 85%;
    top: 380%;
  }
  .hero-section .hero-group {
    margin-bottom: 50px;
  }
  .hero-section .student {
    left: 0;
    padding: 10px;
    bottom: -30px;
  }
  .hero-section .student span {
    width: 100%;
    height: 100%;
  }
  .student-image {
    padding-left: 0 !important;
  }
  .about-img {
    margin-bottom: 10px;
  }
  .about-img img {
    border-radius: 10px;
  }
  .product .pro-button button {
    width: 100%;
  }
  .volunteer h5 {
    text-align: center;
  }
  .oppor-pro p.text-oppor {
    width: 100% !important;
    margin-top: 25px !important;
    padding: 10px;
  }
  .box-radius.hvr-pulse {
    margin-bottom: 30px;
  }
  .faq-image {
    margin-bottom: 20px;
  }
  .faq-volunteer .faq-box {
    margin-left: 0;
  }
  .form-item button {
    width: auto !important;
  }
  .join-today-imgage img {
    width: 95%;
    margin-top: 20px;
  }
  .second-feed-title {
    text-align: center;
  }
  .next-step .next-step-box {
    display: block;
  }
  .next-step .next-step-box .next-imgage {
    margin-bottom: 25px;
  }
  .next-step .next-step-box .next-imgage img {
    width: 100%;
  }
  .main-career .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-career .career-img {
    margin-bottom: 25px;
  }
  .main-career .career-img img {
    border-radius: 15px;
  }
  .next-step {
    padding-top: 0;
    margin-bottom: 0;
  }
  .advisory-board .advice-text {
    display: block;
  }
  .advisory-imgage img {
    width: 100%;
    border-radius: 15px;
  }
  .next-step .next-text {
    padding: 0;
  }
  .support .support-img {
    margin-bottom: 40px;
  }
  .second-feed {
    padding-top: 0;
  }
  .next-step-img {
    width: 100%;
  }
  .next-step-img img {
    margin-right: 0 !important;
  }
  .advisory-mem-img img {
    width: 100%;
    margin-bottom: 20px;
  }
  .next-step h3 {
    font-size: 36px;
    font-weight: 500;
  }
  .advisory-board {
    margin-bottom: 0 !important;
  }
  .advisory-mem {
    margin-bottom: 0 !important;
  }
  .main-career {
    margin-bottom: 0 !important;
  }
  .career-section {
    margin-bottom: 0 !important;
  }
  .volunteer {
    margin-bottom: 0 !important;
  }
  .second-feedback {
    margin-bottom: 0 !important;
  }
  .join-today h2.question {
    padding-top: 50px;
  }
  .feedback-item {
    display: block;
  }
  .feedback .feedback-img {
    max-width: 100%;
  }
  .hero-section .hero-group {
    display: block;
    padding-left: 30px;
  }
  .hero-section .hero-group .expand {
    width: 60%;
  }
  .openings-about .about-item.open {
    height: auto;
    margin-bottom: 29px;
  }
  .joint.marketing .row {
    flex-direction: column-reverse;
  }
  .second-feedback.marketing .row {
    flex-direction: column-reverse;
  }
  .expected-about.landing-about {
    margin-bottom: 0 !important;
  }
  .openings-about {
    padding: 60px 0;
  }
  .second-feed.images img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .openings-about .about-item.open {
    text-align: center;
    padding-bottom: 15px;
  }
  .join-today-imgages img {
    margin-bottom: 15px;
  }
  .second-feedback.marketing.volunt .second-heading-text {
    text-align: start !important;
  }
  .second-feedback.marketing.volunt .btn {
    margin-bottom: 20px;
  }
  .joint.marketing .join-today {
    text-align: start !important;
  }
  .joint-funky {
    display: flex;
    justify-content: center !important;
    margin-bottom: 20px;
  }
  .join-today .btn {
    margin-bottom: 20px;
  }
  .goals.landing-goals {
    padding: 50px 0;
  }
  .goals .goals-heading {
    padding-right: 0 !important;
  }
  .support .support-heading {
    margin-bottom: 0 !important;
  }
  .support {
    margin-bottom: 0 !important;
  }
}

ul.landing-support-info.detail li i {
  float: left;
  font-size: 12px;
  margin: 5px 10px 0 0;
  color: #f7ff62;
  text-shadow: 2px 2px 0 #1f1d0d;
}

.reference ol li span {
  background-color: #ffd32b;
  box-shadow: 2px 2px 0 0 #0b8307;
  margin-right: 10px;
}
.advisory-mem.detail {
  background-color: lavenderblush;
  color: #000;
}
/* ria */

.mega-menu {
  width: 550px !important;
  display: grid !important;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
}
.has-sub:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

/* form */
.sargon-form {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

.sargon-form .sargon-form-list {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.sargon-form .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 28%);
  margin-bottom: 20px;
}

.sargon-form .card-header {
  background-color: #343a40;
  color: #ffffff;
  padding: 18px;
  font-size: 0;
}

.sargon-form .card-header h4 {
  margin: 0;
}

.sargon-form .card-body {
  padding: 20px;
}

.sargon-form .form-group label {
  font-weight: bold;
  color: #333;
  font-size: 19px;
  margin-bottom: 10px;
}

.sargon-form .form-control {
  border: 1px solid #ced4da;
  height: 51px;
  border-radius: 0;
}
.sargon-form .form-check-label {
  font-weight: normal;
  color: #000;
  font-size: 19px;
  font-weight: 500;
}
.sargon-form .form-check-input {
  border: 2px solid rgb(0 0 0 / 85%);
}

.sargon-form .form-check-input:checked ~ .form-check-label {
  color: #343a40;
}

.sargon-form .btn-primary {
  background-color: ;
  border-color: #007bff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
}

.sargon-form .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}
.sargon-form ul {
  padding: 0;
  list-style-type: disc;
  color: #555;
  margin-bottom: 31px;
}

.sargon-form hr {
  border: 1px solid #e9ecef;
}
.sargon-form-list .form-group {
  margin-bottom: 20px;
}
.sargon-form_box li {
  margin-bottom: 12px;
  font-size: 19px;
  letter-spacing: 1px;
  display: flex;
  align-items: baseline;
}
.sargon-form h5 {
  margin: 16px 0 35px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 21px;
}
.sargon-form_box li i {
  margin-right: 10px;
  color: #1f1d0d;
}
.sargon-form_box li strong {
  color: #1f1d0d;
  font-family: Barlow, sans-serif;
}
.sargon-form_box li span {
  color: #000;
  font-size: 19px;
  line-height: 1.7;
}
.sargon-form p {
  font-size: 19px;
  color: #000;
}
.sargon-form .form-check {
  margin-bottom: 10px;
}
.sargon-form button {
  padding: 11px 52px;
  font-size: 23px;
}
.form-submit-button {
  display: flex;
  justify-content: center;
}
.sargon-form .list-group li {
  margin-bottom: 8px;
  font-size: 19px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}
.sargon-form-heading {
  padding: 0 27px 15px;
}
