* {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffff;
  font-family: "InterDisplay", sans-serif !important;
}

a {
  text-decoration: none;
}

h1 {
  font-family: inherit !important;
  font-style: normal;
  color: #1b1b1b !important;
  font-weight: 600 !important;
  font-size: 59px !important;
  line-height: 76px !important;
  margin-bottom: 40px !important;
  letter-spacing: 0.5%;
}

h2 {
  font-family: inherit !important;
  color: #1b1b1b !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 56.87px !important;
  letter-spacing: 0.005em !important;
  margin-bottom: 40px !important;
}

h3 {
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 48px !important;
  line-height: 57px !important;
  color: #1b1b1b !important;
}

h4 {
  font-family: inherit !important;
  letter-spacing: 0.5%;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 33px !important;
  line-height: 39.93px !important;
  color: #1b1b1b !important;
}

h5 {
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 46px !important;
  color: #1b1b1b;
}

h6 {
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 26px !important;
  line-height: 34px !important;
  color: #1b1b1b !important;
}

p {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0.005em !important;
  color: #1b1b1b;
}

hr {
  color: #1b1b1b !important;
}

label {
  font-family: inherit !important;

  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: -0.02em !important;
  color: #404040 !important;
}

.w-100 {
  max-width: 100%;
  width: 100%;
}

.w-50 {
  width: 50%;
  max-width: 50%;
}

.vm {
  vertical-align: middle !important;
}

.rel {
  position: relative !important;
}

.liststylenone {
  list-style: none !important;
}

.container {
  max-width: 1264px !important;
  width: 100%;
  margin: auto;
  padding: 0px 20px !important;
}

.desktop-hide {
  display: none;
}

.rel {
  position: relative;
}

/* ------------------------------- */

header {
  display: block;
  padding: 14px 0px;
  background-color: #fff;
  margin-bottom: 24px;
  z-index: 999;
  position: fixed;
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  left: 0px;
  top: 0px;
  width: 100%;
}

.mobilesidebar {
  width: 96% !important;
  border: none !important;
  max-width: 350px;
}

.mobile_menu {
  display: none !important;
  cursor: pointer;
}

#navhead {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.logo_bx {
  width: 200px;
  max-width: 180px;
  display: block;
}

.logo_bx img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.nav_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 76px;
  list-style: none;
  margin-left: auto;
  margin-bottom: 0px;
  display: none;
  /* hidden for while */
}

.nav_warp li {
  display: block;
  padding-right: 30px;
  position: relative;
}

.nav_warp li a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav_warp li .dropdown button {
  padding: 0px;
  background-color: transparent;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_warp li .dropdown button span {
  margin-left: 10px !important;
}

.nav_warp li .dropdown button:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.nav_warp li .dropdown button:active {
  color: #000 !important;
  background-color: transparent !important;
}

.nav_warp li .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0px !important;
  vertical-align: 0px !important;
  content: "";
  border: none !important;
}

.nav_warp li .megaMenuDropdown .megaMenuDropdownBlock {
  -webkit-box-shadow: 0px 7px 22px #132c5729;
  box-shadow: 0px 7px 22px #132c5729;
  padding: 5px;
  border: 1px solid #021b4217;
}

/* mega-menu drop start here */
.megaMenuDropdown:hover .megaMenuDropdownBlock {
  display: block !important;
}

.megamenuSubmenu:hover .megaSubmenuDropdown {
  display: block !important;
}

.megamenuSubmenu {
  position: relative;
}

.megaSubmenuDropdown {
  width: 100%;
  position: absolute;
  left: 90%;
  top: 0px;
}

/* mega-menu drop ends here */

.nav_warp li .dropdown .dropdown-menu ul li::after {
  width: 0% !important;
}

.nav_warp li .dropdown .dropdown-menu ul li:hover::after {
  width: 0% !important;
}

.nav_warp li .dropdown .dropdown-menu li {
  padding: 5px 0px;
  border-bottom: 1px solid #eee;
}

.nav_warp li .dropdown .dropdown-menu li::after {
  width: 0% !important;
}

.nav_warp li .dropdown .dropdown-menu li:hover::after {
  width: 0px !important;
}

.nav_warp li .dropdown .dropdown-menu li a {
  font-size: 15px !important;
  font-family: inherit;
  font-weight: 400;
}

.nav_warp li .dropdown .dropdown-menu li a:hover {
  color: #233e62 !important;
}

.nav_warp li .dropdown .dropdown-menu li:last-child {
  border-bottom: 0px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none !important;
  background-color: transparent !important;
  border-radius: 4px;
}

.nav_warp li:hover a {
  color: #233e62;
}

/* .nav_warp li::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: unset;
    right: 0px;
    width: 0%;
    height: 1px;
    background-color: #233e62;
    border-radius: 25px;
    -webkit-transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
} */

.nav_warp li .active {
  color: #288047 !important;
}

.nav_warp li:hover::after {
  width: 100%;
  left: 0px;
  right: unset;
}

.nav_warp li .dropdown .btn.active {
  color: #033367 !important;
}

.nav_warp li:last-child {
  padding-right: 0px;
}

/* header_nested _menu_below */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .nested-menu {
  width: 100%;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

/* hero_sec_start */
.hero_sec {
  padding-top: 93px;
  margin-bottom: 100px;
  overflow: hidden;
}

.sec_padding {
  margin-bottom: 25px;
  padding: 30px 0px;
}

.content_block {
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.hero_content {
  display: block;
  width: 100%;
}

.badge_tag {
  display: block;
  padding: 8px 20px;
  border-radius: 25px;
  background: #e1f9db;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  letter-spacing: 0.005em;
  text-align: center;
  max-width: 405px;
}

.content_block.herocontent_block {
  padding-top: 75px !important;
  padding-bottom: 0px !important;
}

.hero_content .badge_tag {
  margin-bottom: 26px !important;
}

.hero_content h1 {
  margin-bottom: 20px !important;
}

.hero_content p {
  max-width: 732px;
}

.hero_imgBlock {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 100%;
}

.hero_imgBlock img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero_bottomWrap {
  margin-top: 20px !important;
}

.table_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-bottom: 70px;
}

.table_card_blocks .min_title {
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: 0.005em;
}

.table_card_blocks .title {
  display: block;
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  line-height: 31.46px;
}

.table_card .table_card_blocks:nth-child(1) {
  position: relative;
}

.table_card .table_card_blocks:nth-child(1)::after {
  content: "";
  height: 29px;
  right: -11%;
  top: 20px;
  border: 0.3px solid rgb(27 27 27 / 15%);
  position: absolute;
  display: block;
}

.hero_left_col {
  max-width: 600px;
}

.hero_footHint {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.36px !important;
  letter-spacing: 0.005em !important;
  margin-top: 30px !important;
}

.hero_button_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.applyBtn {
  padding: 16px 40px !important;
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24.2px !important;
  letter-spacing: 0.005em !important;
  text-decoration: none;
}

.downloadBtn {
  padding: 16px 40px !important;
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24.2px !important;
  letter-spacing: 0.005em !important;
}

.border_radius {
  border-radius: 20px;
}

.highlights_container {
  display: block;
  max-width: 444px;
  margin-bottom: 52px;
}

.min_para_light {
  font-weight: 400 !important;
}

.highlights_container h2 {
  margin-bottom: 14px !important;
  line-height: 26px !important;
}

.bookImg {
  position: absolute;
  right: 120px;
  top: 6px;
  width: 304px;
  height: 267px;
}

.highlights_list_card {
  border-radius: 16px;
  display: block;
  width: 100%;
  padding: 30px 45px;
  z-index: 10;
  position: relative;
  background-color: #e1f9db;
}

.highlights-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -35px;
}

.highlights-list li {
  max-width: 50%;
  width: 50%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 35px;
}

.highlights-list li p b {
  margin-bottom: 4px;
  display: block;
}

.highlights_num {
  width: 40px;
  overflow: hidden;
  display: block;
  border-radius: 100px;
  height: 40px;
  background: #bff4b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #135733;
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.highlights-list li p {
  margin-bottom: 0px !important;
}

/* tricona_sec_css-starts-here */
.illu_dumb {
  display: block;
  width: 100%;
  padding-top: 95%;
  margin-left: auto;
  position: relative;
}

.illu_dumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0px;
  left: 0px;
}

.timelinecard {
  border-radius: 20px;
  background: #fff;
  max-width: 425px;
  padding: 20px;
  margin: auto;
}

.subsectop {
  position: relative;
  z-index: 10;
  display: block;
}

.swipper_banner .swiper-slide .t_sec .subsectop {
  background-color: #ecfbeb !important;
  padding-bottom: 50px !important;
}

.t-ryt-block2 h5 {
  color: #2b8144 !important;
  max-width: 582px;
}

.t-ryt-block2 p {
  color: #1b1b1b !important;
}

.bg_tricona {
  background-color: rgba(218, 248, 215, 0.5);
}

.cutsom_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10000;
  position: relative;
  max-width: 75px;
  position: absolute;
  right: 20px;
  top: 80%;
  right: 5%;
}

.cutsom_nav_wrap .prev {
  margin-right: 10px;
}

span.material-icons.arrow_icon_prev1 {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #2b8144;
  border-radius: 25px;
  display: block;
}

span.material-icons.arrow_icon_next1 {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #2b8144;
  border-radius: 25px;
  display: block;
}

.prev.swiper-button-disabled {
  opacity: 25%;
}

.next.swiper-button-disabled {
  opacity: 25%;
}

.tetimonial_btn_warp .btns {
  width: 72px;
  height: 72px;
  border-radius: 100px;
  border: 1px solid #1b1b1b;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.005em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tetimonial_btn_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0px;
}

.tetimonial_btn_warp .btns:nth-child(1) {
  margin-right: 16px;
}

.tetimonial_btn_warp .btns:hover {
  background-color: #2b8144;
  color: #fff;
  border: 1px solid #2b814375;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.mob_block {
  display: none;
}

.tricona_title {
  font-size: 23px !important;
  margin-bottom: 20px !important;
  line-height: 26px !important;
  color: #1b1b1b !important;
  text-align: left;
  font-family: inherit !important;
  font-weight: 500;

}



/* tricona_sec_css-ends-here */

/* our students says sec */
.con-imgbox {
  display: block;
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  border-radius: 15px;
}

.con-imgbox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border: 0px !important;
}

.shopnow-con {
  display: block;
  width: 100%;
  position: relative;
}

.left_title_block p {
  margin-bottom: 16px !important;
}

.top_title_warp {
  margin-bottom: 46px;
}

/* our students sec */

/* succes story  */

.user_img {
  width: 64px;
  height: 82px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 14px;
}

.user_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-card {
  padding: 25px 30px;
  background-color: rgb(245 245 245 / 50%);
  height: 220px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 16px;

}

.testimonial-card:hover {
  background: #e1f9db;
}

.testimonial-content .title {
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 19.36px !important;
  color: #1b1b1b !important;
  margin-bottom: 14px !important;
}

.testimonial-content .sub_title {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.36px !important;
  color: #1b1b1b !important;
  margin-bottom: 0px !important;
}

.testimonial-card-head {
  margin-bottom: 0px;
}

.testimonial-card .testimonial {
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0.005em !important;
}

.learner_supportcontent h2 {
  margin-bottom: 20px !important;
}

.learner_supportcontent {
  display: block;
  margin-bottom: 47px;
}

.min_container {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.contact_btn {
  background: #e1f9db;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.005em;
  border-radius: 25px;
  padding: 16px 40px;
  color: #1b1b1b;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_btn i {
  margin-right: 10px;
}

/* our student joined sec slider starts here */
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}

/* Right overlay */
.slider::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

/* Left overlay */
.slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  z-index: 9999;
}

.slide-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% * 8);
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

.slide {
  width: calc(-webkit-max-content / 8);
  width: calc(-moz-max-content / 8);
  width: calc(max-content / 8);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-right: 90px;
}

.slide .slideContent img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 90px;
}

.slideContent p {
  font-family: inherit !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center !important;
  color: #1b1b1bcc;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% / 8));
    transform: translateX(calc(-100% / 8));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% / 8));
    transform: translateX(calc(-100% / 8));
  }
}

/* our student joined sec slider ends here */

/* course_offer_sec_starts */
.accor_block {
  margin-bottom: 40px;
}

.accor_block p {
  margin-bottom: 16px;
}

.svg_float {
  width: 30px;
  height: 30px;
}

.themeAccourdiunBlock h2 {
  margin-bottom: 20px !important;
}

.theme_accordion-button {
  font-family: inherit;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  letter-spacing: 0.005em !important;
  text-align: left !important;
  color: #1b1b1b;
  border: none;

  border-bottom: 1px solid #b3b3b3 !important;
}

.theme_accordion-button::after {
  content: none !important;
}

.theme_accordion-item {
  border: none !important;
}

.listItemsAcc {
  padding-left: 10px !important;
}

.listItemsAcc li {
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  letter-spacing: 0.005em !important;
  text-align: left !important;
  padding: 10px !important;
}

.theme_accordion-button .svg_float {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(7deg) !important;
  -ms-transform: translateY(-50%) rotate(7deg) !important;
  transform: translateY(-50%) rotate(7deg) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 33.3px;
  height: 33.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.svg_float svg {
  width: 33.3px;
  height: 33.3px;
}

.theme_accordion-button.collapsed .svg_float {
  -webkit-transform: translateY(-50%) rotate(263deg) !important;
  -ms-transform: translateY(-50%) rotate(263deg) !important;
  transform: translateY(-50%) rotate(263deg) !important;
}

.theme_accordion-body {
  padding-left: 30px !important;
}

.theme_accordion-button h3 {
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 29.04px !important;
  padding-right: 18px;
  margin-bottom: 0px !important;
}

.accordion-button.theme_accordion-button:not(.collapsed) h3 {
  color: #2b8144 !important;
}

.accordion-button.theme_accordion-button:not(.collapsed) {
  /* border-bottom: none !important; */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button.theme_accordion-button:not(.collapsed) .ac_icnWarp {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: rgba(27, 27, 27, 1);
}

.ac_icnWarp {
  color: rgba(27, 27, 27, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion-item.theme_accordion-item .accordion-body.theme_accordion-body:not(.collapsed) {
  border-bottom: 1px solid rgba(27, 27, 27, 0.15) !important;
}

.acc_theme_block p {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.acc_theme_block ul {
  width: 100% !important;
  padding-left: 20px !important;
}

.acc_theme_block ul li {
  width: 100%;
  max-width: 10px;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  max-width: 100%;
  margin-bottom: 12px !important;
}

.accordionStyle2 .accordion-item.theme_accordion-item .accordion-header .accordion-button.theme_accordion-button h3 {
  font-size: 18px !important;
}

.accordion-body.theme_accordion-body.activeLine:not(.collapsed)::before {
  display: block !important;
}

.accordion-body.theme_accordion-body.activeLine::before {
  content: "";
  width: 2px;
  display: none;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(43, 129, 68, 1);
  z-index: 10;
}

.accordion-item.theme_accordion-item {
  position: relative;
}

.ac_icnWarp {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* our campus sec below */
.location_block {
  display: block;
  width: 100%;
}

.map_block {
  display: block;
  width: 100%;
  padding-top: 62%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.map_block iframe {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0px;
  left: 0p;
}

.location_content {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.campus_name {
  font-family: inherit;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 39.93px !important;
  letter-spacing: 0.005em !important;
  color: rgba(27, 27, 27, 1);
  margin-bottom: 20px !important;
}

.campus_address {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0.005em !important;
}

.custom-form {
  margin: auto;
  padding: 0px 30px 0px 30px;
  background: #fff;
}

.form-group .form-control {
  margin-bottom: 20px !important;
}

.form-control {
  border-radius: 2px;
  margin-bottom: 1rem;
  padding: 18px !important;
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  letter-spacing: 0.005em !important;
  color: #1b1b1bcc !important;
}

.form_img_wrap {
  width: 100%;
  height: 600px;
}

.form_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.form_txt {
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0.005em !important;
  text-align: left !important;
  color: #1b1b1b !important;
  margin-bottom: 30px !important;
}

.form-select {
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
  padding: 18px !important;

}

.form_btn {
  padding: 15px !important;
  background: #2b8144 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 19.36px !important;
  text-align: center !important;
  margin-top: 56px;
}

.form_blockWarp {
  padding: 30px 40px;
  background-color: #155c38;
  border-radius: 20px !important;
}

.form_blockWarp .row {
  background-color: #fff;
}

.form_col {
  background: #e1f9db !important;
}

/* footer below */
.footer {
  background: #2b8144;
  padding: 38px 20px;
}

.footer-strip {
  background: #1e6c3b;
  padding: 24px 20px;
}

.copyrights_text {
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24.2px !important;
  color: #fff;
  margin-bottom: 0px !important;
}

.otherLinks {
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24.2px !important;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: right;
}

/* .locationBlock_wrap .col-sm-12:nth-child(1) {
 
} */

.locationBlock_wrap .col-sm-12:nth-child(1) {
  border-right: 1px solid rgb(27 27 27 / 12%);
  padding-right: 30px !important;
}


.locationBlock_wrap .col-sm-12:nth-child(1) {
  padding-right: 30px !important;
}

.locationBlock_wrap .col-sm-12:nth-child(2) {
  padding-left: 30px !important;
}

.locationBlock_wrap .col-sm-12:nth-child(2) {
  padding-left: 30px !important;
}


/* faculty-sec starts here */

.desktab_block {
  width: 100%;
  display: block;
}

.faculty-section {
  padding: 20px;
  background-color: #f5f5f5;
}

.nav-tabs {
  padding: 10px;
  background: rgba(191, 244, 185, 1);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 8px !important;
}

.nav-tabs .nav-item {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.nav-tabs .nav-item .nav-link {
  padding: 22px 26px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  color: rgba(27, 27, 27, 1);
  border: 0px !important;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #2b8144 !important;
  border-color: 0px !important;
}

.faculty_section {
  max-width: 732px;
  margin: auto;
}

.tab_title_content {
  text-align: center;
  margin-bottom: 20px;
}

.tab_title_content h3 {
  max-width: 722px;
}

.tab_title_content .topPara {
  margin-bottom: 16px;
}

.highhlighter {
  position: relative;
  z-index: 10;
}

.highhlighter::before {
  content: "";
  width: 100%;
  height: 48%;
  position: absolute;
  left: 0px;
  bottom: 1px;
  background: #BEF3BC;
  z-index: -1;
  border-radius: 4px;
}

.tab_title_content .bottom_para {
  margin-top: 20px !important;
}

.tab_title_content h2 {
  margin-bottom: 0px !important;
}

.profile-card {
  background-color: #fff;
  display: block;
  border-radius: 8px !important;
}

.tab-content {
  margin-top: 30px !important;
}

.sec_paddingtab_sec_block {
  padding: 80px 0px !important;
}

.profile-card-img {
  width: 100%;
  display: none;
  height: 154px;
}

.profile-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.pcard_content .name {
  color: #1B1B1B;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.36px !important;
  margin-bottom: 12px !important;
}


.pcard_content .years {
  color: #1B1B1B !important;
  font-family: inherit !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 39.93px !important;
}

.pcard_content .years span {
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.36px !important;
  color: #1B1B1B;
}

.pcard_content {
  padding: 15px;
  min-height: 175px;
  border-radius: 10px !important;
  overflow: hidden;
}

.pcard_content .deg {
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.36px !important;

}

.mobileTab_block {
  margin-top: 42px;
  display: none;
}

.accordion.accordion_Swiper .accordion-item.theme_accordion-item {
  background: rgba(218, 248, 215, 1) !important;

}


.accordion.accordion_Swiper .accordion-header .accordion-button {
  background: rgba(218, 248, 215, 1) !important;
}

.accordion.accordion_Swiper .accordion-header .accordion-button.theme_accordion-button:not(.collapsed) h3 {
  color: rgba(27, 27, 27, 0.8) !important;

}

.footer-logo {
  max-width: 256px;
  width: 100%;
  display: block;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}


/* faculty-sec ends here */
.mobilePagaination {
  display: none;
}

/* ------------------ */
.floating-bubble {
  width: 60px;
  height: 60px;
  background-color: #07adeb;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 100px;
  animation: heartbeat 1s ease-in-out infinite;
  z-index: 888;
  text-decoration: none;
  color: #fff !important;
  user-select: none;
  border: 2x solid #fcfcfcbc !important;
  box-shadow: 0px 10px 20px #00000036;
}

.thankyou_illu_img {
  width: 100%;
  height: 400px;
  margin: auto;
  max-width: 600px;

}

.thankyou_illu_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.thankyou_sec {
  padding-top: 80px !important;
}

.bth {
  border-radius: 25px !important;
  max-width: 300px;
  margin-top: 6% !important;
  display: block;
  background: #07adeb !important;
  color: #fff !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  padding: 14px !important;
}

.view_moreBtn {
  padding: 12px 20px;
  border-radius: 25px;
  border: 1px solid #ccc;
  margin: auto;
  display: block;
  max-width: max-content;
  margin-top: 30px !important;
  font-size: 16px !important;
  color: #1b1b1b !important;
  transition: 0.5s;
}

.view_moreBtn:hover {
  transform: scale(0.95);
  background-color: #85858527;
}

/* Styles for the label inside the bubble */
@keyframes heartbeat {

  0%,
  100% {
    transform: scale(1);
    box-sizing: 0px 10px 25px #ccccccc2;
  }

  25% {
    transform: scale(0.95);
    box-sizing: 0px 10px 25px #cccccce2;
  }

  50% {
    transform: scale(1.2);
    box-sizing: 0px 10px 25px #ccccccc9;
  }

  75% {
    transform: scale(1.1);
    box-sizing: 0px 10px 25px #ccccccc2;
  }
}

/* Keyframes for floating animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.seo_text {
  font-size: 12px  !important;
  color: #fff !important;
  max-width: 800px;
  margin: 0px auto 22px;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.social_warp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.social_warp a {
  margin-right: 10px;
}

.social_warp a i {
  font-size: 27px;
  transition: 0.3S;
  color: #ffff !important;
}

/* ALL MEDIA QAURIES BELOW */
@media(max-width:1400px) {
  .hero_bottomWrap {
    margin-top: 0px !important;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 0px 10px !important;
  }

  p {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 12px !important;
  }

  .nav_warp {
    display: none;
  }

  h1 {
    font-size: 47px !important;
    line-height: 54px !important;
    margin-bottom: 16px !important;
  }

  h2 {
    font-size: 33px !important;
    font-weight: 600 !important;
    line-height: 39px !important;
    margin-bottom: 20px !important;
  }

  h6 {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    color: #1b1b1b !important;
  }

  .logo_bx {
    max-width: 150px;
  }

  .mob_block {
    display: block;
  }

  .mobileTab_block {
    margin-top: 42px;
    display: block;
    padding: 0px 20px;
  }

  .desktab_block {
    display: none;
  }

  .content_block {
    padding: 20px;
  }

  .sec_padding {
    margin-bottom: 20px;
    padding: 40px 0px;
  }

  .column_mob_none {
    display: none;
  }

  .cutsom_nav_wrap {
    display: none;
  }

  .contact_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .min_container {
    gap: 10px;
  }

  .Course_Highlights_sec {
    background: rgba(43, 129, 68, 1);

  }

  .highlights_list_card {
    border-radius: 20px;
    padding: 20px;
  }

  .highlights-list li {
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .highlights-list {
    margin: 0px -20px;
    padding-left: 0px !important;
  }

  .form_img_wrap {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .custom-form {
    margin: auto;
    padding: 28px 15px;
    background: #fff;
  }

  .reg_now_sec .container {
    background: rgba(21, 92, 56, 1);
    padding: 0px !important;

  }

  .testimonial-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tetimonial_btn_warp .btns {
    width: 40px;
    height: 40px;
  }

  .form_btn {
    margin-top: 40px;
  }

  .locationBlock_wrap .col-sm-12:nth-child(1) .location_content {
    border-right: 0px solid rgba(27, 27, 27, 0.316);
    padding-right: 0px !important;
  }

  .locationBlock_wrap .col-sm-12:nth-child(1) .map_block_content {
    border-right: 0px solid rgba(27, 27, 27, 0.316);
    padding-right: 0px !important;
  }

  .locationBlock_wrap .col-sm-12:nth-child(2) {
    padding-left: 0px !important;
  }

  .locationBlock_wrap .col-sm-12:nth-child(2) {
    padding-left: 0px !important;
  }


  .location_block {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .locationBlock_wrap .col-sm-12:nth-child(1) .location_block {
    border-bottom: 1px solid rgb(27 27 27 / 12%);
    padding-bottom: 40px;
  }

  .location_content {
    height: auto;
  }

  .form_txt {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .locationBlock_wrap .col-sm-12:nth-child(1) {
    border-right: 0px !important;
    padding-right: 0px !important;
  }

  .floating-bubble {
    width: 50px;
    height: 50px;
    bottom: 45px;
    right: 45px;
  }

  .thankyou_illu_img {
    height: 300px;
  }

  .slider {
    overflow-x: auto;

  }

  .slider::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 10px;
  }

  /* Customizes the scrollbar thumb (the part that is draggable) */
  .slider::-webkit-scrollbar-thumb {
    background-color: #888888c2;
    border-radius: 10px;
    border: 3px solid #f0f0f0;
  }

  /* Customizes the overall scrollbar width and height */
  .slider::-webkit-scrollbar {
    width: 12px;
    height: 8px;
  }

  .slide-track {
    animation: none;
    width: 100% !important;
  }


  .slider::before {
    display: none;
  }

  .slider::after {
    display: none;

  }

  .slide {
    margin-right: 20px;
  }

  .view_moreBtn {
    padding: 10px 17px;
    margin-top: 20px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .acc_theme_block p {
    font-size: 12px !important;
    line-height: 20px !important;
  }


  .accordion .accordion-header .accordion-button.theme_accordion-button {
    padding: 10px !important;
  }

  .accordion-item.theme_accordion-item .accordion-header .accordion-button.theme_accordion-button h3 {
    font-size: 16px !important;
  }

  .hero_content h1 {
    font-size: 30px !important;
    line-height: 39px !important;
    margin-bottom: 20px !important;
  }

  /* .hero_content h1 br {
    display: none !important;
  } */

  .badge_tag {
    padding: 6px;
    font-size: 13px;
    font-weight: 500;
  }

  .hero_content .badge_tag {
    margin-bottom: 28px !important;
  }

  .hero_button_warp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-secondary.applyBtn {
    background-color: #ffff !important;
    border: 1px solid rgba(27, 27, 27, 1)
  }

  .btn-secondary.applyBtn:hover{
      color:#1b1b1b  !important;
  }
  .btn-secondary.applyBtn:active{
    color:#1b1b1b  !important;
}

  .hero_footHint {
    font-size: 13px !important;
    margin-top: 16px !important;
    text-align: center;
  }

  .content_block {
    padding: 20px 12px;
  }

  .table_card {
    background: rgba(225, 249, 219, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
    gap: 0px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .table_card .table_card_blocks:last-child {
    border: 0px !important;
  }

  .table_card_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.15);
  }

  .table_card_blocks .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .table_card_blocks .min_title {
    font-size: 14px;
    line-height: 19.36px;
  }

  .bookImg {
    display: none;
  }

  .highlights_container .min_para_light {
    margin-bottom: 12px !important;
  }

  .highlights-list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 15px 15px 15px;
  }

  .highlights_num {
    width: 30px;
    height: 30px;
    border: 3px solid #135733;
  }

  .highlights-list li p {
    margin-bottom: 0px !important;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.15);
  }

  .highlights_list_card .highlights-list li:last-child p {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .theme_accordion-button h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24.04px !important;
    padding-right: 20px !important;
    margin-bottom: 0px !important;
  }

  .tab_title_content {
    text-align: left;
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .bg-secondary.tab_sec_block {
    background: rgba(218, 248, 215, 1);

    padding: 40px 0px !important;
  }

  /* .theme_accordion-body {} */

  .map_block_content {
    max-width: 268px;
    margin: auto;
  }

  .sec_padding {
    margin-bottom: 20px;
    padding: 0px 0px 30px;
    /*--- section padding for mobile can be cutomize here */
  }

  .learner_supportcontent {
    display: block;
    margin-bottom: 26px;
  }

  .form_blockWarp {
    padding: 20px 30px;
  }

  .footer-logo {
    max-width: 138px;
    width: 100%;
    height: 40px;
}
  .footer {
    padding:20px 20px;
  }

  .otherLinks {
    font-size: 13px !important;
    line-height: 24.2px !important;
  }

  .footer-strip {
    background: #1e6c3b;
    padding: 17px 30px;
  }

  .copyrights_text {
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 24.2px !important;
    letter-spacing: 0.40px !important;
  }

  .accordionStyle2 .accordion-item.theme_accordion-item .accordion-header .accordion-button.theme_accordion-button h3 {
    font-size: 13px !important;
    padding-right: 28px !important;
    line-height: 20px !important;
  }

  .accor_block .text-center {
    text-align: left !important;
  }

  .mobilePagaination {
    display: block;
  }

  .successStorySwiper {
    padding-bottom: 40px !important;
  }

  .timelinecard {
    margin: 0px auto 20px;
    max-width: 200px;
    padding: 10px;
  }

  .illu_dumb {
    display: block;
    width: 100%;
    padding-top: 95%;
    margin-left: auto;
    position: relative;
  }

  .swipper_banner .swiper-slide .t_sec .subsectop {
    min-height: 545px;
    overflow: hidden;
  }

  .locationBlock_wrap .col-sm-12:nth-child(1) .location_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .locationBlock_wrap .col-sm-12:nth-child(2) .location_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_block.bg_tricona {
    padding: 20px !important;
  }

  .pcard_content .years {
    font-size: 22px !important;
    line-height: 29.93px !important;
  }

  .pcard_content .name {
    font-size: 16px !important;
    line-height: 16px !important;
    margin-bottom: 12px !important;
  }

  .btn {
    padding: 13px !important;
  }

  .form-control {
    border-radius: 2px;
    margin-bottom: 20px !important;
    padding: 13px 18px !important;
  }

  .highlights_container h2 {
    margin-bottom: 24px !important;
  }

  .highlights_container {
    margin-bottom: 10px !important;
  }

  h5 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .floating-bubble {
    bottom: 50px;
    right: 20px;
    width: 42px;
    height: 42px;
    padding: 10px !important;
  }


}